/* ============================================
   NO LIVE, NO LIFE Vol.1  — Scrapbook LP
   Rebuilt from scratch, mobile-first, robust.
   ============================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

:root {
  --bg: #1a1917;
  --paper: #f4efe1;
  --paper-2: #ece4d0;
  --ink: #141414;
  --ink-soft: #3a3632;
  --yellow: #f9d71c;
  --yellow-2: #ffe23b;
  --blue: #2456c8;
  --blue-2: #163a94;
  --pink: #f7c6d8;
  --red: #d43a2f;

  --font-display: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
  --font-hand: "Permanent Marker", "Special Elite", cursive;
  --font-mono: "Special Elite", ui-monospace, "Courier New", monospace;
  --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: #0d0c0b;
  color: var(--ink);
  font-family: var(--font-jp);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100vh;
  line-height: 1.5;
}

/* ---------- Paper background ---------- */
.paper-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #1b1a17;
  background-image:
    radial-gradient(ellipse at 20% 20%, rgba(80,70,50,.55), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(30,28,24,.9), transparent 60%),
    url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.1  0 0 0 0 0.09  0 0 0 0 0.08  0 0 0 .6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: cover, cover, 300px 300px;
}

/* ---------- Layout shell ---------- */
.site {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 18px 60px;
}

/* ---------- Tape (reusable) ---------- */
.tape {
  display: block;
  position: absolute;
  width: 120px;
  height: 28px;
  background: rgba(249, 215, 28, .75);
  box-shadow: 0 2px 5px rgba(0,0,0,.35);
  pointer-events: none;
}
.tape.yellow { background: var(--yellow); }
.tape.white  { background: rgba(255,255,255,.55); }
.tape.pink   { background: var(--pink); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  padding: 20px 0 40px;
}

/* Title card — torn paper with ruled lines */
.title-card {
  position: relative;
  background: var(--paper);
  padding: 20px 24px 26px;
  margin: 20px 0 30px;
  transform: rotate(-1deg);
  box-shadow:
    0 10px 22px rgba(0,0,0,.5),
    inset 0 0 40px rgba(120,100,60,.1);
  background-image:
    repeating-linear-gradient(180deg, transparent 0 24px, rgba(80,60,40,.16) 24px 25px);
}

.presents {
  font-family: var(--font-display);
  font-size: clamp(13px, 3.5vw, 20px);
  letter-spacing: .05em;
  color: #222;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: #0b0b0b;
  font-weight: 900;
}
.hero-title span {
  display: block;
  font-size: clamp(44px, 13vw, 130px);
  text-shadow: 2px 2px 0 rgba(0,0,0,.08);
}

.vol-badge {
  position: absolute;
  top: -14px;
  right: 14px;
  width: 88px;
  height: 88px;
  background: var(--yellow);
  display: grid;
  place-items: center;
  transform: rotate(10deg);
  box-shadow: 3px 4px 0 rgba(0,0,0,.3);
  clip-path: polygon(
    50% 0%, 61% 12%, 75% 6%, 73% 22%, 90% 20%, 82% 34%, 100% 40%,
    88% 52%, 100% 64%, 82% 68%, 90% 82%, 73% 80%, 75% 96%, 61% 88%,
    50% 100%, 39% 88%, 25% 96%, 27% 80%, 10% 82%, 18% 68%, 0% 64%,
    12% 52%, 0% 40%, 18% 34%, 10% 20%, 27% 22%, 25% 6%, 39% 12%
  );
}
.vol-badge span {
  font-family: var(--font-display);
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #111;
}
.vol-badge b {
  display: block;
  font-size: 28px;
  font-weight: 400;
}

.title-card .tape-a { top: -12px; left: 16%; width: 90px; transform: rotate(-5deg); background: rgba(255,255,255,.55); }
.title-card .tape-b { bottom: -12px; right: 12%; width: 90px; transform: rotate(6deg); background: var(--yellow); }

/* Flyer block */
.flyer-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.flyer {
  position: relative;
  width: min(460px, 92%);
  margin: 0;
  transform: rotate(-1.5deg);
  filter: drop-shadow(5px 8px 14px rgba(0,0,0,.55));
}
.flyer img {
  width: 100%;
  background: #111;
}
.flyer .tape { width: 100px; height: 26px; }
.flyer-tape-1 { top: -10px; left: -14px; transform: rotate(-16deg); background: rgba(255,255,255,.55); }
.flyer-tape-2 { top: -8px; right: -14px; transform: rotate(18deg); background: var(--yellow); }
.flyer-tape-3 { bottom: -10px; left: 38%; transform: rotate(-5deg); background: rgba(255,255,255,.4); }

.date-stamp {
  display: none; /* mobile: hidden */
  position: absolute;
  right: 0;
  top: 55%;
  background: #111;
  color: var(--paper);
  padding: 12px 18px;
  transform: rotate(6deg);
  box-shadow: 4px 4px 0 var(--yellow);
  font-family: var(--font-display);
  text-align: center;
  line-height: 1.05;
}
.date-stamp span { display: block; font-size: 14px; letter-spacing: .12em; }
.date-stamp strong { display: block; font-size: 42px; margin: 2px 0; font-weight: 400; }
.date-stamp em { display: block; font-size: 14px; letter-spacing: .25em; color: var(--yellow); font-style: normal; }

.hero-note-wrap { text-align: center; margin: 30px 0 10px; }
.hero-note {
  display: inline-block;
  background: var(--yellow);
  padding: 14px 26px;
  transform: rotate(1.5deg);
  box-shadow: 3px 3px 0 rgba(0,0,0,.35);
  text-align: center;
  max-width: 90%;
}
.hero-note p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 4vw, 26px);
  line-height: 1.25;
  color: #111;
}
.hero-note span {
  display: block;
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .15em;
  color: #333;
  white-space: nowrap;
}

/* Marquee */
.marquee {
  margin: 40px -18px 0;
  background: #0a0a0a;
  border-top: 2px dashed rgba(249,215,28,.4);
  border-bottom: 2px dashed rgba(249,215,28,.4);
  padding: 12px 0;
  overflow: hidden;
  transform: rotate(-0.5deg);
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: clamp(16px, 3vw, 22px);
  letter-spacing: .15em;
}
.marquee-track span { padding: 0 30px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================
   SECTION HEAD
   ============================================ */
.section-head {
  position: relative;
  text-align: center;
  margin: 60px auto 36px;
  padding-top: 30px;
}
.section-head .section-tape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 170px;
  height: 26px;
  background: rgba(255,255,255,.45);
}
.section-head .section-tape.yellow { background: var(--yellow); }
.section-head h2 {
  display: inline-block;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 6vw, 44px);
  letter-spacing: .04em;
  color: #111;
  background: var(--paper);
  padding: 8px 28px;
  transform: rotate(-1deg);
  box-shadow: 4px 4px 0 rgba(0,0,0,.45);
  font-weight: 400;
  white-space: nowrap;
}

/* ============================================
   LINEUP
   ============================================ */
.lineup {
  padding: 10px 0 30px;
  text-align: center;
}

.lineup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  max-width: 1000px;
  margin: 20px auto;
  padding: 10px 4px;
  justify-items: center;
}

.act {
  position: relative;
  width: min(320px, 100%);
}
.act-head { width: min(360px, 100%); }

/* Polaroid */
.polaroid {
  background: #f7f3e6;
  padding: 12px 12px 22px;
  box-shadow:
    0 12px 28px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(0,0,0,.05);
  transform: rotate(-3deg);
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
}
.act:nth-child(2) .polaroid { transform: rotate(3deg); }
.act:nth-child(3) .polaroid { transform: rotate(-2deg); }
.act:hover .polaroid {
  transform: rotate(0) translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.7);
}

.polaroid-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #222;
  overflow: hidden;
}
.polaroid-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(.95);
}
.duotone {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(36,86,200,.35), rgba(20,180,90,.2));
  mix-blend-mode: screen;
  pointer-events: none;
}

.polaroid-photo.pending {
  background: var(--blue);
  display: grid;
  place-items: center;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.06) 22px 23px),
    repeating-linear-gradient(-30deg, transparent 0 34px, rgba(0,0,0,.08) 34px 35px);
}
.qmark {
  font-family: var(--font-display);
  font-size: 120px;
  color: rgba(255,255,255,.92);
  line-height: 1;
  text-shadow: 3px 3px 0 rgba(0,0,0,.3);
}

.polaroid-cap {
  padding-top: 14px;
  font-family: var(--font-hand);
  text-align: center;
}
.polaroid-cap strong {
  display: block;
  font-size: 24px;
  color: #111;
  font-weight: 400;
  letter-spacing: .02em;
}
.polaroid-cap span {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #555;
  letter-spacing: .18em;
  margin-top: 4px;
}

/* Stickers */
.act-tag {
  position: absolute;
  top: -14px;
  right: -10px;
  background: #111;
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .22em;
  padding: 6px 12px;
  transform: rotate(8deg);
  box-shadow: 2px 2px 0 rgba(0,0,0,.5);
  z-index: 3;
}

.sticker-oval {
  position: absolute;
  top: -24px;
  left: -18px;
  background: var(--pink);
  border: 2px solid #111;
  border-radius: 50%;
  padding: 12px 22px;
  font-family: var(--font-hand);
  font-size: 24px;
  color: #111;
  transform: rotate(-12deg);
  box-shadow: 2px 2px 0 rgba(0,0,0,.4);
  z-index: 2;
}

.sticker-soon {
  position: absolute;
  bottom: -14px;
  right: -14px;
  background: var(--yellow);
  color: #111;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .2em;
  padding: 8px 14px;
  border: 2px solid #111;
  transform: rotate(10deg);
  box-shadow: 3px 3px 0 rgba(0,0,0,.4);
  z-index: 2;
}
.sticker-soon.alt {
  background: var(--red);
  color: #fff;
  transform: rotate(-12deg);
  bottom: auto;
  top: -16px;
  right: auto;
  left: -14px;
}

.hand-note {
  margin: 30px 0 0;
  font-family: var(--font-hand);
  color: var(--yellow);
  font-size: 18px;
  transform: rotate(-1deg);
  display: inline-block;
}
.hand-note span {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #bbb;
  letter-spacing: .12em;
  margin-top: 4px;
}

/* ============================================
   INFO
   ============================================ */
.info {
  padding: 20px 0 40px;
  text-align: center;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 20px auto;
  padding: 10px 4px;
  justify-items: center;
}

.scrap {
  position: relative;
  width: min(420px, 100%);
  background: var(--paper);
  padding: 32px 26px 26px;
  text-align: left;
  box-shadow:
    0 10px 22px rgba(0,0,0,.5),
    inset 0 0 40px rgba(120,100,60,.08);
  background-image:
    repeating-linear-gradient(180deg, transparent 0 26px, rgba(80,60,40,.14) 26px 27px);
}
.scrap-1 { transform: rotate(-1.5deg); }
.scrap-2 { transform: rotate(1.5deg); }
.scrap-3 { transform: rotate(-1deg); }
.scrap-4 { transform: rotate(1deg); }

/* torn-edge illusion via SVG mask */
.scrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

.scrap .scrap-tape {
  position: absolute;
  top: -10px;
  left: 30%;
  width: 90px;
  height: 22px;
  transform: rotate(-4deg);
  z-index: 2;
}
.scrap-2 .scrap-tape { left: 55%; transform: rotate(6deg); }
.scrap-3 .scrap-tape { left: 18%; transform: rotate(-8deg); }
.scrap-4 .scrap-tape { left: 48%; transform: rotate(5deg); }

.scrap-label {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .3em;
  padding: 3px 10px;
  background: #111;
  color: var(--yellow);
  margin-bottom: 12px;
}

.scrap-big {
  font-family: var(--font-display);
  font-size: clamp(36px, 7vw, 52px);
  line-height: 1;
  color: #111;
  letter-spacing: -0.01em;
}

.scrap-sub {
  margin: 10px 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  color: #555;
  letter-spacing: .2em;
}

.scrap-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dashed rgba(0,0,0,.3);
  padding: 9px 0;
  font-family: var(--font-display);
}
.scrap-row em {
  font-style: normal;
  font-size: 13px;
  letter-spacing: .2em;
  color: #555;
}
.scrap-row strong {
  font-size: 26px;
  color: #111;
  font-weight: 400;
}
.scrap-drink {
  margin: 12px 0 0;
  text-align: right;
  font-family: var(--font-hand);
  color: var(--red);
  font-size: 18px;
  transform: rotate(-2deg);
  display: inline-block;
  width: 100%;
}

/* CTA */
.cta-wrap { margin: 50px 0 10px; text-align: center; }
.cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--yellow);
  color: #111;
  padding: 16px 32px;
  font-family: var(--font-display);
  text-decoration: none;
  font-size: clamp(20px, 4vw, 28px);
  letter-spacing: .08em;
  border: 3px solid #111;
  box-shadow: 6px 6px 0 #111;
  transform: rotate(-1.5deg);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.cta:hover {
  transform: rotate(-1deg) translate(-2px, -2px);
  box-shadow: 9px 9px 0 #111;
}
.cta-inner {
  border: 2px dashed #111;
  padding: 4px 12px;
  white-space: nowrap;
}
.cta-arrow { font-size: 1.3em; }
.cta-note {
  margin: 18px 0 0;
  font-family: var(--font-hand);
  color: var(--yellow);
  font-size: 14px;
  transform: rotate(1deg);
  display: block;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  position: relative;
  margin-top: 80px;
  padding: 60px 20px 40px;
  background: #0a0a0a;
  color: #e8e4d4;
  border-top: 1px dashed rgba(255,255,255,.12);
}
.footer-tape {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 220px;
  height: 28px;
  background: var(--yellow);
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  max-width: 900px;
  margin: 0 auto 40px;
}
.footer-col h3 {
  margin: 0 0 10px;
  padding-bottom: 6px;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: .3em;
  color: var(--yellow);
  border-bottom: 1px dashed rgba(255,255,255,.2);
  font-weight: 400;
}
.footer-col p {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.8;
  color: #ccc;
}
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px dashed rgba(255,255,255,.15);
}
.footer-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 7vw, 54px);
  letter-spacing: .02em;
  color: #f5f3ea;
  margin-bottom: 8px;
}
.copyright {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #888;
  letter-spacing: .1em;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (min-width: 720px) {
  .site { padding: 40px 32px 80px; }

  .title-card { padding: 26px 40px 34px; }
  .vol-badge { width: 120px; height: 120px; top: -20px; right: 24px; }
  .vol-badge span { font-size: 20px; }
  .vol-badge b { font-size: 40px; }

  .date-stamp { display: block; }

  .lineup-grid {
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 40px 24px;
    align-items: start;
  }
  .act { width: 100%; }
  .act-head { width: 100%; }

  .info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .hero-title span { font-size: clamp(72px, 11vw, 150px); }
}
