/* =========================================================
   SOUP DU JOUR — newspaper collage
   dark backdrop, cream paper scraps, torn edges, tape,
   blackletter masthead, pen scribbles. logo colors as accents.
   ========================================================= */

:root {
  /* dark backdrop */
  --bg-darkest: #0a0a0a;
  --bg-dark:    #141414;
  --bg-mid:     #1c1c1c;

  /* paper */
  --paper-cream:   #ece1c2;
  --paper-tan:     #d9cba3;
  --paper-white:   #f6efdf;
  --paper-aged:    #c7b88a;

  /* inks */
  --ink:       #1a140a;
  --ink-soft:  #2b2218;
  --ink-blue:  #1e4aa8;
  --ink-red:   #b8322a;

  /* logo palette for accents */
  --soup-orange:  #ea6b28;
  --soup-green:   #2e7a3a;
  --soup-green-l: #6fbd4c;
  --soup-yellow:  #f4d23c;
  --soup-red:     #d13527;

  /* translucent tape tints (multiply onto paper) */
  --tape-yellow: rgba(244, 210, 60, .70);
  --tape-orange: rgba(234, 107, 40, .58);
  --tape-green:  rgba(111, 189, 76, .60);
  --tape-pink:   rgba(232, 93, 158, .50);
  --tape-red:    rgba(209, 53, 39, .50);

  /* fonts */
  --f-gothic: "UnifrakturCook", "UnifrakturMaguntia", serif;
  --f-serif:  "Playfair Display", "Times New Roman", Georgia, serif;
  --f-body:   "Crimson Text", "Times New Roman", Georgia, serif;
  --f-type:   "Special Elite", "Courier New", monospace;
  --f-hand:   "Caveat", cursive;
  --f-brand:  "Shrikhand", serif;

  /* depth */
  --shadow-scrap: 0 10px 22px -8px rgba(0,0,0,.7), 0 3px 6px rgba(0,0,0,.45);
  --shadow-lift:  0 24px 44px -12px rgba(0,0,0,.85), 0 6px 14px rgba(0,0,0,.55);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--bg-dark);
  color: var(--paper-cream);
  font-family: var(--f-body);
  font-size: 18px;
  line-height: 1.55;
  overflow-x: hidden;
  overflow-x: clip;
  position: relative;
  width: 100%;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--soup-yellow); text-decoration: none; }
a:hover { color: var(--soup-orange); }

/* -------- backdrop: grit + vignette -------- */

.grit {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 .9  0 0 0 0 .9  0 0 0 0 .9  0 0 0 .08 0'/></filter><rect width='260' height='260' filter='url(%23n)'/></svg>");
  opacity: .8;
  mix-blend-mode: screen;
}

.vignette {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,.45) 100%);
}

/* -------- nav -------- */

.topnav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 12px 22px;
  background: linear-gradient(to bottom, rgba(10,10,10,.9), rgba(10,10,10,0));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.topnav-brand {
  font-family: var(--f-brand);
  font-size: 1.5rem;
  color: var(--soup-yellow);
  letter-spacing: .5px;
  line-height: 1;
  text-shadow: 0 2px 0 var(--soup-red), 0 4px 14px rgba(244,210,60,.25);
}
.topnav-links {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0; padding: 0;
}
.topnav-links a {
  font-family: var(--f-serif);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--paper-cream);
  padding: 4px 2px;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
.topnav-links a:hover {
  color: var(--soup-yellow);
  border-bottom-color: var(--soup-yellow);
}

@media (max-width: 820px) {
  .topnav { padding: 10px 16px; }
  .topnav-brand { font-size: 1.25rem; }
  .topnav-links { gap: 14px; }
  .topnav-links a { font-size: .82rem; letter-spacing: 1.5px; }
}
@media (max-width: 560px) {
  .topnav { padding: 10px 12px; }
  .topnav-brand { font-size: 1.05rem; }
  .topnav-links { gap: 10px; }
  .topnav-links a { font-size: .7rem; letter-spacing: 1px; }
}

/* -------- scraps: the heart of the collage -------- */

.scrap {
  position: relative;
  background: var(--paper-cream);
  color: var(--ink);
  padding: 30px 34px;
  box-shadow: var(--shadow-scrap);
  /* aged newsprint texture */
  background-image:
    repeating-linear-gradient(0deg, rgba(120,90,40,.035) 0 1px, transparent 1px 4px),
    radial-gradient(ellipse at 20% 30%, rgba(120,90,40,.10), transparent 55%),
    radial-gradient(ellipse at 80% 75%, rgba(120,90,40,.08), transparent 55%),
    linear-gradient(180deg, var(--paper-white), var(--paper-cream) 30%, var(--paper-tan));
  /* torn on all four edges by default */
  -webkit-mask-image: var(--torn-mask);
          mask-image: var(--torn-mask);
}

/* irregular torn edges using clip-path (default variant) */
.scrap {
  clip-path: polygon(
    0% 3%, 4% 1%, 9% 2%, 14% 0%, 19% 2%, 24% 1%, 29% 3%, 34% 1%,
    39% 2%, 44% 0%, 49% 3%, 54% 1%, 59% 2%, 64% 0%, 69% 2%, 74% 1%,
    79% 3%, 84% 1%, 89% 2%, 94% 0%, 100% 2%,
    99% 98%, 94% 100%, 89% 97%, 84% 99%, 79% 98%, 74% 100%, 69% 97%,
    64% 99%, 59% 98%, 54% 100%, 49% 97%, 44% 99%, 39% 98%, 34% 100%,
    29% 97%, 24% 99%, 19% 98%, 14% 100%, 9% 97%, 4% 99%, 0% 97%
  );
}

/* subtle inner shadow to feel like real paper */
.scrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 20%, rgba(0,0,0,.08), transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(0,0,0,.07), transparent 45%);
  mix-blend-mode: multiply;
}

/* staining/age spots */
.scrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image:
    radial-gradient(circle 6px at 15% 70%, rgba(90,60,20,.6), transparent 60%),
    radial-gradient(circle 10px at 85% 20%, rgba(90,60,20,.5), transparent 65%),
    radial-gradient(circle 4px at 40% 85%, rgba(90,60,20,.55), transparent 70%);
  mix-blend-mode: multiply;
}

/* -------- tape strips -------- */

.tape {
  position: absolute;
  width: 120px;
  height: 28px;
  background: var(--tape-yellow);
  mix-blend-mode: multiply;
  box-shadow: 0 2px 3px rgba(0,0,0,.25);
  z-index: 5;
  pointer-events: none;
  clip-path: polygon(3% 0, 98% 5%, 100% 100%, 2% 96%);
  background-image:
    repeating-linear-gradient(90deg, rgba(0,0,0,.05) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(0deg, rgba(0,0,0,.07) 0 1px, transparent 1px 3px);
}
.tape-yellow { background-color: var(--tape-yellow); }
.tape-orange { background-color: var(--tape-orange); }
.tape-green  { background-color: var(--tape-green); }
.tape-pink   { background-color: var(--tape-pink); }
.tape-red    { background-color: var(--tape-red); }

.tape-tl  { top: -14px; left: 24px;  transform: rotate(-16deg); }
.tape-tr  { top: -14px; right: 24px; transform: rotate(14deg); }
.tape-bl  { bottom: -10px; left: 40px; transform: rotate(6deg); }
.tape-br  { bottom: -10px; right: 40px; transform: rotate(-8deg); }
.tape-top { top: -14px; left: 50%; transform: translateX(-50%) rotate(-3deg); }

/* -------- paperclip -------- */

.paperclip {
  position: absolute;
  top: -16px;
  right: 30px;
  width: 28px;
  height: 60px;
  z-index: 6;
  filter: drop-shadow(2px 3px 2px rgba(0,0,0,.4));
  transform: rotate(10deg);
  pointer-events: none;
}
.paperclip svg { width: 100%; height: 100%; }
.paperclip-sm { width: 22px; height: 46px; top: -12px; right: 18px; }

/* -------- pen scribbles -------- */

.scribble {
  position: absolute;
  width: 80%;
  height: auto;
  left: 10%;
  bottom: 10px;
  pointer-events: none;
  opacity: .85;
}
.scribble-oval {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  width: 120%;
  max-width: none;
}

/* =========================================================
   GLOBAL TYPE PRIMITIVES
   ========================================================= */

.kicker {
  font-family: var(--f-type);
  font-size: .78rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 10px;
  opacity: .75;
}
.kicker.center { text-align: center; }

.serif-headline {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: clamp(2rem, 5.5vw, 3.6rem);
  line-height: 1;
  margin: 0 0 20px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -.5px;
}
.serif-headline.center { text-align: center; color: var(--paper-cream); }
.scrap .serif-headline.center { color: var(--ink); }

.byline {
  font-family: var(--f-type);
  font-size: .85rem;
  color: var(--ink-soft);
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  letter-spacing: .5px;
}
.byline-small {
  font-family: var(--f-type);
  font-size: .78rem;
  color: var(--ink-soft);
  margin: 6px 0 0;
  text-align: right;
}

.typewriter {
  font-family: var(--f-type);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}
.typewriter.small { font-size: .88rem; }

.handwritten {
  font-family: var(--f-hand);
  font-size: 1.6rem;
  color: var(--ink-blue);
  margin: 0;
  line-height: 1.2;
}

/* inline brand-name — always uses the logo-matching script font */
.brand-name {
  font-family: var(--f-brand);
  font-style: normal;
  font-weight: 400;
  color: var(--soup-orange);
  letter-spacing: .5px;
}

section, header, footer { position: relative; z-index: 1; }

/* =========================================================
   HERO MASTHEAD
   ========================================================= */

.hero {
  min-height: auto;
  padding: 130px 24px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.collage {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.collage-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-areas:
    "masthead logo"
    "tagline  cta"
    "stamp    cta";
  gap: 40px;
  align-items: start;
}

.scrap-masthead {
  grid-area: masthead;
  padding: 36px 40px 44px;
  transform: rotate(-1.5deg);
  z-index: 3;
}
.scrap-masthead .dateline {
  display: block;
  font-family: var(--f-type);
  font-size: .72rem;
  letter-spacing: 2px;
  color: var(--ink-soft);
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ink);
  text-transform: uppercase;
}
.masthead-title {
  font-family: var(--f-brand);
  font-weight: 400;
  font-size: clamp(3rem, 8.5vw, 5.8rem);
  line-height: .95;
  margin: 18px 0 12px;
  color: var(--soup-orange);
  text-align: center;
  letter-spacing: -1px;
  text-shadow:
    3px 3px 0 var(--soup-red),
    5px 5px 0 var(--soup-green),
    0 8px 16px rgba(0,0,0,.15);
  transform: rotate(-1deg);
}
.masthead-title .amp {
  display: inline-block;
  font-family: var(--f-hand);
  font-weight: 700;
  font-size: .55em;
  color: var(--ink);
  transform: translateY(-.3em) rotate(6deg);
  text-shadow: none;
  margin: 0 .1em;
  vertical-align: middle;
}
.rule {
  display: block;
  height: 6px;
  margin: 4px auto 10px;
  max-width: 90%;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: transparent;
  position: static;
  clip-path: none;
}
.rule::before,
.rule::after { display: none; }
.masthead-sub {
  font-family: var(--f-type);
  font-size: .75rem;
  letter-spacing: 3px;
  color: var(--ink-soft);
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.scrap-logo-clip {
  grid-area: logo;
  padding: 14px 14px 18px;
  background: var(--paper-white);
  transform: rotate(4deg);
  z-index: 4;
  max-width: 300px;
  justify-self: end;
}
.scrap-logo-clip img {
  width: 100%;
  height: auto;
  display: block;
}

.scrap-tagline {
  grid-area: tagline;
  transform: rotate(-3deg);
  padding: 22px 26px 40px;
  align-self: center;
  z-index: 2;
}
.scrap-tagline .typewriter {
  font-size: 1.05rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.scrap-tagline .scribble {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 10px;
  width: 84%;
  height: 14px;
  z-index: 1;
  opacity: .85;
}

.scrap-stamp {
  grid-area: stamp;
  align-self: start;
  justify-self: start;
  width: 140px;
  height: 140px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper-white);
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  transform: rotate(-14deg);
  z-index: 5;
  box-shadow: 0 6px 16px rgba(0,0,0,.5);
}
.scrap-stamp::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 3px double var(--ink-red);
  border-radius: 50%;
  pointer-events: none;
}
.scrap-stamp::after { display: none; }
.stamp-ink {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--ink-red);
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.scrap-cta {
  grid-area: cta;
  text-decoration: none;
  padding: 20px 24px 22px;
  background: var(--paper-tan);
  color: var(--ink) !important;
  transform: rotate(3deg);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-self: end;
  align-self: center;
  min-width: 200px;
  transition: transform .25s ease, box-shadow .25s ease;
  z-index: 3;
}
.scrap-cta:hover {
  transform: rotate(0) scale(1.04);
  box-shadow: var(--shadow-lift);
}
.cta-top {
  font-family: var(--f-type);
  font-size: .78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.cta-big {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--ink-red);
  line-height: 1;
  letter-spacing: -1px;
}
.cta-bot {
  font-family: var(--f-hand);
  font-size: 1.1rem;
  color: var(--ink-blue);
}

.scroll-hint {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) rotate(-1deg);
  font-family: var(--f-hand);
  color: var(--paper-cream);
  opacity: .6;
  font-size: 1.15rem;
}

@media (max-width: 820px) {
  .collage-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "masthead"
      "logo"
      "tagline"
      "cta"
      "stamp";
    gap: 28px;
  }
  .scrap-logo-clip { justify-self: center; max-width: 260px; }
  .scrap-cta { justify-self: center; }
  .scrap-stamp { justify-self: center; }
}

/* =========================================================
   ABOUT (NEWSPAPER ARTICLE)
   ========================================================= */

/* reveal is an intentional no-op; content is always visible. */
.reveal { opacity: 1; transform: none; }

.about {
  padding: 80px 24px;
}

.collage-about {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  grid-template-areas:
    "article sidenote"
    "article quote";
  gap: 40px 50px;
  align-items: start;
}

.scrap-article {
  grid-area: article;
  padding: 40px 44px 48px;
  transform: rotate(-1deg);
  z-index: 2;
}
.scrap-article .kicker { text-align: center; }
.scrap-article .serif-headline {
  text-align: center;
  max-width: 18ch;
  margin: 0 auto 6px;
}
.scrap-article .byline { text-align: center; }
.columns {
  column-count: 2;
  column-gap: 30px;
  column-rule: 1px solid rgba(0,0,0,.18);
  font-family: var(--f-body);
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ink);
  text-align: justify;
  hyphens: auto;
}
.columns p { margin: 0 0 14px; break-inside: avoid-column; }
.dropcap {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: 3.6rem;
  float: left;
  line-height: .85;
  padding: 4px 8px 0 0;
  color: var(--ink-red);
}

.scrap-sidenote {
  grid-area: sidenote;
  padding: 30px 26px;
  transform: rotate(5deg);
  background: var(--paper-white);
  z-index: 3;
}
.scrap-sidenote .handwritten {
  font-size: 1.7rem;
  color: var(--ink-blue);
  text-align: center;
  margin: 0;
}

.scrap-clipping-mini {
  grid-area: quote;
  padding: 22px 24px;
  transform: rotate(-6deg);
  background: var(--paper-tan);
  z-index: 2;
}
.scrap-clipping-mini .typewriter {
  font-size: 1rem;
  font-style: italic;
}

@media (max-width: 820px) {
  .collage-about {
    grid-template-columns: 1fr;
    grid-template-areas:
      "article"
      "sidenote"
      "quote";
    gap: 30px;
  }
  .columns { column-count: 1; }
  .scrap-article { padding: 30px 26px 36px; }
}

/* =========================================================
   BAND CLIPPINGS
   ========================================================= */

.band {
  padding: 60px 24px 90px;
}
.band > .kicker,
.band > .serif-headline { max-width: 900px; margin-left: auto; margin-right: auto; }

.clippings {
  max-width: 1100px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 54px 32px;
  padding: 20px;
}

.clipping {
  padding: 14px 14px 20px;
  background: var(--paper-white);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
  will-change: transform;
}
.clipping-1 { margin-top: 14px; }
.clipping-2 { margin-top: -22px; }
.clipping-3 { margin-top: 28px; }
.clipping-4 { margin-top: -12px; }

@media (max-width: 520px) {
  .clipping-1, .clipping-2, .clipping-3, .clipping-4 { margin-top: 0; }
}

/* -------- book us section -------- */

.book {
  padding: 50px 24px 90px;
  display: flex;
  justify-content: center;
}
.scrap-book {
  max-width: 640px;
  width: 100%;
  padding: 40px 44px 44px;
  background: var(--paper-white);
  text-align: center;
}
.book-blurb {
  font-family: var(--f-body);
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 14px auto 28px;
  max-width: 48ch;
}
.book-cta {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding: 18px 32px;
  background: var(--ink);
  color: var(--paper-cream) !important;
  border: 3px dashed var(--soup-yellow);
  border-radius: 4px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s, border-color .25s;
  box-shadow: 5px 5px 0 var(--soup-red);
  transform: rotate(-1deg);
  text-decoration: none;
  max-width: 100%;
}
.book-cta:hover {
  transform: rotate(0) scale(1.03);
  box-shadow: 8px 8px 0 var(--soup-orange);
  background: var(--soup-red);
  border-color: var(--paper-cream);
}
.book-cta:hover .cta-email { color: var(--paper-cream); }
.cta-line {
  font-family: var(--f-type);
  font-size: .82rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--paper-cream);
  opacity: .9;
}
.cta-email {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--soup-yellow);
  letter-spacing: -.3px;
  transition: color .25s;
  word-break: break-word;
  line-height: 1.15;
}
.book-note {
  margin: 22px 0 0;
  font-size: 1.4rem;
  color: var(--ink-blue);
  transform: rotate(-2deg);
}

@media (max-width: 480px) {
  .scrap-book { padding: 30px 24px 34px; }
  .book-cta { padding: 14px 18px; width: 100%; box-sizing: border-box; }
  .cta-email { font-size: 1rem; }
  .cta-line { font-size: .72rem; letter-spacing: 2px; }
  .book-blurb { font-size: 1rem; }
}

/* -------- past venues scrap -------- */

.scrap-venues {
  max-width: 560px;
  margin: 50px auto 0;
  padding: 28px 36px 34px;
  background: var(--paper-tan);
  text-align: center;
}
.scrap-venues .kicker {
  margin-bottom: 8px;
}
.venues-title {
  font-family: var(--f-serif);
  font-weight: 900;
  font-style: italic;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: -.3px;
  color: var(--ink);
  margin: 0 0 16px;
}
.venues-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 440px;
  font-family: var(--f-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ink);
}
.venues-list li {
  padding: 6px 8px;
  border-top: 1px dotted rgba(0,0,0,.25);
  position: relative;
}
.venues-list li:first-child { border-top: none; }
.venue-meta {
  font-family: var(--f-type);
  font-size: .8rem;
  color: var(--ink-soft);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 4px;
}
.venues-footer {
  font-family: var(--f-hand);
  color: var(--ink-blue);
  font-size: 1.3rem;
  margin: 16px 0 0;
  transform: rotate(-1.5deg);
}
.clipping:hover {
  transform: rotate(0) translateY(-8px) scale(1.03) !important;
  box-shadow: var(--shadow-lift);
  z-index: 5;
}

.clipping-photo {
  aspect-ratio: 4 / 5;
  background: #2a2a2a;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  filter: grayscale(.25) contrast(1.05);
  margin-bottom: 12px;
}
.clipping-photo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,.06) 0 1px, transparent 1px 3px),
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.12), transparent 50%);
  pointer-events: none;
}
.photo-josh   { background-image: url("assets/josh.jpg"); }
.photo-jason  { background-image: url("assets/jason.jpg"); }
.photo-crispy { background-image: url("assets/crispy.jpg"); }
.photo-honza  { background-image: url("assets/honza.jpg"); }

.clipping-caption {
  padding: 6px 8px 2px;
  text-align: center;
  color: var(--ink);
}
.clipping-caption h3 {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0 0 2px;
  letter-spacing: 2px;
}
.clipping-caption .role {
  font-family: var(--f-type);
  font-size: .82rem;
  margin: 0 0 8px;
  color: var(--ink-soft);
  letter-spacing: 1px;
}
.clipping-caption .quote {
  font-family: var(--f-hand);
  font-size: 1.25rem;
  margin: 0;
  color: var(--ink-red);
  font-style: normal;
}

/* =========================================================
   EVENTS / CLASSIFIEDS
   ========================================================= */

.events {
  padding: 70px 24px 90px;
  max-width: 860px;
  margin: 0 auto;
}
.events > .kicker,
.events > .serif-headline { text-align: center; }

.ads {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.ad {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ad:hover {
  transform: rotate(0) translateY(-4px) scale(1.015) !important;
  box-shadow: var(--shadow-lift);
}

.ad-date {
  background: var(--soup-red);
  color: var(--paper-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 8px;
  text-align: center;
  font-family: var(--f-serif);
  font-weight: 900;
  border-right: 2px dashed rgba(0,0,0,.3);
}
.ad-month { font-size: .95rem; letter-spacing: 3px; opacity: .95; }
.ad-day   { font-size: 2.8rem; line-height: 1; margin: 2px 0; }
.ad-year  { font-family: var(--f-type); font-size: .7rem; letter-spacing: 2px; opacity: .8; }

.ad-body {
  padding: 18px 24px 22px;
}
.ad-body h3 {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 6px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .5px;
}
.ad-body h3 small {
  font-weight: 400;
  font-size: .85rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-soft);
}
.ad-body .venue {
  font-family: var(--f-hand);
  font-size: 1.3rem;
  color: var(--soup-green);
  margin: 0 0 6px;
}
.ad-body .fine-print {
  font-family: var(--f-type);
  font-size: .82rem;
  color: var(--ink-soft);
  letter-spacing: .5px;
  margin: 0;
}

.events-note {
  text-align: center;
  margin-top: 36px;
  font-family: var(--f-hand);
  font-size: 1.5rem;
  color: var(--soup-yellow);
  transform: rotate(-1.5deg);
}

@media (max-width: 500px) {
  .ad { grid-template-columns: 90px 1fr; }
  .ad-day { font-size: 2.2rem; }
  .ad-body h3 { font-size: 1.15rem; }
}

/* =========================================================
   FOLLOW / SUBSCRIBE
   ========================================================= */

.follow {
  padding: 70px 24px 90px;
}
.collage-follow {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.scrap-subscribe {
  padding: 40px 44px;
  transform: rotate(-1deg);
}
.scrap-subscribe .serif-headline { margin-bottom: 8px; }
.scrap-subscribe .typewriter { margin: 0 0 24px; }

.addresses {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.address {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: var(--paper-white);
  color: var(--ink) !important;
  border: 2px solid var(--ink);
  transition: transform .2s ease, background .2s ease, color .2s ease;
  text-decoration: none;
}
.address:hover {
  background: var(--soup-yellow);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}
.address svg { flex-shrink: 0; color: var(--ink); }
.addr-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.addr-text strong {
  font-family: var(--f-serif);
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .5px;
  color: var(--ink);
}
.addr-text small {
  font-family: var(--f-type);
  font-size: .78rem;
  color: var(--ink-soft);
  letter-spacing: 1px;
  margin-top: 2px;
}

.subscribe-note {
  margin: 0;
  text-align: center;
  color: var(--ink-red);
  font-size: 1.6rem;
}

.scrap-stamp-sub {
  justify-self: center;
}

@media (max-width: 820px) {
  .collage-follow {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .scrap-subscribe { padding: 30px 26px; }
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  padding: 40px 20px 60px;
  text-align: center;
  font-family: var(--f-type);
  font-size: .85rem;
  color: rgba(236, 225, 194, .45);
  border-top: 1px dashed rgba(236,225,194,.15);
  margin-top: 30px;
  letter-spacing: 1px;
}
.site-footer p { margin: 4px 0; }
.footer-tiny {
  font-family: var(--f-hand);
  font-size: 1rem;
  color: var(--soup-yellow);
  opacity: .75;
  letter-spacing: 0;
}

/* =========================================================
   MOTION REDUCE
   ========================================================= */

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