/* Juniata River Press — site styles
   Type: EB Garamond (the face the books are set in), self-hosted.
   Colors: cream paper, ink, the forest cloth of the case, and gold foil. */

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

:root {
  --paper: #f6f1e7;
  --paper-2: #efe7d8;
  --paper-3: #e6dccb;
  --ink: #1d1e1b;
  --ink-2: #44453f;
  --ink-3: #5f5d55;
  --rule: #d8cfbd;
  --rule-2: #c3b69d;
  --cloth: #2e5953;
  --cloth-2: #24473f;
  --cloth-3: #1a3531;
  --gold: #9a7a32;
  --gold-2: #d6b766;
  --gold-3: #b8943f;
  --white: #fffdf8;
  --error: #8c2f1f;
  --serif: "EB Garamond", Garamond, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --maxw: 1160px;
  --gutter: 20px;
  --measure: 34em;
  --radius: 3px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.1875rem;          /* 19px */
  line-height: 1.55;
  font-feature-settings: "kern", "liga", "onum";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 600px) { body { font-size: 1.125rem; } }  /* 18px */

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--cloth-2); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--ink); }
:focus-visible { outline: 2px solid var(--cloth); outline-offset: 3px; border-radius: 2px; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { font-weight: 500; line-height: 1.12; margin: 0 0 0.45em; color: var(--ink); letter-spacing: -0.005em; font-feature-settings: "kern", "liga", "lnum"; }
h1 { font-size: clamp(2.5rem, 1.55rem + 3.8vw, 4.25rem); line-height: 1.04; letter-spacing: -0.012em; }
h2 { font-size: clamp(1.95rem, 1.45rem + 1.9vw, 2.9rem); }
h3 { font-size: 1.45rem; font-weight: 600; line-height: 1.2; }
h1 em, h2 em { font-style: italic; font-weight: 400; }
strong { font-weight: 600; }
small, .small { font-size: 0.9375rem; }
hr { border: 0; border-top: 1px solid var(--rule); margin: 0; }

.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--paper); padding: 10px 14px; z-index: 50; }
.skip:focus { left: 12px; top: 12px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
@media (min-width: 760px) { :root { --gutter: 36px; } }

.eyebrow {
  display: block;
  font-size: 0.8125rem;            /* 13px */
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin: 0 0 1.1em;
  font-feature-settings: "kern", "lnum";
}
.lede { font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.45rem); line-height: 1.5; color: var(--ink-2); max-width: 32em; }
.measure { max-width: var(--measure); }
.muted { color: var(--ink-3); }
.center { text-align: center; }
.nowrap { white-space: nowrap; }

/* ---------- banner, header, nav ---------- */
.banner { background: var(--cloth-3); color: var(--paper); font-size: 0.9375rem; text-align: center; padding: 9px var(--gutter); line-height: 1.35; }
.banner a { color: var(--gold-2); white-space: nowrap; }
.banner a:hover { color: var(--white); }

.site-header { border-bottom: 1px solid var(--rule); background: var(--paper); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: var(--ink); }
.brand img { width: 44px; height: 44px; }
.brand__name { display: flex; flex-direction: column; line-height: 1; }
.brand__name b { font-weight: 500; font-size: 1.45rem; letter-spacing: 0.1em; }
.brand__name span { font-size: 0.8125rem; letter-spacing: 0.34em; margin-top: 5px; font-weight: 500; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a { font-size: 1.0625rem; color: var(--ink); text-decoration: none; padding: 8px 11px; border-radius: var(--radius); }
.nav a:hover, .nav a[aria-current="page"] { background: var(--paper-2); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--cloth); border-radius: var(--radius) var(--radius) 0 0; }
.nav .btn { margin-left: 10px; }
.nav .btn--primary, .nav .btn--primary:hover { color: var(--white); }
.nav .btn--primary:hover { background: var(--cloth-3); }
.nav-toggle { display: none; }

@media (max-width: 1000px) {
  .nav-toggle {
    display: inline-flex; align-items: center; gap: 8px;
    font: inherit; font-size: 1.0625rem; color: var(--ink);
    background: transparent; border: 1px solid var(--rule-2); border-radius: var(--radius);
    padding: 9px 14px; cursor: pointer;
  }
  .nav-toggle svg { width: 18px; height: 18px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--rule); flex-direction: column; align-items: stretch; padding: 8px var(--gutter) 20px; z-index: 20; box-shadow: 0 12px 24px rgba(29,30,27,.08); }
  .nav.is-open { display: flex; }
  .nav a { font-size: 1.1875rem; padding: 12px 6px; border-bottom: 1px solid var(--rule); border-radius: 0; }
  .nav a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--cloth); padding-left: 12px; }
  .nav .btn { margin: 16px 0 0; text-align: center; justify-content: center; }
  .site-header { position: relative; }
  .brand img { width: 40px; height: 40px; }
  .brand__name b { font-size: 1.3rem; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--serif); font-size: 1.0625rem; font-weight: 500; line-height: 1.2;
  padding: 13px 22px; border-radius: var(--radius);
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn--primary { background: var(--cloth); color: var(--white); border-color: var(--cloth); }
.btn--primary:hover { background: var(--cloth-3); color: var(--white); border-color: var(--cloth-3); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink-3); }
.btn--ghost:hover { background: var(--paper-2); color: var(--ink); border-color: var(--ink); }
.btn--small { font-size: 1rem; padding: 9px 16px; }
.btn[disabled] { opacity: .6; cursor: progress; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.link-more { font-size: 1.0625rem; font-weight: 500; }
.link-more::after { content: " →"; }

/* ---------- sections ---------- */
.section { padding-block: clamp(56px, 7vw, 104px); }
.section--tight { padding-block: clamp(40px, 5vw, 72px); }
.section + .section { border-top: 1px solid var(--rule); }
.band { background: var(--paper-2); }
.band + .section, .section + .band { border-top: 0; }
.section-head { max-width: 40em; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head p { color: var(--ink-2); }

.hero { padding-block: clamp(40px, 6vw, 88px) clamp(48px, 7vw, 96px); }
.hero .grid { display: grid; gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (min-width: 900px) { .hero .grid { grid-template-columns: 1.05fr 0.95fr; } }
.hero h1 { margin-bottom: 0.35em; }

.split { display: grid; gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--wide-left { grid-template-columns: 1.2fr 0.8fr; } .split--wide-right { grid-template-columns: 0.85fr 1.15fr; } }

/* ---------- figures ---------- */
.figure { margin: 0; }
.figure img { width: 100%; height: auto; }
.figure figcaption { font-size: 0.9375rem; color: var(--ink-3); margin-top: 12px; line-height: 1.45; }
.figure--framed img { border-radius: var(--radius); }

/* ---------- lists of points ---------- */
.points { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.points li { padding-left: 26px; position: relative; }
.points li::before { content: ""; position: absolute; left: 2px; top: 0.72em; width: 8px; height: 8px; background: var(--gold-3); transform: rotate(45deg); }
.points h3 { font-size: 1.25rem; margin-bottom: 0.2em; }
.points p { margin: 0; color: var(--ink-2); }

.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 28px; counter-reset: step; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.steps li { counter-increment: step; border-top: 2px solid var(--ink); padding-top: 16px; }
.steps li::before { content: counter(step); display: block; font-size: 2.1rem; line-height: 1; color: var(--gold-3); margin-bottom: 10px; font-feature-settings: "lnum"; }
.steps h3 { font-size: 1.3rem; }
.steps p { margin: 0; color: var(--ink-2); }

/* ---------- paths (three audiences) ---------- */
.paths { display: grid; gap: 18px; }
@media (min-width: 820px) { .paths { grid-template-columns: repeat(3, 1fr); } }
.path { display: block; text-decoration: none; color: var(--ink); background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); padding: 26px 24px 24px; transition: border-color .15s ease, box-shadow .15s ease; }
.path:hover { border-color: var(--cloth); box-shadow: 0 8px 22px rgba(29,30,27,.07); color: var(--ink); }
.path h3 { margin-bottom: 0.35em; }
.path p { color: var(--ink-2); margin-bottom: 1em; }
.path span { color: var(--cloth-2); font-weight: 500; }
.path span::after { content: " →"; }

/* ---------- the COMMONPLACE prompt, set as in the book ---------- */
.prompt { max-width: 34em; }
.prompt__rule { width: 150px; height: 1px; background: var(--ink-3); margin-bottom: 14px; }
.prompt__label { font-size: 0.8125rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); margin: 0 0 6px; font-weight: 500; }
.prompt__text { font-style: italic; font-size: clamp(1.25rem, 1.12rem + 0.45vw, 1.45rem); line-height: 1.45; margin: 0; color: var(--ink); }
.prompt__from { font-size: 0.9375rem; color: var(--ink-3); margin-top: 12px; }

/* ---------- status tags ---------- */
.tag { display: inline-flex; align-items: center; gap: 7px; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); line-height: 1.2; white-space: nowrap; }
.tag::before { content: ""; width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid var(--ink-3); }
.tag--printed { color: var(--cloth-2); }
.tag--printed::before { background: var(--cloth); border-color: var(--cloth); }
.tag--forthcoming::before { background: var(--gold-3); border-color: var(--gold-3); }
.tag--typeset::before { background: transparent; border-color: var(--cloth); }
.tag--preparation::before { background: transparent; border-style: dashed; border-color: var(--ink-3); }

.legend { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0 0 26px; padding: 0; list-style: none; }
.legend li { font-size: 1rem; color: var(--ink-2); display: flex; gap: 10px; align-items: baseline; }

/* ---------- the case, drawn to the house standard ---------- */
.plate {
  container-type: inline-size;
  position: relative; aspect-ratio: 7 / 10; width: 100%;
  border-radius: 2px 5px 5px 2px;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.014) 0 1px, transparent 1px 2px),
    repeating-linear-gradient(90deg, rgba(0,0,0,.028) 0 1px, transparent 1px 2px),
    linear-gradient(90deg, rgba(0,0,0,.28) 0, rgba(0,0,0,.08) 3.5%, rgba(255,255,255,.05) 5%, rgba(0,0,0,0) 12%, rgba(0,0,0,.06) 100%),
    radial-gradient(120% 90% at 55% 30%, #336259 0%, var(--cloth) 55%, #264b45 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 18px 30px -12px rgba(29,30,27,.45), 0 2px 5px rgba(29,30,27,.2);
  overflow: hidden;
}
.plate__panel {
  position: absolute; left: 14.5%; right: 14.5%; top: 32%; height: 30%;
  border: 0.5cqw solid rgba(0,0,0,.26);
  box-shadow: 0 0.2cqw 0 rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
}
.plate__panel::before { content: ""; position: absolute; inset: 1.5cqw; border: 0.35cqw solid rgba(0,0,0,.26); box-shadow: 0 0.2cqw 0 rgba(255,255,255,.07); }
.plate__inner { position: relative; text-align: center; padding: 0 5cqw; display: flex; flex-direction: column; align-items: center; transform: translateY(-0.4cqw); }
.plate__diamond { width: 1.6cqw; height: 1.6cqw; background: var(--gold-2); transform: rotate(45deg); margin-bottom: 2.4cqw; box-shadow: 0 0 0.6cqw rgba(214,183,102,.35); }
.plate__title { font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold-2); font-size: 5.1cqw; line-height: 1.12; background: linear-gradient(180deg, #f0d894, #d6b155 55%, #c29a42); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.plate__title--m { font-size: 4.3cqw; }
.plate__title--l { font-size: 3.6cqw; }
.plate__rule { width: 20cqw; height: 0.35cqw; background: rgba(0,0,0,.26); margin: 2.4cqw 0 2cqw; box-shadow: 0 0.2cqw 0 rgba(255,255,255,.07); }
.plate__author { font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; font-size: 2.5cqw; color: rgba(0,0,0,.42); text-shadow: 0 0.2cqw 0 rgba(255,255,255,.1); }

/* ---------- the shelf of spines ---------- */
.shelf { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 18px; }
.shelf__grade { display: flex; flex-direction: column; align-items: center; }
.shelf__books { display: flex; align-items: flex-end; gap: 2px; padding: 0 4px 0; border-bottom: 5px solid #7a5b3a; box-shadow: 0 6px 8px -6px rgba(29,30,27,.5); }
.shelf__label { font-size: 0.8125rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin-top: 10px; font-weight: 600; }
.spine {
  --w: 26px;
  width: var(--w); height: 212px; border-radius: 2px 2px 1px 1px;
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  padding: 14px 0 12px; text-decoration: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.34), rgba(255,255,255,.10) 22%, rgba(255,255,255,.02) 45%, rgba(0,0,0,.08) 78%, rgba(0,0,0,.36)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 3px),
    var(--cloth);
  transition: transform .15s ease;
}
.spine:hover, .spine:focus-visible { transform: translateY(-6px); }
.spine__title, .spine__author { writing-mode: vertical-rl; color: var(--gold-2); text-transform: uppercase; white-space: nowrap; line-height: 1; }
.spine__title { font-size: 11px; letter-spacing: 0.14em; font-weight: 600; }
.spine__author { font-size: 8px; letter-spacing: 0.14em; font-weight: 500; opacity: .9; flex: 1; padding-top: 10px; }
.spine__mark { width: 11px; height: 11px; background: var(--gold-2); -webkit-mask: url("/brand/mark.svg") center / contain no-repeat; mask: url("/brand/mark.svg") center / contain no-repeat; flex: none; }
.spine--thin .spine__title { font-size: 9px; letter-spacing: 0.08em; }
.spine--thin .spine__author { display: none; }
.spine--long .spine__title { font-size: 9.5px; letter-spacing: 0.08em; }
@media (max-width: 560px) {
  .spine { height: 176px; }
  .spine__title { font-size: 9.5px; }
  .spine__author { display: none; }
  .shelf { gap: 18px 10px; }
}

/* ---------- editions grid ---------- */
.filters { display: grid; gap: 14px; margin-bottom: 30px; padding: 20px; background: var(--paper-2); border-radius: var(--radius); }
@media (min-width: 760px) { .filters { grid-template-columns: 2fr 1fr 1fr; align-items: end; } }
.filters label { display: block; font-size: 0.9375rem; color: var(--ink-2); margin-bottom: 6px; }
.grade-group { margin-bottom: clamp(40px, 5vw, 60px); }
.grade-group > h2 { font-size: 1.6rem; display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid var(--rule); padding-bottom: 10px; margin-bottom: 26px; }
.grade-group > h2 small { font-size: 1rem; color: var(--ink-3); font-weight: 400; }
.cards { display: grid; gap: 30px 40px; }
@media (min-width: 900px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.card { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 20px; align-items: start; text-decoration: none; color: var(--ink); }
@media (min-width: 560px) { .card { grid-template-columns: 132px minmax(0, 1fr); } }
.card .plate { transition: transform .15s ease; box-shadow: 0 10px 18px -8px rgba(29,30,27,.45), 0 1px 3px rgba(29,30,27,.2); }
.card:hover .plate, .card:hover .card__photo { transform: translateY(-3px); }
.card__photo { width: 100%; aspect-ratio: 7/10; object-fit: cover; border-radius: 2px 4px 4px 2px; box-shadow: 0 10px 18px -8px rgba(29,30,27,.45), 0 1px 3px rgba(29,30,27,.2); transition: transform .15s ease; }
.card h3 { font-size: 1.3rem; margin: 0 0 2px; }
.card__meta { font-size: 1rem; color: var(--ink-3); margin: 0 0 8px; }
.card__blurb { font-size: 1.0625rem; color: var(--ink-2); margin: 0 0 10px; line-height: 1.45; }
@media (max-width: 560px) { .card__blurb { display: none; } }
.card__foot { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; margin: 0; font-size: 0.9375rem; color: var(--ink-3); }
.card:hover h3 { color: var(--cloth-2); text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
.empty { padding: 24px; background: var(--paper-2); border-radius: var(--radius); }
.nearby { display: grid; gap: 28px 32px; }
@media (min-width: 760px) { .nearby { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.nearby .card { grid-template-columns: 96px minmax(0, 1fr); }

/* ---------- reading sequence table ---------- */
.sequence { width: 100%; border-collapse: collapse; }
.sequence th, .sequence td { text-align: left; padding: 12px 14px 12px 0; border-bottom: 1px solid var(--rule); vertical-align: baseline; }
.sequence thead th { font-size: 0.8125rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; border-bottom: 1px solid var(--ink-3); }
.sequence tbody th { font-weight: 500; }
.sequence .grade-row th { padding-top: 26px; font-size: 1.2rem; font-weight: 600; border-bottom: 1px solid var(--ink-3); }
.sequence td.pages { font-feature-settings: "lnum", "tnum"; color: var(--ink-3); white-space: nowrap; }
@media (max-width: 700px) {
  .sequence thead { display: none; }
  .sequence tr { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; border-bottom: 1px solid var(--rule); padding: 12px 0; }
  .sequence .grade-row { border-bottom: 1px solid var(--ink-3); padding-top: 22px; }
  .sequence .grade-row th { padding-top: 0; border-bottom: 0; }
  .sequence th, .sequence td { border: 0; padding: 0; }
  .sequence td.author { grid-column: 1; color: var(--ink-3); font-size: 1rem; }
  .sequence td.status { grid-column: 2; grid-row: 1; }
  .sequence td.pages { display: none; }
}

/* ---------- edition page ---------- */
.edition-hero { padding-block: clamp(32px, 5vw, 72px) clamp(40px, 6vw, 80px); }
.edition-hero .grid { display: grid; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (min-width: 900px) { .edition-hero .grid { grid-template-columns: 0.8fr 1.2fr; } }
.edition-hero .plate { max-width: 380px; margin-inline: auto; }
.crumbs { font-size: 1rem; color: var(--ink-3); margin-bottom: 18px; }
.crumbs a { color: var(--ink-3); }
.byline { font-size: 1.35rem; font-style: italic; color: var(--ink-2); margin: -0.2em 0 0.4em; }
.byline span { font-style: normal; font-size: 1.05rem; color: var(--ink-3); display: block; margin-top: 4px; }
.facts { display: grid; grid-template-columns: max-content 1fr; gap: 10px 22px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--rule); font-size: 1.0625rem; }
.facts dt { color: var(--ink-3); }
.facts dd { margin: 0; }
@media (max-width: 480px) { .facts { grid-template-columns: 1fr; gap: 2px; } .facts dd { margin-bottom: 10px; } }
.price { font-size: 1.35rem; font-weight: 500; }
.price small { font-size: 1rem; color: var(--ink-3); font-weight: 400; }

.specs { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--rule); }
.specs li { display: grid; grid-template-columns: 11em 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 1.0625rem; }
.specs li b { font-weight: 500; color: var(--ink-3); }
@media (max-width: 560px) { .specs li { grid-template-columns: 1fr; gap: 2px; } }

.gallery { display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); } .gallery .figure--wide { grid-column: 1 / -1; } }


/* ---------- motto ---------- */
.motto { background: var(--cloth-2); color: var(--paper); }
.motto .eyebrow { color: var(--gold-2); }
.motto h2 { color: var(--white); font-style: italic; font-weight: 400; font-size: clamp(2.4rem, 1.6rem + 3vw, 3.9rem); margin-bottom: 0.15em; }
.motto .translation { font-size: 1.35rem; color: var(--gold-2); margin-bottom: 1.2em; }
.motto p { color: #e3dccd; max-width: 36em; }
.motto a { color: var(--gold-2); }
.motto a:hover { color: var(--white); }

/* ---------- prices ---------- */
.prices { display: grid; gap: 18px; }
@media (min-width: 760px) { .prices { grid-template-columns: repeat(3, 1fr); } }
.price-card { border: 1px solid var(--rule); border-radius: var(--radius); padding: 22px; background: var(--paper); }
.price-card b { display: block; font-size: 2rem; font-weight: 500; line-height: 1.1; font-feature-settings: "lnum"; }
.price-card span { display: block; color: var(--ink-2); margin-top: 6px; font-size: 1.0625rem; }
.terms { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.terms li { padding-left: 26px; position: relative; color: var(--ink-2); }
.terms li::before { content: ""; position: absolute; left: 2px; top: 0.72em; width: 8px; height: 8px; background: var(--gold-3); transform: rotate(45deg); }

/* ---------- questions ---------- */
.faq { max-width: 44em; }
.faq details { border-bottom: 1px solid var(--rule); padding: 16px 0; }
.faq summary { cursor: pointer; font-size: 1.25rem; font-weight: 500; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--cloth); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 12px 0 4px; color: var(--ink-2); }

/* ---------- forms ---------- */
.form { display: grid; gap: 20px; max-width: 40em; }
.field label, .field legend { display: block; font-size: 1.0625rem; font-weight: 500; margin-bottom: 7px; }
.field .hint { font-size: 0.9375rem; color: var(--ink-3); margin: -3px 0 8px; }
.req { color: var(--error); }
input[type="text"], input[type="email"], input[type="number"], select, textarea {
  width: 100%; font: inherit; font-size: 1.125rem; color: var(--ink);
  background: var(--white); border: 1px solid var(--rule-2); border-radius: var(--radius);
  padding: 11px 13px; line-height: 1.4;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--cloth); outline-offset: 1px; border-color: var(--cloth); }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.choices { display: grid; gap: 8px; }
@media (min-width: 620px) { .choices { grid-template-columns: repeat(2, 1fr); } }
.choice { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border: 1px solid var(--rule-2); border-radius: var(--radius); background: var(--white); cursor: pointer; font-size: 1.0625rem; }
.choice input { margin-top: 0.35em; accent-color: var(--cloth); width: 18px; height: 18px; flex: none; }
.choice:has(input:checked) { border-color: var(--cloth); box-shadow: inset 0 0 0 1px var(--cloth); }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 1.0625rem; }
.check input { margin-top: 0.3em; accent-color: var(--cloth); width: 18px; height: 18px; flex: none; }
.group { display: grid; gap: 16px; padding: 20px; background: var(--paper-2); border-radius: var(--radius); }
.group[hidden] { display: none; }
.two { display: grid; gap: 16px; }
@media (min-width: 620px) { .two { grid-template-columns: 1fr 1fr; } }
.hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 0.9375rem; color: var(--ink-3); margin: 0; }
.form-status { font-size: 1.0625rem; padding: 14px 16px; border-radius: var(--radius); display: none; }
.form-status.is-ok { display: block; background: #e3ece5; color: #1d3a2c; border: 1px solid #b9d1bf; }
.form-status.is-error { display: block; background: #f5e4de; color: var(--error); border: 1px solid #e3c1b6; }

.signup { display: grid; gap: 10px; }
.signup .row { display: flex; gap: 10px; flex-wrap: wrap; }
.signup input[type="email"] { flex: 1 1 220px; }
.signup select { flex: 0 1 220px; }

/* ---------- footer ---------- */
.site-footer { background: var(--cloth-3); color: #e6dfcf; padding-block: 60px 34px; }
.site-footer a { color: #f1ead9; }
.site-footer a:hover { color: var(--gold-2); }
.footer-grid { display: grid; gap: 40px; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.1fr 0.8fr 1.3fr; } }
.footer-brand { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.footer-brand img { width: 52px; height: 52px; }
.footer-brand .brand__name b { color: var(--white); }
.footer-brand .brand__name span { color: #e6dfcf; }
.site-footer p { font-size: 1.0625rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 1.0625rem; }
.site-footer h2 { font-size: 1.5rem; color: var(--white); margin-bottom: 0.35em; }
.site-footer .signup input, .site-footer .signup select { background: #f6f1e7; }
.site-footer .btn--primary { background: var(--gold-2); border-color: var(--gold-2); color: var(--cloth-3); }
.site-footer .btn--primary:hover { background: var(--white); border-color: var(--white); color: var(--cloth-3); }
.site-footer .form-status.is-ok { background: #2b4a44; color: #eaf2ec; border-color: #3d6059; }
.site-footer .form-status.is-error { background: #4a2b25; color: #f6ded6; border-color: #6a3d34; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: space-between; font-size: 0.9375rem; color: #cfc6b3; }
.footer-bottom .motto-line { font-style: italic; color: var(--gold-2); }

/* ---------- misc ---------- */
.note { font-size: 1rem; color: var(--ink-3); }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.pill-list a { display: inline-block; padding: 6px 12px; border: 1px solid var(--rule-2); border-radius: 999px; text-decoration: none; color: var(--ink); font-size: 1rem; }
.pill-list a:hover { border-color: var(--cloth); background: var(--paper-2); }
.lockup { width: min(240px, 60vw); }
.prose { max-width: 36em; }
.prose h2 { margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: 0.5em; }
.quote { font-style: italic; font-size: 1.35rem; line-height: 1.45; border-left: 2px solid var(--gold-3); padding-left: 20px; margin: 1.4em 0; color: var(--ink); }
.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; }
