/* ==========================================================================
   Chancelings — official site
   Palette and materials are lifted from the game itself: green baize, ivory
   ticket stock, brass rules and one enamel red for anything that acts.
   ========================================================================== */

:root {
  --baize:      #03100f;
  --baize-2:    #071b18;
  --felt:       #0c2621;
  --felt-2:     #103029;
  --ivory:      #f5ecd8;
  --paper:      #efe1c2;
  --paper-2:    #e5d4ae;
  --brass:      #d9b45c;
  --brass-dim:  #8d7434;
  --enamel:     #c14b34;
  --peacock:    #4e8fa8;
  --ink:        #12201c;
  --ink-soft:   #3d4f47;

  --rail-w: 208px;
  --shell: 1240px;

  --display: Georgia, "Times New Roman", "Songti SC", serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, "Courier New", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--baize);
  color: var(--ivory);
  font: 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* the same felt weave the game draws its lobby on */
  background-image:
    radial-gradient(1100px 620px at 78% -8%, rgba(217, 180, 92, 0.09), transparent 62%),
    radial-gradient(900px 520px at 6% 24%, rgba(78, 143, 168, 0.08), transparent 60%),
    repeating-linear-gradient(122deg, rgba(255, 255, 255, 0.014) 0 2px, transparent 2px 5px);
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.sr, .skip {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip:focus {
  position: fixed; top: 10px; left: 10px; width: auto; height: auto; clip: auto;
  z-index: 90; background: var(--brass); color: var(--ink);
  padding: 10px 16px; border-radius: 8px; font-weight: 700;
}

/* ── masthead ───────────────────────────────────────────────────────────── */

.masthead {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 16px;
  padding: 12px clamp(16px, 4vw, 34px);
  background: rgba(3, 16, 15, 0.94);
  border-bottom: 1px solid rgba(217, 180, 92, 0.26);
}

.crest { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }

.crest__mark {
  width: 34px; height: 34px; flex: none; border-radius: 9px;
  background:
    linear-gradient(180deg, #14413a, #071e1a);
  border: 1px solid rgba(217, 180, 92, 0.55);
  position: relative;
}
.crest__mark::before {
  content: ""; position: absolute; inset: 6px;
  background: var(--brass);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.crest__mark::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%;
  background: var(--enamel);
}

.crest__text { display: flex; flex-direction: column; line-height: 1.05; }
.crest__text b { font: 700 15px/1.1 var(--display); letter-spacing: 0.02em; }
.crest__text i {
  font: 400 10px/1.4 var(--mono); font-style: normal;
  letter-spacing: 0.24em; color: var(--brass); text-transform: uppercase;
}

.desk { display: flex; align-items: center; gap: 4px; }
.desk a {
  text-decoration: none; font-size: 13px; padding: 9px 12px; border-radius: 8px;
  color: rgba(245, 236, 216, 0.78); white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease;
}
.desk a:hover { background: rgba(217, 180, 92, 0.14); color: var(--ivory); }
.desk__cta {
  margin-left: 8px; background: var(--brass); color: var(--ink) !important;
  font-weight: 700; border: 1px solid rgba(255, 255, 255, 0.25);
}
.desk__cta:hover { background: #e7c778 !important; }

.masthead__toggle {
  display: none; width: 44px; height: 40px; border-radius: 9px; order: 3;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(217, 180, 92, 0.35);
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  cursor: pointer;
}
.masthead__toggle span { width: 18px; height: 2px; background: var(--brass); border-radius: 2px; }

@media (max-width: 900px) {
  .masthead { flex-wrap: wrap; }
  .masthead__toggle { display: flex; }
  .desk {
    order: 4; width: 100%; display: none; flex-direction: column;
    align-items: stretch; gap: 2px; padding-top: 10px; margin-top: 10px;
    border-top: 1px solid rgba(217, 180, 92, 0.2);
  }
  .desk.is-open { display: flex; }
  .desk a { padding: 12px 10px; font-size: 15px; }
  .desk__cta { margin: 6px 0 0; text-align: center; }
}

/* ── section rail (desktop only) ────────────────────────────────────────── */

.rail {
  position: fixed; left: 0; top: 96px; width: var(--rail-w); z-index: 40;
  padding: 0 0 0 clamp(16px, 3vw, 30px);
}
.rail ol { list-style: none; margin: 0; padding: 0; border-left: 1px solid rgba(217, 180, 92, 0.24); }
.rail a {
  display: flex; align-items: baseline; gap: 10px; text-decoration: none;
  padding: 7px 0 7px 14px; margin-left: -1px;
  border-left: 2px solid transparent; color: rgba(245, 236, 216, 0.5);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.rail a b { font: 400 10px/1 var(--mono); letter-spacing: 0.1em; color: rgba(217, 180, 92, 0.6); }
.rail a span { font-size: 13px; }
.rail a:hover { color: var(--ivory); }
.rail a.is-here { color: var(--ivory); border-left-color: var(--brass); }
.rail a.is-here b { color: var(--brass); }

@media (max-width: 1180px) { .rail { display: none; } }

main { padding-left: 0; }
@media (min-width: 1181px) { main { padding-left: var(--rail-w); } }

section {
  max-width: var(--shell);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 4vw, 44px);
}

/* ── shared section heads ───────────────────────────────────────────────── */

.head { max-width: 720px; margin-bottom: clamp(26px, 4vw, 44px); }
.head .num {
  display: inline-block; font: 400 11px/1 var(--mono); letter-spacing: 0.3em;
  color: var(--brass); padding-bottom: 10px;
}
.head h2 {
  font: 400 clamp(28px, 4.4vw, 44px)/1.12 var(--display);
  margin: 0 0 12px; letter-spacing: -0.01em;
}
.head p { margin: 0; color: rgba(245, 236, 216, 0.66); font-size: clamp(15px, 1.6vw, 17px); }

.kicker {
  font: 400 11px/1.5 var(--mono); letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--brass); margin: 0 0 16px;
}

/* ── 00 the club ────────────────────────────────────────────────────────── */

.club {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 64px); align-items: center;
  padding-top: clamp(40px, 6vw, 72px);
}

.club__plaque h1 {
  font: 400 clamp(40px, 7vw, 74px)/0.98 var(--display);
  margin: 0 0 10px; letter-spacing: -0.02em;
}
.club .sub {
  font: 400 13px/1 var(--mono); letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(245, 236, 216, 0.62); margin: 0 0 26px;
}
.club .lede { font-size: clamp(16px, 1.8vw, 18px); color: rgba(245, 236, 216, 0.84); margin: 0 0 28px; max-width: 56ch; }

/* the opening balances, drawn as a torn ticket stub */
.stub {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 22px; background: var(--paper); color: var(--ink);
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  position: relative;
}
.stub::before, .stub::after {
  content: ""; position: absolute; left: 0; right: 0; height: 8px;
  background-image: radial-gradient(circle at 6px 0, transparent 5px, var(--paper) 5px);
  background-size: 12px 8px;
}
.stub::before { top: -1px; transform: rotate(180deg); }
.stub::after { bottom: -1px; }
.stub > div { padding: 18px 14px; border-right: 1px dashed rgba(18, 32, 28, 0.28); }
.stub > div:last-child { border-right: 0; }
.stub dt {
  font: 400 9px/1.4 var(--mono); letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(18, 32, 28, 0.6);
}
.stub dd { margin: 4px 0 0; font: 400 clamp(20px, 2.4vw, 26px)/1 var(--display); }

.club__note { font-size: 13px; color: rgba(245, 236, 216, 0.5); margin: 0; }

.club__view { justify-self: center; }
.caption {
  text-align: center; font: 400 11px/1.5 var(--mono); letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(245, 236, 216, 0.42); margin: 16px 0 0;
}

/* phone frame ------------------------------------------------------------ */
.phone {
  width: min(310px, 78vw); border-radius: 30px; padding: 9px;
  background: linear-gradient(160deg, #2b2b2b, #0d0d0d);
  border: 1px solid rgba(217, 180, 92, 0.32);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55);
}
.phone img { border-radius: 22px; width: 100%; height: auto; }
.phone--sm { width: min(268px, 72vw); border-radius: 26px; padding: 7px; }
.phone--sm img { border-radius: 20px; }
.phone--xs { width: 100%; border-radius: 20px; padding: 6px; }
.phone--xs img { border-radius: 15px; }

@media (max-width: 860px) {
  .club { grid-template-columns: 1fr; }
  .club__plaque .lede { margin-bottom: 22px; }
  .stub > div { padding: 14px 10px; }
}
@media (max-width: 420px) {
  /* four stub columns at 390px leaves ~85px a cell: drop to two rows instead */
  .stub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stub > div:nth-child(2n) { border-right: 0; }
  .stub > div:nth-child(-n + 2) { border-bottom: 1px dashed rgba(18, 32, 28, 0.28); }
  .kicker { letter-spacing: 0.16em; }
}

/* ── 01 the floor ───────────────────────────────────────────────────────── */

.floor__grid { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: start; }

.index { display: flex; flex-direction: column; gap: 10px; position: sticky; top: 96px; }
.index__row {
  display: flex; align-items: center; gap: 14px; text-align: left; cursor: pointer;
  padding: 10px; border-radius: 12px; color: inherit;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(217, 180, 92, 0.16);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.index__row img { width: 62px; height: 62px; border-radius: 9px; object-fit: cover; flex: none; }
.index__copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.index__copy small { font: 400 9px/1.4 var(--mono); letter-spacing: 0.2em; color: var(--brass); }
.index__copy b { font: 400 19px/1.2 var(--display); }
.index__copy i { font-style: normal; font-size: 12px; color: rgba(245, 236, 216, 0.55); }
.index__row:hover { border-color: rgba(217, 180, 92, 0.4); background: rgba(255, 255, 255, 0.055); }
.index__row.is-open {
  background: linear-gradient(120deg, rgba(217, 180, 92, 0.2), rgba(217, 180, 92, 0.06));
  border-color: var(--brass);
}

.room { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(20px, 3vw, 38px); align-items: start; }
.room[hidden] { display: none; }
.room h3 { font: 400 clamp(24px, 3vw, 32px)/1.15 var(--display); margin: 0 0 12px; }
.room__copy > p { color: rgba(245, 236, 216, 0.78); margin: 0 0 20px; }

.facts { list-style: none; margin: 0 0 18px; padding: 0; border-top: 1px solid rgba(217, 180, 92, 0.2); }
.facts li {
  display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 14px;
  padding: 11px 0; border-bottom: 1px solid rgba(217, 180, 92, 0.13);
}
.facts b {
  font: 400 10px/1.6 var(--mono); letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brass); font-weight: 400;
}
.facts span { font-size: 14.5px; color: rgba(245, 236, 216, 0.86); }

.aside {
  margin: 0; padding: 14px 16px; border-left: 2px solid var(--enamel);
  background: rgba(193, 75, 52, 0.09); font-size: 14px; color: rgba(245, 236, 216, 0.76);
}
.aside i { color: var(--brass); font-style: normal; }

@media (max-width: 1000px) {
  .floor__grid { grid-template-columns: 1fr; }
  .index { position: static; flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
  .index__row { flex: 0 0 250px; }
  .room { grid-template-columns: 1fr; justify-items: center; }
  .room__copy { width: 100%; }
}

/* ── 02 house ledger ────────────────────────────────────────────────────── */

.sheets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 26px); }
.sheet {
  margin: 0; background: var(--paper); color: var(--ink); border-radius: 6px;
  padding: 20px clamp(16px, 2vw, 24px) 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  border-top: 4px solid var(--brass-dim);
}
.sheet--wide { grid-column: 1 / -1; }
.sheet figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.sheet figcaption b { font: 400 21px/1.2 var(--display); }
.sheet figcaption span { font: 400 10px/1.4 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: rgba(18, 32, 28, 0.55); }

.scroller { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sheet table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 320px; }
.sheet thead th {
  font: 400 9.5px/1.4 var(--mono); letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(18, 32, 28, 0.62); text-align: right; padding: 0 8px 8px;
  border-bottom: 1.5px solid rgba(18, 32, 28, 0.45);
}
.sheet thead th:first-child { text-align: left; }
.sheet tbody th {
  text-align: left; font-weight: 600; padding: 9px 8px;
  border-bottom: 1px solid rgba(18, 32, 28, 0.13); white-space: nowrap;
}
.sheet tbody td {
  text-align: right; padding: 9px 8px; font-variant-numeric: tabular-nums;
  border-bottom: 1px solid rgba(18, 32, 28, 0.13);
}
.sheet tbody tr:nth-child(even) th, .sheet tbody tr:nth-child(even) td { background: rgba(18, 32, 28, 0.045); }
.sheet td.nil { color: rgba(18, 32, 28, 0.42); }
.sheet td.top { color: #8c3520; font-weight: 700; }
.sheet__foot { margin: 12px 0 0; font-size: 12.5px; color: rgba(18, 32, 28, 0.62); }

@media (max-width: 780px) { .sheets { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  /* the draw grid is four columns wide; tighten it so a phone reads it without
     scrolling sideways. Anything still too wide keeps its own scroller. */
  .sheet { padding: 18px 14px 16px; }
  .sheet table { font-size: 12.5px; min-width: 0; }
  .sheet thead th, .sheet tbody th, .sheet tbody td { padding: 8px 5px; }
  .sheet figcaption b { font-size: 19px; }
}

/* ── 03 members ─────────────────────────────────────────────────────────── */

.forms { display: inline-flex; gap: 6px; padding: 6px; margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(217, 180, 92, 0.22); border-radius: 12px; }
.form {
  display: flex; flex-direction: column; gap: 2px; cursor: pointer;
  padding: 9px 18px; border: 0; border-radius: 8px; background: transparent; color: rgba(245, 236, 216, 0.62);
  font: 400 17px/1.1 var(--display); transition: background 0.2s ease, color 0.2s ease;
}
.form em { font: 400 10px/1.4 var(--mono); font-style: normal; letter-spacing: 0.08em; opacity: 0.75; }
.form:hover { color: var(--ivory); }
.form.is-on { background: var(--brass); color: var(--ink); }

.roster { list-style: none; margin: 0 0 clamp(30px, 4vw, 50px); padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 22px); }
.card {
  background: linear-gradient(170deg, rgba(16, 48, 41, 0.92), rgba(7, 27, 24, 0.92));
  border: 1px solid rgba(217, 180, 92, 0.2); border-radius: 14px;
  padding: 18px 18px 22px; text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(217, 180, 92, 0.48); }
.card__art {
  height: 168px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 12px;
}
.card__art img { max-height: 168px; width: auto; filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.5)); }
.card h3 { font: 400 21px/1.2 var(--display); margin: 0 0 6px; }
.card__price {
  display: inline-block; margin: 0 0 10px; padding: 3px 11px; border-radius: 20px;
  font: 400 11px/1.6 var(--mono); letter-spacing: 0.1em;
  background: rgba(217, 180, 92, 0.16); color: var(--brass);
}
.card__price.free { background: rgba(78, 143, 168, 0.2); color: #9fd0e0; }
.card p:last-child { margin: 0; font-size: 13.5px; color: rgba(245, 236, 216, 0.6); }

.ways {
  border: 1px solid rgba(217, 180, 92, 0.22); border-radius: 14px;
  padding: clamp(20px, 3vw, 30px); background: rgba(255, 255, 255, 0.025);
}
.ways h3 { font: 400 22px/1.2 var(--display); margin: 0 0 18px; }
.ways ol { list-style: none; margin: 0; padding: 0; counter-reset: w;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.ways li { counter-increment: w; padding-top: 12px; border-top: 2px solid rgba(217, 180, 92, 0.3); }
.ways li b { display: block; font: 400 17px/1.2 var(--display); margin-bottom: 6px; }
.ways li b::before { content: counter(w) " · "; color: var(--brass); font-family: var(--mono); font-size: 12px; }
.ways li span { font-size: 13.5px; color: rgba(245, 236, 216, 0.62); }

@media (max-width: 900px) { .roster { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ways ol { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .roster { grid-template-columns: 1fr; } .ways ol { grid-template-columns: 1fr; } .forms { display: flex; width: 100%; } .form { flex: 1; padding: 9px 6px; align-items: center; } }

/* ── 04 form lab ────────────────────────────────────────────────────────── */

.lab { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(24px, 4vw, 52px); align-items: center; }

.rungs { list-style: none; margin: 0 0 30px; padding: 0; }
.rungs > li { display: flex; align-items: center; gap: 16px; }
.rungs > li:not(.cost) {
  padding: 14px 18px; border-radius: 12px;
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(217, 180, 92, 0.2);
}
.rung {
  flex: none; width: 58px; text-align: center; padding: 6px 0; border-radius: 8px;
  font: 400 16px/1.1 var(--display); background: rgba(217, 180, 92, 0.16); color: var(--brass);
}
.rung--top { background: var(--brass); color: var(--ink); }
.rungs b { display: block; font: 400 18px/1.3 var(--display); }
.rungs i { font-style: normal; font-size: 13px; color: rgba(245, 236, 216, 0.55); }
.rungs .cost {
  gap: 8px; margin: 8px 0 8px 27px; padding: 6px 0 6px 22px;
  border-left: 2px dashed rgba(217, 180, 92, 0.4);
  font: 400 12px/1.6 var(--mono); letter-spacing: 0.1em; color: var(--brass);
}
.rungs .cost img { width: 22px; height: 22px; }

.bundles h3 { font: 400 20px/1.2 var(--display); margin: 0 0 14px; }
.bundles ul { list-style: none; margin: 0 0 12px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bundles li {
  background: var(--paper); color: var(--ink); border-radius: 8px; padding: 12px 8px; text-align: center;
}
.bundles li b { display: block; font: 400 26px/1 var(--display); }
.bundles li span { font: 400 10px/1.6 var(--mono); letter-spacing: 0.08em; color: rgba(18, 32, 28, 0.62); }
.bundles p { margin: 0; font-size: 13px; color: rgba(245, 236, 216, 0.55); }

@media (max-width: 860px) { .lab { grid-template-columns: 1fr; } .lab__shot { justify-self: center; } }

/* ── 05 one night ───────────────────────────────────────────────────────── */

.loop { list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
.loop li {
  position: relative; padding: 26px 20px 24px;
  border-top: 2px solid rgba(217, 180, 92, 0.3);
  border-right: 1px solid rgba(217, 180, 92, 0.14);
}
.loop li:last-child { border-right: 0; }
.loop li::before {
  content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px;
  border-radius: 50%; background: var(--baize); border: 2px solid var(--brass);
}
.loop li:last-child::before { background: var(--brass); }
.loop b { font: 400 11px/1 var(--mono); letter-spacing: 0.2em; color: var(--brass); }
.loop h3 { font: 400 19px/1.25 var(--display); margin: 10px 0 8px; }
.loop p { margin: 0; font-size: 13.5px; color: rgba(245, 236, 216, 0.62); }

@media (max-width: 1000px) { .loop { grid-template-columns: repeat(2, minmax(0, 1fr)); } .loop li:nth-child(2n) { border-right: 0; } }
@media (max-width: 560px) { .loop { grid-template-columns: 1fr; } .loop li { border-right: 0; } }

/* ── 06 back rooms ──────────────────────────────────────────────────────── */

.strip {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.6vw, 18px); margin-bottom: clamp(26px, 4vw, 44px);
}
.strip figure { margin: 0; }
.strip figcaption { margin-top: 12px; }
.strip figcaption b { display: block; font: 400 16px/1.2 var(--display); }
.strip figcaption span { font-size: 12px; color: rgba(245, 236, 216, 0.52); }

.errands { border-top: 1px solid rgba(217, 180, 92, 0.22); padding-top: 24px; }
.errands h3 { font: 400 22px/1.2 var(--display); margin: 0 0 18px; }
.errands ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.errands li { background: rgba(255, 255, 255, 0.03); border-radius: 12px; padding: 16px 18px; border: 1px solid rgba(217, 180, 92, 0.16); }
.errands li b { display: block; font: 400 18px/1.2 var(--display); }
.errands li span { display: block; font: 400 11px/1.8 var(--mono); letter-spacing: 0.1em; color: var(--brass); }
.errands li i { font-style: normal; font-size: 13px; color: rgba(245, 236, 216, 0.58); }

@media (max-width: 1100px) { .strip { grid-template-columns: repeat(3, minmax(0, 1fr)); } .errands ul { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } .errands ul { grid-template-columns: 1fr; } }

/* ── 07 asked ───────────────────────────────────────────────────────────── */

.qa { max-width: 860px; border-top: 1px solid rgba(217, 180, 92, 0.22); }
.qa details { border-bottom: 1px solid rgba(217, 180, 92, 0.16); }
.qa summary {
  cursor: pointer; list-style: none; padding: 18px 44px 18px 0; position: relative;
  font: 400 clamp(17px, 2vw, 20px)/1.35 var(--display);
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font: 400 22px/1 var(--display); color: var(--brass);
}
.qa details[open] summary::after { content: "–"; }
.qa p { margin: 0 0 20px; color: rgba(245, 236, 216, 0.7); max-width: 68ch; }
.qa p i { color: var(--brass); font-style: normal; }

/* ── closer + footer ────────────────────────────────────────────────────── */

.closer { text-align: center; }
.closer h2 { font: 400 clamp(28px, 4.6vw, 46px)/1.15 var(--display); margin: 0 0 26px; }
.cta {
  display: inline-block; text-decoration: none; padding: 15px 40px; border-radius: 10px;
  background: var(--enamel); color: #fff5ea; font-weight: 700; letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 28px rgba(193, 75, 52, 0.32);
  transition: transform 0.18s ease, background 0.18s ease;
}
.cta:hover { background: #d15b42; transform: translateY(-2px); }

.foot {
  border-top: 1px solid rgba(217, 180, 92, 0.22); background: rgba(0, 0, 0, 0.24);
  padding: clamp(34px, 5vw, 56px) clamp(18px, 4vw, 44px) 32px;
}
@media (min-width: 1181px) { .foot { padding-left: calc(var(--rail-w) + 44px); } }
.foot__grid {
  max-width: var(--shell); margin: 0 auto 30px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 28px;
}
.foot__brand { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; gap: 2px 12px; align-items: center; }
.foot__brand .crest__mark { grid-row: 1 / 3; }
.foot__brand b { font: 400 17px/1.2 var(--display); align-self: end; }
.foot__brand i { font: 400 10px/1.4 var(--mono); font-style: normal; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); align-self: start; }
.foot__col h4 { font: 400 10px/1.6 var(--mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); margin: 0 0 12px; }
.foot__col a { display: block; text-decoration: none; font-size: 14px; color: rgba(245, 236, 216, 0.68); padding: 4px 0; word-break: break-word; }
.foot__col a:hover { color: var(--ivory); text-decoration: underline; }
.foot__address {
  font-style: normal; font-size: 13px; line-height: 1.65;
  color: rgba(245, 236, 216, 0.62); margin: 10px 0 0;
}
.foot__address b { color: rgba(245, 236, 216, 0.86); font-weight: 700; }

.foot__note { font-size: 12px; color: rgba(245, 236, 216, 0.4); margin: 10px 0 0; }
.foot__legal {
  max-width: var(--shell); margin: 0 auto; padding-top: 22px;
  border-top: 1px solid rgba(217, 180, 92, 0.14);
  font-size: 12.5px; line-height: 1.7; color: rgba(245, 236, 216, 0.45);
}
.foot__copy {
  max-width: var(--shell); margin: 16px auto 0;
  font: 400 11px/1.6 var(--mono); letter-spacing: 0.1em;
  color: rgba(245, 236, 216, 0.38);
}

@media (max-width: 900px) { .foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot__grid { grid-template-columns: 1fr; } }

/* ── reveal ─────────────────────────────────────────────────────────────── */

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .card:hover, .cta:hover { transform: none; }
}
