:root {
  --tla-paper: #f7f5ef;
  --tla-paper-deep: #ece9df;
  --tla-ink: #241b29;
  --tla-ink-soft: #594d58;
  --tla-berry: #ad3f52;
  --tla-berry-dark: #7d263a;
  --tla-leaf: #315b4b;
  --tla-leaf-soft: #dce8df;
  --tla-pollen: #d6b632;
  --tla-mist: #d8e3df;
  --tla-rule: #c8c9bf;
  --tla-white: #fffefa;
  --tla-wide: 86rem;
  --tla-reading: 70ch;
  --tla-display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --tla-body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --tla-label: "DIN Alternate", "Arial Narrow", Arial, sans-serif;
  --tla-shadow: 0 18px 45px rgba(36, 27, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--tla-paper); color: var(--tla-ink); font: 16px/1.65 var(--tla-body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: var(--tla-berry); text-decoration-thickness: 1.5px; text-underline-offset: .22em; }
a:hover { color: var(--tla-berry-dark); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--tla-berry); outline-offset: 4px; }
button, input { font: inherit; }

.tla-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.tla-skip { position: fixed; z-index: 20; top: -4rem; left: 1rem; padding: .7rem 1rem; background: var(--tla-ink); color: var(--tla-white); text-decoration: none; }
.tla-skip:focus { top: 1rem; }

.tla-mast { position: relative; z-index: 10; border-bottom: 1px solid var(--tla-rule); background: rgba(247, 245, 239, .96); }
.tla-mast__row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: var(--tla-wide); min-height: 5.5rem; margin: 0 auto; padding: 1rem 1.5rem; }
.tla-wordmark { display: inline-flex; flex-direction: column; gap: .35rem; color: var(--tla-ink); font: 400 clamp(1.55rem, 2.6vw, 2.35rem)/.9 var(--tla-display); letter-spacing: -.035em; text-decoration: none; white-space: nowrap; }
.tla-wordmark span { color: var(--tla-leaf); font: 700 .64rem/1.1 var(--tla-label); letter-spacing: .13em; text-transform: uppercase; }
.tla-nav { display: flex; align-items: center; justify-content: flex-end; gap: .75rem 1.05rem; font: 700 .72rem/1.1 var(--tla-label); letter-spacing: .055em; text-transform: uppercase; }
.tla-nav a { text-decoration: none; white-space: nowrap; }
.tla-nav a:nth-last-child(3) { margin-left: .5rem; padding-left: 1.1rem; border-left: 1px solid var(--tla-rule); }
.tla-nav__toggle { display: none; min-height: 2.75rem; padding: .65rem .85rem; border: 1px solid var(--tla-rule); background: transparent; color: var(--tla-ink); font: 700 .74rem var(--tla-label); letter-spacing: .07em; text-transform: uppercase; }

.tla-hero { position: relative; isolation: isolate; display: flex; align-items: flex-end; height: 20rem; min-height: 20rem; overflow: hidden; background: #241b29; color: var(--tla-white); }
.tla-hero__photo { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tla-hero__wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #2A1B2D 0%, rgba(42, 27, 45, .86) 36%, rgba(42, 27, 45, .56) 63%, rgba(42, 27, 45, .16) 100%); }
.tla-hero__copy { width: min(var(--tla-wide), 100%); margin: 0 auto; padding: 1.7rem 1.5rem 1.45rem; }
.tla-hero h1 { max-width: 27ch; margin: 0; font: 400 clamp(2.6rem, 5vw, 4.2rem)/.91 var(--tla-display); letter-spacing: -.055em; }
.tla-hero p:not(.tla-kicker) { max-width: 53ch; margin: .65rem 0; color: rgba(255, 254, 250, .9); font-size: .96rem; }
.tla-kicker { margin: 0 0 .65rem; color: var(--tla-leaf); font: 700 .7rem/1.2 var(--tla-label); letter-spacing: .16em; text-transform: uppercase; }
.tla-hero .tla-kicker { color: #f6dfa0; }
.tla-hero__markers { display: flex; flex-wrap: wrap; gap: .8rem 1.65rem; margin: .7rem 0 .9rem; color: #f6dfa0; font: 700 .72rem var(--tla-label); letter-spacing: .09em; text-transform: uppercase; }
.tla-hero__markers span { display: inline-flex; align-items: baseline; gap: .35rem; }
.tla-hero__markers b { color: var(--tla-white); font: 400 1.2rem var(--tla-display); }
.tla-search { display: flex; width: min(100%, 30rem); gap: .35rem; padding: .28rem; background: var(--tla-white); box-shadow: 0 12px 25px rgba(0, 0, 0, .12); }
.tla-search input { min-width: 0; flex: 1; min-height: 2.75rem; padding: .55rem .75rem; border: 0; background: transparent; color: var(--tla-ink); }
.tla-search input::placeholder { color: #777075; }
.tla-search button { min-height: 2.75rem; padding: .55rem 1.1rem; border: 0; background: var(--tla-berry); color: #fff; font-weight: 700; cursor: pointer; }
.tla-search button:hover { background: var(--tla-berry-dark); }

.tla-ledger { max-width: var(--tla-wide); margin: 0 auto; padding: 0 1.5rem 4.5rem; }
.tla-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: 2.25rem 0 1rem; }
.tla-intro h2, .tla-season h2, .tla-method h2 { margin: 0; font: 400 clamp(2rem, 4vw, 3.5rem)/.95 var(--tla-display); letter-spacing: -.04em; }
.tla-intro > p { max-width: 38rem; margin: 0; color: var(--tla-ink-soft); }
.tla-beds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--tla-rule); background: var(--tla-rule); }
.tla-bed { display: grid; grid-template-columns: 39% 1fr; min-height: 11.8rem; gap: 1rem; padding: .75rem; background: var(--tla-paper); }
.tla-bed__image, .tla-bed__photo { width: 100%; height: 100%; min-height: 10.2rem; }
.tla-bed__photo { object-fit: cover; }
.tla-bed__copy { align-self: center; }
.tla-bed__label, .tla-specimen__label, .tla-topic-row__label, .tla-margin__label, .tla-sourcebox__label, .tla-neighbours__label { margin: 0 0 .4rem; color: var(--tla-leaf); font: 700 .68rem/1.2 var(--tla-label); letter-spacing: .13em; text-transform: uppercase; }
.tla-bed h3 { margin: 0; font: 400 clamp(1.35rem, 2vw, 1.75rem)/.98 var(--tla-display); letter-spacing: -.025em; }
.tla-bed h3 a, .tla-specimen h3 a, .tla-topic-row h2 a, .tla-author-row h2 a { text-decoration-thickness: 1px; }
.tla-bed__copy > p:last-child { margin: .6rem 0 0; color: var(--tla-ink-soft); font-size: .81rem; line-height: 1.45; }

.tla-season { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 1px; margin: 4rem 0; background: var(--tla-rule); border: 1px solid var(--tla-rule); }
.tla-season__intro, .tla-season__part { min-height: 10.2rem; padding: 1.25rem; background: var(--tla-mist); }
.tla-season__intro { background: var(--tla-ink); color: var(--tla-white); }
.tla-season__intro .tla-kicker { color: #f6dfa0; }
.tla-season__intro p:last-child { max-width: 27ch; margin: .75rem 0 0; color: rgba(255, 254, 250, .78); font-size: .82rem; }
.tla-season__number { display: block; margin-bottom: .65rem; color: var(--tla-berry); font: 700 .7rem var(--tla-label); letter-spacing: .12em; }
.tla-season__part h3 { margin: 0; font: 400 1.65rem var(--tla-display); }
.tla-season__part p { margin: .5rem 0 0; color: var(--tla-ink-soft); font-size: .82rem; }

.tla-open, .tla-records, .tla-notes { margin: 0 0 4.2rem; }
.tla-tablewrap { overflow-x: auto; border: 1px solid var(--tla-rule); background: var(--tla-white); }
.tla-table { width: 100%; min-width: 38rem; border-collapse: collapse; font-size: .87rem; }
.tla-table caption { padding: 1rem 1.1rem; background: var(--tla-ink); color: var(--tla-white); text-align: left; font: 400 1.45rem var(--tla-display); }
.tla-table th, .tla-table td { padding: .8rem 1rem; border-bottom: 1px solid var(--tla-paper-deep); text-align: left; vertical-align: middle; }
.tla-table th { font-weight: 700; }
.tla-table thead th { color: var(--tla-leaf); font: 700 .68rem var(--tla-label); letter-spacing: .1em; text-transform: uppercase; }
.tla-table tbody tr:last-child th, .tla-table tbody tr:last-child td { border-bottom: 0; }
.tla-table__note { margin: .8rem 0 0; color: var(--tla-ink-soft); font-size: .82rem; }
.tla-badge { display: inline-block; padding: .28rem .55rem; background: #f5e6a4; color: #5b4d0d; font: 700 .66rem/1.1 var(--tla-label); letter-spacing: .05em; text-transform: uppercase; }
.tla-badge--quiet { background: var(--tla-leaf-soft); color: var(--tla-leaf); }

.tla-specimens { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.tla-specimen { padding-bottom: .8rem; border-bottom: 1px solid var(--tla-rule); }
.tla-specimen__image { overflow: hidden; margin-bottom: .8rem; background: var(--tla-mist); }
.tla-specimen__photo { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.tla-specimen:hover .tla-specimen__photo { transform: scale(1.03); }
.tla-specimen h3 { margin: 0 0 .35rem; font: 400 clamp(1.3rem, 2vw, 1.8rem)/.98 var(--tla-display); }
.tla-specimen p:not(.tla-specimen__label) { margin: 0 0 .65rem; color: var(--tla-ink-soft); font-size: .8rem; }

.tla-fieldnotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--tla-rule); border: 1px solid var(--tla-rule); }
.tla-fieldnote { display: grid; grid-template-columns: 7.2rem minmax(0, 1fr); gap: 1rem; min-height: 6.7rem; padding: .75rem; background: var(--tla-paper); }
.tla-fieldnote__image, .tla-fieldnote__photo { width: 100%; height: 5.1rem; }
.tla-fieldnote__photo { object-fit: cover; }
.tla-fieldnote time { display: block; margin-bottom: .25rem; color: var(--tla-leaf); font: 700 .68rem var(--tla-label); letter-spacing: .04em; }
.tla-fieldnote p { margin: 0; font-size: .82rem; line-height: 1.45; }

.tla-method { display: grid; grid-template-columns: minmax(13rem, 25%) 1fr; gap: 1.5rem; align-items: center; padding: 1rem; background: var(--tla-ink); color: var(--tla-white); }
.tla-method__photo { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.tla-method h2 { max-width: 14ch; }
.tla-method p:not(.tla-kicker) { max-width: 58ch; color: rgba(255, 254, 250, .8); }
.tla-method a { color: #f6dfa0; text-decoration-color: #f6dfa0; }

.tla-folio { max-width: var(--tla-wide); margin: 0 auto; padding: 2.1rem 1.5rem 5rem; }
.tla-crumb { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; margin-bottom: 2rem; color: var(--tla-leaf); font: 700 .7rem var(--tla-label); letter-spacing: .04em; }
.tla-crumb a { text-decoration: none; }
.tla-folio__head { max-width: 78rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--tla-rule); }
.tla-folio h1 { max-width: 16ch; margin: 0; font: 400 clamp(2.8rem, 6vw, 5.6rem)/.88 var(--tla-display); letter-spacing: -.06em; }
.tla-folio__dek { max-width: 56ch; margin: 1.25rem 0 .8rem; color: var(--tla-ink-soft); font-size: 1.1rem; }
.tla-meta { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; color: var(--tla-leaf); font: 700 .7rem var(--tla-label); letter-spacing: .04em; }
.tla-meta a { text-decoration: none; }
.tla-article, .tla-topic-layout { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: clamp(2rem, 6vw, 5.5rem); align-items: start; margin-top: 2.3rem; }
.tla-reading { max-width: var(--tla-reading); }
.tla-reading__lead { margin: 0 0 1.5rem; font: 400 clamp(1.25rem, 2vw, 1.55rem)/1.35 var(--tla-display); letter-spacing: -.015em; }
.tla-plate { margin: 0 0 2rem; }
.tla-photo { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--tla-mist); }
figcaption { margin-top: .55rem; color: var(--tla-ink-soft); font-size: .73rem; line-height: 1.45; }
.tla-reading__section { padding-top: 1.7rem; border-top: 1px solid var(--tla-rule); }
.tla-reading__section + .tla-reading__section { margin-top: 1.8rem; }
.tla-reading h2 { margin: 0 0 .75rem; font: 400 clamp(1.65rem, 3vw, 2.5rem)/1 var(--tla-display); letter-spacing: -.035em; }
.tla-reading p { margin: 0 0 1rem; }
.tla-reading__section p { max-width: 65ch; }
.tla-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0 0 2rem; background: var(--tla-rule); border: 1px solid var(--tla-rule); }
.tla-facts div { padding: .8rem 1rem; background: var(--tla-white); }
.tla-facts dt { color: var(--tla-leaf); font: 700 .66rem var(--tla-label); letter-spacing: .09em; text-transform: uppercase; }
.tla-facts dd { margin: .2rem 0 0; font: 400 1.05rem var(--tla-display); }
.tla-sourcebox { margin-top: 2.4rem; padding: 1.1rem 1.25rem; border-left: 4px solid var(--tla-pollen); background: #f1ecce; color: #453d21; }
.tla-sourcebox p { margin: 0 0 .55rem; font-size: .83rem; }
.tla-sourcebox__label { color: #75621a; }
.tla-sourcebox__review { margin-bottom: 0 !important; color: #675d36; font-size: .72rem !important; }
.tla-neighbours { margin-top: 2rem; padding-top: 1.1rem; border-top: 1px solid var(--tla-rule); }
.tla-neighbours p:last-child { color: var(--tla-ink-soft); font-size: .86rem; }
.tla-margin { position: sticky; top: 1.5rem; padding: 1.25rem; border-top: 5px solid var(--tla-berry); background: var(--tla-mist); color: var(--tla-ink); }
.tla-margin h2 { margin: 0 0 1rem; font: 400 1.75rem/1 var(--tla-display); }
.tla-margin dl { margin: 0; }
.tla-margin dt { margin-top: .75rem; color: var(--tla-leaf); font: 700 .64rem var(--tla-label); letter-spacing: .08em; text-transform: uppercase; }
.tla-margin dd { margin: .12rem 0 0; font-size: .8rem; }
.tla-margin__rule { height: 1px; margin: 1.2rem 0; background: var(--tla-rule); }
.tla-margin > p:not(.tla-margin__label) { color: var(--tla-ink-soft); font-size: .8rem; }
.tla-text-link { font: 700 .72rem var(--tla-label); letter-spacing: .05em; text-transform: uppercase; }

.tla-topic-list { border-top: 1px solid var(--tla-rule); }
.tla-topic-row, .tla-author-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid var(--tla-rule); }
.tla-topic-row h2, .tla-author-row h2 { margin: 0; font: 400 clamp(1.35rem, 2.5vw, 2rem)/1 var(--tla-display); }
.tla-topic-row p:not(.tla-topic-row__label), .tla-author-row p:not(.tla-topic-row__label) { max-width: 55ch; margin: .45rem 0 0; color: var(--tla-ink-soft); font-size: .86rem; }
.tla-topic-row > .tla-badge { margin-top: .35rem; white-space: nowrap; }
.tla-author-row > span { color: var(--tla-leaf); font: 700 .7rem var(--tla-label); white-space: nowrap; }
.tla-noindex { max-width: 50rem; margin: 0 auto; padding: 6rem 1.5rem 8rem; }
.tla-noindex h1 { margin: 0; font: 400 clamp(2.5rem, 6vw, 5rem) var(--tla-display); }
.tla-noindex p:not(.tla-kicker) { color: var(--tla-ink-soft); }

.tla-footer { border-top: 1px solid var(--tla-rule); background: var(--tla-paper-deep); }
.tla-footer__inside { display: flex; justify-content: space-between; gap: 2rem; max-width: var(--tla-wide); margin: 0 auto; padding: 2.2rem 1.5rem; }
.tla-footer__identity { display: flex; flex-direction: column; gap: .25rem; max-width: 20rem; }
.tla-footer__identity strong { font: 400 1.55rem var(--tla-display); }
.tla-footer__identity span { color: var(--tla-ink-soft); font-size: .8rem; }
.tla-footer__email { margin-top: .55rem; font: 700 .75rem var(--tla-label); }
.tla-footer__links { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: .75rem 1rem; max-width: 34rem; font: 700 .7rem var(--tla-label); letter-spacing: .04em; text-transform: uppercase; }
.tla-footer__label { width: 100%; color: var(--tla-leaf); text-align: right; }
.tla-footer__links a { text-decoration: none; }

@media (max-width: 78rem) {
  .tla-mast__row { gap: 1rem; }
  .tla-nav { gap: .55rem .75rem; font-size: .65rem; }
  .tla-beds { grid-template-columns: repeat(2, 1fr); }
  .tla-specimens { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 64rem) {
  .tla-nav { display: none; }
  .tla-nav__toggle { display: block; }
  .tla-nav.is-open { position: absolute; top: 100%; right: 0; left: 0; display: grid; gap: 0; padding: .65rem 1.5rem 1rem; border-bottom: 1px solid var(--tla-rule); background: var(--tla-paper); box-shadow: var(--tla-shadow); }
  .tla-nav.is-open a { padding: .72rem 0; border-bottom: 1px solid var(--tla-rule); }
  .tla-nav.is-open a:nth-last-child(3) { margin-left: 0; padding-left: 0; border-left: 0; }
  .tla-article, .tla-topic-layout { grid-template-columns: 1fr; gap: 2rem; }
  .tla-margin { position: static; max-width: var(--tla-reading); }
  .tla-season { grid-template-columns: repeat(3, 1fr); }
  .tla-season__intro { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 46rem) {
  body { font-size: 16px; }
  .tla-mast__row { min-height: 4.7rem; padding: .8rem 1rem; }
  .tla-wordmark { font-size: 1.55rem; }
  .tla-wordmark span { font-size: .56rem; letter-spacing: .1em; }
  .tla-nav.is-open { padding-inline: 1rem; }
  .tla-hero { height: auto; min-height: 27rem; }
  .tla-hero__wash { background: linear-gradient(0deg, #2A1B2D 0%, rgba(42, 27, 45, .82) 56%, rgba(42, 27, 45, .25) 100%); }
  .tla-hero__copy { padding: 2.1rem 1rem 1.4rem; }
  .tla-hero h1 { max-width: 12ch; font-size: clamp(2.7rem, 15vw, 4rem); }
  .tla-hero__markers { gap: .55rem 1rem; margin-top: .9rem; }
  .tla-hero__markers span { font-size: .64rem; }
  .tla-hero__markers b { font-size: 1rem; }
  .tla-search { width: 100%; }
  .tla-search input { font-size: .88rem; }
  .tla-ledger, .tla-folio { padding-right: 1rem; padding-left: 1rem; }
  .tla-intro { display: block; padding-top: 1.8rem; }
  .tla-intro > p { margin-top: .75rem; }
  .tla-beds, .tla-specimens, .tla-fieldnotes { grid-template-columns: 1fr; }
  .tla-bed { min-height: 9.4rem; grid-template-columns: 34% 1fr; }
  .tla-bed__image, .tla-bed__photo { min-height: 7.8rem; }
  .tla-season { grid-template-columns: 1fr; margin: 2.8rem 0; }
  .tla-season__intro { grid-column: auto; }
  .tla-season__intro, .tla-season__part { min-height: auto; }
  .tla-open, .tla-records, .tla-notes { margin-bottom: 3rem; }
  .tla-fieldnote { grid-template-columns: 6.7rem minmax(0, 1fr); }
  .tla-folio { padding-top: 1.5rem; }
  .tla-crumb { margin-bottom: 1.4rem; }
  .tla-folio h1 { font-size: clamp(2.6rem, 14vw, 4.6rem); }
  .tla-folio__dek { font-size: 1rem; }
  .tla-article, .tla-topic-layout { margin-top: 1.8rem; }
  .tla-reading__lead { font-size: 1.28rem; }
  .tla-facts { grid-template-columns: 1fr; }
  .tla-topic-row, .tla-author-row { display: block; }
  .tla-topic-row > .tla-badge, .tla-author-row > span { display: inline-block; margin-top: .8rem; }
  .tla-method { grid-template-columns: 1fr; }
  .tla-method h2 { max-width: 20ch; }
  .tla-footer__inside { display: block; padding: 2rem 1rem; }
  .tla-footer__links { justify-content: flex-start; margin-top: 1.6rem; }
  .tla-footer__label { text-align: left; }
}

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