:root {
  --ink: #070705;
  --ink-soft: #0d0c09;
  --surface: #11100d;
  --surface-lift: #18150e;
  --gold: #e0ad24;
  --gold-bright: #f5c642;
  --gold-pale: #ffe49a;
  --line: rgba(224, 173, 36, 0.25);
  --muted: #aaa79f;
  --white: #f6f3eb;
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 15px; overflow-x: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.topline { height: 42px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: #050504; text-transform: uppercase; letter-spacing: .04em; font-family: var(--display); font-size: 13px; }
.topline p { display: flex; align-items: center; gap: 10px; margin: 0; }
.headphone-icon { width: 15px; height: 13px; display: inline-block; position: relative; border: 2px solid currentColor; border-bottom: 0; border-radius: 10px 10px 0 0; }
.headphone-icon::before, .headphone-icon::after { content: ""; position: absolute; top: 6px; width: 3px; height: 7px; border: 2px solid currentColor; }
.headphone-icon::before { left: -4px; border-radius: 3px 0 0 3px; }
.headphone-icon::after { right: -4px; border-radius: 0 3px 3px 0; }
.topline-actions { height: 100%; display: flex; align-items: center; gap: 34px; }
.social-strip { display: flex; gap: 17px; }
.social-strip a { font-size: 9px; font-family: var(--body); font-weight: 800; text-decoration: none; color: #ecebe8; }
.mini-book { min-width: 184px; height: 30px; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 0 20px; border-radius: 4px; color: #171307; background: linear-gradient(115deg, #f7d060, #bd8610); font-weight: 800; text-decoration: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.45); }

.site-header { height: 76px; display: grid; grid-template-columns: 270px 1fr 260px; align-items: center; padding: 0 clamp(24px, 5vw, 78px); background: rgba(5,5,4,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 15; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--gold-bright); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; font: 700 31px/1 var(--display); transform: skew(-8deg); }
.brand-name { font: 800 31px/1 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.site-header nav { height: 100%; display: flex; justify-content: center; gap: clamp(20px, 2.7vw, 42px); }
.site-header nav a { height: 100%; display: grid; place-items: center; position: relative; text-decoration: none; text-transform: uppercase; font-family: var(--display); font-size: 15px; letter-spacing: .04em; }
.site-header nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 17px; height: 1px; background: var(--gold-bright); transition: left .25s ease, right .25s ease; }
.site-header nav a:hover, .site-header nav a.active { color: var(--gold-bright); }
.site-header nav a:hover::after, .site-header nav a.active::after { left: 0; right: 0; }
.whatsapp-header { display: flex; justify-content: flex-end; align-items: center; gap: 12px; text-decoration: none; }
.whatsapp-header .wa-ring { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-size: 24px; }
.whatsapp-header span:nth-child(2) { display: grid; text-transform: uppercase; }
.whatsapp-header b { font: 600 14px var(--display); letter-spacing: .05em; }
.whatsapp-header small { margin-top: 3px; font-size: 12px; color: #ddd9d0; }
.whatsapp-header i { width: 7px; height: 7px; border-radius: 50%; background: #24df68; box-shadow: 0 0 12px rgba(36,223,104,.65); }
.menu-toggle { display: none; width: 38px; height: 38px; padding: 8px; background: transparent; border: 1px solid var(--line); }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--gold); }

.hero { min-height: 510px; height: calc(100vh - 118px); max-height: 660px; position: relative; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-image { position: absolute; inset: 0; background-image: url('/assets/images/hero-dj.webp'); background-size: cover; background-position: center; transform: scale(1.02); animation: heroIn 1.6s cubic-bezier(.22,.8,.2,1) both; }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,4,.99) 0%, rgba(5,5,4,.94) 26%, rgba(5,5,4,.32) 57%, rgba(5,5,4,.08) 78%), linear-gradient(0deg, rgba(5,5,4,.72), transparent 45%); }
.hero-copy { width: min(690px, 52vw); margin-left: clamp(50px, 9.5vw, 150px); position: relative; z-index: 2; padding-top: 10px; }
.hero-seal { width: 104px; height: 104px; display: grid; place-items: center; margin: 0 0 -13px 154px; border: 4px solid var(--gold-bright); border-radius: 50%; color: var(--gold-pale); box-shadow: inset 0 0 0 4px rgba(5,5,4,.7); }
.hero-seal span { font: 700 76px/1 var(--display); transform: skew(-8deg); }
.hero h1 { display: flex; flex-direction: column; margin: 0; text-transform: uppercase; line-height: .75; }
.hero h1 small { margin-left: 2px; color: var(--white); font: 800 32px/1 var(--display); letter-spacing: .1em; }
.hero h1 span { font: 800 clamp(92px, 10vw, 158px)/.8 var(--display); letter-spacing: -.045em; background: linear-gradient(180deg, #ffdc70 0%, #e0ae2a 44%, #9b6505 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 12px 28px rgba(0,0,0,.3); }
.tagline { margin: 24px 0 13px; text-transform: uppercase; font: 600 clamp(14px, 1.2vw, 19px)/1 var(--display); letter-spacing: .34em; }
.genres { display: flex; align-items: center; gap: 11px; color: var(--gold-bright); text-transform: uppercase; font: 700 13px var(--display); letter-spacing: .16em; }
.genres i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.hero-actions { display: flex; gap: 14px; margin-top: 24px; }
.button { min-height: 43px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--gold); border-radius: 4px; text-transform: uppercase; font: 700 14px var(--display); letter-spacing: .06em; text-decoration: none; cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: #171205; background: linear-gradient(115deg, #f7d369, #d49b17); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 8px 25px rgba(181,128,10,.16); }
.button-outline { color: var(--white); background: rgba(5,5,4,.68); }
.button-outline:hover { color: var(--ink); background: var(--gold-bright); }
.calendar-icon { width: 16px; height: 15px; display: inline-block; border: 1.5px solid currentColor; border-radius: 2px; position: relative; }
.calendar-icon::before { content: ""; position: absolute; left: -1px; right: -1px; top: 3px; border-top: 1.5px solid currentColor; }
.slider-controls { position: absolute; z-index: 3; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 11px; }
.slider-controls button { width: 8px; height: 8px; padding: 0; border: 1px solid #e9e7df; border-radius: 50%; background: transparent; }
.slider-controls button.active { background: var(--gold); border-color: var(--gold); }

.dashboard { display: grid; grid-template-columns: 1.06fr .9fr .98fr; border-bottom: 1px solid var(--line); }
.panel { min-width: 0; padding: 28px clamp(24px, 4vw, 58px) 24px; border-right: 1px solid var(--line); background: linear-gradient(180deg, #080806, #060605); }
.panel:last-child { border-right: 0; }
.panel-heading { min-height: 37px; margin-bottom: 8px; }
.panel-heading h2 { width: max-content; margin: 0; padding-bottom: 11px; position: relative; color: var(--gold-bright); text-transform: uppercase; font: 600 19px var(--display); letter-spacing: .13em; }
.panel-heading h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 58px; height: 1px; background: var(--gold); }
.panel-heading.split { display: flex; align-items: flex-start; justify-content: space-between; }
.panel-heading.split h2::after { display: none; }
.panel-heading a { color: var(--gold-bright); text-transform: uppercase; text-decoration: none; font: 600 12px var(--display); letter-spacing: .08em; }
.about-grid { display: grid; grid-template-columns: 1fr 168px; gap: 25px; }
.about-copy { padding-top: 15px; color: #dad7cf; font-size: 12px; line-height: 1.75; }
.about-copy p { margin: 0; }
.small-button { display: inline-grid; place-items: center; min-width: 126px; min-height: 38px; margin-top: 16px; border: 1px solid var(--gold); border-radius: 4px; color: var(--gold-bright); text-decoration: none; text-transform: uppercase; font: 600 12px var(--display); letter-spacing: .07em; }
.portrait-frame { height: 230px; margin: -2px 0 0; padding: 4px; border: 1px solid var(--gold); border-radius: 4px; background: #0c0a06; box-shadow: 0 8px 20px rgba(0,0,0,.45); overflow: hidden; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 22px; }
.stats div { display: grid; justify-items: center; text-align: center; }
.stat-icon { height: 24px; color: var(--gold-bright); font-size: 24px; line-height: 1; }
.stats strong { margin: 3px 0 0; color: var(--gold); font: 700 23px var(--display); }
.stats small { color: #d7d4cc; text-transform: uppercase; font: 500 9px/1.25 var(--body); }
.mix-list { display: grid; gap: 3px; }
.mix { min-height: 62px; display: grid; grid-template-columns: 76px 44px 1fr 48px 9px; align-items: center; gap: 10px; width: 100%; padding: 4px 10px 4px 4px; border: 1px solid #29251c; border-radius: 2px; color: var(--white); text-align: left; background: linear-gradient(90deg, #16140f, #0e0d0a); cursor: pointer; }
.mix:hover, .mix.playing { border-color: rgba(224,173,36,.55); background: #19160e; }
.cover { height: 52px; display: grid; place-content: center; text-align: center; overflow: hidden; text-transform: uppercase; font: 800 10px/.9 var(--display); text-shadow: 0 2px 4px #000; }
.cover b { display: block; color: #fff3c1; font-size: 13px; }
.cover-one { background: radial-gradient(circle, #6e5918, #171004), repeating-linear-gradient(45deg, transparent 0 6px, rgba(255,255,255,.08) 7px); }
.cover-two { background: radial-gradient(circle, #a7241a, #1f0807); }
.cover-three { background: radial-gradient(circle, #247023, #071606); }
.cover-four { background: radial-gradient(circle, #263877, #070b18); }
.play-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #fff; font-size: 10px; }
.mix.playing .play-icon { color: var(--ink); background: var(--gold); }
.track { min-width: 0; display: grid; }
.track b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; font: 600 12px var(--display); letter-spacing: .04em; }
.track small, .mix time { margin-top: 3px; color: #a8a49b; font-size: 10px; }
.mix time { text-align: right; }
.more { font-size: 20px; }
.wide-button { min-height: 43px; margin-top: 11px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--gold); border-radius: 4px; color: var(--gold-bright); text-decoration: none; text-transform: uppercase; font: 600 14px var(--display); letter-spacing: .1em; transition: background .2s ease, color .2s ease; }
.wide-button:hover { color: var(--ink); background: var(--gold); }
.event-list { display: grid; gap: 3px; }
.event { min-height: 62px; display: grid; grid-template-columns: 54px 1fr 49px; align-items: center; gap: 14px; padding: 4px 10px 4px 4px; border: 1px solid #29251c; background: #0b0a08; }
.event time { height: 52px; display: grid; place-content: center; border: 1px solid var(--gold); text-align: center; text-transform: uppercase; }
.event time b { color: var(--gold-bright); font: 700 25px/.75 var(--display); }
.event time span { margin-top: 7px; font: 600 10px var(--display); }
.event-name { display: grid; }
.event-name b { text-transform: uppercase; font: 600 13px var(--display); letter-spacing: .04em; }
.event-name small { margin-top: 4px; color: #aaa69e; font-size: 10px; }
.event > a { padding: 6px 8px; border: 1px solid var(--gold); border-radius: 3px; color: var(--gold-bright); text-align: center; text-transform: uppercase; text-decoration: none; font: 600 10px var(--display); }

.story-section { min-height: 630px; position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; padding: 80px 10vw; background: radial-gradient(circle at 20% 30%, rgba(224,173,36,.13), transparent 24%), linear-gradient(115deg, #090806 0 44%, #12100a 44%); border-bottom: 1px solid var(--line); }
.story-kicker { align-self: end; padding-bottom: 20px; color: var(--gold); text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); font: 600 13px var(--display); letter-spacing: .4em; }
.story-copy { max-width: 620px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 17px; color: var(--gold-bright); text-transform: uppercase; font: 600 13px var(--display); letter-spacing: .24em; }
.story-copy h2, .section-heading h2, .booking-copy h2 { margin: 0; text-transform: uppercase; font: 700 clamp(48px, 5.6vw, 86px)/.9 var(--display); letter-spacing: -.02em; }
.story-copy h2 span, .section-heading h2 span, .booking-copy h2 span { color: var(--gold); }
.story-copy > p:not(.eyebrow) { max-width: 550px; margin: 30px 0; color: var(--muted); line-height: 1.9; }
.story-mark { position: absolute; right: -1vw; bottom: -16vh; color: rgba(224,173,36,.04); font: 800 680px/.7 var(--display); transform: skew(-8deg); }

.media-section, .gallery-section { padding: 110px clamp(24px, 7vw, 108px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.section-heading h2 { max-width: 820px; }
.media-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 240px 240px; gap: 15px; }
.media-card { position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding: 30px; overflow: hidden; border: 1px solid var(--line); color: var(--white); text-decoration: none; background: linear-gradient(145deg, rgba(224,173,36,.2), rgba(5,5,4,.9)), url('/assets/images/hero-dj.webp') center/cover; }
.media-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,4,.92), transparent 70%); transition: background .3s ease; }
.media-card:hover::before { background: linear-gradient(0deg, rgba(5,5,4,.75), rgba(224,173,36,.08)); }
.media-card.large { grid-row: 1 / 3; background-position: 68% center; }
.media-card > span { position: relative; z-index: 1; }
.media-card > span:last-child { display: grid; }
.media-card b { text-transform: uppercase; font: 600 23px var(--display); letter-spacing: .08em; }
.media-card small { margin-top: 6px; color: #cbc7bd; }
.media-play { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.media-number { color: var(--gold); font: 700 54px var(--display); }

.gallery-section { padding-top: 40px; background: #090806; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; gap: 10px; }
.gallery-grid figure { height: 330px; margin: 0; display: flex; align-items: flex-end; position: relative; overflow: hidden; border: 1px solid var(--line); background-image: linear-gradient(0deg, rgba(5,5,4,.92), transparent), url('/assets/images/hero-dj.webp'); background-size: auto 180%; transition: filter .3s ease, transform .3s ease; }
.gallery-grid figure:nth-child(1) { background-position: 100% 50%; }
.gallery-grid figure:nth-child(2) { background-position: 72% 50%; }
.gallery-grid figure:nth-child(3) { background-position: 50% 50%; }
.gallery-grid figure:nth-child(4) { background-position: 30% 50%; }
.gallery-grid figure:hover { filter: sepia(.35) brightness(1.12); transform: translateY(-6px); }
.gallery-grid span { padding: 22px; color: var(--gold-bright); text-transform: uppercase; font: 600 16px var(--display); letter-spacing: .12em; }
.shop-section { display: flex; justify-content: center; align-items: center; gap: 45px; padding: 25px; border-block: 1px solid var(--line); color: var(--gold-pale); background: #0e0c07; text-transform: uppercase; font: 600 14px var(--display); letter-spacing: .14em; }
.shop-section p { margin: 0; }
.shop-section a { color: var(--ink); padding: 9px 18px; border-radius: 3px; background: var(--gold); text-decoration: none; }

.booking-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 140px); padding: 110px clamp(24px, 9vw, 140px); background: radial-gradient(circle at 85% 40%, rgba(224,173,36,.1), transparent 30%), #070705; }
.booking-copy h2 { font-size: clamp(47px, 5vw, 78px); }
.booking-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); line-height: 1.8; }
.contact-lines { display: grid; gap: 8px; margin-top: 30px; }
.contact-lines a { color: var(--gold-pale); text-decoration: none; }
#booking-form { display: grid; align-content: center; gap: 18px; }
#booking-form label { display: grid; gap: 9px; color: var(--gold-bright); text-transform: uppercase; font: 600 11px var(--display); letter-spacing: .13em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #4a412b; border-radius: 0; outline: none; color: var(--white); background: transparent; resize: vertical; }
input:focus, textarea:focus { border-color: var(--gold-bright); }
input::placeholder, textarea::placeholder { color: #6d6960; }
#booking-form button { justify-self: start; margin-top: 8px; }
.form-status { min-height: 20px; margin: 0; color: var(--gold-pale); font-size: 12px; }

footer { border-top: 1px solid var(--line); background: #050504; }
.footer-social { min-height: 92px; padding: 14px clamp(24px, 5vw, 78px); display: grid; align-content: center; border-bottom: 1px solid var(--line); }
.footer-social p { margin: 0 0 10px; color: var(--gold); text-transform: uppercase; font: 600 12px var(--display); letter-spacing: .12em; }
.social-circles { display: flex; gap: 12px; }
.social-circles a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; text-decoration: none; font-size: 8px; font-weight: 800; transition: color .2s ease, background .2s ease; }
.social-circles a:hover { color: var(--ink); background: var(--gold); }
.footer-whatsapp { width: min(410px, 90vw); min-height: 74px; margin: -83px clamp(24px, 5vw, 78px) 9px auto; padding: 0 26px; display: grid; grid-template-columns: 52px 1fr 20px; align-items: center; gap: 15px; border-radius: 5px; color: #161104; background: linear-gradient(115deg, #f8d46c, #d19712); text-decoration: none; }
.wa-symbol { font-size: 46px; }
.footer-whatsapp span:nth-child(2) { display: grid; text-transform: uppercase; }
.footer-whatsapp small { font: 700 15px var(--display); letter-spacing: .08em; }
.footer-whatsapp b { font-size: 16px; }
.footer-whatsapp strong { font-size: 38px; font-weight: 300; }
.footer-bottom { min-height: 44px; padding: 0 clamp(24px, 5vw, 78px); display: flex; justify-content: space-between; align-items: center; color: #85827c; font-size: 10px; }
.footer-bottom div { display: flex; gap: 45px; }
.footer-bottom a { color: #a09d95; text-decoration: none; }

.reveal { animation: reveal .9s .2s both; }
.reveal-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal-on-scroll.visible { opacity: 1; transform: none; }
@keyframes reveal { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes heroIn { from { opacity: .2; transform: scale(1.1); } to { opacity: 1; transform: scale(1.02); } }

@media (max-width: 1200px) {
  .site-header { grid-template-columns: 210px 1fr; }
  .whatsapp-header { display: none; }
  .site-header nav { justify-content: flex-end; gap: 22px; }
  .hero-copy { width: 58vw; margin-left: 7vw; }
  .dashboard { grid-template-columns: 1fr 1fr; }
  .about-panel { grid-column: 1 / 3; }
  .about-grid { grid-template-columns: 1fr 190px; }
  .about-copy { font-size: 13px; }
  .portrait-frame { height: 250px; }
  .mixes-panel { border-top: 1px solid var(--line); }
  .events-panel { border-top: 1px solid var(--line); }
}

@media (max-width: 860px) {
  .topline { padding-inline: 20px; }
  .social-strip { display: none; }
  .site-header { height: 68px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .brand-mark { width: 42px; height: 42px; font-size: 27px; }
  .brand-name { font-size: 27px; }
  .menu-toggle { display: block; }
  .site-header nav { position: absolute; top: 68px; left: 0; right: 0; height: auto; max-height: 0; overflow: hidden; display: grid; justify-content: stretch; gap: 0; padding: 0 24px; background: rgba(5,5,4,.98); transition: max-height .35s ease, padding .35s ease; }
  .site-header.open nav { max-height: 620px; padding-block: 12px; border-bottom: 1px solid var(--line); }
  .site-header nav a { min-height: 43px; justify-content: start; }
  .site-header nav a::after { display: none; }
  .hero { height: 650px; max-height: none; }
  .hero-image { background-position: 62% center; }
  .hero-vignette { background: linear-gradient(90deg, rgba(5,5,4,.96), rgba(5,5,4,.26)), linear-gradient(0deg, rgba(5,5,4,.88), transparent 55%); }
  .hero-copy { width: 86vw; margin-left: 7vw; }
  .hero-seal { width: 82px; height: 82px; margin-left: 94px; }
  .hero-seal span { font-size: 60px; }
  .hero h1 span { font-size: clamp(82px, 22vw, 140px); }
  .genres { max-width: 570px; flex-wrap: wrap; }
  .dashboard { grid-template-columns: 1fr; }
  .about-panel { grid-column: auto; }
  .panel { border-right: 0; border-top: 1px solid var(--line); }
  .story-section { grid-template-columns: 40px 1fr; padding-inline: 6vw; }
  .media-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 220px; }
  .media-card.large { grid-column: 1 / 3; grid-row: auto; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid figure { height: 270px; }
  .booking-section { grid-template-columns: 1fr; }
  .footer-whatsapp { margin: 16px 20px; width: calc(100% - 40px); }
}

@media (max-width: 560px) {
  .topline { height: 38px; }
  .topline p { font-size: 11px; }
  .mini-book { min-width: 120px; padding-inline: 10px; font-size: 10px; }
  .mini-book .headphone-icon { display: none; }
  .hero { min-height: 610px; height: calc(100svh - 106px); }
  .hero-image { background-position: 69% center; }
  .hero-vignette { background: linear-gradient(90deg, rgba(5,5,4,.97), rgba(5,5,4,.1)), linear-gradient(0deg, rgba(5,5,4,.96) 0%, transparent 70%); }
  .hero-copy { align-self: flex-end; margin-bottom: 70px; }
  .hero-seal { width: 66px; height: 66px; margin-left: 62px; margin-bottom: -8px; border-width: 3px; }
  .hero-seal span { font-size: 48px; }
  .hero h1 small { font-size: 23px; }
  .hero h1 span { font-size: 24vw; }
  .tagline { font-size: 12px; letter-spacing: .24em; }
  .genres { gap: 7px; font-size: 10px; letter-spacing: .08em; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { min-height: 40px; padding-inline: 20px; }
  .panel { padding: 26px 20px; }
  .about-grid { grid-template-columns: 1fr 125px; gap: 14px; }
  .about-copy { font-size: 11px; }
  .portrait-frame { height: 205px; }
  .stats { gap: 4px; }
  .stats strong { font-size: 20px; }
  .mix { grid-template-columns: 62px 36px 1fr 9px; gap: 7px; }
  .cover { height: 48px; }
  .mix time { display: none; }
  .event { grid-template-columns: 48px 1fr 45px; gap: 9px; }
  .event time { height: 48px; }
  .story-section { min-height: 580px; padding-block: 65px; }
  .story-kicker { display: none; }
  .story-section { display: block; }
  .story-copy h2, .section-heading h2, .booking-copy h2 { font-size: 48px; }
  .media-section, .gallery-section, .booking-section { padding: 75px 20px; }
  .section-heading { margin-bottom: 28px; }
  .media-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 320px 200px 200px; }
  .media-card.large { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure { height: 240px; }
  .shop-section { flex-direction: column; gap: 12px; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; padding-block: 15px; }
  .footer-bottom div { gap: 15px; flex-wrap: wrap; }
}

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