/* ==========================================================================
   THE GENTLEMEN'S CINEMA FORUM
   A stylesheet of frankly disproportionate seriousness.
   ========================================================================== */

/* -------------------------------------------------------------- 1. TOKENS */
:root {
  --ink:        #0b0c0a;
  --ink-raised: #111310;
  --ink-card:   #141611;
  --ink-line:   #262820;

  --cream:      #f3ecdc;
  --parchment:  #d9cfb6;
  --muted:      #9a927f;
  --faint:      #6d675a;

  --gold:       #c9a44e;
  --gold-lite:  #f0dda2;
  --gold-deep:  #8a6a24;
  --oxblood:    #7c2230;

  --gold-grad:  linear-gradient(168deg, #f6e7b6 0%, #d3ad55 34%, #a07d2c 58%, #eeddaa 100%);

  --display: "Bodoni Moda", "Didot", "Playfair Display", Georgia, serif;
  --serif:   "Cormorant Garamond", Garamond, Georgia, serif;
  --caps:    "Oswald", "Haettenschweiler", "Arial Narrow", sans-serif;

  --shell: 1180px;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

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

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--parchment);
  font-family: var(--serif);
  font-size: clamp(1.02rem, .55vw + .9rem, 1.2rem);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap {
  width: min(100% - (var(--gutter) * 2), var(--shell));
  margin-inline: auto;
}

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.skip {
  position: absolute; left: -9999px;
  background: var(--gold); color: var(--ink);
  padding: .75rem 1.25rem; font-family: var(--caps); z-index: 99;
}
.skip:focus { left: 1rem; top: 1rem; }

:focus-visible {
  outline: 2px solid var(--gold-lite);
  outline-offset: 3px;
}

/* ------------------------------------------------ 2. GRAIN AND VIGNETTE */
/* A film society without visible grain would be a contradiction in terms. */
/* The layer is viewport-sized and shifts its own background rather than being
   over-scanned and transformed: a 4x-viewport composited layer over a page
   this tall is a great deal of pixels to push for a little dust. */
.grain {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 60;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  animation: jitter 720ms steps(3) infinite;
}
@keyframes jitter {
  0%   { background-position: 0 0; }
  33%  { background-position: -13px 9px; }
  66%  { background-position: 10px -12px; }
  100% { background-position: 0 0; }
}

.vignette {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 59;
  background: radial-gradient(ellipse 120% 90% at 50% 42%, transparent 42%, rgba(0,0,0,.42) 82%, rgba(0,0,0,.72) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; }
}

/* ---------------------------------------------------------- 3. THE LAUREL */
/* Geometry generated by tools/gen-laurel.js.
   Ornaments are stamped out with <use>, and document CSS cannot select into a
   shadow tree, and only inherited properties cross. So every ornament is coloured
   by setting `color` and letting `fill: currentColor` carry it inwards; the
   symbols themselves carry any fill/stroke that must differ. */
svg[class*="laurel"] { display: block; color: var(--gold); fill: currentColor; }

/* ------------------------------------------------------------ 4. HEADINGS */
h1, h2, h3 { font-family: var(--display); font-weight: 700; margin: 0; letter-spacing: .005em; }

.overline, .kicker, .sh-sub, .plate-caption {
  font-family: var(--caps);
  text-transform: uppercase;
  letter-spacing: .34em;
  font-weight: 300;
  font-size: .68rem;
  color: var(--muted);
}

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ----------------------------------------------------------- 5. MASTHEAD */
.masthead {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 8vw, 6rem) 0 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,164,78,.13), transparent 70%),
    linear-gradient(180deg, #101208 0%, var(--ink) 70%);
  border-bottom: 1px solid var(--ink-line);
}

.crest {
  position: relative;
  width: clamp(148px, 20vw, 208px);
  aspect-ratio: 1;
  margin: 0 auto clamp(1.25rem, 3vw, 2rem);
}
.crest-laurel { width: 100%; height: 100%; filter: drop-shadow(0 2px 18px rgba(201,164,78,.28)); }
.crest-core {
  position: absolute; inset: 22% 24% 20%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: .35rem;
}
.crest-projector { width: 62%; color: var(--gold-lite); fill: currentColor; opacity: .9; }
.crest-est {
  font-family: var(--caps); font-size: .56rem; line-height: 1.25;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
}

.overline { margin: 0 0 1.1rem; }

.wordmark {
  display: flex; flex-direction: column; align-items: center;
  line-height: .9; margin: 0;
}
.wordmark-the {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.4rem, 3.4vw, 2.4rem);
  color: var(--gold); letter-spacing: .04em;
  margin-bottom: .18em;
}
.wordmark-main {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(2.5rem, 10.5vw, 7.4rem);
  letter-spacing: -.012em;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wordmark-sub { font-size: clamp(2.1rem, 8.6vw, 6.1rem); letter-spacing: .012em; }

.rule {
  display: flex; align-items: center; justify-content: center;
  gap: 1.4rem; margin: clamp(1.5rem, 3.5vw, 2.4rem) auto clamp(1rem, 2.5vw, 1.6rem);
  width: min(100%, 620px);
}
.rule-line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-deep) 30%, var(--gold) 50%, var(--gold-deep) 70%, transparent);
}
.rule-palm { width: 26px; color: var(--gold); fill: currentColor; opacity: .95; }

.tagline {
  max-width: 46ch; margin: 0 auto;
  font-size: clamp(1.02rem, .5vw + .95rem, 1.28rem);
  color: var(--parchment); font-weight: 300;
}
.tagline em { color: var(--gold-lite); }

.topnav {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .9rem; margin: clamp(1.6rem, 4vw, 2.6rem) 0 0;
  font-family: var(--caps); text-transform: uppercase;
  letter-spacing: .2em; font-size: .72rem;
}
.topnav a { color: var(--parchment); text-decoration: none; padding: .3rem 0; border-bottom: 1px solid transparent; transition: color .25s var(--ease), border-color .25s var(--ease); }
.topnav a:hover { color: var(--gold-lite); border-bottom-color: var(--gold); }
.dot { color: var(--gold-deep); }

/* --------------------------------------------- 6. SELF-AWARDED ACCOLADES */
.accolades {
  display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center;
  gap: clamp(.5rem, 3vw, 2.5rem);
  list-style: none; margin: clamp(2.5rem, 6vw, 4rem) 0 0; padding: 0 var(--gutter) clamp(2.5rem, 6vw, 3.6rem);
}
.accolades li {
  display: flex; align-items: center; justify-content: center;
  gap: .5rem;
  text-align: center;
  padding: .4rem 0;
  width: 214px;
}
.ac-laurel {
  flex: none; width: 30px; height: 62px;
  color: var(--gold); fill: currentColor;
  opacity: .9;
}
.ac-laurel.flip { transform: scaleX(-1); }
.ac-text { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.ac-lead {
  font-family: var(--caps); text-transform: uppercase;
  font-size: .74rem; letter-spacing: .2em; font-weight: 500;
  color: var(--gold-lite);
}
.ac-body {
  font-family: var(--serif); font-style: italic;
  font-size: .82rem; line-height: 1.35; color: var(--muted); margin-top: .2rem;
}

.noscript {
  max-width: 62ch; margin: 2rem auto; padding: 1.25rem 1.5rem;
  border: 1px solid var(--gold-deep); color: var(--parchment); text-align: center;
}
.noscript a { color: var(--gold-lite); }

/* ------------------------------------------------------ 7. SECTION HEADS */
main > section { padding: clamp(3.5rem, 9vw, 7rem) 0; }

.section-head { text-align: center; margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.sh-laurel { width: clamp(58px, 7vw, 82px); margin: 0 auto .9rem; opacity: .9; }
.section-head h2 {
  font-size: clamp(1.9rem, 5vw, 3.5rem);
  font-weight: 400; font-style: italic;
  color: var(--cream);
  letter-spacing: .01em;
}
.sh-sub { margin: 1rem auto 0; max-width: 56ch; letter-spacing: .12em; line-height: 1.9; text-transform: none; font-size: .88rem; font-family: var(--serif); font-style: italic; color: var(--muted); }

/* --------------------------------------------------- 8. SPROCKETED RULE */
.strip { color: var(--gold-deep); opacity: .5; height: 22px; }
.strip svg { display: block; width: 100%; height: 22px; }

/* ------------------------------------------------ 9. THE NEXT CONVENING */
.next {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201,164,78,.07), transparent 65%),
    var(--ink);
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.plate-frame {
  position: relative;
  border: 1px solid var(--gold-deep);
  padding: 10px;
  background: linear-gradient(160deg, rgba(201,164,78,.09), rgba(0,0,0,.4));
  box-shadow: 0 24px 60px -24px rgba(0,0,0,.9), inset 0 0 0 1px rgba(240,221,162,.09);
}
.plate-frame::after {
  content: ""; position: absolute; inset: 4px;
  border: 1px solid rgba(201,164,78,.25); pointer-events: none;
}
.plate-art svg { display: block; width: 100%; height: auto; }
.plate-art img { display: block; width: 100%; height: auto; aspect-ratio: 300/420; object-fit: cover; }

.plate-corner {
  position: absolute; width: 15px; height: 15px;
  border: 1.5px solid var(--gold); opacity: .85;
}
.plate-corner.tl { top: -1px; left: -1px;  border-right: 0; border-bottom: 0; }
.plate-corner.tr { top: -1px; right: -1px; border-left: 0;  border-bottom: 0; }
.plate-corner.bl { bottom: -1px; left: -1px;  border-right: 0; border-top: 0; }
.plate-corner.br { bottom: -1px; right: -1px; border-left: 0;  border-top: 0; }

.plate-caption { text-align: center; margin: 1rem 0 0; font-size: .58rem; letter-spacing: .26em; }

.kicker { color: var(--gold); margin: 0 0 1rem; }

.film-title {
  font-size: clamp(2.4rem, 6.5vw, 4.6rem);
  font-weight: 400; font-style: italic;
  line-height: 1.02; letter-spacing: -.01em;
  color: var(--cream);
  margin: 0 0 .6rem;
}
.film-credits {
  font-family: var(--caps); text-transform: uppercase;
  letter-spacing: .2em; font-size: .74rem; font-weight: 300;
  color: var(--gold); margin: 0 0 1.6rem;
}
.film-logline { font-size: 1.18em; color: var(--cream); margin: 0 0 1rem; font-weight: 300; }
.film-note { color: var(--muted); font-style: italic; margin: 0 0 2rem; font-size: .98em; }

.dossier {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px; margin: 0 0 2rem;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
}
.dossier > div { background: var(--ink-card); padding: 1rem 1.15rem; }
.dossier dt {
  font-family: var(--caps); text-transform: uppercase;
  font-size: .6rem; letter-spacing: .24em; color: var(--faint); margin-bottom: .3rem;
}
.dossier dd { margin: 0; color: var(--cream); font-size: .98em; line-height: 1.45; }

.provocation {
  margin: 0 0 2rem; padding: 0 0 0 1.5rem;
  border-left: 2px solid var(--gold-deep);
}
.provocation p { margin: 0; font-style: italic; color: var(--parchment); font-size: 1.06em; }
.provocation cite {
  display: block; margin-top: .6rem; font-style: normal;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .64rem; letter-spacing: .2em; color: var(--gold);
}
.provocation cite:empty { display: none; }

/* ---------------------------------------------------------- 10. COUNTDOWN */
.countdown {
  display: flex; flex-wrap: wrap; gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--gold-deep);
  margin: 0 0 2rem;
}
.cd-cell {
  flex: 1 1 0; min-width: 74px;
  background: linear-gradient(180deg, rgba(201,164,78,.07), rgba(0,0,0,.25));
  padding: .9rem .5rem; text-align: center;
}
.cd-num {
  display: block;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.5rem, 3.4vw, 2.3rem); line-height: 1;
  color: var(--gold-lite);
  font-variant-numeric: tabular-nums;
}
.cd-lab {
  display: block; margin-top: .4rem;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .56rem; letter-spacing: .24em; color: var(--muted);
}
.cd-now {
  flex: 1 1 100%; padding: 1.1rem; text-align: center;
  font-family: var(--caps); text-transform: uppercase; letter-spacing: .26em;
  font-size: .82rem; color: var(--gold-lite);
  background: linear-gradient(180deg, rgba(124,34,48,.35), rgba(0,0,0,.3));
}

/* ----------------------------------------------------------- 11. BUTTONS */
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .82rem 1.5rem;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .72rem; letter-spacing: .18em; font-weight: 400;
  text-decoration: none; cursor: pointer;
  color: var(--gold-lite);
  background: transparent;
  border: 1px solid var(--gold-deep);
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease);
}
.btn:hover { border-color: var(--gold); background: rgba(201,164,78,.1); transform: translateY(-1px); }

.btn-gold {
  color: #16130b; border-color: transparent;
  background: var(--gold-grad);
  font-weight: 500;
  box-shadow: 0 10px 26px -14px rgba(201,164,78,.85);
}
.btn-gold:hover { background: linear-gradient(168deg, #fff0c8 0%, #e0bb62 34%, #b08c33 58%, #f7e9bd 100%); color: #16130b; }

.btn-ico { width: 15px; height: 15px; flex: none; }

.actions-note { margin: 1.1rem 0 0; font-size: .86em; color: var(--faint); font-style: italic; max-width: 54ch; }
.actions-note code { font-family: var(--caps); font-style: normal; letter-spacing: .06em; color: var(--gold); }

/* --------------------------------------------------------- 12. SUBSCRIBE */
.subscribe { background: linear-gradient(180deg, var(--ink) 0%, #0e100c 50%, var(--ink) 100%); }

.sub-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}
.sub-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(170deg, rgba(201,164,78,.055), rgba(0,0,0,.28));
  border: 1px solid var(--ink-line);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.sub-card:hover { border-color: var(--gold-deep); transform: translateY(-3px); }
.sub-ico { width: 44px; color: var(--gold); fill: currentColor; margin-bottom: 1rem; opacity: .92; }
.sub-card h3 {
  font-size: clamp(1.3rem, 2.6vw, 1.7rem); font-weight: 400; font-style: italic;
  color: var(--cream); margin-bottom: .7rem;
}
.sub-card p { margin: 0 0 1.6rem; font-size: .94em; color: var(--muted); font-weight: 300; }
.sub-card .btn { margin-top: auto; }

.copyrow { display: flex; width: 100%; margin-top: auto; }
.copyfield {
  flex: 1 1 auto; min-width: 0;
  background: rgba(0,0,0,.45);
  border: 1px solid var(--gold-deep); border-right: 0;
  color: var(--gold-lite);
  font-family: var(--caps); font-size: .68rem; letter-spacing: .04em;
  padding: .82rem .9rem;
  text-overflow: ellipsis;
}
.btn-copy { flex: none; border-left-width: 1px; }
.btn-copy.is-done { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.sub-foot {
  max-width: 66ch; margin: clamp(2rem, 5vw, 3rem) auto 0;
  text-align: center; color: var(--muted); font-size: .96em; font-weight: 300;
}
.sub-foot strong { display: block; font-family: var(--caps); font-weight: 400; text-transform: uppercase; letter-spacing: .24em; font-size: .68rem; color: var(--gold); margin-bottom: .7rem; }
.sub-foot em { color: var(--cream); font-style: italic; }

/* ----------------------------------------------------------- 13. ARCHIVE */
.archive { background: var(--ink); }

.arch-stats {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1px;
  background: var(--ink-line); border: 1px solid var(--ink-line);
  margin: 0 0 clamp(2.5rem, 6vw, 4rem);
}
.st-cell { flex: 1 1 150px; padding: 1.3rem 1rem; text-align: center; background: var(--ink-card); }
.st-num {
  display: block; font-family: var(--display); font-weight: 500;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem); line-height: 1;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.st-lab { display: block; margin-top: .45rem; font-family: var(--caps); text-transform: uppercase; font-size: .58rem; letter-spacing: .22em; color: var(--muted); }

.arch-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: clamp(1.5rem, 3vw, 2.5rem); }

.entry {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(150deg, rgba(201,164,78,.035), rgba(0,0,0,.22));
  border: 1px solid var(--ink-line);
  scroll-margin-top: 2rem;
  transition: border-color .3s var(--ease);
}
.entry:hover { border-color: rgba(201,164,78,.3); }
.entry:target { border-color: var(--gold); }

.entry-plate {
  position: relative;
  border: 1px solid var(--gold-deep); padding: 5px;
  background: rgba(0,0,0,.35);
  align-self: start;
}
.entry-plate svg, .entry-plate img { display: block; width: 100%; height: auto; }
.entry-plate img { aspect-ratio: 300/420; object-fit: cover; }

.entry-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .9rem; margin-bottom: .3rem; }
.entry-title {
  font-size: clamp(1.5rem, 3.2vw, 2.15rem); font-weight: 400; font-style: italic;
  color: var(--cream); line-height: 1.12;
}
.entry-year { font-family: var(--caps); font-size: .9rem; letter-spacing: .16em; color: var(--gold); }
.entry-credits {
  font-family: var(--caps); text-transform: uppercase; font-weight: 300;
  font-size: .66rem; letter-spacing: .2em; color: var(--muted); margin: 0 0 .9rem;
}
.entry-logline { margin: 0 0 1.1rem; color: var(--parchment); font-weight: 300; font-size: .98em; }

.entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.4rem; margin-bottom: 1rem; }

.laurels { display: inline-flex; align-items: center; gap: .18rem; }
.laurels svg { width: 15px; height: 15px; color: var(--gold-deep); fill: currentColor; }
.laurels svg.on { color: var(--gold); }
/* A half laurel is two stars stacked, the gilt one clipped down the middle. */
.laurels .half { position: relative; display: inline-block; width: 15px; height: 15px; }
.laurels .half svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.laurels .half svg.on { clip-path: inset(0 50% 0 0); }
.laurels .score {
  margin-left: .5rem; font-family: var(--caps); font-size: .66rem;
  letter-spacing: .16em; color: var(--muted);
}

.entry-date { font-family: var(--caps); text-transform: uppercase; font-size: .64rem; letter-spacing: .2em; color: var(--faint); }

.verdict {
  margin: 0 0 1.2rem; padding: .8rem 1.1rem;
  border-left: 2px solid var(--oxblood);
  background: rgba(124,34,48,.09);
  font-style: italic; color: var(--parchment); font-size: .95em;
}
.verdict b {
  display: block; font-family: var(--caps); font-style: normal; font-weight: 400;
  text-transform: uppercase; font-size: .58rem; letter-spacing: .24em;
  color: var(--oxblood); filter: brightness(1.7); margin-bottom: .25rem;
}

/* ------------------------------------------------- 14. MEMBERS' REMARKS */
.remarks { border-top: 1px solid var(--ink-line); padding-top: 1rem; }

.remarks-toggle {
  display: inline-flex; align-items: center; gap: .5rem;
  background: none; border: 0; padding: 0; cursor: pointer;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .66rem; letter-spacing: .2em; color: var(--gold);
  transition: color .25s var(--ease);
}
.remarks-toggle:hover { color: var(--gold-lite); }
.remarks-toggle .chev { transition: transform .3s var(--ease); width: 10px; height: 10px; fill: currentColor; }
.remarks-toggle[aria-expanded="true"] .chev { transform: rotate(180deg); }

.remarks-body { display: none; margin-top: 1.25rem; }
.remarks-body.is-open { display: block; }

.remark {
  padding: 1rem 0;
  border-bottom: 1px dashed var(--ink-line);
}
.remark:last-child { border-bottom: 0; padding-bottom: 0; }
.remark-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem .8rem; margin-bottom: .4rem; }
.remark-who { font-family: var(--display); font-weight: 500; font-size: 1rem; color: var(--cream); }
.remark-role { font-family: var(--caps); text-transform: uppercase; font-size: .55rem; letter-spacing: .2em; color: var(--faint); }
.remark-stars { margin-left: auto; }
.remark-stars svg { width: 11px; height: 11px; }
.remark-stars .half { width: 11px; height: 11px; }
.remark-stars .score { font-size: .58rem; }
.remark p { margin: 0; font-size: .98em; color: var(--parchment); font-weight: 300; font-style: italic; }
.remark p::before { content: "\201C"; color: var(--gold-deep); }
.remark p::after  { content: "\201D"; color: var(--gold-deep); }

/* The comment box, pending the credentialing apparatus. */
.remark-form {
  margin-top: 1.25rem; padding: 1.1rem 1.25rem;
  border: 1px dashed var(--ink-line);
  background: rgba(0,0,0,.2);
  display: flex; flex-wrap: wrap; align-items: center; gap: .9rem;
}
.remark-form p { margin: 0; flex: 1 1 260px; font-size: .88em; color: var(--faint); font-style: italic; }
.remark-form .btn { pointer-events: none; opacity: .45; }
.remark-form .btn[disabled] { cursor: not-allowed; }

/* ------------------------------------------------------------ 15. BYLAWS */
.bylaws { background: linear-gradient(180deg, var(--ink) 0%, #0e100c 100%); }

.bylaw-list {
  list-style: none; margin: 0 auto; padding: 0;
  max-width: 76ch;
  counter-reset: none;
}
.bylaw {
  display: grid; grid-template-columns: 66px minmax(0, 1fr);
  gap: 1.4rem; align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--ink-line);
}
.bylaw:last-child { border-bottom: 0; }
.bylaw-n {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: 1.6rem; line-height: 1; text-align: right;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-top: .12em;
}
.bylaw-t { margin: 0; color: var(--parchment); font-weight: 300; }

.joining {
  max-width: 62ch; margin: clamp(2.5rem, 6vw, 4rem) auto 0;
  text-align: center;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border: 1px solid var(--gold-deep);
  background: linear-gradient(170deg, rgba(201,164,78,.06), rgba(0,0,0,.3));
}
.joining h3 {
  font-size: clamp(1.3rem, 2.6vw, 1.7rem); font-weight: 400; font-style: italic;
  color: var(--cream); margin-bottom: .8rem;
}
.joining p { margin: 0; color: var(--muted); font-weight: 300; }

/* ------------------------------------------------------------ 16. FOOTER */
.footer {
  text-align: center;
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(180deg, #0e100c 0%, #090a07 100%);
  border-top: 1px solid var(--ink-line);
}
.foot-crest { position: relative; width: 104px; aspect-ratio: 1; margin: 0 auto 1.25rem; opacity: .9; }
.foot-crest .crest-est { font-size: .62rem; letter-spacing: .18em; line-height: 1.3; }
.foot-name {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.6rem); color: var(--cream); margin: 0 0 .4rem;
}
.foot-cadence { margin: 0 0 1.5rem; color: var(--muted); font-style: italic; font-size: .94em; }
.foot-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem;
  font-family: var(--caps); text-transform: uppercase; font-size: .66rem; letter-spacing: .2em;
  margin: 0 0 1.75rem;
}
.foot-links a { color: var(--parchment); text-decoration: none; transition: color .25s var(--ease); }
.foot-links a:hover { color: var(--gold-lite); }
.foot-fine { margin: 0; font-size: .78em; color: var(--faint); line-height: 1.9; }

/* -------------------------------------------------------- 17. THE PLATES */
/* Palette for the engraved illustrations in the sprite. */
.p-far     { fill: #2b303c; }
.p-mid     { fill: #444b5c; }
.p-near    { fill: #05070a; }
.p-lite    { fill: #e6c574; }
.p-edge    { color: #f2dfa8; fill: none; }
.p-flame   { fill: #ffeec0; }
.p-sun     { fill: url(#gold); }
.p-blast   { fill: #eccb7c; }
.p-heli    { fill: #040507; }
.p-plume   { fill: url(#goldFlat); opacity: .82; }
.p-bulb    { fill: #f4e2ac; opacity: .85; }
.p-spot    { fill: #f0dda2; opacity: .09; }

.p-slat    { fill: #f2dda4; opacity: .17; }
.p-carpet  { fill: #401419; }
.p-carpetMark { fill: #9a7434; }
.p-door    { fill: #171b23; }

.p-neon    { fill: #b8414f; }
.p-rain    { stroke: #dfe6f2; stroke-width: 1.1; opacity: .2; fill: none; stroke-linecap: round; }

.p-shoe      { fill: #8e1f2c; }
.p-shoeToe   { fill: #c0424f; }
.p-ribbon    { stroke: #8e1f2c; stroke-width: 3; fill: none; stroke-linecap: round; opacity: .85; }

.p-wave     { fill: #12303b; }
.p-waveLip  { fill: #24576a; }
.p-foam     { fill: #cfe0e6; opacity: .55; }

.p-water   { fill: #0a0f14; }
.p-ripple  { stroke: #7f8ea0; stroke-width: 1.4; opacity: .3; fill: none; stroke-linecap: round; }
.p-reed    { stroke: #05070a; stroke-width: 3; fill: none; stroke-linecap: round; }
.p-bird    { fill: #0a0d12; }

/* ------------------------------------------------------- 18. NARROW VIEW */
@media (max-width: 880px) {
  .feature { grid-template-columns: 1fr; }
  .feature-plate { max-width: 300px; margin-inline: auto; }
  .entry { grid-template-columns: 118px minmax(0, 1fr); }
}

@media (max-width: 620px) {
  :root { --gutter: 1.15rem; }
  .entry { grid-template-columns: 1fr; }
  .entry-plate { max-width: 210px; margin-inline: auto; }
  .accolades { gap: .25rem 1rem; }
  .accolades li { width: 164px; padding: .5rem 0; }
  .ac-laurel { width: 22px; height: 46px; }
  .ac-lead { font-size: .62rem; letter-spacing: .14em; }
  .ac-body { font-size: .72rem; }
  .bylaw { grid-template-columns: 44px minmax(0, 1fr); gap: .9rem; }
  .cd-cell { min-width: 62px; }
  .remark-stars { margin-left: 0; flex-basis: 100%; }
  .copyrow { flex-wrap: wrap; }
  .copyfield { border-right: 1px solid var(--gold-deep); flex-basis: 100%; }
  .btn-copy { flex-basis: 100%; justify-content: center; margin-top: -1px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ------------------------------------------------------------- 19. PRINT */
@media print {
  .grain, .vignette, .strip, .topnav, .actions, .remark-form, .accolades { display: none; }
  body { background: #fff; color: #000; }
  .wordmark-main, .st-num, .bylaw-n { -webkit-text-fill-color: #000; color: #000; }
}

/* Additions for the redrawn plates. */
.p-tutu { fill: #e9dcc0; opacity: .92; }
.p-branch { stroke: #05070a; fill: none; stroke-linecap: round; }

/* ---------------------------------------------------------- 20. THE FLOOR */
/* Ratings and remarks on the picture currently before the Forum. */
.floor { background: linear-gradient(180deg, var(--ink) 0%, #0e100c 55%, var(--ink) 100%); }

.sr {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

.floor-grid {
  display: grid; grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
}

/* --- the standing tally ---------------------------------------------- */
.floor-tally {
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.25rem) 1.25rem;
  border: 1px solid var(--gold-deep);
  background: linear-gradient(170deg, rgba(201,164,78,.07), rgba(0,0,0,.3));
}
.tally-lead {
  margin: 0 0 .6rem;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .6rem; letter-spacing: .24em; color: var(--muted);
}
.tally-score {
  margin: 0 0 .5rem;
  font-family: var(--display); font-weight: 500; line-height: 1;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-variant-numeric: tabular-nums;
}
.floor-tally .laurels { justify-content: center; }
.tally-count {
  margin: .7rem 0 0;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .58rem; letter-spacing: .2em; color: var(--faint);
}

/* --- the form --------------------------------------------------------- */
.rform {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--ink-line);
  background: linear-gradient(160deg, rgba(201,164,78,.04), rgba(0,0,0,.24));
}
.rform-lead {
  margin: 0 0 1.5rem;
  font-style: italic; color: var(--parchment);
}

.rate { border: 0; padding: 0; margin: 0 0 1.4rem; }
.rate legend {
  padding: 0; margin-bottom: .5rem;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .6rem; letter-spacing: .24em; color: var(--faint);
}
/* Laurels sit 5..1 in the DOM so the sibling combinator can gild downwards;
   row-reverse puts them back in the order a person expects to read them. */
.rate-stars { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: .3rem; }
.rate-stars input {
  position: absolute; width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}
.rate-stars label {
  cursor: pointer; line-height: 0;
  /* Unawarded laurels sit well back, so five of them do not read as a rating
     that has already been given. */
  color: #3d3a30;
  transition: color .18s var(--ease), transform .18s var(--ease);
}
.rate-stars label svg { width: 27px; height: 27px; fill: currentColor; }
.rate-stars label:hover,
.rate-stars label:hover ~ label { color: var(--gold-lite); }
.rate-stars input:checked ~ label,
.rate-stars input:checked + label { color: var(--gold); }
.rate-stars label:active { transform: scale(.92); }
.rate-stars input:focus-visible + label { outline: 2px solid var(--gold-lite); outline-offset: 3px; }

.rfield { margin-bottom: 1.2rem; }
.rfield label {
  display: block; margin-bottom: .4rem;
  font-family: var(--caps); text-transform: uppercase;
  font-size: .6rem; letter-spacing: .24em; color: var(--faint);
}
.rfield input,
.rfield textarea {
  width: 100%;
  background: rgba(0,0,0,.42);
  border: 1px solid var(--ink-line);
  color: var(--cream);
  font-family: var(--serif); font-size: 1.02em; font-weight: 300;
  padding: .7rem .85rem;
  transition: border-color .22s var(--ease);
}
.rfield textarea { resize: vertical; min-height: 96px; line-height: 1.6; }
.rfield input::placeholder,
.rfield textarea::placeholder { color: var(--faint); font-style: italic; }
.rfield input:focus,
.rfield textarea:focus { outline: 0; border-color: var(--gold-deep); }
.rfield.is-bad input,
.rfield.is-bad textarea,
.rate.is-bad .rate-stars { border-color: var(--oxblood); }
.rate.is-bad legend { color: #c9707a; }

.rcount {
  margin: .35rem 0 0; text-align: right;
  font-family: var(--caps); font-size: .56rem;
  letter-spacing: .18em; color: var(--faint);
}

.rform-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.rform-msg {
  margin: 0; flex: 1 1 200px;
  font-style: italic; font-size: .92em; color: var(--muted);
}
.rform-msg.is-bad { color: #c9707a; }
.rform-msg.is-good { color: var(--gold-lite); }

/* --- remarks already on the record ------------------------------------ */
.floor-remarks {
  list-style: none; margin: clamp(2rem, 4vw, 3rem) 0 0; padding: 0;
}
.floor-remarks:empty { display: none; }
.floor-remarks .remark { border-bottom: 1px dashed var(--ink-line); }
.floor-remarks .remark:last-child { border-bottom: 0; }
.floor-empty {
  margin: clamp(2rem, 4vw, 3rem) 0 0; text-align: center;
  font-style: italic; color: var(--faint);
}

@media (max-width: 880px) {
  .floor-grid { grid-template-columns: 1fr; }
}
/* Off-screen rather than display:none, which some bots know to skip. */
.rhoney {
  position: absolute; left: -9999px;
  width: 1px; height: 1px; overflow: hidden;
}
