/* ================================================================
   L.A. Young — Retro Folder EPK
   Manila-folder concept with vintage paper texture
   ================================================================ */

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --manila: #d4c5a9;
  --manila-dark: #c9b896;
  --manila-border: #a89968;
  --paper: #f9f6f0;
  --paper-warm: #f5f1e8;
  --ink: #2a2a2a;
  --ink-light: #555;
  --ink-faint: #888;
  --stamp-red: rgba(180, 40, 40, 0.7);
  --stamp-bg: rgba(200, 50, 50, 0.08);
  --gold-accent: #8b6914;
  --gold-warm: #a07d1c;
  --desk: #e8dcc4;
  --desk-alt: #f4ecd8;
  --shadow: rgba(0, 0, 0, 0.3);
}

body {
  font-family: 'Times New Roman', Georgia, 'Palatino Linotype', serif;
  background: #0c0a06;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 50px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

/* Animated gradient backdrop — deep black-gold luxury */
body::before {
  content: '';
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    -45deg,
    #0c0a06 0%,
    #1a1508 15%,
    #0f0d07 25%,
    #1c1609 35%,
    #100e08 50%,
    #18120a 65%,
    #0e0c06 75%,
    #1a1408 85%,
    #0c0a06 100%
  );
  background-size: 400% 400%;
  animation: bgShift 25s ease infinite;
  z-index: -2;
  pointer-events: none;
}

/* Slow-moving gold shimmer overlay — warm metallic glow */
body::after {
  content: '';
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(180, 140, 30, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 70% at 80% 60%, rgba(212, 175, 55, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 20%, rgba(255, 215, 0, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 40% 35% at 65% 75%, rgba(160, 120, 20, 0.10) 0%, transparent 45%);
  background-size: 300% 300%;
  animation: shimmerDrift 18s ease-in-out infinite alternate;
  z-index: -1;
  pointer-events: none;
}

@keyframes bgShift {
  0% { background-position: 0% 50%; }
  25% { background-position: 50% 100%; }
  50% { background-position: 100% 50%; }
  75% { background-position: 50% 0%; }
  100% { background-position: 0% 50%; }
}

@keyframes shimmerDrift {
  0% { background-position: 0% 0%; transform: translate(0, 0); }
  33% { background-position: 50% 100%; }
  66% { background-position: 100% 50%; }
  100% { background-position: 30% 70%; transform: translate(-2%, 2%); }
}

/* --- Watermark Wallpaper Layer --- */
.watermark-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.watermark-layer::before {
  content: '';
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='140'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23d4af37' stop-opacity='0.22'/%3E%3Cstop offset='30%25' stop-color='%23f5d060' stop-opacity='0.30'/%3E%3Cstop offset='50%25' stop-color='%23ffd700' stop-opacity='0.35'/%3E%3Cstop offset='70%25' stop-color='%23f5d060' stop-opacity='0.30'/%3E%3Cstop offset='100%25' stop-color='%23b8941e' stop-opacity='0.20'/%3E%3C/linearGradient%3E%3ClinearGradient id='g2' x1='100%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23b8941e' stop-opacity='0.18'/%3E%3Cstop offset='35%25' stop-color='%23dfc24a' stop-opacity='0.28'/%3E%3Cstop offset='50%25' stop-color='%23ffd700' stop-opacity='0.32'/%3E%3Cstop offset='65%25' stop-color='%23dfc24a' stop-opacity='0.28'/%3E%3Cstop offset='100%25' stop-color='%23d4af37' stop-opacity='0.18'/%3E%3C/linearGradient%3E%3ClinearGradient id='gs' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23ffd700' stop-opacity='0.30'/%3E%3Cstop offset='50%25' stop-color='%23fff4b0' stop-opacity='0.40'/%3E%3Cstop offset='100%25' stop-color='%23ffd700' stop-opacity='0.30'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctext x='10' y='30' font-family='Georgia,serif' font-size='20' font-weight='bold' letter-spacing='2' fill='rgba(255,255,255,0.30)'%3EL.A. Young EPK%3C/text%3E%3Ctext x='230' y='30' font-family='Georgia,serif' font-size='16' fill='url(%23gs)'%3E%E2%9C%A6%3C/text%3E%3Ctext x='255' y='30' font-family='Georgia,serif' font-size='13' font-weight='bold' letter-spacing='1' fill='url(%23g2)'%3EGold Bottom Ent. LLC%3C/text%3E%3Ctext x='280' y='100' font-family='Georgia,serif' font-size='20' font-weight='bold' letter-spacing='2' fill='rgba(255,255,255,0.30)'%3EL.A. Young EPK%3C/text%3E%3Ctext x='500' y='100' font-family='Georgia,serif' font-size='16' fill='url(%23gs)'%3E%E2%9C%A6%3C/text%3E%3Ctext x='10' y='100' font-family='Georgia,serif' font-size='13' font-weight='bold' letter-spacing='1' fill='url(%23g1)'%3EGold Bottom Ent. LLC%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 560px 140px;
  transform: rotate(-18deg);
  animation: watermarkDrift 60s linear infinite;
}

@keyframes watermarkDrift {
  0% { transform: rotate(-18deg) translate(0, 0); }
  100% { transform: rotate(-18deg) translate(-560px, -140px); }
}

/* When folder is open, align content to top */
body.folder-is-open {
  align-items: flex-start;
}

/* --- Back to Site — vintage label --- */
.back-to-site {
  position: fixed;
  top: 22px;
  left: 22px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px 8px 12px;
  background: var(--manila);
  border: 2px solid var(--manila-border);
  border-radius: 2px;
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 2px 3px 8px rgba(0,0,0,0.35),
              inset 0 1px 0 rgba(255,255,255,0.3);
  transform: rotate(-2deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.back-to-site::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px dashed var(--manila-border);
  opacity: 0.4;
  pointer-events: none;
  border-radius: 1px;
}
.back-to-site:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 3px 5px 14px rgba(0,0,0,0.45),
              inset 0 1px 0 rgba(255,255,255,0.3),
              0 0 20px rgba(180, 140, 30, 0.15);
}
.back-arrow {
  font-size: 16px;
  line-height: 1;
  color: var(--gold-accent);
}
.back-text {
  border-bottom: 1px solid var(--manila-border);
  padding-bottom: 1px;
}

/* --- Folder Shell --- */
.folder-container {
  position: relative;
  width: 70vw;
  max-width: 1200px;
  perspective: 2500px;
  z-index: 1;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.6))
          drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4))
          drop-shadow(0 0 80px rgba(180, 140, 30, 0.12));
}

.folder {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transform: translateY(-4px);
  transition: transform 0.4s ease;
}

/* Folder Tab */
.folder-tab {
  position: relative;
  width: 220px;
  height: 48px;
  margin-left: auto;
  margin-right: 28%;
  background: linear-gradient(to bottom, var(--manila-dark), var(--manila));
  border: 2px solid var(--manila-border);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Caveat', cursive;
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 -4px 20px rgba(139, 105, 20, 0.35), 0 -2px 8px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
  z-index: 5;
}
.folder-tab:hover {
  transform: translateY(-5px);
}

/* Folder Cover (the front flap) */
.folder-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: linear-gradient(to bottom, var(--manila), var(--manila-dark));
  border: 2px solid var(--manila-border);
  box-shadow:
    0 15px 60px rgba(0,0,0,0.55),
    0 5px 20px rgba(0,0,0,0.35),
    0 0 40px rgba(139, 105, 20, 0.15);
  cursor: pointer;
  z-index: 10;
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dashed inner border on cover */
.folder-cover::before {
  content: '';
  position: absolute;
  inset: 20px;
  border: 1px dashed var(--manila-border);
  opacity: 0.35;
  pointer-events: none;
}

/* Rubber stamp on cover */
.epk-stamp {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  color: rgba(139, 69, 19, 0.3);
  text-transform: uppercase;
  border: 6px double rgba(139, 69, 19, 0.35);
  padding: 22px 35px;
  text-align: center;
  line-height: 1.35;
  transform: rotate(-12deg);
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.08);
  pointer-events: none;
}

/* Folder open animation */
.folder.open .folder-cover {
  transform: rotateY(-160deg);
  pointer-events: none;
  position: absolute;
  top: 48px; /* height of folder tab */
  left: 0;
}

/* --- Folder Content (the paper inside) --- */
.folder-content {
  position: relative;
  width: 100%;
  background: var(--paper);
  border: 2px solid var(--manila-border);
  border-top: none;
  padding: 50px 55px 60px;
  box-shadow:
    inset 0 0 30px rgba(0,0,0,0.06),
    0 15px 60px rgba(0,0,0,0.5),
    0 5px 20px rgba(0,0,0,0.3),
    0 0 40px rgba(139, 105, 20, 0.12);
  display: none;
}
.folder.open .folder-content {
  display: block;
}

/* Slightly aged paper edges */
.folder-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.03) 0%, transparent 3%, transparent 97%, rgba(0,0,0,0.03) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.04) 0%, transparent 2%, transparent 98%, rgba(0,0,0,0.03) 100%);
  pointer-events: none;
}

/* --- Typography --- */
.vision-statement {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: var(--ink);
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
}

h2.section-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ink);
  color: var(--ink);
}

.section-subtitle {
  font-size: 11px;
  color: var(--ink-faint);
  margin-bottom: 15px;
}

/* --- Headshot --- */
.headshot-container {
  text-align: center;
  margin-bottom: 35px;
}

.headshot {
  width: 220px;
  height: 260px;
  margin: 0 auto;
  border: 3px solid var(--ink);
  object-fit: cover;
  filter: sepia(15%) contrast(1.05);
  transition: filter 0.4s ease, transform 0.3s ease;
}
.headshot:hover {
  filter: sepia(0%);
  transform: scale(1.03);
}

.artist-name {
  font-family: 'Caveat', cursive;
  font-size: 34px;
  font-weight: 700;
  margin-top: 12px;
  color: var(--ink);
}

.artist-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-top: 4px;
}

/* --- Stats Bar --- */
.stats-bar {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 25px 0 35px;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.stat-item {
  text-align: center;
}
.stat-value {
  font-family: 'Special Elite', monospace;
  font-size: 28px;
  font-weight: bold;
  color: var(--gold-accent);
  line-height: 1;
}
.stat-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--ink-faint);
  margin-top: 4px;
}

/* --- Bio Section --- */
.bio-layout {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 30px;
  margin-bottom: 40px;
}

.bio-text {
  font-size: 12pt;
  line-height: 1.7;
  text-align: justify;
  hyphens: auto;
  color: var(--ink);
}
.bio-text strong {
  color: var(--gold-accent);
}

/* Quick Reference card */
.quick-ref {
  background: var(--paper-warm);
  border: 2px solid #ccc;
  padding: 18px;
  font-size: 11px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.quick-ref-title {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: var(--gold-accent);
}
.qr-item {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
}
.qr-item:last-child { border-bottom: none; }
.qr-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink-faint);
  margin-bottom: 2px;
}
.qr-value {
  font-weight: bold;
  color: var(--ink);
}

/* --- Credential Stamps --- */
.credentials-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 30px 0 40px;
}

.cred-stamp {
  background: var(--stamp-bg);
  border: 3px solid var(--stamp-red);
  border-radius: 4px;
  padding: 8px 16px;
  font-family: 'Special Elite', monospace;
  font-size: 10px;
  font-weight: bold;
  color: var(--stamp-red);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
  transform: rotate(-2deg);
  transition: transform 0.2s ease;
}
.cred-stamp:nth-child(2) { transform: rotate(1.5deg); }
.cred-stamp:nth-child(3) { transform: rotate(-1deg); }
.cred-stamp:nth-child(4) { transform: rotate(2.5deg); }
.cred-stamp:nth-child(5) { transform: rotate(-3deg); }
.cred-stamp:nth-child(6) { transform: rotate(0.5deg); }
.cred-stamp:hover { transform: rotate(0deg) scale(1.05); }

/* --- Music Section --- */
.music-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  background: #fff;
  border: 2px solid #999;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
}

.album-cover {
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #4a4a4a, #6a6a6a);
  border: 2px solid var(--ink);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-cover .vinyl-icon {
  font-size: 50px;
  opacity: 0.4;
}

.album-info h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.album-meta {
  font-size: 10px;
  color: var(--ink-faint);
  margin-bottom: 12px;
}
.album-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}
.album-stat strong {
  font-family: 'Special Elite', monospace;
  color: var(--gold-accent);
  font-size: 16px;
}
.album-stat span {
  font-size: 10px;
  color: var(--ink-faint);
  display: block;
}
.stream-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.stream-link {
  font-size: 10px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid #999;
  padding: 4px 10px;
  transition: background 0.2s ease;
}
.stream-link:hover {
  background: var(--ink);
  color: #fff;
}

/* --- Press Clippings --- */
.clipping-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 35px;
}

.clipping {
  background: #fff;
  border: 1px solid #aaa;
  padding: 15px;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}
.clipping:hover {
  transform: translateY(-4px);
}
.clipping-pub {
  font-size: 11px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.clipping-quote {
  font-size: 10px;
  font-style: italic;
  line-height: 1.5;
  color: var(--ink-light);
  margin-bottom: 6px;
}
.clipping-author {
  font-size: 9px;
  color: var(--ink-faint);
}

/* --- Performance Formats --- */
.formats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 35px;
}

.fmt-card {
  background: #fff;
  border: 2px solid #bbb;
  padding: 15px;
  text-align: center;
  transition: transform 0.2s ease;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.fmt-card:hover { transform: translateY(-3px); }
.fmt-icon { font-size: 24px; margin-bottom: 6px; }
.fmt-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}
.fmt-desc {
  font-size: 10px;
  color: var(--ink-light);
  margin-bottom: 6px;
}
.fmt-venues {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gold-accent);
  font-weight: bold;
}

/* --- Band Members --- */
.band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 15px;
}

.band-member {
  background: #fff;
  border: 2px solid #aaa;
  padding: 14px 10px;
  text-align: center;
  transition: transform 0.2s ease;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.12);
  cursor: pointer;
}
.band-member:hover {
  transform: translateY(-4px);
  box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
.instrument-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold-accent);
  margin-bottom: 6px;
  font-weight: bold;
}
.member-name {
  font-size: 14px;
  font-weight: bold;
  color: var(--ink);
  margin-bottom: 4px;
}
.member-note {
  font-size: 9px;
  color: var(--ink-faint);
}

/* --- Tour Dates / Calendar Card --- */
.calendar-card {
  background: #fff;
  border: 2px solid #aaa;
  padding: 18px 22px;
  max-width: 500px;
  margin: 0 auto 35px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
}

.tour-date {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}
.tour-date:last-child { border-bottom: none; }
.td-date {
  font-family: 'Special Elite', monospace;
  font-weight: bold;
  color: var(--gold-accent);
  min-width: 65px;
}
.td-venue { flex: 1; font-weight: bold; }
.td-loc {
  text-align: right;
  color: var(--ink-faint);
  font-size: 11px;
}

/* --- Technical Rider --- */
.rider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 35px;
}

.rider-card {
  background: #fff;
  border: 2px solid #aaa;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.rider-card h4 {
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
}
.rider-list {
  list-style: none;
}
.rider-list li {
  font-size: 11px;
  padding: 4px 0;
  border-bottom: 1px dotted #eee;
}
.rider-list li:last-child { border-bottom: none; }
.rider-list .chk {
  color: var(--gold-accent);
  font-weight: bold;
  margin-right: 4px;
}

/* --- Photo Gallery --- */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.photo-grid img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 2px solid #999;
  filter: sepia(20%) contrast(1.02);
  cursor: pointer;
  transition: all 0.3s ease;
}
.photo-grid img:hover {
  filter: sepia(0%);
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  z-index: 5;
  position: relative;
}

/* --- Contact Section --- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 30px;
  margin-bottom: 30px;
}

.contact-info .ci-item {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.contact-info .ci-item:last-child { border-bottom: none; }
.ci-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--ink-faint);
  margin-bottom: 2px;
}
.ci-value { font-weight: bold; }
.ci-value a {
  color: var(--gold-accent);
  text-decoration: underline;
}

/* Booking CTA card */
.booking-card {
  background: var(--paper-warm);
  border: 2px solid var(--manila-border);
  padding: 22px;
  text-align: center;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
}
.booking-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.booking-card p {
  font-size: 11px;
  color: var(--ink-light);
  margin-bottom: 15px;
}
.booking-card .cta-btn {
  display: block;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-gold-retro {
  background: var(--gold-accent);
  color: #fff;
  border: 2px solid var(--gold-accent);
}
.btn-gold-retro:hover {
  background: var(--gold-warm);
}
.btn-outline-retro {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-outline-retro:hover {
  background: var(--ink);
  color: #fff;
}
.btn-ghost-retro {
  background: transparent;
  color: var(--ink-light);
  border: 2px solid transparent;
}
.btn-ghost-retro:hover {
  color: var(--ink);
  border-color: #ccc;
}

/* Social links */
.socials-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.soc-link {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}
.soc-link:hover {
  color: var(--ink);
  border-color: var(--ink);
}

/* --- Audio Player (vinyl style) --- */
.audio-player {
  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--manila);
  border: 2px solid var(--manila-border);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 50;
  text-align: center;
}
.audio-player.visible {
  opacity: 1;
}
.play-button {
  width: 52px;
  height: 52px;
  background: var(--ink);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.play-button:hover {
  transform: scale(1.1);
}
.player-label {
  font-size: 9px;
  color: var(--ink-light);
  margin-top: 8px;
}

/* --- Footer --- */
.folder-footer {
  text-align: center;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  font-size: 10px;
  color: var(--ink-faint);
}
.folder-footer a {
  color: var(--gold-accent);
  text-decoration: none;
}

/* --- Section Divider --- */
.sec-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 35px 0;
}

/* --- Modals --- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-overlay.active {
  display: flex;
}
.modal-box {
  background: var(--paper);
  padding: 35px;
  border: 3px solid var(--manila-border);
  max-width: 620px;
  width: 92%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--ink);
}

/* Contact form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: inherit;
  font-size: 12pt;
  padding: 10px;
  border: 1px solid #aaa;
  background: #fff;
}
.contact-form button {
  background: var(--ink);
  color: #fff;
  padding: 12px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  transition: background 0.2s;
}
.contact-form button:hover {
  background: #000;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  body { padding: 20px 10px 40px; }

  .folder-container { width: 95vw; }

  .folder-cover { aspect-ratio: auto; min-height: 280px; }

  .folder-content { padding: 25px 20px 35px; }

  .epk-stamp {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 15px 22px;
    border-width: 4px;
  }

  .bio-layout {
    grid-template-columns: 1fr;
  }

  .stats-bar { gap: 15px; flex-wrap: wrap; }
  .stat-value { font-size: 22px; }

  .formats-grid { grid-template-columns: repeat(2, 1fr); }
  .rider-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .music-card { grid-template-columns: 1fr; }
  .album-cover { margin: 0 auto; }
}

@media (max-width: 500px) {
  .folder-tab { width: 160px; font-size: 22px; }
  .formats-grid { grid-template-columns: 1fr; }
  .band-grid { grid-template-columns: 1fr 1fr; }
  .credentials-row { gap: 8px; }
  .cred-stamp { font-size: 8px; padding: 6px 10px; }
  .clipping-grid { grid-template-columns: 1fr; }
}

/* --- Print --- */
@media print {
  body {
    background: white;
    padding: 0;
  }
  body::before,
  body::after { display: none; }
  .watermark-layer { display: none; }
  .back-to-site { display: none; }
  .folder-cover { display: none; }
  .folder-tab { display: none; }
  .folder-content {
    display: block !important;
    border: none;
    box-shadow: none;
    padding: 20px;
  }
  .audio-player { display: none; }
  .modal-overlay { display: none !important; }
  .headshot { filter: none; }
  .photo-grid img { filter: none; }
  .booking-card { break-inside: avoid; }
}
