:root {
  --ink: #100d0d;
  --cream: #f4eddf;
  --paper: #fffaf0;
  --red: #bd2029;
  --deep-red: #5d090f;
  --gold: #d9a44d;
  --line: rgba(16, 13, 13, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 99; padding: .75rem 1rem; background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 40px; aspect-ratio: 1; color: var(--ink); background: var(--paper); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--red); font-family: "Fjalla One", sans-serif; line-height: 1; transform: rotate(-2deg); }
nav { display: flex; gap: 2rem; }
nav a { text-decoration: none; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: #ffd7a0; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.5); color: inherit; background: rgba(0,0,0,.4); padding: .55rem .8rem; font: inherit; font-weight: 700; }
.hero { position: relative; min-height: 760px; height: 95vh; display: flex; align-items: center; overflow: hidden; color: var(--paper); }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-scrim { background: linear-gradient(90deg, rgba(5,2,2,.92) 0%, rgba(8,3,3,.68) 42%, rgba(8,3,3,.1) 72%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 45%); }
.lola-frame { position: absolute; z-index: 1; right: clamp(1.5rem, 7vw, 7rem); bottom: 0; width: min(41vw, 590px); height: calc(100% - 120px); overflow: hidden; background: #777; border: 8px solid var(--paper); border-bottom: 0; box-shadow: 16px 0 0 var(--red), -10px -10px 0 rgba(16,13,13,.82); transform: rotate(1deg); }
.lola-portrait { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; opacity: 1; filter: contrast(1.07); }
.portrait-stamp { position: absolute; right: 1rem; bottom: 1.5rem; padding: .7rem .9rem; color: var(--ink); background: var(--gold); border: 3px solid var(--ink); font: 400 1.05rem/1.05 "Fjalla One", sans-serif; text-align: center; text-transform: uppercase; transform: rotate(-5deg); box-shadow: 5px 5px 0 var(--red); }
.hero-copy { position: relative; z-index: 2; width: min(720px, 88vw); margin-left: clamp(1.25rem, 8vw, 8rem); padding-top: 4rem; }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .88rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #ffd09a; }
.mobile-hero-eyebrow { display: none; }
h1, h2, h3 { font-family: "Fjalla One", sans-serif; line-height: .96; font-weight: 400; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(6rem, 15vw, 12rem); letter-spacing: -.035em; }
h1 span { color: var(--red); text-shadow: 3px 3px 0 var(--paper); }
.hero-line { max-width: 590px; margin: 1.4rem 0 2rem; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .55rem; min-height: 52px; padding: .85rem 1.35rem; border: 2px solid currentColor; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 currentColor; }
.button-primary { color: var(--paper); background: var(--red); border-color: var(--paper); }
.text-link { font-weight: 700; text-underline-offset: .3em; }
.checker-stripe { position: absolute; z-index: 3; inset: auto 0 0; height: 18px; background-color: var(--paper); background-image: linear-gradient(45deg, var(--ink) 25%, transparent 25%), linear-gradient(-45deg, var(--ink) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--ink) 75%), linear-gradient(-45deg, transparent 75%, var(--ink) 75%); background-size: 18px 18px; background-position: 0 0, 0 9px, 9px -9px, -9px 0; }
.section { position: relative; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8rem); }
.section-number { position: absolute; top: 2rem; right: clamp(1.25rem, 5vw, 5rem); color: rgba(16,13,13,.18); font: 400 clamp(4rem, 8vw, 7rem)/1 "Fjalla One", sans-serif; }
.section h2 { max-width: 820px; margin: 0; font-size: clamp(3.4rem, 7vw, 7rem); }
.music { background: var(--paper); }
.section-heading { max-width: 900px; }
.music-panel { margin-top: clamp(3rem, 6vw, 5rem); padding: clamp(1.5rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; color: var(--paper); background: var(--red); box-shadow: 12px 12px 0 var(--ink); }
.music-panel h3 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.3rem); }
.music-panel p { max-width: 670px; }
.panel-kicker { color: #ffd09a; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.button-dark { flex-shrink: 0; color: var(--paper); background: var(--ink); }
.about { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: clamp(3rem, 8vw, 8rem); background: var(--cream); }
.about-title-wrap { position: relative; }
.about .section-number { top: -3rem; right: auto; left: 0; }
.about .eyebrow { margin-top: 2rem; }
.about-copy { padding-top: 1rem; font-size: 1.06rem; }
.about-copy .lead { font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.45; font-weight: 600; }
.press { color: var(--paper); background: var(--ink); }
.press-grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(320px, 1.18fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.press-poster-link { display: block; background: var(--paper); border: 5px solid var(--paper); box-shadow: 14px 14px 0 var(--red); transform: rotate(-1deg); transition: transform .18s ease; }
.press-poster-link:hover, .press-poster-link:focus-visible { transform: rotate(0deg) translate(-3px, -3px); }
.press-poster { display: block; width: 100%; height: auto; }
.press-copy h2 { margin-bottom: 1.5rem; color: var(--paper); font-size: clamp(5rem, 10vw, 10rem); text-shadow: 5px 5px 0 var(--red); }
.press-copy h3 { margin: 2.5rem 0 1.2rem; color: var(--red); font-size: clamp(2.4rem, 4vw, 4.4rem); }
.press-copy > p:not(.eyebrow) { max-width: 700px; }
.press-deck { color: #ffd09a; font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
.press-copy blockquote { margin: 2rem 0; padding-left: 1.2rem; border-left: 5px solid var(--gold); color: var(--cream); font-size: 1.15rem; font-weight: 600; }
.press-copy .button { margin-top: 1rem; }
.merch { overflow: hidden; color: var(--paper); background: var(--deep-red); }
.merch::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(45deg,#fff 25%,transparent 25%),linear-gradient(-45deg,#fff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#fff 75%),linear-gradient(-45deg,transparent 75%,#fff 75%); background-size: 52px 52px; background-position: 0 0,0 26px,26px -26px,-26px 0; }
.merch-card { position: relative; max-width: 1120px; padding: clamp(2rem, 6vw, 5rem); border: 2px solid rgba(255,255,255,.55); background: rgba(16,13,13,.78); }
.merch .eyebrow { color: #ffd09a; }
.merch h2 { color: var(--paper); }
.shop-intro { max-width: 750px; font-size: 1.1rem; }
.shop-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.shop-plans article { position: relative; padding: 2rem; overflow: hidden; color: var(--ink); background: var(--paper); border: 4px solid var(--ink); box-shadow: 7px 7px 0 var(--red); }
.shop-plans article:nth-child(2) { background: var(--gold); transform: rotate(1deg); }
.shop-plans h3 { margin: .2rem 0 1rem; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.shop-plans p { position: relative; }
.shop-type { margin: 0; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.shop-number { position: absolute; top: -.5rem; right: .4rem; color: rgba(16,13,13,.09); font: 400 7rem/1 "Fjalla One", sans-serif; }
.coming-soon { display: inline-block; margin-top: 1rem; padding: .55rem .85rem; color: var(--ink); background: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transform: rotate(-1deg); }
.shop-plans article:nth-child(2) .coming-soon { color: var(--paper); background: var(--ink); }
.contact { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; background: var(--gold); }
.contact h2 { font-size: clamp(3.6rem, 7vw, 6.7rem); }
.contact-copy > p:last-child { max-width: 560px; font-size: 1.1rem; }
.contact-form { display: grid; gap: .7rem; padding: clamp(1.5rem, 4vw, 3rem); color: var(--paper); background: var(--ink); box-shadow: 12px 12px 0 var(--red); }
.contact-form label { margin-top: .45rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; padding: .85rem 1rem; border: 3px solid transparent; border-radius: 0; color: var(--ink); background: var(--paper); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 2px var(--paper); }
.contact-submit { width: fit-content; margin-top: .8rem; cursor: pointer; }
.form-note { color: rgba(255,255,255,.7); font-size: .9rem; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
footer { padding: 3rem clamp(1.25rem, 8vw, 8rem); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; color: var(--paper); background: var(--ink); }
.footer-brand .brand-mark { background: var(--gold); }
footer p { margin: 0; }
.footer-credit { display: grid; gap: .35rem; text-align: center; }
.footer-credit p:first-child { color: var(--gold); font-weight: 800; letter-spacing: .04em; }
.copyright { color: rgba(255,255,255,.62); font-size: .9rem; }

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .site-header .brand { font-size: .95rem; }
  .brand-mark { width: 34px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 72px; right: 1rem; display: none; min-width: 180px; padding: 1rem; flex-direction: column; gap: .8rem; color: var(--paper); background: rgba(16,13,13,.97); border: 1px solid rgba(255,255,255,.2); }
  nav.open { display: flex; }
  .hero { min-height: 690px; height: 92vh; }
  .hero-image { object-position: 64% center; }
  .hero-scrim { z-index: 1; background: linear-gradient(0deg, rgba(5,2,2,.96) 0%, rgba(5,2,2,.7) 48%, rgba(5,2,2,.18) 72%); }
  .lola-frame { right: -2rem; top: 130px; bottom: auto; width: 78vw; height: 47%; border-width: 5px; opacity: 1; }
  .portrait-stamp { display: none; }
  .hero-copy > .eyebrow { display: none; }
  .mobile-hero-eyebrow { position: absolute; z-index: 4; top: 72px; right: 0; left: 0; display: block; margin: 0; padding: .8rem 1.25rem; color: #ffd09a; background: rgba(16,13,13,.94); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 2px solid var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
  .hero-copy { z-index: 2; align-self: flex-end; margin-bottom: 4.5rem; }
  .hero-copy { margin-left: 1.25rem; padding-top: 3rem; }
  h1 { font-size: clamp(5.6rem, 28vw, 8rem); }
  .music-panel { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; }
  .about { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; }
  .press-poster-link { width: min(100%, 520px); margin: 0 auto; }
  .shop-plans { grid-template-columns: 1fr; }
  .shop-plans article:nth-child(2) { transform: none; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-credit { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
