:root {
  --ink: #171612;
  --paper: #f2ead7;
  --red: #bf3d2f;
  --blue: #294c57;
  --gold: #d8a72f;
  --line: rgba(23, 22, 18, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--gold); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 86px; padding: .75rem clamp(1.15rem, 5vw, 5rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 2px solid var(--ink); background: rgba(242, 234, 215, .96); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(10px); }
.wordmark { display: flex; flex-direction: column; text-decoration: none; line-height: .82; }
.wordmark strong { font: 2.1rem/1 "Bebas Neue", sans-serif; letter-spacing: .035em; }
.wordmark span { margin-top: .3rem; font-size: .55rem; font-weight: 700; letter-spacing: .15em; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.2rem); }
nav a { text-decoration: none; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
nav a:not(.nav-call):hover { text-decoration: underline; text-underline-offset: .35rem; }
.nav-call { border: 2px solid var(--ink); padding: .75rem 1rem; box-shadow: 3px 3px 0 var(--ink); background: var(--red); color: #fff9ec; }
.menu-toggle { display: none; border: 2px solid var(--ink); background: transparent; padding: .65rem .8rem; font: 700 .7rem "DM Sans", sans-serif; text-transform: uppercase; }

.hero { min-height: calc(100vh - 86px); max-width: 1500px; margin: auto; padding: clamp(4rem, 8vw, 8rem) clamp(1.15rem, 5vw, 5rem); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); overflow: hidden; }
.kicker { margin: 0 0 1.25rem; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker.red { color: var(--red); }
h1, h2 { margin: 0; font-family: "Bebas Neue", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .015em; }
h1 { font-size: clamp(4.2rem, 8.5vw, 9rem); line-height: .78; }
h1 em { color: var(--red); font-family: Fraunces, serif; font-size: .68em; text-transform: none; letter-spacing: -.055em; }
.hero-lede { max-width: 600px; margin: 2rem 0; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.1rem; border: 2px solid var(--ink); text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; box-shadow: 4px 4px 0 var(--ink); transition: transform .14s, box-shadow .14s; }
.button:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.button-red { background: var(--red); color: #fff9ec; }
.button-paper { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #3f82dc; outline-offset: 3px; }

.flash-wall { min-height: 560px; position: relative; }
.poster { position: absolute; display: grid; place-items: center; text-align: center; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.poster-main { inset: 5% 11% 7% 9%; background: var(--blue); color: var(--paper); transform: rotate(2deg); background-image: repeating-radial-gradient(circle at center, transparent 0 33px, rgba(242,234,215,.09) 34px 35px); }
.poster-main:before, .poster-main:after { content: "✦"; position: absolute; font-size: 2rem; color: var(--gold); }
.poster-main:before { left: 12%; top: 12%; }
.poster-main:after { right: 12%; bottom: 12%; }
.poster-main span { align-self: end; font-size: .7rem; letter-spacing: .22em; font-weight: 800; }
.poster-main b { font: 9rem/.75 "Bebas Neue", sans-serif; color: var(--gold); text-shadow: 5px 5px 0 var(--red); }
.poster-main i { align-self: start; font: normal 1rem/1.4 "DM Sans", sans-serif; letter-spacing: .15em; }
.flash { position: absolute; width: 145px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; border: 3px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); font-family: "Bebas Neue", sans-serif; line-height: .8; z-index: 2; }
.flash-heart { right: -2%; top: 0; background: var(--red); color: var(--paper); transform: rotate(9deg); }
.flash-heart b { font-size: 2.4rem; color: var(--gold); }
.flash-heart span { font-size: 1.2rem; }
.flash-bolt { left: -2%; bottom: 0; background: var(--gold); font-size: 1.35rem; transform: rotate(-9deg); }
.flash-bolt b { font-size: 2.4rem; color: var(--red); }
.scribble { position: absolute; right: -1%; bottom: 4%; z-index: 3; transform: rotate(-8deg); margin: 0; color: var(--paper); text-align: center; font: 700 1rem/1.1 Fraunces, serif; }
.scribble strong { font-size: 2rem; color: var(--gold); }
.ticker { border-block: 2px solid var(--ink); background: var(--gold); padding: .9rem 1rem; display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 3rem); overflow: hidden; white-space: nowrap; font: 1.1rem "Bebas Neue", sans-serif; letter-spacing: .1em; }
.ticker i { font-style: normal; color: var(--red); }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.15rem, 5vw, 5rem); }
.section-title { max-width: 1320px; margin: 0 auto 3.5rem; display: grid; grid-template-columns: .6fr 1.4fr; align-items: end; }
.section-title > p { margin: 0; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.section-title h2 { font-size: clamp(3.4rem, 7vw, 7.3rem); line-height: .8; }
.path-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.path-card { min-height: 520px; padding: clamp(1.8rem, 4vw, 4rem); position: relative; }
.path-card + .path-card { border-left: 2px solid var(--ink); }
.tattoo-card { background: #fffaf0; }
.piercing-card { background: var(--blue); color: var(--paper); }
.card-number { position: absolute; right: 1.5rem; top: 1rem; font: 4.5rem "Bebas Neue", sans-serif; opacity: .18; }
.card-label { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.path-card h3 { max-width: 580px; margin: 2.2rem 0 1rem; font: 3.4rem/.95 "Bebas Neue", sans-serif; text-transform: uppercase; }
.path-card > p:not(.card-label) { max-width: 570px; line-height: 1.7; opacity: .82; }
.card-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.7rem; }
.text-link { font-size: .75rem; font-weight: 800; text-underline-offset: .35rem; text-transform: uppercase; letter-spacing: .05em; }
.text-link.light { color: var(--paper); }
.artists { background: var(--ink); color: var(--paper); }
.artists-heading { max-width: 1320px; margin: 0 auto 3.5rem; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 3rem; }
.artists-heading h2 { font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .8; }
.artists-heading > p { max-width: 510px; color: #cfc7b7; line-height: 1.7; }
.artist-list { max-width: 1320px; margin: auto; border-top: 1px solid #514e47; }
.artist-list a { display: grid; grid-template-columns: 55px 1fr 1fr auto; align-items: center; gap: 1rem; min-height: 92px; border-bottom: 1px solid #514e47; text-decoration: none; transition: color .15s, background .15s, padding .15s; }
.artist-list a:hover { background: var(--red); padding-inline: 1.2rem; color: #fff; }
.artist-list span, .artist-list b { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.artist-list strong { font: 2.15rem "Bebas Neue", sans-serif; letter-spacing: .04em; }
.artist-list em { font-style: normal; color: #aaa394; font-size: .8rem; }
.artist-list a:hover em { color: #fff; }
.piercer-strip { max-width: 1320px; margin: 4rem auto 0; padding: 2.5rem; border: 2px solid var(--paper); background: var(--blue); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.piercer-strip h3 { margin: .3rem 0; font: 2rem "Bebas Neue", sans-serif; letter-spacing: .04em; }
.piercer-strip h3 span { margin-left: 1rem; color: #bfb7a8; font: 600 .65rem "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.expect { max-width: 1320px; margin: auto; }
.expect-title { display: grid; grid-template-columns: 240px 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-bottom: 4rem; }
.expect-title > span { aspect-ratio: 1; border: 3px solid var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--gold); box-shadow: 9px 9px 0 var(--ink); font: 2.2rem/.9 "Bebas Neue", sans-serif; transform: rotate(-6deg); }
.expect-title h2 { font-size: clamp(3.2rem, 6vw, 6rem); line-height: .85; }
.expect ol { list-style: none; padding: 0; margin: 0; }
.expect li { display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; border-top: 2px solid var(--ink); padding: 1.8rem 0; }
.expect li > span { width: 44px; height: 44px; display: grid; place-items: center; background: var(--red); color: white; border: 2px solid var(--ink); font-weight: 800; }
.expect li h3 { margin: 0 0 .4rem; font: 2rem "Bebas Neue", sans-serif; letter-spacing: .03em; }
.expect li p { margin: 0; line-height: 1.6; }
.visit { background: var(--red); color: #fff9ec; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.visit-poster { min-height: 510px; padding: 2rem; border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); background: var(--gold); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; text-align: center; transform: rotate(-1.5deg); background-image: repeating-radial-gradient(circle at center, transparent 0 40px, rgba(23,22,18,.08) 41px 42px); }
.visit-poster p, .visit-poster span { font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.visit-poster strong { font: clamp(5rem, 8vw, 8rem)/.72 "Bebas Neue", sans-serif; color: var(--blue); text-shadow: 4px 4px 0 #fff9ec; }
.visit-copy h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .8; }
.schedule-note { max-width: 550px; line-height: 1.65; }
.visit dl { max-width: 600px; margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.45); }
.visit dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.visit dt { font-weight: 700; }
.visit dd { margin: 0; text-align: right; }
.visit-actions { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.email-note { margin-top: 2rem; font-size: .82rem; }
.email-note a { text-underline-offset: .25rem; }
footer { min-height: 160px; padding: 2.5rem clamp(1.15rem, 5vw, 5rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--ink); color: var(--paper); }
.footer-mark { color: var(--paper); }
footer p, footer a { font-size: .7rem; }
footer > div { display: flex; gap: 1.2rem; }
.mobile-action { display: none; }

@media (max-width: 900px) {
  .site-header { min-height: 75px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 75px; padding: 1.4rem; background: var(--paper); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .55rem 0; }
  .nav-call { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .flash-wall { max-width: 620px; width: 100%; margin: auto; }
  .section-title { grid-template-columns: 1fr; gap: 1.5rem; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card + .path-card { border-left: 0; border-top: 2px solid var(--ink); }
  .artists-heading { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; }
  footer { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .wordmark strong { font-size: 1.75rem; }
  h1 { font-size: clamp(4rem, 21vw, 6.3rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .flash-wall { min-height: 420px; }
  .poster-main { inset: 7% 7% 5% 7%; }
  .poster-main b { font-size: 6.8rem; }
  .flash { width: 105px; }
  .flash-heart { right: -1%; }
  .flash-bolt { left: -1%; }
  .scribble { right: 3%; bottom: 4%; }
  .ticker { justify-content: flex-start; overflow-x: auto; }
  .section { padding-block: 5.5rem; }
  .section-title h2, .artists-heading h2 { font-size: 4rem; }
  .path-card { min-height: 0; }
  .path-card h3 { font-size: 2.8rem; }
  .card-actions { flex-direction: column; align-items: stretch; }
  .artist-list a { grid-template-columns: 36px 1fr auto; }
  .artist-list em { display: none; }
  .artist-list strong { font-size: 1.7rem; }
  .piercer-strip { align-items: stretch; flex-direction: column; padding: 1.5rem; }
  .piercer-strip h3 span { display: block; margin: .2rem 0 0; }
  .expect-title { grid-template-columns: 1fr; }
  .expect-title > span { width: 150px; }
  .visit-poster { min-height: 390px; box-shadow: 8px 8px 0 var(--ink); }
  .visit dl div { flex-direction: column; gap: .25rem; }
  .visit dd { text-align: left; }
  .visit-actions { flex-direction: column; align-items: stretch; }
  footer { align-items: flex-start; flex-direction: column; }
  .mobile-action { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; min-height: 66px; padding: .8rem 1rem; display: flex; align-items: center; justify-content: space-between; background: var(--gold); border-top: 2px solid var(--ink); color: var(--ink); text-decoration: none; font-size: .75rem; }
}

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