@font-face {
  font-family: UnifrakturCook;
  src: url("assets/fonts/unifrakturcook-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("assets/fonts/eb-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("assets/fonts/eb-garamond-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --night: #151711;
  --night-deep: #0c0e0b;
  --paper: #f0eadb;
  --paper-deep: #e5dcc7;
  --ink: #2d3026;
  --muted: #6b6a59;
  --gold: #bda16b;
  --gold-light: #e2c58a;
  --rule: #cfc6b1;
  --serif: "EB Garamond", Georgia, serif;
  --display: UnifrakturCook, Georgia, serif;
  --page: 1160px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--night);
  color: var(--paper);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::selection {
  background: var(--gold);
  color: var(--night);
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
button:disabled {
  cursor: default;
}
svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
input:focus-visible {
  outline: none;
}
[hidden] {
  display: none !important;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 12px 20px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  border-bottom: 1px solid #bda16b30;
  background: var(--night-deep);
}
.header-inner {
  max-width: var(--page);
  min-height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand-monogram {
  font-family: var(--display);
  font-size: 43px;
  line-height: 1;
  color: var(--gold-light);
  position: relative;
  width: 41px;
}
.brand-monogram span {
  font-size: 29px;
  margin-left: -9px;
}
.brand-name {
  font-size: 16px;
  line-height: 1.05;
}
.main-nav {
  display: flex;
  gap: 36px;
  margin-left: 40px;
}
.main-nav a {
  font-size: 16px;
  color: #d0cdbf;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.main-nav a:hover::after {
  transform: scaleX(1);
}
.header-edition {
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  gap: 17px;
  align-items: center;
}
.header-edition span {
  font-size: 18px;
}
.hero {
  position: relative;
  isolation: isolate;
  background: #11110d;
  overflow: hidden;
  min-height: 612px;
}
.hero-image {
  position: absolute;
  z-index: -3;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      #10120ef5 0%,
      #10120eea 24%,
      #10120e98 44%,
      #10120e00 72%
    ),
    linear-gradient(
      0deg,
      #11130fe6,
      transparent 20%,
      transparent 85%,
      #0c0e0b33
    );
}
.hero-inner {
  max-width: var(--page);
  margin: auto;
  position: relative;
  min-height: 612px;
  display: flex;
  align-items: center;
  padding: 54px 0 64px;
}
.hero-copy {
  max-width: 560px;
  animation: title-arrive 0.9s ease-out both;
}
.edition-line {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 25px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.edition-line span {
  width: 30px;
  height: 1px;
  background: var(--gold);
}
h1 {
  font-family: var(--display);
  font-size: clamp(70px, 7.2vw, 100px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 0;
  color: #e9d1a0;
  text-shadow: 0 3px 20px #0004;
}
.hero-subtitle {
  font-size: 25px;
  letter-spacing: 0.035em;
  margin: 26px 0 12px;
  color: #e4dece;
}
.hero-description {
  font-size: 19px;
  line-height: 1.55;
  max-width: 355px;
  color: #b9b8aa;
  margin: 0 0 27px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  min-height: 49px;
  padding: 11px 23px;
  border: 1px solid var(--gold);
  text-decoration: none;
  font-size: 17px;
  transition:
    background 0.2s,
    color 0.2s;
}
.button-gold {
  background: #d4b77c;
  color: #22251c;
  border-color: #d4b77c;
  box-shadow: inset 0 0 0 3px #ffffff15;
}
.button-gold:hover {
  background: #ebd09a;
}
.button svg {
  width: 21px;
  height: 21px;
}
.hero-footnote {
  font-style: italic;
  font-size: 14px;
  color: #9e9f90;
  margin: 13px 0 0;
}
.volume-caption {
  position: absolute;
  right: 4px;
  bottom: 26px;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #ded3b9;
}
.volume-caption > span:first-child {
  font-size: 15px;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  border-right: 1px solid #bda16b80;
  padding-right: 16px;
}
.volume-caption > span:last-child {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.motto-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid #bda16b45;
  border-bottom: 1px solid #bda16b45;
  min-height: 65px;
  background: #1c1f16;
  color: #d3c6a7;
}
.motto-strip p {
  font-style: italic;
  font-size: 20px;
  margin: 14px 0;
}
.motto-strip svg {
  color: var(--gold);
  width: 13px;
  height: 13px;
}
.paper {
  background-color: var(--paper);
  background-image: url("assets/paper.svg");
  color: var(--ink);
}
.section-inner {
  max-width: var(--page);
  margin: 0 auto;
}
.lexicon {
  padding: 75px 0 63px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 31px;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 9px;
}
.section-heading h2 {
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 400;
  margin: 0;
}
.heading-period {
  color: #8b733d;
}
.section-intro {
  font-size: 17px;
  line-height: 1.45;
  text-align: right;
  font-style: italic;
  color: var(--muted);
  margin: 0 0 4px;
}
.search-form {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  border: 1px solid #a8a28e;
  background: #fffdf429;
  min-height: 64px;
  padding: 0 21px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.search-form:focus-within {
  border-color: #645d3f;
  box-shadow: 0 0 0 3px #a28b5026;
}
.search-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #666653;
  stroke-width: 1.3;
}
.search-form input {
  background: transparent;
  border: 0;
  min-width: 0;
  flex: 1;
  color: var(--ink);
  padding: 17px 0;
  font-size: 20px;
  border-radius: 0;
}
.search-form input::placeholder {
  color: #6b6a59;
  opacity: 1;
}
.search-form input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-hint {
  display: flex;
  width: 25px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rule);
  color: #83816c;
  border-radius: 3px;
  font-family: var(--serif);
  font-size: 16px;
}
.clear-search {
  border: 0;
  background: transparent;
  font-size: 28px;
  width: 32px;
  height: 38px;
  line-height: 1;
  color: var(--muted);
}
.alphabet {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 35px;
}
.letter {
  color: #515446;
  background: transparent;
  border: 1px solid transparent;
  min-width: 29px;
  min-height: 32px;
  padding: 3px 7px;
  line-height: 1;
  font-size: 15px;
}
.letter:first-child {
  margin-right: 12px;
  min-width: 40px;
}
.letter[aria-pressed="true"] {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.letter:not(:disabled):hover {
  border-color: #8d8d77;
}
.letter:disabled {
  color: #8b897b;
  opacity: 0.65;
}
.dictionary-layout {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 55px;
}
.dictionary-sidebar {
  padding-top: 6px;
}
.sidebar-book {
  width: 30px;
  height: 30px;
  color: #8d7649;
  margin-bottom: 15px;
}
.volume-index h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 7px;
}
.volume-index p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
  max-width: 190px;
}
.volume-index .volume-total {
  font-style: italic;
  font-size: 15px;
}
.sidebar-rule {
  display: block;
  width: 35px;
  height: 1px;
  background: #b7ae94;
  margin: 20px 0;
}
.marginal-note {
  border-top: 1px solid var(--rule);
  margin-top: 35px;
  padding-top: 19px;
  max-width: 185px;
}
.note-mark {
  font-style: italic;
  color: #74643b;
  font-size: 18px;
}
.marginal-note p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
  font-style: italic;
  margin: 7px 0 0;
}
.results-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--rule);
  padding: 0 0 13px;
  color: var(--muted);
  font-size: 13px;
}
.results-bar p {
  margin: 0;
}
.results-bar > span {
  font-style: italic;
}
.entry {
  padding: 25px 0 33px;
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: 30px;
}
.entry:last-child {
  border-bottom: 0;
}
.entry:target {
  animation: entry-highlight 1.8s ease-out;
}
.entry-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6c654b;
}
.entry-meta .entry-classification {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-style: italic;
  border-left: 1px solid var(--rule);
  padding-left: 14px;
  color: var(--muted);
}
.entry-title-row {
  display: flex;
  align-items: baseline;
  gap: 17px;
  margin: 8px 0 11px;
}
.entry h3 {
  font-size: 57px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}
.entry-anchor {
  margin-left: auto;
  color: #706548;
  text-decoration: none;
  font-size: 21px;
  line-height: 1;
  padding: 8px;
}
.entry-anchor:hover {
  color: var(--ink);
}
.pronunciation {
  color: var(--muted);
  font-style: italic;
  font-size: 17px;
  margin: -2px 0 16px;
  overflow-wrap: anywhere;
}
.definition {
  display: flex;
  gap: 17px;
  font-size: 23px;
  line-height: 1.55;
  margin: 0 0 19px;
  max-width: 690px;
}
.definition-number {
  color: #6c654b;
  font-size: 17px;
  padding-top: 5px;
}
.definition p {
  margin: 0;
  overflow-wrap: anywhere;
}
.etymology {
  background: #e3dcc950;
  border-left: 2px solid #b7a371;
  padding: 17px 23px;
  margin: 25px 0 8px;
}
.etymology h4,
.entry-note h4,
.usage figcaption {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #756747;
}
.etymology-chain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 17px;
  font-size: 20px;
}
.etymology-chain .chain-arrow {
  font-size: 16px;
  color: #8e805f;
}
.etymology-chain .chain-step:last-child {
  font-style: italic;
}
.etymology-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.entry-note {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px dotted var(--rule);
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
}
.entry-note h4 {
  margin: 4px 0 0;
  line-height: 1.5;
}
.entry-note p {
  margin: 0;
  max-width: 65ch;
  overflow-wrap: anywhere;
}
.usage {
  margin: 24px 0 0;
  padding: 2px 0 2px 22px;
  border-left: 1px solid #b7a371;
}
.usage blockquote {
  margin: 0;
  font-style: italic;
  font-size: 23px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.usage blockquote::before {
  content: "“";
}
.usage blockquote::after {
  content: "”";
}
.usage-context {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.end-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 15px auto 13px;
  max-width: 140px;
  color: #a28c59;
}
.end-mark span {
  height: 1px;
  width: 45px;
  background: var(--rule);
}
.end-mark svg {
  width: 12px;
  height: 12px;
}
.archive-postscript {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: #696650;
  margin: 0;
}
.dictionary-state {
  padding: 43px 20px 45px;
  text-align: center;
}
.dictionary-state h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 8px 0 10px;
}
.dictionary-state p {
  max-width: 400px;
  margin: 0 auto 17px;
  font-size: 18px;
  color: var(--muted);
}
.state-ornament,
.loading-star {
  font-size: 31px;
  color: #9d8958;
}
.loading-star {
  display: inline-block;
  animation: archive-pulse 1.5s ease-in-out infinite;
}
.text-button {
  border: 0;
  background: none;
  border-bottom: 1px solid #aea185;
  padding: 4px 0;
  font-size: 17px;
  color: var(--ink);
}
.text-button span {
  margin-left: 10px;
}
.noscript-note {
  padding: 20px;
  border: 1px solid var(--rule);
}
.foreword {
  padding: 0 0 78px;
}
.foreword-inner {
  max-width: var(--page);
  margin: auto;
  border-top: 1px solid #bcb49e;
  padding-top: 51px;
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  gap: 55px;
}
.foreword-label {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foreword-label .eyebrow {
  max-width: 160px;
}
.foreword-label svg {
  width: 45px;
  height: 45px;
  color: #988458;
  margin: 27px 0 18px;
}
.folio {
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
}
.foreword-copy {
  max-width: 700px;
  grid-column: 2;
  grid-row: 1 / span 2;
}
.prospectus {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin: 0;
  max-width: 240px;
}
.prospectus-link {
  display: block;
  text-decoration: none;
}
.prospectus-link img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--night-deep);
  box-shadow: 0 5px 14px #2d302622;
}
.prospectus-link span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--gold);
}
.prospectus-link:hover span {
  text-decoration-color: currentColor;
}
.prospectus figcaption {
  margin-top: 16px;
}
.prospectus h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.prospectus p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-style: italic;
  line-height: 1.4;
}
.foreword-copy h2 {
  font-size: 39px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.022em;
  margin: 0 0 26px;
}
.foreword-copy > p {
  font-size: 19px;
  line-height: 1.65;
  color: #5d6051;
  margin: 0 0 17px;
}
.drop-cap::first-letter {
  float: left;
  font-size: 63px;
  line-height: 0.8;
  padding: 10px 8px 0 0;
  color: #57593f;
}
.editor-signature {
  display: flex;
  align-items: baseline;
  gap: 17px;
  margin-top: 27px;
}
.editor-signature > span:first-child {
  font-style: italic;
  font-size: 25px;
  color: #484a3c;
}
.editor-signature > span:last-child {
  color: #6b6a59;
  font-size: 14px;
}
.readers-dedication {
  margin: 29px 0 0;
  padding: 23px 0;
  border-block: 1px solid var(--rule);
}
.readers-dedication .group-name {
  max-width: 42ch;
  margin: 12px 0;
  font-size: clamp(23px, 2.2vw, 29px);
  line-height: 1.25;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.readers-dedication .dedication-note {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: var(--muted);
}
.authority {
  padding: 57px 0 0;
  background:
    radial-gradient(ellipse at 50% 0%, #282c1c80, transparent 68%), var(--night);
  border-top: 1px solid #bda16b70;
}
.authority-heading {
  display: flex;
  align-items: center;
  gap: 23px;
  justify-content: center;
}
.authority-heading h2 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
  text-align: center;
}
.ornamental-line {
  height: 1px;
  max-width: 65px;
  flex: 1;
  background: #bda16b55;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 39px 0 43px;
}
.principle {
  text-align: center;
  padding: 0 28px;
  position: relative;
}
.principle + .principle {
  border-left: 1px solid #bda16b35;
}
.principle svg {
  width: 34px;
  height: 34px;
  color: var(--gold);
  margin: 0 auto 15px;
}
.principle h3 {
  font-size: 21px;
  font-variant: small-caps;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #d6bb81;
  margin: 0 0 7px;
}
.principle p {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #dedccf;
}
.principle > span {
  font-size: 14px;
  font-style: italic;
  color: #9da18d;
}
.testimonial {
  margin: 0;
  padding: 34px 0 39px;
  text-align: center;
  border-top: 1px solid #bda16b35;
}
.testimonial blockquote {
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.2;
  color: #dfdfd0;
}
.testimonial figcaption {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.testimonial figcaption span {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
  color: #949983;
  margin-left: 5px;
}
.site-footer {
  max-width: var(--page);
  margin: auto;
  border-top: 1px solid #bda16b50;
  padding: 30px 0 20px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-title {
  font-family: var(--display);
  font-size: 25px;
  color: #c7b281;
  text-decoration: none;
  line-height: 1.1;
}
.footer-top p {
  font-size: 15px;
  color: #9ba18a;
  font-style: italic;
  margin: 0;
}
.back-top {
  margin-left: auto;
  text-decoration: none;
  font-size: 14px;
  color: #b1b49f;
}
.back-top span {
  padding-left: 12px;
  color: var(--gold);
}
.back-top:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 27px;
  color: #8e957d;
  font-size: 12px;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom p + p {
  margin-left: auto;
}
.footer-bottom svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
}
@keyframes title-arrive {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes archive-pulse {
  50% {
    opacity: 0.3;
  }
}
@keyframes entry-highlight {
  0%,
  35% {
    background: #cab27625;
  }
  100% {
    background: transparent;
  }
}
@media (min-width: 1600px) {
  .hero-image {
    object-position: center 52%;
  }
  .hero {
    min-height: 670px;
  }
  .hero-inner {
    min-height: 670px;
  }
  .hero-copy {
    max-width: 590px;
  }
  h1 {
    font-size: 108px;
  }
}
@media (max-width: 1240px) {
  :root {
    --page: calc(100% - 96px);
  }
  .header-inner {
    gap: 22px;
  }
  .main-nav {
    margin-left: 0;
    gap: 25px;
  }
  .hero-image {
    object-position: 58% center;
  }
  .dictionary-layout,
  .foreword-inner {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 40px;
  }
  .letter {
    min-width: 24px;
    padding: 3px 5px;
  }
  .alphabet {
    gap: 1px;
  }
  .hero-copy {
    max-width: 520px;
  }
}
@media (max-width: 1000px) {
  :root {
    --page: calc(100% - 64px);
  }
  .header-edition {
    display: none;
  }
  .header-inner {
    min-height: 78px;
  }
  .hero,
  .hero-inner {
    min-height: 590px;
  }
  .hero-shade {
    background:
      linear-gradient(
        90deg,
        #10120ef5 0%,
        #10120ed9 25%,
        #10120e77 56%,
        #10120e05 100%
      ),
      linear-gradient(0deg, #11130fe6, transparent 24%);
  }
  .hero-image {
    width: 120%;
    max-width: none;
    right: -10%;
    object-position: 63% center;
  }
  .hero-description {
    max-width: 320px;
  }
  .hero-copy {
    max-width: 470px;
  }
  .volume-caption {
    right: 0;
    bottom: 21px;
  }
  .lexicon {
    padding-top: 54px;
  }
  .dictionary-layout,
  .foreword-inner {
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 30px;
  }
  .alphabet {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
  }
  .letter {
    min-width: 25px;
    padding: 4px 5px;
  }
  .letter:first-child {
    margin-right: 5px;
  }
  .foreword-copy h2 {
    font-size: 35px;
  }
  .principle {
    padding: 0 18px;
  }
  .principle p {
    font-size: 22px;
  }
  .principle > span {
    display: block;
    max-width: 175px;
    margin: auto;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 10px 22px;
  }
  .footer-top p {
    display: none;
  }
  .footer-bottom {
    gap: 18px;
  }
  .footer-bottom p {
    max-width: 230px;
  }
}
@media (max-width: 700px) {
  :root {
    --page: calc(100% - 40px);
  }
  html {
    scroll-padding-top: 20px;
  }
  .header-inner {
    min-height: 72px;
    gap: 12px;
  }
  .brand-name {
    font-size: 14px;
  }
  .brand-monogram {
    font-size: 36px;
    width: 34px;
  }
  .brand-monogram span {
    font-size: 25px;
  }
  .brand {
    gap: 9px;
  }
  .main-nav {
    gap: 18px;
  }
  .main-nav a {
    font-size: 15px;
  }
  .main-nav a:nth-child(n + 3) {
    display: none;
  }
  .hero,
  .hero-inner {
    min-height: 610px;
  }
  .hero-inner {
    align-items: flex-start;
    padding: 52px 0 70px;
  }
  .hero-copy {
    max-width: 410px;
  }
  .hero-image {
    width: 150%;
    height: 100%;
    right: -40%;
    object-position: 64% 50%;
    opacity: 0.58;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #10120ef7 0%, #10120ecc 25%, #10120e50 85%),
      linear-gradient(0deg, #11130f 0%, #11130f11 45%);
  }
  h1 {
    font-size: clamp(60px, 19vw, 83px);
  }
  .edition-line {
    font-size: 11px;
    letter-spacing: 0.12em;
    margin-bottom: 26px;
  }
  .hero-subtitle {
    font-size: 23px;
    margin-top: 23px;
  }
  .hero-description {
    font-size: 18px;
    max-width: 295px;
    color: #c0c0b0;
  }
  .hero-footnote {
    font-size: 14px;
  }
  .volume-caption {
    bottom: 21px;
    right: 0;
  }
  .volume-caption > span:last-child {
    font-size: 11px;
  }
  .motto-strip {
    gap: 15px;
    min-height: 64px;
    padding: 0 18px;
  }
  .motto-strip p {
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
  }
  .motto-strip svg {
    width: 10px;
    height: 10px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 49px;
  }
  .section-intro {
    font-size: 14px;
    max-width: 175px;
    margin-top: 26px;
  }
  .section-intro br {
    display: none;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .search-form {
    min-height: 59px;
    padding: 0 16px;
    gap: 12px;
  }
  .search-form input {
    font-size: 18px;
  }
  .search-hint {
    display: none;
  }
  .alphabet {
    padding: 15px 0 18px;
    margin-bottom: 25px;
    gap: 3px;
  }
  .letter {
    min-height: 33px;
    min-width: 30px;
    font-size: 14px;
  }
  .letter:first-child {
    margin-right: 3px;
  }
  .dictionary-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .dictionary-sidebar {
    display: none;
  }
  .results-bar {
    font-size: 12px;
  }
  .entry {
    padding-top: 23px;
  }
  .entry h3 {
    font-size: 52px;
  }
  .definition {
    font-size: 22px;
    gap: 13px;
  }
  .etymology {
    padding: 15px 17px;
  }
  .etymology-chain {
    font-size: 19px;
    gap: 9px 12px;
  }
  .entry-note {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .entry-note h4 {
    margin: 0;
  }
  .usage {
    padding-left: 16px;
  }
  .usage blockquote {
    font-size: 21px;
  }
  .lexicon {
    padding: 42px 0;
  }
  .archive-postscript {
    font-size: 14px;
  }
  .foreword {
    padding-bottom: 45px;
  }
  .foreword-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    padding-top: 31px;
  }
  .foreword-label {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .foreword-label .eyebrow {
    max-width: none;
    margin: 0;
  }
  .foreword-label svg {
    width: 26px;
    height: 26px;
    margin: 0;
  }
  .folio {
    display: none;
  }
  .foreword-copy h2 {
    font-size: 33px;
    margin-bottom: 23px;
  }
  .foreword-copy,
  .prospectus {
    grid-column: auto;
    grid-row: auto;
  }
  .prospectus {
    margin: 16px auto 0;
    text-align: center;
  }
  .foreword-copy > p {
    font-size: 18px;
    line-height: 1.6;
  }
  .editor-signature {
    gap: 14px;
    flex-wrap: wrap;
  }
  .editor-signature > span:first-child {
    font-size: 23px;
  }
  .editor-signature > span:last-child {
    font-size: 13px;
  }
  .authority {
    padding-top: 35px;
  }
  .authority-heading {
    gap: 12px;
  }
  .authority-heading h2 {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .ornamental-line {
    max-width: 30px;
  }
  .principles {
    grid-template-columns: 1fr;
    margin: 29px 0 20px;
  }
  .principle {
    padding: 24px 0;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 20px;
    text-align: left;
    max-width: 350px;
    width: 100%;
    margin: auto;
  }
  .principle + .principle {
    border-left: 0;
    border-top: 1px solid #bda16b35;
  }
  .principle svg {
    grid-row: 1/4;
    margin: 4px 0 0;
    width: 31px;
    height: 31px;
  }
  .principle h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }
  .principle p {
    font-size: 22px;
    line-height: 1.3;
  }
  .principle p br {
    display: none;
  }
  .principle > span {
    max-width: none;
    margin: 0;
    font-size: 14px;
  }
  .testimonial {
    padding: 28px 5px 32px;
  }
  .testimonial blockquote {
    font-size: 28px;
  }
  .testimonial figcaption {
    font-size: 11px;
  }
  .testimonial figcaption span {
    display: block;
    font-size: 13px;
    margin: 7px 0 0;
  }
  .site-footer {
    padding: 27px 0 21px;
  }
  .footer-top {
    align-items: flex-start;
  }
  .footer-title {
    font-size: 23px;
    max-width: 180px;
  }
  .back-top {
    font-size: 13px;
    max-width: 110px;
    text-align: right;
    line-height: 1.4;
  }
  .back-top span {
    padding-left: 5px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9px;
    font-size: 12px;
    margin-top: 22px;
  }
  .footer-bottom p {
    max-width: none;
    width: calc(100% - 30px);
  }
  .footer-bottom p + p {
    margin-left: 0;
  }
  .footer-bottom svg {
    margin-top: -22px;
    margin-left: auto;
  }
}
@media (max-width: 380px) {
  .main-nav {
    gap: 15px;
  }
  .main-nav a {
    font-size: 14px;
  }
  .brand-name {
    font-size: 13px;
  }
  .hero-subtitle {
    font-size: 21px;
  }
  .hero,
  .hero-inner {
    min-height: 590px;
  }
  .section-intro {
    max-width: 132px;
    font-size: 13px;
  }
  .section-heading h2 {
    font-size: 45px;
  }
  .search-form input {
    font-size: 16px;
  }
  .letter {
    min-width: 28px;
  }
  .results-bar > span {
    font-size: 11px;
  }
  .foreword-copy h2 {
    font-size: 29px;
  }
  .etymology-chain {
    font-size: 17px;
    gap: 8px;
  }
  .editor-signature {
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  body {
    background: white;
    color: black;
    font-size: 12pt;
  }
  .site-header,
  .hero,
  .motto-strip,
  .search-form,
  .alphabet,
  .dictionary-sidebar,
  .commandments,
  .foreword,
  .authority,
  .site-footer,
  .entry-anchor,
  .results-bar > span,
  .skip-link {
    display: none !important;
  }
  .paper {
    background: white;
  }
  .section-inner {
    max-width: none;
  }
  .lexicon {
    padding: 0;
  }
  .section-heading h2 {
    font-size: 32pt;
  }
  .section-heading::before {
    content: "The Rizzabh Zeitgeist";
    font-size: 18pt;
  }
  .section-heading {
    display: block;
  }
  .section-intro {
    display: none;
  }
  .dictionary-layout {
    display: block;
  }
  .entry {
    break-inside: avoid;
  }
  .entry h3 {
    font-size: 28pt;
  }
  .definition {
    font-size: 14pt;
  }
  .archive-postscript {
    font-size: 10pt;
  }
}

/* Keep the cover legible as a physical volume; the reading tools stay at hand. */
@media (min-width: 1001px) {
  .hero-image {
    width: 80%;
    max-width: 1350px;
  }
}
.dictionary-controls {
  position: sticky;
  top: -1px;
  z-index: 5;
  padding-top: 12px;
}
.dictionary-controls .alphabet {
  margin-bottom: 0;
}
.dictionary-layout {
  padding-top: 35px;
}
.dictionary-sidebar {
  align-self: start;
  position: sticky;
  top: var(--reading-offset, 174px);
}
.entry {
  scroll-margin-top: var(--reading-offset, 174px);
}
.entry-title-row {
  min-width: 0;
}
.entry h3 {
  min-width: 0;
}
.entry-meta {
  flex-wrap: wrap;
}
.results-bar p {
  overflow-wrap: anywhere;
}
.results-bar > span {
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom p + p {
    margin-left: 0;
  }
  .footer-bottom svg {
    margin-left: auto;
  }
}
@media (max-width: 700px) {
  .dictionary-layout {
    padding-top: 25px;
  }
  .footer-bottom svg {
    margin-top: 8px;
  }
  .dictionary-controls {
    padding-top: 10px;
  }
  .entry h3 {
    font-size: clamp(34px, 8vw, 48px);
  }
}
@media print {
  .dictionary-controls {
    display: none;
  }
  .dictionary-layout {
    padding: 0;
  }
}

/* Lord Cosmo's Commandments - the library of sacred texts. */
.commandments {
  position: relative;
  padding: 76px 0 84px;
  border-top: 1px solid #bda16b45;
  border-bottom: 1px solid #bda16b45;
  background:
    radial-gradient(ellipse at 50% -6%, #3b361fa0, transparent 62%),
    var(--night-deep);
}
.scripture-heading {
  text-align: center;
  margin-bottom: 52px;
}
.scripture-heading .eyebrow {
  color: #b09a68;
  margin-bottom: 15px;
}
.scripture-heading h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(37px, 5.3vw, 64px);
  line-height: 1.07;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--gold-light);
}
.scripture-heading .way {
  display: block;
  margin-top: 13px;
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(20px, 2.1vw, 27px);
  color: #cec3a5;
}
.rule-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 430px;
  margin: 24px auto 0;
  color: var(--gold);
}
.rule-ornament span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bda16b);
}
.rule-ornament span:last-child {
  background: linear-gradient(90deg, #bda16b, transparent);
}
.rule-ornament svg {
  width: 13px;
  height: 13px;
}
.scripture-lede {
  max-width: 62ch;
  margin: 22px auto 0;
  font-size: 18px;
  line-height: 1.55;
  font-style: italic;
  color: #a8a693;
}
.scripture-shelf {
  display: grid;
  grid-template-columns: 296px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}
.icon-frame {
  position: relative;
  margin: 0;
  padding: 13px;
  border: 1px solid #bda16b66;
  border-radius: 50% 50% 3px 3px / 34% 34% 3px 3px;
  background: linear-gradient(160deg, #302d1d, #14170f 72%);
  box-shadow:
    0 0 62px #bda16b21,
    0 22px 46px #00000066;
}
.icon-frame::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: 2;
  border: 1px solid #bda16b3d;
  border-radius: 50% 50% 2px 2px / 34% 34% 2px 2px;
  pointer-events: none;
}
.icon-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50% 50% 2px 2px / 34% 34% 2px 2px;
  filter: saturate(0.87) contrast(1.03);
}
.icon-caption {
  margin: 21px 4px 0;
  text-align: center;
}
.icon-caption h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
  color: var(--gold-light);
}
.icon-caption p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  font-style: italic;
  color: #a3a08d;
}
.icon-caption .icon-verse {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid #bda16b33;
  font-size: 14px;
  color: #8f8c7a;
}
.scripture-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #bda16b33;
}
.scripture-item {
  border-bottom: 1px solid #bda16b33;
}
.scripture-link {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 24px;
  padding: 23px 16px 25px;
  text-decoration: none;
  transition: background 0.2s;
}
.scripture-link:hover {
  background: #bda16b12;
}
.scripture-numeral {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--gold);
}
.scripture-kind {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8f7d51;
  margin: 0 0 7px;
}
.scripture-name {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  color: var(--paper);
}
.scripture-link:hover .scripture-name {
  color: var(--gold-light);
}
.scripture-incipit {
  display: block;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: #a09e8c;
}
.scripture-go {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.scripture-go svg {
  width: 17px;
  height: 17px;
}
.canon-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 42px 0 0;
  font-size: 16px;
  font-style: italic;
  color: #8f8c7a;
  text-align: center;
}
.canon-note svg {
  width: 12px;
  height: 12px;
  color: var(--gold);
}
@media (max-width: 1000px) {
  .scripture-shelf {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
    justify-items: center;
  }
  .icon-panel {
    max-width: 292px;
  }
  .scripture-list {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .commandments {
    padding: 56px 0 62px;
  }
  .scripture-heading {
    margin-bottom: 40px;
  }
  .scripture-link {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 15px;
    padding: 20px 4px 22px;
  }
  .scripture-numeral {
    font-size: 22px;
  }
  .scripture-name {
    font-size: 24px;
  }
  .scripture-go {
    grid-column: 2;
    margin-top: 12px;
  }
}
