/* ============================================================
   PAPER MOON — 12th edition
   torn-paper collage system · riso palette · deliberate imperfection
   ============================================================ */

:root {
  --paper: #f3ead8;
  --paper-2: #efe3cb;
  --paper-3: #e9dcc0;
  --ink: #211c15;
  --tomato: #e94f37;
  --cobalt: #2545d3;
  --mustard: #e0a500;
  --mustard-deep: #b98700;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --hand: "Shantell Sans", "Comic Sans MS", cursive;
  --shadow-soft: 0 14px 30px rgba(33, 28, 21, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id], footer[id] { scroll-margin-top: 84px; }

:focus-visible {
  outline: 3px dashed var(--cobalt);
  outline-offset: 3px;
  border-radius: 2px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
  /* subtle paper mottling */
  background-image:
    radial-gradient(ellipse 900px 600px at 15% 8%, rgba(224,165,0,0.06), transparent 60%),
    radial-gradient(ellipse 800px 700px at 85% 30%, rgba(233,79,55,0.05), transparent 60%),
    radial-gradient(ellipse 1000px 800px at 50% 90%, rgba(37,69,211,0.045), transparent 60%);
}

::selection { background: var(--tomato); color: var(--paper); }

a { color: inherit; }

/* ---------- grain overlay ---------- */
.grain {
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 999;
  opacity: 0.16;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  animation: grain-shift 1.6s steps(4) infinite;
}
@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-1.2%, 0.8%); }
  50% { transform: translate(0.9%, -1.1%); }
  75% { transform: translate(-0.6%, -0.7%); }
  100% { transform: translate(0, 0); }
}

/* ---------- torn-edge clip paths ---------- */
.torn-a { clip-path: polygon(0.6% 3.8%, 4% 1.2%, 9% 2.9%, 15% 0.8%, 21% 2.6%, 28% 0.5%, 35% 2.4%, 43% 0.9%, 50% 2.8%, 57% 0.6%, 64% 2.5%, 71% 0.8%, 78% 2.7%, 85% 0.7%, 92% 2.3%, 97% 0.9%, 99.4% 4.5%, 98.6% 12%, 99.7% 22%, 98.4% 33%, 99.6% 45%, 98.5% 57%, 99.8% 68%, 98.6% 79%, 99.5% 90%, 98.2% 96.5%, 94% 99%, 87% 97.4%, 80% 99.3%, 72% 97.6%, 64% 99.4%, 56% 97.5%, 48% 99.2%, 40% 97.4%, 32% 99.3%, 24% 97.6%, 16% 99.5%, 9% 97.8%, 3.5% 99%, 0.8% 95%, 1.8% 85%, 0.4% 73%, 1.6% 61%, 0.5% 49%, 1.7% 37%, 0.6% 25%, 1.8% 14%); }
.torn-b { clip-path: polygon(1.5% 2.2%, 8% 0.6%, 14% 3%, 22% 1%, 30% 3.2%, 38% 0.7%, 47% 2.8%, 55% 0.9%, 63% 3.1%, 72% 1.1%, 80% 3%, 88% 0.8%, 95% 2.6%, 99.2% 5.5%, 98.3% 15%, 99.6% 27%, 98.2% 40%, 99.5% 52%, 98.4% 64%, 99.7% 76%, 98.3% 88%, 99% 94.5%, 95% 98.4%, 88% 96.8%, 79% 99.1%, 70% 97.2%, 61% 99.3%, 51% 97.3%, 42% 99.2%, 33% 97.1%, 24% 99.4%, 15% 97.5%, 7% 99.1%, 1.9% 96.6%, 0.5% 88%, 1.9% 77%, 0.6% 65%, 1.8% 53%, 0.4% 41%, 1.7% 29%, 0.5% 17%, 1.4% 8%); }
.torn-c { clip-path: polygon(0.8% 5%, 5% 1.6%, 12% 3.4%, 19% 1%, 27% 3.2%, 36% 1.3%, 44% 3%, 53% 1.1%, 61% 3.3%, 70% 1.2%, 78% 3.1%, 86% 1%, 93% 3%, 98.8% 1.8%, 99.4% 9%, 98.2% 20%, 99.5% 32%, 98.3% 44%, 99.6% 56%, 98.2% 68%, 99.4% 80%, 98.1% 91%, 99% 97%, 93% 98.8%, 85% 96.9%, 76% 99.2%, 67% 97%, 58% 99.3%, 49% 97.2%, 40% 99.1%, 31% 97%, 22% 99.2%, 13% 97.4%, 5% 99%, 1% 96%, 2% 86%, 0.6% 74%, 1.9% 62%, 0.5% 50%, 1.8% 38%, 0.4% 26%, 1.6% 15%); }
.torn-d { clip-path: polygon(2% 4%, 9% 1%, 17% 3.5%, 26% 0.8%, 35% 3%, 45% 1.2%, 54% 3.4%, 64% 0.9%, 73% 3.2%, 82% 1%, 91% 3.3%, 97.5% 1.4%, 99.2% 8%, 98% 20%, 99.4% 34%, 98.1% 48%, 99.5% 62%, 98% 75%, 99.3% 88%, 98.5% 95.6%, 92% 98.9%, 83% 96.8%, 73% 99.2%, 63% 97%, 53% 99.4%, 43% 97.1%, 33% 99.2%, 23% 97.3%, 13% 99.1%, 5% 97.6%, 1.2% 93%, 2.2% 82%, 0.7% 69%, 2% 56%, 0.6% 43%, 1.9% 30%, 0.5% 18%, 1.3% 9%); }
.torn-e { clip-path: polygon(0.5% 2.8%, 3.5% 0.9%, 8% 2.2%, 13% 0.6%, 18% 2.4%, 24% 0.7%, 30% 2.1%, 36% 0.5%, 42% 2.3%, 48% 0.8%, 54% 2.2%, 60% 0.6%, 66% 2.4%, 72% 0.7%, 78% 2.1%, 84% 0.5%, 90% 2.2%, 95% 0.8%, 99.3% 2.6%, 98.7% 10%, 99.6% 20%, 98.5% 31%, 99.7% 42%, 98.6% 53%, 99.5% 64%, 98.4% 75%, 99.6% 86%, 98.8% 94%, 96% 98.9%, 91% 97.3%, 85% 99.2%, 79% 97.5%, 73% 99.3%, 67% 97.4%, 61% 99.1%, 55% 97.3%, 49% 99.4%, 43% 97.5%, 37% 99.2%, 31% 97.4%, 25% 99.3%, 19% 97.6%, 13% 99.1%, 7% 97.7%, 2.5% 99%, 0.9% 94%, 1.7% 84%, 0.4% 72%, 1.6% 60%, 0.5% 48%, 1.5% 36%, 0.4% 24%, 1.4% 12%); }

.paper-shadow { filter: drop-shadow(0 12px 22px rgba(33, 28, 21, 0.16)); }

/* ---------- shared type ---------- */
.hand { font-family: var(--hand); }

.riso {
  color: var(--ink);
  text-shadow:
    0.045em 0.05em 0 rgba(233, 79, 55, 0.9),
    -0.028em -0.028em 0 rgba(37, 69, 211, 0.55);
}

.section-kicker {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tomato);
  margin-bottom: 0.6rem;
}

.section-title {
  font-weight: 900;
  font-size: clamp(2.6rem, 6.5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.section-head {
  max-width: 1160px;
  margin: 0 auto 3.2rem;
  padding: 0 1.5rem;
  position: relative;
}

.section-note {
  margin-top: 1.1rem;
  font-size: 1.1rem;
  color: rgba(33, 28, 21, 0.78);
  position: relative;
  display: inline-block;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--hand);
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  padding: 0.85rem 1.7rem;
  border: 2.5px solid var(--ink);
  border-radius: 4px 14px 6px 12px;
  cursor: pointer;
  transform: rotate(-0.7deg);
  transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  box-shadow: 3px 4px 0 rgba(33, 28, 21, 0.85);
  background: var(--paper);
  color: var(--ink);
}
.btn:hover { transform: rotate(0.6deg) translate(-1px, -2px); box-shadow: 5px 7px 0 rgba(33, 28, 21, 0.85); }
.btn:active { transform: rotate(0deg) translate(2px, 3px); box-shadow: 1px 1px 0 rgba(33, 28, 21, 0.85); }
.btn-tomato { background: var(--tomato); color: #fdf6e9; border-color: var(--ink); }
.btn-tomato:hover { background: #d8432c; }
.btn-ghost:hover { background: var(--paper-2); }

/* ---------- tape ---------- */
.tape {
  position: absolute;
  width: 110px;
  height: 34px;
  background: linear-gradient(100deg, rgba(224, 165, 0, 0.5), rgba(224, 165, 0, 0.38) 45%, rgba(224, 165, 0, 0.52));
  opacity: 0.85;
  mix-blend-mode: multiply;
  clip-path: polygon(3% 8%, 97% 0%, 100% 22%, 98% 88%, 94% 100%, 4% 94%, 0% 74%, 2% 26%);
  pointer-events: none;
}
.tape-tl { top: -14px; left: 8%; transform: rotate(-38deg); }
.tape-tr { top: -14px; right: 8%; transform: rotate(34deg); }
.tape-br { bottom: -12px; right: 12%; transform: rotate(-30deg); }
.tape-top { top: -16px; left: 50%; transform: translateX(-50%) rotate(-3deg); }

/* ---------- doodles (self-drawing) ---------- */
.doodle path, .doodle circle[pathLength], .map-draw path, .map-draw circle {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.drawn .doodle path, .doodle.drawn path,
.drawn .map-draw path, .drawn .map-draw circle {
  animation: draw-in 1.4s cubic-bezier(0.5, 0, 0.3, 1) forwards;
}
@keyframes draw-in { to { stroke-dashoffset: 0; } }

.doodle path {
  stroke: var(--tomato);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
}
.nav { background: var(--paper-2); box-shadow: 0 2px 14px rgba(33,28,21,.08); }
.nav-tear {
  position: absolute;
  left: 0; right: 0; bottom: -9px;
  height: 10px;
  background: var(--paper-2);
  clip-path: polygon(0% 0%, 100% 0%, 99% 55%, 96% 20%, 92% 70%, 88% 25%, 84% 80%, 79% 30%, 75% 75%, 70% 20%, 66% 85%, 61% 35%, 57% 70%, 52% 15%, 48% 80%, 43% 30%, 39% 75%, 34% 25%, 30% 85%, 25% 30%, 21% 70%, 16% 20%, 12% 80%, 8% 30%, 4% 65%, 1% 25%, 0% 60%);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 900;
  font-size: 1.28rem;
  text-decoration: none;
  letter-spacing: -0.01em;
  transform: rotate(-1.2deg);
}
.wordmark-moon { width: 30px; height: 30px; color: var(--tomato); transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1); }
.wordmark:hover .wordmark-moon { transform: rotate(-32deg) scale(1.1); color: var(--cobalt); }
.nav-links {
  display: flex;
  gap: 1.6rem;
  margin-left: auto;
}
.nav-links a {
  font-family: var(--hand);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  padding: 0.2rem 0.1rem;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: 0;
  height: 3px;
  background: var(--cobalt);
  border-radius: 3px 8px 4px 7px;
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 0.25s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.nav-links a:hover::after { transform: scaleX(1) rotate(-1deg); }
.nav-cta {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fdf6e9;
  background: var(--cobalt);
  border: 2px solid var(--ink);
  padding: 0.45rem 1.1rem;
  border-radius: 3px 12px 5px 10px;
  transform: rotate(1.4deg);
  box-shadow: 2px 3px 0 rgba(33, 28, 21, 0.8);
  transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.18s ease;
}
.nav-cta:hover { transform: rotate(-1deg) translateY(-1px); box-shadow: 3px 5px 0 rgba(33, 28, 21, 0.8); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - 62px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem 7rem;
  overflow: hidden;
}
.hero-scraps { position: absolute; inset: 0; pointer-events: none; }
.scrap { position: absolute; }
.scrap-cobalt {
  width: 42vw; max-width: 560px; height: 46vh; min-height: 260px;
  background: var(--cobalt);
  opacity: 0.88;
  top: -6%; left: -8%;
  transform: rotate(-7deg);
}
.scrap-mustard {
  width: 34vw; max-width: 460px; height: 40vh; min-height: 230px;
  background: var(--mustard);
  opacity: 0.9;
  top: 16%; right: -10%;
  transform: rotate(9deg);
}
.scrap-tomato {
  width: 20vw; max-width: 250px; height: 22vh; min-height: 140px;
  background: var(--tomato);
  opacity: 0.85;
  bottom: 8%; left: 6%;
  transform: rotate(-14deg);
}
.scrap-cream {
  width: 26vw; max-width: 330px; height: 30vh; min-height: 170px;
  background: var(--paper-3);
  bottom: -4%; right: 12%;
  transform: rotate(6deg);
}
.hero-moon {
  position: absolute;
  width: min(46vw, 480px);
  top: 6%;
  right: 4%;
  opacity: 0.9;
}
.hero-moon path { stroke: var(--tomato); stroke-width: 4; }
.hero-stars {
  position: absolute;
  width: 130px;
  left: 10%;
  top: 22%;
}
.hero-stars path { stroke: var(--cobalt); stroke-width: 3; }

.hero-content {
  position: relative;
  text-align: center;
  max-width: 980px;
}
.hero-stamp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  margin-bottom: 1rem;
}
.hero-eyebrow {
  font-family: var(--hand);
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

/* rubber stamps */
.stamp {
  color: var(--tomato);
  transform: rotate(-12deg);
  mix-blend-mode: multiply;
}
.stamp-hero { width: 92px; height: 92px; flex: none; animation: stamp-wobble 7s ease-in-out infinite; }
@keyframes stamp-wobble {
  0%, 100% { transform: rotate(-12deg); }
  50% { transform: rotate(-7deg); }
}
.stamp svg { width: 100%; height: 100%; overflow: visible; }
.stamp circle { stroke: currentColor; stroke-width: 2.5; }
.stamp text {
  fill: currentColor;
  font-family: var(--hand);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2.2px;
}
.stamp .stamp-center { font-family: var(--serif); font-size: 26px; font-weight: 900; letter-spacing: 1px; }

.hero-title {
  font-weight: 900;
  font-size: clamp(4.2rem, 15.5vw, 12.5rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0.5rem 0 1.6rem;
}
.hero-title span { display: block; }
.riso-2 { transform: rotate(-1.5deg); font-style: italic; }

.tape-strip {
  display: inline-block;
  font-family: var(--hand);
  font-weight: 700;
  font-size: clamp(0.95rem, 2.4vw, 1.25rem);
  letter-spacing: 0.06em;
  background: var(--ink);
  color: var(--paper);
  padding: 0.55rem 1.6rem;
  transform: rotate(-1.6deg);
  clip-path: polygon(1% 12%, 99% 2%, 100% 84%, 97.5% 98%, 1.5% 92%, 0% 30%);
  box-shadow: var(--shadow-soft);
}

.hero-note {
  margin-top: 1.6rem;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 500;
  color: rgba(33, 28, 21, 0.85);
  transform: rotate(0.8deg);
}
.hero-arrow {
  width: 56px;
  margin: 0.4rem auto -0.4rem;
  display: block;
}
.hero-arrow path { stroke: var(--cobalt); }

.hero-ctas {
  margin-top: 1.6rem;
  display: flex;
  gap: 1.1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   TICKER
   ============================================================ */
.ticker {
  background: var(--cobalt);
  color: #f6efdf;
  overflow: hidden;
  padding: 0.72rem 0;
  transform: rotate(-0.6deg) scale(1.02);
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 5;
}
.ticker-track {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: ticker-roll 38s linear infinite;
  font-family: var(--hand);
  font-weight: 500;
  font-size: 1.02rem;
  letter-spacing: 0.05em;
}
@keyframes ticker-roll { to { transform: translateX(-50%); } }

/* ============================================================
   MANIFESTO
   ============================================================ */
.manifesto {
  position: relative;
  padding: 7rem 1.5rem 5rem;
  display: flex;
  justify-content: center;
}
.manifesto-paper {
  position: relative;
  background: #f9f2e2;
  max-width: 900px;
  padding: 3.6rem 3.4rem 3rem;
  transform: rotate(-0.8deg);
}
.manifesto-line {
  font-weight: 900;
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  line-height: 1.12;
  margin-bottom: 1.8rem;
  letter-spacing: -0.01em;
}
.circled { position: relative; white-space: nowrap; }
.circle-doodle {
  position: absolute;
  inset: -38% -7% -42% -6%;
  width: 112%;
  height: 180%;
  pointer-events: none;
}
.circle-doodle path { stroke: var(--cobalt); stroke-width: 3.2; }
.manifesto-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  font-size: 1.04rem;
  color: rgba(33, 28, 21, 0.88);
}
.manifesto-sign {
  margin-top: 1.8rem;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--cobalt);
  transform: rotate(-1.2deg);
}
.hand-small { font-weight: 400; font-size: 0.92rem; color: rgba(33,28,21,.6); }
.scrap-mustard-sm {
  position: absolute;
  width: 190px; height: 150px;
  background: var(--mustard);
  opacity: 0.85;
  right: 6%;
  bottom: -40px;
  transform: rotate(12deg);
  z-index: -1;
}

/* ============================================================
   PROGRAM — ticket stubs
   ============================================================ */
.program { padding: 5rem 0 4rem; position: relative; }
.tickets {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 2rem;
}
.ticket {
  position: relative;
  display: flex;
  background: #faf3e3;
  border: 2.5px solid var(--ink);
  border-radius: 10px;
  transform: rotate(var(--tilt));
  transition: transform 0.28s cubic-bezier(0.34, 1.45, 0.64, 1);
}
.ticket:hover { transform: rotate(0deg) translateY(-5px) scale(1.012); }
/* the stub starts to tear away along the perforation */
.ticket-stub { transition: transform 0.28s cubic-bezier(0.34, 1.45, 0.64, 1); }
.ticket:hover .ticket-stub { transform: translateX(5px) rotate(0.8deg); }
.ticket-main {
  padding: 1.7rem 1.6rem 1.5rem 1.8rem;
  flex: 1;
  min-width: 0;
  position: relative;
}
.ticket-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.9rem;
  font-family: var(--hand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ticket-no { color: var(--accent); border: 2px solid var(--accent); border-radius: 999px; padding: 0.12rem 0.6rem; transform: rotate(-2deg); }
.ticket-genre { background: var(--accent); color: #fdf6e9; padding: 0.16rem 0.62rem; border-radius: 3px 9px 4px 8px; transform: rotate(1deg); }
.ticket-country { color: rgba(33, 28, 21, 0.62); letter-spacing: 0.16em; }
.ticket .ticket-genre { text-shadow: none; }
.ticket[style*="--accent:var(--mustard)"] .ticket-genre { color: var(--ink); }
.ticket[style*="--accent:var(--mustard)"] .ticket-no { color: var(--mustard-deep); border-color: var(--mustard); }

.ticket-title {
  font-weight: 900;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin-bottom: 0.45rem;
}
.ticket-credit {
  font-style: italic;
  font-size: 0.92rem;
  color: rgba(33, 28, 21, 0.66);
  margin-bottom: 0.85rem;
}
.ticket-synopsis {
  font-size: 0.97rem;
  line-height: 1.58;
  color: rgba(33, 28, 21, 0.9);
}
.ticket-screening {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--cobalt);
  border-bottom: 2.5px dashed rgba(37, 69, 211, 0.5);
  padding-bottom: 0.15rem;
  transform: rotate(-0.6deg);
}

/* perforation */
.ticket-perf {
  flex: none;
  width: 0;
  border-left: 3px dashed rgba(33, 28, 21, 0.45);
  margin: 10px 0;
  position: relative;
}
.ticket-perf::before, .ticket-perf::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background: var(--paper);
  border: 2.5px solid var(--ink);
  border-radius: 50%;
}
.ticket-perf::before { top: -22px; clip-path: inset(50% 0 0 0); border-top: none; }
.ticket-perf::after { bottom: -22px; clip-path: inset(0 0 50% 0); border-bottom: none; }

.ticket-stub {
  flex: none;
  width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  background: repeating-linear-gradient(0deg, rgba(33,28,21,0.035) 0 6px, transparent 6px 12px), #f5ecd9;
  border-radius: 0 8px 8px 0;
}
.ticket-stub .stub-admit {
  writing-mode: vertical-rl;
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
}
.ticket[style*="--accent:var(--mustard)"] .stub-admit { color: var(--mustard-deep); }
.stub-barcode {
  width: 34px;
  height: 58px;
  background: repeating-linear-gradient(0deg, var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 6px, transparent 6px 10px, var(--ink) 10px 13px, transparent 13px 15px);
  opacity: 0.85;
}
.stub-no {
  font-family: var(--hand);
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(33, 28, 21, 0.6);
}

/* rubber-stamp on hover */
.stamp-hover {
  position: absolute;
  top: 0.6rem;
  right: 0.4rem;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 3px double var(--tomato);
  border-radius: 50%;
  color: var(--tomato);
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: rotate(4deg) scale(1.9);
  filter: blur(2px);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 1.6, 0.4, 1), filter 0.22s ease;
  pointer-events: none;
  mix-blend-mode: multiply;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.28' numOctaves='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1.6 -0.25'/%3E%3C/filter%3E%3Crect width='96' height='96' filter='url(%23r)'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.28' numOctaves='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1.6 -0.25'/%3E%3C/filter%3E%3Crect width='96' height='96' filter='url(%23r)'/%3E%3C/svg%3E");
}
.ticket:hover .stamp-hover {
  opacity: 0.92;
  transform: rotate(-14deg) scale(1);
  filter: blur(0);
}

/* ============================================================
   OVERHEARD — press scraps
   ============================================================ */
.overheard { padding: 4.5rem 0 3rem; }
.overheard .section-head { margin-bottom: 2.2rem; }
.quote-row {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
}
.quote-scrap {
  position: relative;
  background: #f8f0de;
  padding: 2.3rem 1.9rem 1.9rem;
  transform: rotate(var(--tilt));
  font-size: 1.02rem;
}
.quote-scrap:nth-child(2) { margin-top: 1.8rem; }
.quote-scrap:nth-child(3) { margin-top: -0.8rem; }
.quote-scrap p {
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(33, 28, 21, 0.92);
  margin-bottom: 1.1rem;
}
.quote-scrap p::before { content: none; }
.quote-scrap cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--tomato);
  display: block;
  transform: rotate(-1deg);
}
.quote-scrap cite span { font-style: italic; }
.quote-cobalt { background: var(--cobalt); }
.quote-cobalt p { color: #f4eedf; }
.quote-cobalt cite { color: #ffcf40; }
.quote-cobalt .tape {
  background: linear-gradient(100deg, rgba(243, 234, 216, 0.4), rgba(243, 234, 216, 0.3) 45%, rgba(243, 234, 216, 0.42));
  mix-blend-mode: normal;
}

/* extra tape variants */
.tape-corner {
  top: -12px; right: -26px;
  width: 92px; height: 28px;
  transform: rotate(42deg);
  background: linear-gradient(100deg, rgba(37,69,211,0.34), rgba(37,69,211,0.26) 45%, rgba(37,69,211,0.36));
}
.tape-corner-b {
  right: auto; left: -30px; top: -10px;
  transform: rotate(-38deg);
  background: linear-gradient(100deg, rgba(233,79,55,0.34), rgba(233,79,55,0.25) 45%, rgba(233,79,55,0.36));
}

/* ============================================================
   TWELVE MOONS — archive strip
   ============================================================ */
.editions { padding: 4.5rem 0 2rem; }
.moon-strip {
  list-style: none;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem 1.2rem;
}
.moon-card {
  background: #f8f0de;
  border: 2px solid rgba(33, 28, 21, 0.75);
  border-radius: 6px 14px 8px 12px;
  padding: 1.1rem 0.8rem 1rem;
  text-align: center;
  transform: rotate(var(--tilt));
  box-shadow: 2px 3px 0 rgba(33, 28, 21, 0.22);
  transition: transform 0.22s cubic-bezier(0.34, 1.5, 0.64, 1), box-shadow 0.22s ease;
}
.moon-card:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 4px 7px 0 rgba(33, 28, 21, 0.24); }
.moon-card svg { width: 54px; height: 54px; display: block; margin: 0 auto 0.5rem; }
.moon-year {
  display: block;
  font-weight: 900;
  font-size: 1.12rem;
  letter-spacing: 0.02em;
}
.moon-note {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.25rem;
  color: rgba(33, 28, 21, 0.68);
  min-height: 2.1em;
}
.moon-card-now {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 3px 4px 0 rgba(224, 165, 0, 0.85);
}
.moon-card-now .moon-year { color: var(--paper); }
.moon-card-now .moon-note { color: var(--mustard); }

/* ============================================================
   SIGN-OFF
   ============================================================ */
.signoff {
  margin-top: 3.2rem;
  text-align: center;
  padding: 0 1.5rem;
}
.signoff-moon { width: 110px; margin: 0 auto 0.8rem; display: block; }
.signoff-moon path { stroke: var(--mustard-deep); stroke-width: 4; }
.signoff-line {
  font-size: clamp(1.15rem, 2.6vw, 1.5rem);
  font-weight: 700;
  color: rgba(33, 28, 21, 0.85);
  transform: rotate(-1.2deg);
  line-height: 1.5;
}

/* ============================================================
   SCHEDULE
   ============================================================ */
.schedule { padding: 5rem 0; position: relative; }
.sched-cols {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
}
.sched-day {
  position: relative;
  background: #f8f0de;
  padding: 2.4rem 1.9rem 2.2rem;
  transform: rotate(var(--tilt));
}
.sched-day:nth-child(2) { margin-top: 1.6rem; }
.sched-day:nth-child(3) { margin-top: -0.6rem; }
.sched-daytag {
  display: inline-block;
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: -0.01em;
  color: #fdf6e9;
  background: var(--accent);
  padding: 0.35rem 1rem 0.45rem;
  transform: rotate(-1.6deg);
  clip-path: polygon(2% 10%, 98% 0%, 100% 88%, 96% 100%, 2% 94%, 0% 22%);
  margin-bottom: 1.5rem;
}
.sched-day:nth-child(3) .sched-daytag { color: var(--ink); }
.sched-daytag span {
  display: block;
  font-family: var(--hand);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 0.05rem;
}
.sched-note {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  color: var(--cobalt);
  transform: rotate(6deg);
  text-align: right;
}
.sched-note-arrow { width: 30px; display: block; margin: 0.2rem 0 0 auto; }
.sched-note-arrow path { stroke: var(--cobalt); stroke-width: 3; }

.sched-day ul { list-style: none; }
.sched-day li {
  display: flex;
  gap: 0.9rem;
  padding: 0.8rem 0;
  border-bottom: 2px dashed rgba(33, 28, 21, 0.22);
  font-size: 0.95rem;
  align-items: baseline;
}
.sched-day li:last-child { border-bottom: none; }
.sched-time {
  flex: none;
  width: 4.6rem;
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--tomato);
  transform: rotate(-1deg);
}
.sched-what { color: rgba(33, 28, 21, 0.88); line-height: 1.45; }
.sched-what strong { font-weight: 700; }

/* ============================================================
   VENUE
   ============================================================ */
.venue { padding: 5rem 0; }
.venue-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 2.4rem;
  align-items: start;
}
.venue-map {
  position: relative;
  background: #f9f2e2;
  padding: 1.6rem;
  transform: rotate(-0.7deg);
}
.map-svg { width: 100%; height: auto; display: block; }
.map-hand {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 19px;
  fill: var(--ink);
}
.map-label { font-size: 21px; }
.map-hand-sm { font-size: 16px; opacity: 0.85; }
.map-pin-no {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 19px;
  fill: #fdf6e9;
}
.map-pin { opacity: 0; transition: opacity 0.4s ease 1s; }
.map-pin-no { opacity: 0; transition: opacity 0.4s ease 1.1s; }
.drawn .map-pin, .drawn .map-pin-no { opacity: 1; }
.map-draw path, .map-draw circle { fill-opacity: 0; transition: fill-opacity 0.6s ease 0.9s; }
.drawn .map-draw path, .drawn .map-draw circle { fill-opacity: 1; }

.venue-legend {
  position: relative;
  background: #f6edda;
  padding: 2.3rem 2rem 2rem;
  transform: rotate(1deg);
}
.legend-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--cobalt);
  margin-bottom: 1.3rem;
  transform: rotate(-1.4deg);
}
.legend-list { list-style: none; display: grid; gap: 1.15rem; }
.legend-list li { display: flex; gap: 0.9rem; font-size: 0.94rem; line-height: 1.5; color: rgba(33,28,21,.88); }
.legend-pin {
  flex: none;
  width: 30px; height: 30px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fdf6e9;
  border-radius: 50%;
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.95rem;
  transform: rotate(-4deg);
  margin-top: 0.1rem;
}
.legend-list li:nth-child(3) .legend-pin { color: var(--ink); }
.legend-addr {
  margin-top: 1.6rem;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--tomato);
  transform: rotate(-0.8deg);
}

/* ============================================================
   BADGES
   ============================================================ */
.badges { padding: 5rem 0 4rem; }
.badge-row {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  align-items: stretch;
}
.badge-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #faf3e3;
  border: 2.5px solid var(--ink);
  border-radius: 12px;
  padding: 1.9rem 1.8rem 2rem;
  transform: rotate(var(--tilt));
  transition: transform 0.28s cubic-bezier(0.34, 1.45, 0.64, 1);
}
.badge-card:hover { transform: rotate(0deg) translateY(-6px); }
.badge-featured {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--paper), inset 0 0 0 5px var(--ink);
}
.badge-flag {
  position: absolute;
  top: -2.2rem;
  right: 0.6rem;
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--tomato);
  transform: rotate(4deg);
}
.badge-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.badge-tier {
  font-weight: 900;
  font-size: 1.65rem;
  letter-spacing: -0.01em;
}
.badge-price {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--tomato);
  transform: rotate(3deg);
}
.badge-featured .badge-price { color: var(--mustard); }
.badge-perf {
  border-top: 3px dashed rgba(33, 28, 21, 0.4);
  margin: 0 -1.8rem 1.2rem;
  position: relative;
}
.badge-featured .badge-perf { border-color: rgba(243, 234, 216, 0.45); }
.badge-perf::before, .badge-perf::after {
  content: "";
  position: absolute;
  top: -12px;
  width: 22px; height: 22px;
  background: var(--paper);
  border: 2.5px solid var(--ink);
  border-radius: 50%;
}
.badge-perf::before { left: -13px; clip-path: inset(0 0 0 50%); }
.badge-perf::after { right: -13px; clip-path: inset(0 50% 0 0); }
.badge-list { list-style: none; display: grid; gap: 0.6rem; margin-bottom: 1.7rem; flex: 1; }
.badge-list li {
  font-size: 0.96rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.45;
}
.badge-list li::before {
  content: "✶";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tomato);
  font-size: 0.9rem;
}
.badge-featured .badge-list li::before { color: var(--mustard); }
.badge-buy { width: 100%; text-align: center; }
.badge-featured .badge-buy.btn-tomato { border-color: var(--paper); }

/* reserved stamp (on click) */
.stamp-reserve {
  position: absolute;
  top: 34%;
  left: 50%;
  width: 130px; height: 130px;
  display: grid;
  place-items: center;
  border: 4px double var(--cobalt);
  border-radius: 50%;
  color: var(--cobalt);
  font-family: var(--hand);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(6deg) scale(2.1);
  filter: blur(3px);
  pointer-events: none;
  mix-blend-mode: multiply;
  transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.2, 1.7, 0.4, 1), filter 0.24s ease;
}
.badge-featured .stamp-reserve { color: var(--mustard); border-color: var(--mustard); mix-blend-mode: normal; }
.badge-card.reserved .stamp-reserve {
  opacity: 0.95;
  transform: translate(-50%, -50%) rotate(-11deg) scale(1);
  filter: blur(0);
}
.badge-card.reserved .badge-buy { opacity: 0.55; }

.badge-fine {
  max-width: 640px;
  margin: 3.4rem auto 0;
  padding: 0 1.5rem;
  text-align: center;
  font-size: 1.05rem;
  color: rgba(33, 28, 21, 0.72);
  transform: rotate(-0.5deg);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: 4.5rem 1.5rem 2rem;
  margin-top: 2.2rem;
}
.footer-tear {
  position: absolute;
  top: -22px;
  left: 0; right: 0;
  height: 24px;
  background: var(--ink);
  clip-path: polygon(0% 100%, 0% 55%, 3% 90%, 6% 30%, 10% 75%, 14% 25%, 18% 85%, 22% 40%, 26% 70%, 30% 15%, 34% 80%, 38% 35%, 42% 65%, 46% 20%, 50% 85%, 54% 30%, 58% 75%, 62% 25%, 66% 88%, 70% 38%, 74% 68%, 78% 18%, 82% 82%, 86% 32%, 90% 72%, 94% 22%, 97% 60%, 100% 40%, 100% 100%);
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
.footer-moon { width: 64px; }
.footer-moon path { stroke: var(--mustard); }
.footer-word {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin: 0.6rem 0 0.3rem;
}
.footer-tag { color: rgba(243, 234, 216, 0.66); font-size: 1rem; transform: rotate(-1deg); }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.footer-col { display: grid; gap: 0.55rem; align-content: start; }
.footer-col h4 {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mustard);
  margin-bottom: 0.3rem;
}
.footer-col a, .footer-col span {
  color: rgba(243, 234, 216, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
}
.footer-col a:hover { color: var(--paper); text-decoration: underline wavy rgba(224,165,0,.7) 1.5px; text-underline-offset: 4px; }
.footer-colophon {
  max-width: 1160px;
  margin: 0 auto;
  border-top: 2px dashed rgba(243, 234, 216, 0.28);
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(243, 234, 216, 0.62);
}
.footer-colophon a { color: rgba(243, 234, 216, 0.85); }
.footer-colophon strong { color: var(--paper); font-weight: 600; }

/* ---------- card entrances ---------- */
.will-reveal {
  opacity: 0;
  transform: rotate(var(--tilt, 0deg)) translateY(26px);
  transition: opacity 0.55s ease, transform 0.6s cubic-bezier(0.22, 1.2, 0.36, 1);
}
.will-reveal.in {
  opacity: 1;
  transform: rotate(var(--tilt, 0deg)) translateY(0);
}
.ticket.will-reveal.in:hover, .badge-card.will-reveal.in:hover {
  transform: rotate(0deg) translateY(-5px);
}
.moon-card.will-reveal.in:hover { transform: rotate(0deg) translateY(-4px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .tickets { grid-template-columns: 1fr; }
  .quote-row { grid-template-columns: 1fr; max-width: 620px; }
  .quote-scrap:nth-child(2), .quote-scrap:nth-child(3) { margin-top: 0; }
  .moon-strip { grid-template-columns: repeat(4, 1fr); }
  .sched-cols { grid-template-columns: 1fr; max-width: 640px; }
  .sched-day:nth-child(2), .sched-day:nth-child(3) { margin-top: 0; }
  .venue-wrap { grid-template-columns: 1fr; max-width: 760px; }
  .badge-row { grid-template-columns: 1fr; max-width: 480px; }
  .badge-featured { order: -1; }
  .footer-inner { grid-template-columns: 1fr; gap: 2.4rem; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-links { display: none; }
  .nav-inner { gap: 1rem; }
  .nav-cta { margin-left: auto; }
  .hero { padding: 3.4rem 1.2rem 5rem; min-height: auto; }
  .hero-moon { width: 60vw; right: -14%; top: 2%; }
  .hero-stars { left: 2%; top: 14%; width: 90px; }
  .scrap-cobalt { width: 70vw; height: 30vh; }
  .scrap-mustard { width: 56vw; }
  .hero-stamp-row { flex-direction: column; gap: 0.8rem; }
  .manifesto { padding: 4.5rem 1.1rem 3.5rem; }
  .manifesto-paper { padding: 2.6rem 1.7rem 2.2rem; }
  .manifesto-cols { grid-template-columns: 1fr; gap: 1.2rem; }
  .ticket { flex-direction: column; }
  .ticket-perf {
    width: auto; height: 0;
    border-left: none;
    border-top: 3px dashed rgba(33, 28, 21, 0.45);
    margin: 0 12px;
  }
  .ticket-perf::before { top: -11px; left: -22px; clip-path: inset(0 0 0 50%); border: 2.5px solid var(--ink); }
  .ticket-perf::after { bottom: auto; top: -11px; left: auto; right: -34px; clip-path: inset(0 50% 0 0); }
  .ticket-stub {
    width: auto;
    flex-direction: row;
    padding: 0.7rem 1.2rem;
    border-radius: 0 0 8px 8px;
  }
  .ticket:hover .ticket-stub { transform: translateY(4px) rotate(0.4deg); }
  .ticket-stub .stub-admit { writing-mode: horizontal-tb; letter-spacing: 0.3em; }
  .stub-barcode { width: 58px; height: 26px; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 6px, transparent 6px 10px, var(--ink) 10px 13px, transparent 13px 15px); }
  .stamp-hover { width: 78px; height: 78px; font-size: 0.72rem; top: 0.4rem; right: 0.3rem; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .tape { width: 80px; height: 26px; }
  .moon-strip { grid-template-columns: repeat(2, 1fr); gap: 1rem 0.9rem; }
  .quote-scrap { padding: 2rem 1.5rem 1.6rem; }
  .signoff { margin-top: 3rem; }
  .venue-map { padding: 0.9rem; }
  .map-hand { font-size: 26px; }
  .map-label { font-size: 24px; }
  .map-hand-sm { font-size: 20px; }
  .map-pin { r: 22; }
  .map-pin-no { font-size: 24px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .grain { animation: none; }
  .ticker-track { animation: none; transform: none; }
  .stamp-hero { animation: none; }
  .doodle path, .doodle circle[pathLength],
  .map-draw path, .map-draw circle {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    animation: none !important;
  }
  .map-pin, .map-pin-no { opacity: 1; transition: none; }
  .map-draw path, .map-draw circle { fill-opacity: 1; transition: none; }
  .ticket, .badge-card, .btn, .nav-cta, .ticket-stub, .wordmark-moon { transition: none; }
  .ticket:hover .ticket-stub { transform: none; }
  .stamp-hover, .stamp-reserve { transition: opacity 0.15s ease; transform: translate(0,0) rotate(-12deg) scale(1); filter: none; }
  .stamp-reserve { transform: translate(-50%, -50%) rotate(-11deg) scale(1); }
}
