/* Mehrkopf – no framework, no remote fonts. All dimensions are responsive. */
:root {
  --green: #2d6710;
  --green-dark: #2d6710;
  --green-mid: #397517;
  --gold: #fff0ac;
  --paper: #fbf1d9;
  --ink: #2a3023;
  --muted: #5d5b49;
  --line: #d9ddcc;
  --sans: Arial, Helvetica, sans-serif;
  --heading: Georgia, "Times New Roman", serif;
  --header-height: 88px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  background: #17440a url("green-card-tile.png") repeat;
  background-size: 780px 780px;
}
body.dialog-open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #bf7d17;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
  opacity: 0.5;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  margin-bottom: 1.5rem;
}
h3 {
  font-family: var(--heading);
  font-size: 1.17rem;
  line-height: 1.35;
  margin-bottom: 0.75rem;
  font-weight: 650;
}
p {
  margin-bottom: 1rem;
}
.container {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding: 100px 0;
}
.paper {
  background: var(--paper) url("parchment-warm.png") repeat;
  background-size: 720px 720px;
}
.eyebrow {
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.gold {
  color: var(--gold);
}
.intro {
  font-size: 1.2rem;
  line-height: 1.7;
}
.small,
small {
  font-size: 0.875rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 20px;
  background: white;
  color: var(--ink);
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
/* Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(#fffdf5b8, #fffdf5b8),
    var(--paper) url("parchment-warm.png") center / 720px 720px repeat;
  border-bottom: 1px solid #af865c30;
  box-shadow: 0 3px 12px #7050241c;
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  flex: 0 0 auto;
  display: block;
}
.brand img {
  width: 172px;
  height: auto;
}
#main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
#main-nav a {
  font-size: 0.875rem;
  text-decoration: none;
  padding: 12px 0;
  position: relative;
  white-space: nowrap;
}
#main-nav a:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  background: var(--green);
  transform: scaleX(0);
  transition: transform 0.2s;
}
#main-nav a:hover:after,
#main-nav a[aria-current="location"]:after {
  transform: scaleX(1);
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  padding: 8px 13px;
  border-radius: 5px;
  color: var(--green);
  align-items: center;
  gap: 12px;
}
/* Separate decorative layers keep text and the card fan fully responsive. */
.hero {
  position: relative;
  isolation: isolate;
  color: var(--ink);
  background: none;
  overflow: hidden;
  filter: drop-shadow(0 8px 5px #172b1666);
  --paper-edge: polygon(
    0 0,
    100% 0,
    100% calc(100% - 15px),
    99.4% calc(100% - 11px),
    98.2% calc(100% - 9px),
    96.5% calc(100% - 12px),
    94% calc(100% - 10px),
    92.8% calc(100% - 12px),
    90% calc(100% - 11px),
    87% calc(100% - 8px),
    84% calc(100% - 11px),
    82.5% calc(100% - 9px),
    80% calc(100% - 11px),
    77% calc(100% - 8px),
    73.5% calc(100% - 10px),
    71% calc(100% - 8px),
    69% calc(100% - 10px),
    65% calc(100% - 7px),
    62% calc(100% - 9px),
    59.5% calc(100% - 8px),
    57% calc(100% - 6px),
    54% calc(100% - 9px),
    51% calc(100% - 6px),
    48% calc(100% - 8px),
    44% calc(100% - 9px),
    41% calc(100% - 7px),
    38.5% calc(100% - 10px),
    35% calc(100% - 8px),
    32% calc(100% - 11px),
    29% calc(100% - 9px),
    25% calc(100% - 12px),
    22% calc(100% - 10px),
    20% calc(100% - 13px),
    17% calc(100% - 11px),
    14% calc(100% - 12px),
    10% calc(100% - 9px),
    7% calc(100% - 11px),
    4% calc(100% - 8px),
    1% calc(100% - 11px),
    0 calc(100% - 16px)
  );
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  clip-path: var(--paper-edge);
}
.hero::before {
  background:
    linear-gradient(
      0deg,
      #bc813d28,
      transparent 18%,
      transparent 91%,
      #bc813d10
    ),
    radial-gradient(ellipse at center, #fffdf64d 30%, transparent 80%),
    var(--paper) url("parchment-warm.png") center / 720px 720px repeat;
  box-shadow: inset 0 -14px 24px #9a672a24;
}
.hero::after {
  background: url("suit-ornaments.png") center / 100% auto no-repeat;
  opacity: 0.28;
  filter: sepia(1) saturate(0.55);
}
.hero .eyebrow,
.hero .text-link {
  color: var(--green);
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
  align-items: center;
  padding-block: 65px 70px;
  min-height: 590px;
}
.hero h1 {
  font-size: clamp(3.4rem, 5.8vw, 5.2rem);
  margin-bottom: 28px;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.hero-highlight {
  font-weight: 700;
  color: var(--green);
}
.heading-highlight {
  color: var(--green);
}
.hero-description {
  max-width: 470px;
  color: var(--muted);
  font-size: 1.075rem;
  line-height: 1.85;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.button {
  border: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 15px 22px;
  min-height: 52px;
  border-radius: 4px;
  font-size: 0.93rem;
  font-weight: 650;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-gold {
  color: #233222;
  background: var(--gold);
}
.button-gold:hover {
  background: #f7dda6;
}
.button-green {
  color: #fffdf4;
  background: var(--green);
}
.button-green:hover {
  background: #397517;
}
.text-link {
  font-size: 0.9rem;
}
.light {
  color: #f6f4e5;
}
.hero-art {
  padding: 24px 0 0;
}
.card-fan {
  position: relative;
  isolation: isolate;
  height: 425px;
  max-width: 470px;
  margin: auto;
}
.card-fan::before {
  content: "";
  position: absolute;
  inset: -22% -18%;
  z-index: -1;
  pointer-events: none;
  background: url("oak-ornament.png") center / contain no-repeat;
  opacity: 0.58;
  filter: sepia(1) saturate(0.55);
}
.fan-card {
  position: absolute;
  width: 224px;
  height: auto;
  border-radius: 15px;
  filter: drop-shadow(0 18px 12px #52381966);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.fan-left {
  left: 8px;
  top: 17px;
  transform: rotate(-19deg);
}
.fan-right {
  right: 8px;
  top: 17px;
  transform: rotate(19deg);
}
.fan-center {
  left: calc(50% - 112px);
  top: 0;
  transform: rotate(-3deg);
}
/* Decorative hover motion stays off on touchscreens and with reduced motion. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .card-fan:hover .fan-left {
    transform: translate(-14px, -6px) rotate(-25deg);
  }
  .card-fan:hover .fan-center {
    transform: translateY(-12px) rotate(0deg);
  }
  .card-fan:hover .fan-right {
    transform: translate(14px, -6px) rotate(25deg);
  }
}
/* The game */
.section-heading {
  margin-bottom: 40px;
}
.game-text > .intro {
  max-width: 700px;
  margin-bottom: 40px;
}
.game-points > div {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
.game-points p {
  font-size: 1rem;
  color: var(--muted);
}
.point-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--green-mid);
  border-top: 1px solid #86a078;
  padding-top: 5px;
}
.rules {
  margin-top: 46px;
  padding: 30px 34px;
  background: #f3e4bd;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  align-items: center;
  border: 1px solid #d8decb;
  border-radius: 7px;
}
.rules .eyebrow {
  font-size: 0.75rem;
  margin-bottom: 6px;
}
.rules h3 {
  margin-bottom: 8px;
  font-family: var(--heading);
  font-size: 1.8rem;
  font-weight: 400;
}
.rules p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 0;
}
.rule-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 20px;
  background: var(--paper);
  text-decoration: none;
  border: 1px solid #ccd6bd;
  border-radius: 4px;
  gap: 15px;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.download-link:hover {
  border-color: var(--green);
  background: white;
}
.download-link strong {
  font-size: 0.94rem;
  font-weight: 650;
}
.download-link small {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}
.download-link > span:last-child {
  font-size: 1.5rem;
}
.gallery {
  margin-top: 40px;
  border-bottom: 1px solid #bdc5b3;
}
.gallery summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 20px;
}
.gallery summary::-webkit-details-marker {
  display: none;
}
.gallery summary .eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
}
.gallery summary strong {
  font-family: var(--heading);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.gallery summary small {
  color: var(--muted);
  display: block;
  margin-top: 8px;
}
.expand-icon {
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.2s;
}
.gallery[open] .expand-icon {
  transform: rotate(45deg);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 28px 20px;
  padding: 25px 0 40px;
}
.card-link {
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
}
.card-link img {
  border-radius: 9px;
  filter: drop-shadow(0 5px 6px #25382212);
  transition: transform 0.2s;
}
.card-link:hover img {
  transform: translateY(-5px);
}
.card-link span {
  display: block;
  margin-top: 10px;
}
/* Videos */

.video-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 28px;
  overflow: hidden;
  border-bottom: 1px solid #cdd4c2;
}
.video-heading > div {
  max-width: 690px;
  padding-bottom: 28px;
}
.video-heading p:not(.eyebrow) {
  max-width: 615px;
  color: var(--muted);
  line-height: 1.8;
}
.video-filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.video-filters button {
  border: 1px solid #bfcbb6;
  border-radius: 30px;
  background: transparent;
  padding: 9px 19px;
  color: var(--green);
  font-size: 0.875rem;
  min-height: 44px;
}
.video-filters button:hover {
  background: #e1e7d8;
}
.video-filters button[aria-pressed="true"] {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.video-card > a {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #fff9e9;
  padding: 16px;
  text-decoration: none;
  border: 1px solid #d7ddcf;
  border-radius: 6px;
  height: 100%;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.video-card > a:hover {
  border-color: #829574;
  transform: translateY(-2px);
}
.video-thumb {
  position: relative;
  width: 164px;
  flex: 0 0 164px;
  border-radius: 3px;
  overflow: hidden;
}
.video-thumb img {
  width: 100%;
  height: auto;
}
.video-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #152c1920;
}
.play-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fcf9e9e8;
  color: var(--green);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  padding-left: 2px;
}
.video-copy .eyebrow {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.video-copy h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}
.video-action {
  font-size: 0.875rem;
  color: var(--muted);
}
.video-action span {
  margin-left: 7px;
}
.video-footnote p {
  margin: 0;
}
/* Buying and contact */
.buy-options {
  margin-top: 28px;
}
.buy-options > a,
.buy-options > div {
  border-top: 1px solid #cdd3c2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 2px;
  text-decoration: none;
}
.buy-options > a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.buy-options strong {
  font-size: 1.05rem;
}
.buy-options small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}
.buy-options > a > span:last-child {
  font-size: 1.7rem;
}
/* The existing illustration is cropped at its source edge: anchor that edge to the paper. */
.contact-section {
  color: var(--ink);
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 35%);
  gap: 24px;
  align-items: end;
  min-height: 420px;
}
.contact-copy {
  padding: 22px 0 95px clamp(30px, 4.7vw, 60px);
  min-width: 0;
}
.contact-layout > img {
  width: min(360px, 100%);
  height: auto;
  justify-self: end;
  margin-bottom: 20px;
}
.contact-layout p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 25px;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(1.3rem, 2.5vw, 2.1rem);
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #b3c69a;
  line-height: 1.25;
}
.contact-email:hover {
  color: #438316;
  border-color: currentColor;
}
.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
  font-size: 0.875rem;
  color: var(--muted);
}
.contact-meta a {
  text-decoration: none;
}
.contact-meta a:hover {
  text-decoration: underline;
}

.site-footer {
  background: transparent;
  color: #f6f9e6;
  padding: 30px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.footer-brand {
  font-family: var(--heading);
  font-size: 1.6rem;
  color: #fff9e8;
  text-decoration: none;
}
.site-footer p {
  font-size: 0.75rem;
  margin: 4px 0 0;
}
.site-footer nav {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.site-footer nav a {
  text-decoration: none;
}
.site-footer nav a:hover {
  text-decoration: underline;
}
/* Progressive enhancement: native dialogs; ordinary links remain the fallback. */
dialog {
  padding: 24px;
  border: 1px solid #8d9b81;
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 25px 90px #0008;
  max-height: calc(100dvh - 32px);
  overflow: auto;
}
dialog::backdrop {
  background: #071a13cc;
  backdrop-filter: blur(4px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
}
.dialog-top h2 {
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  margin: 0;
}
.icon-button {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  background: #e6eadc;
  border: 1px solid #ccd3c0;
  border-radius: 50%;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--green);
}
.icon-button:hover {
  background: #d7dfca;
}
.card-dialog {
  width: min(600px, calc(100% - 28px));
}
.card-viewer {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 20px;
}
.card-viewer img {
  max-height: calc(100dvh - 190px);
  width: auto;
  max-width: 100%;
  margin: auto;
  object-fit: contain;
}
.card-count {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.875rem;
  color: var(--muted);
}
.video-dialog {
  width: min(900px, calc(100% - 28px));
}
.video-stage {
  min-height: 390px;
  background: var(--green-dark);
  color: #fcfbed;
  display: grid;
  place-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.video-stage iframe {
  display: block;
  width: 100%;
  min-height: 200px;
  aspect-ratio: 16/9;
  border: 0;
}
.video-stage:has(iframe) {
  min-height: 0;
}
#video-consent {
  text-align: center;
  padding: 35px;
  max-width: 590px;
}
#video-consent h3 {
  font-family: var(--heading);
  font-size: 1.8rem;
  font-weight: 400;
  margin: 16px 0;
}
#video-consent p {
  font-size: 0.95rem;
  color: #c8d6c1;
}
.video-external {
  display: block;
  margin: 16px 0 0;
  color: var(--green);
  font-size: 0.875rem;
  text-align: center;
}
.consent-play {
  display: block;
  color: var(--gold);
  font-size: 2rem;
}
/* Secondary pages */
.legal-page {
  padding: 64px 0 90px;
  min-height: 70vh;
}
.legal-content {
  max-width: 800px;
}
.legal-content h1 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  margin: 16px 0 40px;
}
.legal-content h2 {
  font-size: 1.65rem;
  letter-spacing: -0.015em;
  margin: 32px 0 15px;
}
.legal-content address {
  font-style: normal;
}
.legal-content p {
  color: var(--muted);
}
.legal-content .eyebrow {
  margin-top: 40px;
}
.back-link {
  font-size: 0.9rem;
}
.legal-content a {
  overflow-wrap: anywhere;
}
@media (min-width: 1800px) {
  .hero-inner {
    min-height: 670px;
  }
  .hero h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 1100px) {
  .hero::after {
    background-size: 1500px auto;
    opacity: 0.17;
  }
  #main-nav {
    gap: 22px;
  }
  .hero-inner {
    gap: 20px;
  }
  .fan-card {
    width: 190px;
  }
  .fan-center {
    left: calc(50% - 95px);
  }
  .card-fan {
    height: 380px;
  }
  .fan-left {
    left: 12px;
  }
  .fan-right {
    right: 12px;
  }
  .video-thumb {
    width: 132px;
    flex-basis: 132px;
  }
  .video-card > a {
    gap: 17px;
  }
  .video-copy h3 {
    font-size: 1.05rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .hero::after {
    display: none;
  }
  :root {
    --header-height: 76px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 76px;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
  }
  .brand img {
    width: 145px;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
  }
  #main-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding-bottom: 16px;
  }
  #main-nav a {
    font-size: 0.94rem;
  }
  .js #main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    width: auto;
    background: var(--paper);
    padding: 14px 25px 25px;
    box-shadow: 0 12px 18px #1225181c;
    border-top: 1px solid var(--line);
  }
  .js #main-nav.is-open {
    display: flex;
  }
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    min-height: 545px;
    gap: 24px;
    padding-block: 55px 60px;
  }
  .hero h1 {
    font-size: clamp(3rem, 6.7vw, 4.3rem);
  }
  .hero-description {
    font-size: 1rem;
    line-height: 1.75;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
  }
  .card-fan {
    height: 300px;
  }
  .fan-card {
    width: 150px;
  }
  .fan-center {
    left: calc(50% - 75px);
  }
  .fan-left {
    left: 10px;
  }
  .fan-right {
    right: 10px;
  }
  .section {
    padding: 65px 0;
  }
  .game-points > div {
    padding-left: 38px;
  }
  .rules {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .video-grid {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
  }
  .video-card > a {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .video-thumb {
    width: 100%;
    flex-basis: auto;
  }
  .video-thumb img {
    width: 100%;
    max-height: 145px;
    object-fit: cover;
  }
  .video-copy {
    display: block;
  }
  .video-copy h3 {
    font-size: 1.12rem;
  }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .container {
    width: calc(100% - 36px);
  }
  .section {
    padding: 55px 0;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 43px;
    gap: 25px;
  }
  .hero h1 {
    font-size: clamp(3rem, 12vw, 4.2rem);
    margin-bottom: 23px;
  }
  .hero-description {
    max-width: 450px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .hero-actions {
    gap: 20px;
  }
  .button {
    padding: 14px 18px;
    font-size: 0.88rem;
  }
  .text-link {
    font-size: 0.875rem;
  }
  .hero-art {
    padding-top: 8px;
  }
  .card-fan {
    width: min(330px, 100%);
    height: 305px;
  }
  .card-fan::before {
    inset: -18% -6%;
    opacity: 0.5;
  }
  .fan-card {
    width: clamp(136px, 44vw, 160px);
  }
  .fan-center {
    left: 50%;
    translate: -50% 0;
  }
  .fan-left {
    left: 30px;
    top: 12px;
  }
  .fan-right {
    right: 30px;
    top: 12px;
  }
  .eyebrow {
    margin-bottom: 16px;
  }
  h2 {
    font-size: 2.55rem;
  }
  .section-heading {
    margin-bottom: 25px;
  }
  .intro {
    font-size: 1.08rem;
  }
  .game-text > .intro {
    margin-bottom: 32px;
  }
  .game-points > div {
    padding-left: 34px;
    margin-bottom: 26px;
  }
  .game-points p {
    font-size: 1rem;
    line-height: 1.75;
  }
  .rules {
    margin-top: 30px;
    padding: 22px 18px;
    gap: 20px;
  }
  .rule-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .download-link {
    padding: 15px 17px;
  }
  .gallery {
    margin-top: 24px;
  }
  .gallery summary strong {
    font-size: 1.45rem;
  }
  .gallery summary small {
    font-size: 0.8rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 12px;
  }
  .card-link {
    font-size: 0.875rem;
  }
  .card-link img {
    border-radius: 6px;
  }
  .video-heading {
    gap: 14px;
    align-items: flex-start;
  }
  .video-heading > div {
    padding-bottom: 12px;
  }
  .video-filters {
    gap: 8px;
  }
  .video-filters button {
    padding: 8px 15px;
    font-size: 0.875rem;
  }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .video-card > a {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 13px;
  }
  .video-thumb {
    width: 124px;
    flex: 0 0 124px;
  }
  .video-thumb img {
    height: auto;
  }
  .video-copy h3 {
    font-size: 1.05rem;
  }
  .video-action {
    font-size: 0.875rem;
  }
  .video-copy .eyebrow {
    font-size: 0.75rem;
  }
  .site-footer {
    padding: 27px 0;
  }
  .site-footer nav {
    gap: 20px;
  }
  .site-footer p {
    max-width: 285px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .dialog-top h2 {
    font-size: 1.3rem;
  }
  .dialog-top {
    gap: 10px;
  }
  dialog {
    padding: 16px;
  }
  .card-viewer {
    gap: 8px;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }
  .card-viewer .icon-button {
    min-width: 40px;
    min-height: 44px;
  }
  .video-stage {
    min-height: 360px;
  }
  #video-consent {
    padding: 25px 15px;
  }
  #video-consent h3 {
    font-size: 1.6rem;
  }
  #video-consent p {
    font-size: 0.9rem;
  }
  .legal-page {
    padding: 40px 0 65px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,
  .hero-actions,
  .hero-art,
  .video-filters,
  .contact-layout > img,
  .site-footer nav,
  dialog,
  .skip-link {
    display: none !important;
  }
  body,
  .paper,
  .hero,
  .contact-section,
  .site-footer {
    background: #fff !important;
    color: #000 !important;
  }
  .container {
    width: 100%;
  }
  .section,
  .hero-inner {
    display: block;
    padding: 20px 0;
    min-height: 0;
  }
  .hero-description,
  .gold,
  .hero-highlight,
  .contact-layout p:not(.eyebrow),
  .hero h1 {
    font-size: 3rem;
  }
  .video-card {
    break-inside: avoid;
  }
  h2 {
    font-size: 2rem;
  }
  .rules {
    break-inside: avoid;
  }
  .gallery:not([open]) {
    display: none;
  }
}

.contact-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-eyebrow img {
  width: 30px;
  height: auto;
}

/* Warmer parchment and stronger original scrolls, preserving the transparent ends. */
.section.paper {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  margin: 26px auto;
  padding-block: 110px;
  --scroll-height: clamp(42px, 6.8vw, 86px);
  --paper-gutter: clamp(30px, 4.7vw, 60px);
  background: none;
  isolation: isolate;
  filter: drop-shadow(0 9px 7px #15260c66);
}
/* The paper stops before the curled ends. Never put a rectangular background
   behind the scroll PNG's transparent corners. The overlap is entirely within
   the PNG's opaque, flat paper area; it also hides fractional-pixel seams. */
.paper-surface {
  position: absolute;
  inset: calc(var(--scroll-height) / 2) 0;
  z-index: -1;
  pointer-events: none;
  background: var(--paper) url("parchment-warm.png") repeat;
  background-size: 720px 720px;
  box-shadow: inset 0 0 46px #b37c3026;
}
.section.paper > .container {
  width: calc(100% - 2 * var(--paper-gutter));
}
.section.paper::before,
.section.paper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--scroll-height);
  background: url("Banderole_Foot.png") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 2;
  filter: sepia(0.12) contrast(1.14) saturate(1.12)
    drop-shadow(0 2px 2px #68452130);
  /* Fade the artwork's flat paper area into the textured paper surface. */
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 45%);
  mask-image: linear-gradient(to bottom, transparent, #000 45%);
}
.section.paper::before {
  top: 0;
  transform: rotate(180deg);
}
.section.paper::after {
  bottom: 0;
}
@media (max-width: 800px) {
  .section.paper {
    --paper-gutter: 30px;
    width: calc(100% - 24px);
    margin-block: 20px;
    padding-block: 80px;
  }
}
@media (max-width: 560px) {
  .section.paper {
    --paper-gutter: 18px;
    width: calc(100% - 16px);
    margin-block: 16px;
    padding-block: 64px;
  }
  .section.paper > .container {
    width: calc(100% - 36px);
  }
}
@media print {
  .section.paper {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    filter: none;
  }
  .paper-surface,
  .section.paper::before,
  .section.paper::after {
    display: none;
  }
}

/* Contact uses the same scroll frame, with its figure flush to the outside edge. */
.section.paper.contact-section {
  padding-block: 90px 0;
  isolation: isolate;
}
@media (max-width: 800px) {
  .section.paper.contact-section {
    padding-top: 70px;
  }
  .contact-layout {
    gap: 16px;
    min-height: 360px;
  }
  .contact-copy {
    padding: 12px 0 80px 30px;
  }
  .contact-email {
    gap: 15px;
  }
}
@media (max-width: 560px) {
  .section.paper.contact-section {
    padding-top: 64px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }
  .contact-copy {
    padding: 0 18px 24px;
  }
  .contact-layout > img {
    width: 190px;
    margin-bottom: 20px;
  }
  .contact-layout p:not(.eyebrow) {
    font-size: 1rem;
  }
  .contact-email {
    font-size: clamp(1.3rem, 6vw, 2.1rem);
    gap: 17px;
  }
  .contact-meta {
    gap: 15px;
  }
}
@media print {
  .section.paper.contact-section {
    padding: 25px 0;
  }
  .contact-layout {
    display: block;
    min-height: 0;
  }
  .contact-copy {
    padding: 0;
  }
}

/* Source illustrations have straight cuts at the right and lower edges.
   Their full-width rows place those cuts at the paper edge and under the roll. */
.section.paper.game-section,
.section.paper.video-section,
.section.paper.buy-section {
  padding-bottom: 0;
}
.game-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.game-resources {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 26%);
  align-items: end;
  gap: 40px;
  padding-left: var(--paper-gutter);
  margin-top: 20px;
}
.game-resource-copy {
  min-width: 0;
  padding-bottom: calc(var(--scroll-height) + 24px);
}
.game-resources .rules {
  margin-top: 0;
  grid-template-columns: 1fr;
  gap: 20px;
}
.game-resources .gallery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.game-note {
  margin: 24px 0 0;
  color: var(--green-mid);
  font-family: var(--heading);
  font-size: 1.15rem;
  line-height: 1.5;
}
.character-aside {
  justify-self: end;
  width: min(290px, 100%);
  margin: 0 0 20px;
}
.character-aside img {
  width: 100%;
}
.video-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  align-items: end;
  gap: 32px;
  padding-left: var(--paper-gutter);
  margin-top: 28px;
}
.video-footnote {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: calc(var(--scroll-height) + 24px);
  color: var(--muted);
  font-size: 0.85rem;
}
.video-footer > img {
  width: 140px;
  justify-self: end;
  margin-bottom: 20px;
}
.buy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 35%);
  align-items: end;
  gap: 40px;
  padding-left: var(--paper-gutter);
}
.buy-copy {
  min-width: 0;
  max-width: 700px;
  padding-bottom: calc(var(--scroll-height) + 24px);
}
.buy-art {
  justify-self: end;
  width: min(370px, 100%);
  margin-bottom: 20px;
}
.buy-art img {
  width: 100%;
}
@media (max-width: 1100px) {
  .game-points {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .game-points p {
    max-width: 75ch;
  }
}
@media (max-width: 800px) {
  .game-resources {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 24px;
    margin-top: 10px;
  }
  .game-resources .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 12px;
  }
  .game-resources .rule-links {
    grid-template-columns: 1fr;
  }
  .buy-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .game-resources,
  .buy-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .game-resource-copy,
  .buy-copy {
    padding-right: var(--paper-gutter);
    padding-bottom: 24px;
  }
  .character-aside {
    width: 180px;
  }
  .buy-art {
    width: 240px;
  }
  .video-footer {
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 16px;
  }
  .video-footer > img {
    width: 110px;
  }
  .video-footnote {
    font-size: 0.8rem;
  }
}
@media print {
  .character-aside,
  .video-footer > img,
  .buy-art {
    display: none;
  }
  .game-points,
  .game-resources,
  .video-footer,
  .buy-layout {
    display: block;
    padding: 0;
  }
  .game-resource-copy,
  .video-footnote,
  .buy-copy {
    padding: 0;
  }
}
