:root {
  --ink: #0b0b0b;
  --paper: #eee9df;
  --red: #ec3a24;
  --yellow: #f2ad3d;
  --blue: #78a7d6;
  --orange: #ff5a1f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
body.gate-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .022; mix-blend-mode: screen; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.58' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }

.entry-gate { position: fixed; z-index: 200; inset: 0; min-height: 100svh; padding: 0 2.5vw 1.8rem; background: #000; color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; isolation: isolate; transition: opacity .65s ease, visibility .65s; }
.entry-gate::before { content: "BUMBU"; position: absolute; z-index: -2; left: 50%; bottom: -9vw; transform: translateX(-50%); color: rgba(255,255,255,.035); font-family: "Archivo Black", sans-serif; font-size: clamp(12rem,31vw,38rem); line-height: .72; letter-spacing: -.1em; white-space: nowrap; pointer-events: none; }
.entry-gate.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.entry-topline { position: relative; z-index: 2; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: .62rem; font-weight: 700; letter-spacing: .2em; }
.entry-topline span:nth-child(2) { color: #777; }
.entry-topline span:last-child { justify-self: end; }
.entry-center { position: relative; z-index: 2; width: min(90vw, 440px); margin: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.entry-center > p { width: 100%; margin: 0 0 1.25rem; color: #8d8d8d; display: flex; align-items: center; gap: .85rem; font-size: .58rem; font-weight: 700; letter-spacing: .2em; white-space: nowrap; }
.entry-center > p span { height: 1px; flex: 1; background: rgba(255,255,255,.22); }
.entry-branding { width: max-content; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.entry-logo-stage { position: relative; width: clamp(125px, 11vw, 150px); aspect-ratio: 1; display: block; overflow: visible; filter: drop-shadow(0 0 18px rgba(255,90,31,.12)); }
.entry-logo-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.entry-logo-base { z-index: 1; }
.spark-mask { position: absolute; z-index: 2; display: block; border-radius: 50%; background: radial-gradient(ellipse at center, #000 68%, rgba(0,0,0,.96) 78%, rgba(0,0,0,0) 100%); }
.spark-mask-one { left: 28.1%; top: 11.4%; width: 12.1%; height: 13%; }
.spark-mask-two { left: 61.4%; top: 23.1%; width: 12.3%; height: 12.5%; }
.spark-mask-three { left: 23.8%; top: 42.6%; width: 10.8%; height: 11.8%; }
.entry-spark { z-index: 3; pointer-events: none; will-change: transform; mix-blend-mode: screen; }
.entry-spark-one { clip-path: inset(11.2% 59.6% 75.7% 28% round 45%); animation: spark-float-one 4.8s ease-in-out infinite; }
.entry-spark-two { clip-path: inset(23.2% 26.1% 64.4% 61.2% round 45%); animation: spark-float-two 5.6s ease-in-out infinite; }
.entry-spark-three { clip-path: inset(42.8% 65.3% 45.5% 23.7% round 45%); animation: spark-float-three 4.2s ease-in-out infinite; }
.entry-branding > span:last-child { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.enter-sound { position: relative; width: min(100%, 320px); min-height: 74px; margin: 2rem auto 0; padding: .8rem 1rem; border: 1px solid var(--orange); border-radius: 0; background: var(--orange); color: #000; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 1rem; cursor: pointer; box-shadow: 9px 9px 0 rgba(242,173,61,.18); overflow: hidden; transition: color .3s, background .3s, transform .3s, box-shadow .3s; }
.enter-sound::before { content: ""; position: absolute; inset: 0; background: #000; transform: translateX(-102%); transition: transform .4s cubic-bezier(.2,.75,.2,1); }
.enter-sound:hover, .enter-sound:focus-visible { color: var(--paper); transform: translate(-3px,-3px); box-shadow: 12px 12px 0 rgba(242,173,61,.28); }
.enter-sound:hover::before, .enter-sound:focus-visible::before { transform: none; }
.enter-sound > * { position: relative; z-index: 1; }
.entry-button-copy { display: flex; flex-direction: column; align-items: flex-start; gap: .2rem; text-align: left; }
.entry-button-copy strong { font-size: .72rem; line-height: 1; letter-spacing: .18em; }
.entry-button-copy em { color: rgba(0,0,0,.62); font-size: .52rem; font-style: normal; font-weight: 700; letter-spacing: .2em; transition: color .3s; }
.enter-sound:hover .entry-button-copy em, .enter-sound:focus-visible .entry-button-copy em { color: var(--orange); }
.enter-sound small { font-size: 1rem; }
.sound-bars { width: 16px; height: 14px; display: flex; align-items: end; gap: 2px; }
.sound-bars i { width: 3px; height: 40%; background: #000; animation: bars .8s ease-in-out infinite alternate; transition: background .3s; }
.sound-bars i:nth-child(2) { height: 100%; animation-delay: -.25s; }
.sound-bars i:nth-child(3) { height: 65%; animation-delay: -.5s; }
.enter-sound:hover .sound-bars i, .enter-sound:focus-visible .sound-bars i { background: var(--orange); }
.entry-bottomline { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; color: #666; font-size: .52rem; font-weight: 700; letter-spacing: .17em; }
.entry-bottomline > span:last-child { justify-self: end; }
.enter-silent { width: max-content; padding: .55rem 0; border: 0; border-bottom: 1px solid rgba(238,233,223,.4); background: transparent; color: #aaa; font: inherit; font-size: .55rem; font-weight: 700; letter-spacing: .18em; cursor: pointer; transition: color .25s,border-color .25s; }
.enter-silent:hover, .enter-silent:focus-visible { color: var(--paper); border-color: var(--orange); }
.sound-toggle { position: fixed; z-index: 60; right: 1.5rem; bottom: 1.5rem; padding: .7rem 1rem; border: 1px solid rgba(238,233,223,.55); border-radius: 999px; background: rgba(11,11,11,.82); color: var(--paper); backdrop-filter: blur(12px); font: inherit; font-size: .58rem; font-weight: 700; letter-spacing: .14em; cursor: pointer; }
.sound-toggle[hidden] { display: none; }
.sound-toggle span { margin-right: .45rem; color: #777; }
.sound-toggle[aria-pressed="true"] span { color: var(--yellow); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; min-height: 88px; padding: 0 2.3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); transition: background .25s, min-height .25s; }
.site-header.scrolled { min-height: 70px; background: rgba(11,11,11,.9); backdrop-filter: blur(14px); }
.brand { width: max-content; display: flex; flex-direction: column; line-height: .82; }
.brand strong { font-family: "Archivo Black", sans-serif; font-size: 1.85rem; letter-spacing: -.09em; }
.brand span { margin-top: .3rem; font-size: .48rem; font-weight: 700; letter-spacing: .28em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.85rem, 1.55vw, 2rem); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav a { padding: .6rem 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { border-color: var(--yellow); }
.desktop-nav a.active { border-color: var(--yellow); }
.nav-divider { color: var(--yellow); font-size: 1rem; letter-spacing: 0; }
.insta-button { justify-self: end; width: 47px; height: 47px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: grid; place-content: center; font-family: "Anton"; font-size: .88rem; transform: rotate(5deg); transition: transform .2s; }
.insta-button:hover { transform: rotate(-5deg) scale(1.08); }
.insta-button span { font-family: sans-serif; font-size: .65rem; }
.menu-button, .mobile-menu { display: none; }

.hero { --hero-x: 0px; --hero-y: 0px; --hero-scroll: 0px; --flare-x: 50%; --flare-y: 45%; min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero > img { position: absolute; z-index: 0; inset: -3%; width: 106%; height: 109%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.1); transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0) scale(1.04); animation: hero-in 1.6s cubic-bezier(.2,.75,.2,1) both; will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.3) 52%, rgba(0,0,0,.08) 75%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 52%); }
.hero-flare { position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: .33; background: radial-gradient(circle at var(--flare-x) var(--flare-y), rgba(236,58,36,.32) 0, rgba(255,90,31,.14) 13%, transparent 37%); mix-blend-mode: screen; transition: opacity .4s ease; }
.hero-title { position: relative; z-index: 2; width: 100%; padding: 0 2.3vw 8.5vh; }
.hero-title > p { margin: 0 0 1.4rem .45vw; font-size: clamp(.75rem, .9vw, .95rem); font-weight: 700; line-height: 1.35; letter-spacing: .16em; animation: hero-copy-in .9s .35s cubic-bezier(.2,.75,.2,1) both; }
.hero h1 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(7rem, 18.4vw, 18rem); line-height: .72; letter-spacing: -.095em; text-transform: uppercase; transform: scaleX(.96); transform-origin: left; animation: hero-word-in 1.05s .12s cubic-bezier(.16,.84,.22,1) both; }
.hero-subline { margin-top: 2.6rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.55); display: flex; justify-content: space-between; font-size: .66rem; font-weight: 700; letter-spacing: .19em; animation: hero-copy-in .85s .62s cubic-bezier(.2,.75,.2,1) both; }
.hero-stamp { position: absolute; z-index: 3; top: 18vh; left: 2.5vw; width: 180px; padding: 1rem 1.2rem; color: var(--ink); transform: rotate(-4deg); box-shadow: 7px 7px 0 var(--red); }
.hero-stamp { animation: stamp-float 5.8s 1.1s ease-in-out infinite; }
.stamp-blue { background: var(--blue); }
.hero-stamp span { display: block; font-size: .6rem; font-weight: 700; letter-spacing: .12em; }
.hero-stamp strong { display: block; margin-top: .1rem; font-family: "Anton"; font-size: 1.45rem; line-height: 1; }
.tonight-sticker { position: absolute; z-index: 4; right: 4vw; top: 21vh; width: 205px; height: 205px; padding: 1.4rem; border-radius: 50%; background: var(--yellow); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(8deg); box-shadow: -10px 10px 0 var(--red); transition: transform .25s; }
.tonight-sticker { animation: sticker-float 6.6s 1.35s ease-in-out infinite; }
.tonight-sticker:hover { transform: rotate(2deg) scale(1.04); }
.tonight-sticker small, .tonight-sticker span { font-size: .57rem; font-weight: 700; letter-spacing: .13em; }
.tonight-sticker strong { margin: .35rem 0; font-family: "Anton"; font-size: 3.2rem; line-height: .83; }
.hero-foot { position: absolute; z-index: 3; right: 2.3vw; bottom: 2.2vh; display: flex; gap: 2rem; font-size: .57rem; font-weight: 700; letter-spacing: .15em; }

.label { margin: 0; font-size: .68rem; font-weight: 700; letter-spacing: .2em; }
.intro { min-height: 100svh; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 15% 1fr; padding: 8rem 3vw; }
.intro-number { font-family: "Anton"; font-size: 9rem; line-height: .85; color: var(--red); }
.intro-copy { border-left: 1px solid rgba(0,0,0,.3); padding-left: 4vw; }
.intro h2, .sound h2, .find h2 { margin: 5rem 0; font-family: "Anton", sans-serif; font-weight: 400; font-size: clamp(5rem, 12vw, 13rem); line-height: .82; letter-spacing: -.035em; }
.intro h2 span { color: var(--red); }
.intro-text { width: 65%; margin-left: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; }
.intro-text p { margin: 0; font-size: 1.05rem; line-height: 1.65; }

.poster-wall { padding: 1vw; background: var(--ink); display: grid; grid-template-columns: .85fr 1.3fr .9fr; min-height: 820px; gap: 1vw; }
.poster { position: relative; min-height: 780px; padding: 3rem 2.5rem; color: var(--ink); overflow: hidden; }
.poster-red { background: var(--red); }
.poster-yellow { background: var(--yellow); }
.poster-id { font-size: .62rem; font-weight: 700; letter-spacing: .18em; }
.poster p { margin: 7rem 0 0; font-family: "Anton"; font-size: clamp(4rem, 7vw, 8rem); line-height: .78; }
.poster strong { display: block; font-family: "Archivo Black"; font-size: clamp(4rem, 8vw, 9rem); line-height: .76; letter-spacing: -.09em; color: var(--paper); transform: rotate(-4deg); }
.poster-yellow strong {
  color: var(--red);
  width: 100%;
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  letter-spacing: -.075em;
  white-space: nowrap;
}
.poster-star { position: absolute; right: 1.8rem; bottom: 1rem; font-size: 7rem; }
.poster-photo { position: relative; min-height: 780px; overflow: hidden; }
.poster-photo img { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; object-position: center; filter: contrast(1.1) saturate(.95); transform: scale(1.045); transition: transform 1.8s cubic-bezier(.2,.75,.2,1), filter .8s ease; }
.poster-photo.visible img { transform: scale(1); }
.poster-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 60%); }
.poster-photo div { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; }
.poster-photo div span { font-size: .64rem; font-weight: 700; letter-spacing: .19em; }
.poster-photo div strong { display: block; font-family: "Anton"; color: var(--blue); font-size: clamp(4rem, 6vw, 7rem); line-height: .82; }

.sound { background: var(--paper); color: var(--ink); overflow: hidden; }
.ticker { background: var(--yellow); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); padding: .7rem 0 .8rem; overflow: hidden; }
.ticker-track { display: flex; width: max-content; white-space: nowrap; font-family: "Anton"; font-size: 2rem; letter-spacing: .04em; animation: ticker 18s linear infinite; will-change: transform; }
.ticker-track span { flex: none; }
.sound-inner { min-height: 100svh; padding: 6rem 3vw; }
.sound .label { color: var(--red); }
.sound-title { display: flex; align-items: center; justify-content: space-between; }
.sound h2 { margin: 5rem 0 3rem; }
.sound-title > span { width: 190px; height: 190px; border-radius: 50%; background: var(--red); color: var(--paper); display: grid; place-content: center; text-align: center; font-family: "Anton"; font-size: 4rem; line-height: .8; transform: rotate(8deg); box-shadow: 9px 9px 0 var(--yellow); }
.sound-bottom { margin-left: 40%; padding-top: 2rem; border-top: 2px solid rgba(11,11,11,.4); display: flex; justify-content: space-between; align-items: end; gap: 4rem; }
.sound-bottom p { max-width: 440px; margin: 0; color: var(--ink); font-size: 1.08rem; line-height: 1.6; }
.sound-bottom a { min-width: 190px; padding-bottom: .8rem; border-bottom: 3px solid var(--ink); font-family: "Anton"; font-size: 1.4rem; }
.sound-bottom a span { float: right; color: var(--red); }

.find { min-height: 100svh; background: #050505; padding: 7rem 3vw 5rem; position: relative; overflow: hidden; }
.find::before { content: "★"; position: absolute; right: -3vw; top: 10vh; color: var(--red); font-size: 28rem; line-height: 1; opacity: .22; transform: rotate(14deg); }
.find-top { display: flex; justify-content: space-between; }
.small-mark { font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-align: right; }
.find h2 { position: relative; margin: 6rem 0; font-size: clamp(6rem, 16vw, 17rem); }
.find h2 span { color: var(--yellow); }
.find-grid { border-top: 1px solid rgba(255,255,255,.35); display: grid; grid-template-columns: 1fr 1fr 230px; gap: 2rem; align-items: center; padding-top: 2rem; }
.find-grid small { color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .2em; }
.find-grid p { margin: .8rem 0 0; font-size: 1rem; line-height: 1.55; }
.map-button { width: 210px; height: 210px; margin-left: auto; border-radius: 50%; background: var(--red); display: grid; place-content: center; text-align: center; font-family: "Anton"; font-size: 2rem; line-height: .9; transform: rotate(-5deg); transition: transform .25s; }
.map-button:hover { transform: rotate(3deg) scale(1.04); }
.map-button span { font-family: sans-serif; font-size: 1rem; margin-top: .7rem; }

footer { background: var(--red); color: var(--ink); min-height: clamp(360px, 36vw, 520px); padding: 7rem 3vw 3rem; display: grid; grid-template-columns: 1fr auto; align-items: end; position: relative; overflow: hidden; }
.footer-name { font-family: "Archivo Black"; font-size: clamp(6rem, 18vw, 18rem); line-height: .7; letter-spacing: -.1em; color: var(--paper); }
.footer-meta { position: absolute; left: 3vw; top: 2.5rem; display: flex; gap: 2rem; font-size: .6rem; font-weight: 700; letter-spacing: .18em; }
footer > a { justify-self: end; font-size: .68rem; font-weight: 700; letter-spacing: .13em; border-bottom: 2px solid var(--ink); padding-bottom: .45rem; }

/* Inner pages */
.inner-page { background: var(--ink); }
.inner-header { background: rgba(11,11,11,.88); backdrop-filter: blur(14px); }
.page-hero { min-height: 100svh; padding: 10rem 3vw 5rem; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.page-hero h1 { margin: 3rem 0 1.5rem; font-family: "Anton"; font-size: clamp(7rem, 17vw, 18rem); font-weight: 400; line-height: .76; letter-spacing: -.045em; }
.page-intro { width: min(470px, 100%); margin: 1rem 0 0 auto; font-size: 1.08rem; line-height: 1.6; }
.playlist-hero { background: var(--ink); }
.playlist-hero h1 span { color: var(--orange); }
.record-mark { position: absolute; right: 8vw; top: 18vh; width: clamp(150px, 18vw, 270px); aspect-ratio: 1; border: 1px solid rgba(238,233,223,.55); border-radius: 50%; display: grid; place-items: center; animation: spin 12s linear infinite; }
.record-mark::before, .record-mark::after { content: ""; position: absolute; border: 1px solid rgba(238,233,223,.25); border-radius: 50%; inset: 14%; }
.record-mark::after { inset: 31%; background: var(--orange); border: 0; }
.record-mark span { position: relative; z-index: 2; font-family: "Archivo Black"; font-size: 2.5rem; color: var(--ink); }
.playlist-feature { background: var(--orange); color: var(--ink); padding: 6vw; display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 8vw; align-items: center; }
.playlist-cover { aspect-ratio: 1; background: #000; border: 1px solid rgba(255,255,255,.2); position: relative; display: grid; place-items: center; box-shadow: 24px 24px 0 #f2ad3d; }
.playlist-cover img { width: 52%; }
.playlist-cover > span { position: absolute; left: 1.5rem; bottom: 1.5rem; color: var(--paper); font-size: .62rem; font-weight: 700; letter-spacing: .2em; }
.playlist-copy h2 { margin: 2rem 0; font-family: "Anton"; font-size: clamp(5rem, 9vw, 10rem); font-weight: 400; line-height: .8; }
.playlist-copy h2 em { color: var(--paper); font-style: normal; }
.playlist-copy > p:not(.label) { max-width: 520px; font-size: 1.08rem; line-height: 1.6; }
.outline-action { min-height: 54px; padding: 0 1.2rem; border: 2px solid var(--ink); background: transparent; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 1rem; font: inherit; font-size: .67rem; font-weight: 700; letter-spacing: .15em; cursor: pointer; }
.outline-action span { font-size: .9rem; }
.spotify-player { grid-column: 1 / -1; margin-top: 1rem; padding: 1rem; background: #000; box-shadow: 18px 18px 0 var(--yellow); }
.spotify-player-head { padding: .35rem .3rem 1rem; color: var(--paper); display: flex; justify-content: space-between; font-size: .62rem; font-weight: 700; letter-spacing: .18em; }
.spotify-player iframe { display: block; border: 0; border-radius: 10px; }
.playlist-notes { min-height: 45vh; display: grid; grid-template-columns: repeat(4,1fr); }
.playlist-notes span { border-right: 1px solid rgba(238,233,223,.25); display: grid; place-items: center; font-family: "Anton"; font-size: clamp(1.5rem,3vw,3rem); writing-mode: vertical-rl; transform: rotate(180deg); color: var(--paper); }
.shop-body { background: var(--red); }
.shop-hero { background: var(--red); color: var(--ink); }
.shop-hero h1 span { color: var(--paper); }
.shop-hero::after { content: "★"; position: absolute; right: 5vw; top: 13vh; font-size: clamp(10rem,26vw,28rem); line-height: 1; color: var(--yellow); transform: rotate(8deg); }
.shop-hero > * { position: relative; z-index: 1; }
.shop-grid { background: var(--ink); padding: 1vw; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1vw; }
.product-card { min-height: 720px; padding: 2rem; color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.product-image-card { min-height: 0; padding: 0; background: #080808; }
.product-shot { aspect-ratio: 4 / 5; overflow: hidden; background: #111; }
.product-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.product-image-card:hover .product-shot img { transform: scale(1.025); }
.product-coming-soon { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem,3vw,3.5rem); background: #111; color: var(--paper); font-family: "Anton", Impact, sans-serif; font-size: clamp(3.5rem,7vw,8rem); line-height: .82; letter-spacing: -.035em; }
.product-coming-soon strong { color: var(--orange); font: inherit; transform: translateX(8%); }
.product-dark { background: #050505; }
.product-orange { background: var(--orange); color: var(--ink); }
.product-paper { background: var(--paper); color: var(--ink); }
.product-visual { flex: 1; display: grid; place-items: center; }
.product-visual img { width: 58%; }
.product-type { flex: 1; display: grid; place-content: center; text-align: center; font-family: "Archivo Black"; font-size: clamp(3.5rem,6vw,7rem); line-height: .76; letter-spacing: -.08em; transform: rotate(-5deg); }
.product-type span { font-family: "DM Sans"; font-size: .7rem; letter-spacing: .2em; }
.star-type { font-size: 14rem; color: var(--red); }
.product-info { border-top: 1px solid currentColor; padding-top: 1.2rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: end; }
.product-image-card .product-info { padding: 1.5rem; border-top-color: rgba(238,233,223,.35); }
.product-info > span, .product-info p { font-size: .6rem; font-weight: 700; letter-spacing: .16em; }
.product-info h2 { margin: 0; font-family: "Anton"; font-size: 3rem; font-weight: 400; line-height: .8; }
.product-info p { margin: 0; }
.product-info .product-price { color: var(--yellow); font-family: "Anton"; font-size: 1.8rem; letter-spacing: .04em; white-space: nowrap; }
.shop-signup { min-height: 85svh; padding: 7rem 3vw; background: var(--yellow); color: var(--ink); display: flex; flex-direction: column; justify-content: center; }
.shop-signup h2 { margin: 3rem 0; font-family: "Anton"; font-size: clamp(6rem,14vw,15rem); font-weight: 400; line-height: .8; }
.dark-action { width: max-content; }
.inner-footer { min-height: clamp(320px,32vw,460px); }
.shop-footer { background: var(--ink); color: var(--paper); }
.shop-footer > a { border-color: var(--paper); }

.reveal { opacity: 0; transform: translateY(42px) scale(.992); filter: blur(5px); transition: opacity .75s ease, transform .9s cubic-bezier(.2,.75,.25,1), filter .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.visible { filter: none; }
.poster-wall .reveal:nth-child(2) { transition-delay: .1s; }
.poster-wall .reveal:nth-child(3) { transition-delay: .2s; }
@keyframes hero-in { from { transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0) scale(1.12); filter: saturate(.7) contrast(1.16) brightness(.72); } to { transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0) scale(1.04); filter: saturate(.92) contrast(1.1) brightness(1); } }
@keyframes hero-word-in { from { opacity: 0; clip-path: inset(100% 0 0); transform: translateY(12%) scaleX(.96); } to { opacity: 1; clip-path: inset(0 0 0); transform: translateY(0) scaleX(.96); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes stamp-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes sticker-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes bars { to { height: 100%; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spark-float-one {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  50% { transform: translate3d(-1.5px, -2.5px, 0) rotate(-3deg); }
}
@keyframes spark-float-two {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  50% { transform: translate3d(2px, -1.5px, 0) rotate(3deg); }
}
@keyframes spark-float-three {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  50% { transform: translate3d(-1.5px, 2px, 0) rotate(2deg); }
}

@media (max-width: 780px) {
  .entry-gate { padding: 0 1rem 1.5rem; }
  .entry-gate::before { bottom: 4vh; font-size: 35vw; }
  .entry-topline { min-height: 62px; grid-template-columns: 1fr 1fr; font-size: .52rem; }
  .entry-topline span:nth-child(2) { display: none; }
  .entry-center { width: min(92vw, 360px); }
  .entry-center > p { margin-bottom: 1rem; font-size: .48rem; letter-spacing: .11em; gap: .55rem; }
  .entry-logo-stage { width: min(34vw, 125px); }
  .enter-sound { width: min(82vw, 300px); min-height: 68px; margin-top: 1.65rem; }
  .entry-bottomline { grid-template-columns: 1fr; justify-items: center; }
  .entry-bottomline > span { display: none; }
  .sound-toggle { right: .8rem; bottom: .8rem; }

  .site-header { min-height: 70px; padding: 0 1rem; grid-template-columns: 1fr auto; }
  .desktop-nav, .insta-button { display: none; }
  .brand strong { font-size: 1.55rem; }
  .menu-button { display: flex; width: 46px; height: 46px; border: 0; background: var(--yellow); border-radius: 50%; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
  .menu-button span { width: 22px; height: 2px; background: var(--ink); transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 40; inset: 0; padding: 7rem 1rem 2rem; background: var(--red); flex-direction: column; justify-content: center; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { font-family: "Anton"; font-size: clamp(2.6rem, 11vw, 4.5rem); line-height: .92; border-bottom: 2px solid var(--ink); padding: .38rem 0; color: var(--ink); }
  .mobile-nav-divider { color: var(--ink); font-family: "Anton"; font-size: 8vw; line-height: .45; padding: .4rem 0; }

  .page-hero { min-height: 88svh; padding: 8rem 1rem 3rem; }
  .page-hero h1 { font-size: 25vw; margin-top: 2rem; }
  .page-intro { margin-left: 0; }
  .record-mark { width: 120px; right: 1rem; top: 18vh; }
  .record-mark span { font-size: 1.5rem; }
  .playlist-feature { grid-template-columns: 1fr; padding: 5rem 1rem; gap: 5rem; }
  .playlist-cover { box-shadow: 12px 12px 0 #f2ad3d; }
  .playlist-copy h2 { font-size: 20vw; }
  .outline-action { width: 100%; }
  .spotify-player { margin-top: 0; padding: .65rem; box-shadow: 10px 10px 0 var(--yellow); }
  .spotify-player-head { font-size: .55rem; }
  .playlist-notes { min-height: 34vh; }
  .playlist-notes span { font-size: 1.15rem; }
  .shop-hero::after { top: 20vh; right: -8vw; opacity: .7; }
  .shop-grid { grid-template-columns: 1fr; padding: .7rem; gap: .7rem; }
  .product-card { min-height: 78svh; }
  .product-image-card { min-height: 0; }
  .shop-signup { min-height: 70svh; padding: 5rem 1rem; }
  .shop-signup h2 { font-size: 22vw; }

  .hero > img { object-position: 67% center; }
  .hero-title { padding: 0 1rem 8vh; }
  .hero h1 { width: 100%; max-width: 100%; font-size: 23.5vw; line-height: .77; letter-spacing: -.08em; white-space: nowrap; }
  .hero-title > p { margin-left: 0; }
  .hero-subline { margin-top: 1.6rem; align-items: end; gap: 1rem; }
  .hero-subline span:last-child { max-width: 130px; text-align: right; }
  .hero-stamp { top: 16vh; left: 1rem; width: 140px; }
  .hero-stamp strong { font-size: 1.1rem; }
  .tonight-sticker { width: 138px; height: 138px; right: 1rem; top: 29vh; box-shadow: -7px 7px 0 var(--red); }
  .tonight-sticker strong { font-size: 2.2rem; }
  .tonight-sticker small, .tonight-sticker span { font-size: .45rem; }
  .hero-foot { left: 1rem; right: auto; gap: .8rem; }
  .hero-foot span:nth-child(2) { display: none; }

  .intro { grid-template-columns: 1fr; padding: 5rem 1rem; }
  .intro-number { font-size: 4rem; margin-bottom: 2rem; }
  .intro-copy { border-left: 0; border-top: 1px solid rgba(0,0,0,.3); padding: 2rem 0 0; }
  .intro h2 { font-size: 21vw; margin: 4rem 0; }
  .intro-text { width: 100%; grid-template-columns: 1fr; gap: 1.5rem; }

  .poster-wall { grid-template-columns: 1fr; gap: .7rem; padding: .7rem; }
  .poster, .poster-photo { min-height: 82svh; }
  .poster { padding: 2rem 1.4rem; }
  .poster p { font-size: 20vw; }
  .poster strong { font-size: 23vw; }
  .poster-yellow strong { max-width: 100%; font-size: 18vw; line-height: .8; letter-spacing: -.065em; white-space: normal; transform: rotate(-2deg); transform-origin: center; }
  .poster-photo div strong { font-size: 20vw; }

  .ticker-track { font-size: 1.6rem; }
  .sound-inner { padding: 5rem 1rem; min-height: auto; }
  .sound-title { display: block; }
  .sound h2 { font-size: 25vw; margin: 4rem 0; }
  .sound-title > span { width: 120px; height: 120px; margin: -2rem 0 3rem auto; font-size: 2.6rem; }
  .sound-bottom { margin-left: 0; flex-direction: column; align-items: stretch; gap: 2.5rem; }

  .find { padding: 5rem 1rem 4rem; min-height: auto; }
  .find::before { font-size: 18rem; top: 20%; }
  .find h2 { font-size: 26vw; margin: 5rem 0; }
  .find-grid { grid-template-columns: 1fr 1fr; }
  .map-button { grid-column: 1 / -1; width: 155px; height: 155px; margin: 2rem 0 0 auto; font-size: 1.5rem; }

  footer { min-height: 380px; padding: 6.5rem 1rem 2.5rem; grid-template-columns: 1fr; }
  .footer-name { font-size: 24vw; }
  .footer-meta { left: 1rem; top: 2rem; gap: .75rem; font-size: .5rem; }
  footer > a { justify-self: start; }
}

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

@media (hover: hover) and (pointer: fine) {
  body.has-martini-cursor,
  body.has-martini-cursor a,
  body.has-martini-cursor button { cursor: none; }

  .martini-cursor {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-80px, -80px, 0);
    transition: opacity .16s ease;
    will-change: transform;
  }

  .martini-cursor.is-visible { opacity: .92; }
  .martini-cursor img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: 24% 20%;
    transition: transform .18s ease, opacity .18s ease;
  }
  .martini-cursor.is-active img { transform: rotate(-3deg) scale(1.04); }
}

@media (hover: none), (pointer: coarse) {
  .martini-cursor { display: none; }
}
