:root {
  --ink: #0b0b13;
  --paper: #f3f0e8;
  --coral: #ff594d;
  --yellow: #ffd541;
  --mint: #8ee4c4;
  --blue: #68a8ff;
  --violet: #b49cff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 104px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand img { display: block; width: 118px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav a { opacity: .72; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.site-header .nav-contact { opacity: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 12px 18px; }
.nav-contact span { color: var(--yellow); margin-left: 7px; }

.hero { position: relative; min-height: 790px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; padding: 164px clamp(24px, 6.4vw, 98px) 76px; }
.hero::after { content: ''; position: absolute; inset: 0; opacity: .23; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.45) .55px, transparent .55px); background-size: 5px 5px; }
.hero-glow { position: absolute; width: 600px; height: 600px; left: -260px; top: 120px; border-radius: 50%; background: rgba(255,89,77,.2); filter: blur(110px); }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--yellow); }
.hero h1 { margin: 24px 0 20px; max-width: 720px; font-family: Impact, 'Arial Black', sans-serif; font-size: clamp(76px, 8.2vw, 132px); font-weight: 900; line-height: .78; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em, .section-heading h2 em { color: var(--coral); font-style: normal; }
.hero-copy > p { max-width: 560px; margin: 0; color: #bbb8c1; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.primary-button { display: inline-flex; align-items: center; gap: 32px; padding: 17px 20px 17px 24px; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.primary-button span { display: grid; place-items: center; width: 30px; height: 30px; background: var(--coral); color: white; border-radius: 50%; font-size: 17px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--yellow); }
.hero-note { display: flex; align-items: center; gap: 24px; margin-top: 52px; }
.hero-note .play-dot { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 13px; }
.hero-note div { display: flex; flex-direction: column; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-note strong { font-size: 14px; text-transform: uppercase; }
.hero-note small { margin-top: 3px; color: #8f8d96; font-size: 11px; }

.hero-art { position: relative; z-index: 1; min-height: 560px; align-self: center; }
.record { position: absolute; width: min(34vw, 500px); aspect-ratio: 1; left: 52%; top: 44%; transform: translate(-50%,-50%); border-radius: 50%; background: repeating-radial-gradient(circle, #181821 0 5px, #0d0d14 6px 9px); box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.record::before { content: ''; position: absolute; inset: 16%; border-radius: 50%; background: var(--coral); border: 3px solid rgba(255,255,255,.14); box-shadow: inset 0 0 0 13px rgba(0,0,0,.05); }
.record::after { content: ''; position: absolute; width: 13px; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: var(--ink); border: 5px solid var(--paper); }
.record-label { position: absolute; z-index: 2; inset: 29%; display: flex; flex-direction: column; justify-content: center; align-items: center; line-height: .8; transform: rotate(-11deg); }
.record-label span { color: var(--paper); font-family: Impact, sans-serif; font-size: clamp(38px, 4.2vw, 64px); }
.record-label strong { color: var(--yellow); font-size: clamp(9px, 1vw, 14px); letter-spacing: .22em; }
.record-label small { margin-top: 8px; color: var(--paper); font-size: 7px; letter-spacing: .2em; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; left: -5%; top: -4%; }
.orbit-two { width: 720px; height: 720px; left: -16%; top: -15%; }
.equalizer { position: absolute; z-index: 3; right: 0; bottom: 10%; height: 125px; display: flex; align-items: center; gap: 7px; transform: rotate(-6deg); }
.equalizer i { display: block; width: 8px; border-radius: 999px; background: var(--yellow); }
.now-playing { position: absolute; z-index: 4; left: 3%; bottom: 6%; display: flex; align-items: center; gap: 14px; background: var(--paper); color: var(--ink); padding: 13px 18px; border-radius: 4px; transform: rotate(3deg); box-shadow: 0 14px 38px rgba(0,0,0,.3); }
.now-playing > span { color: var(--coral); font-family: Impact, sans-serif; font-size: 30px; }
.now-playing div { display: flex; flex-direction: column; }
.now-playing small { font-size: 7px; letter-spacing: .2em; }
.now-playing strong { font-size: 12px; }

.downloads { position: relative; z-index: 3; background: var(--paper); color: var(--ink); padding: clamp(80px, 10vw, 140px) clamp(24px, 6.4vw, 98px); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.section-number { display: inline-block; margin-bottom: 18px; color: #77736d; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.section-heading h2 { margin: 0; font-family: Impact, 'Arial Black', sans-serif; font-size: clamp(52px, 6vw, 88px); font-weight: 900; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.section-heading p { max-width: 430px; margin: 0 0 4px; color: #65615b; font-size: 16px; line-height: 1.7; }
.day-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; }
.day-card { grid-column: span 2; min-height: 390px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(11,11,19,.18); transition: transform .2s ease, box-shadow .2s ease; }
.day-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(30,25,20,.12); }
.day-card.coral { background: var(--coral); }.day-card.yellow { background: var(--yellow); }.day-card.mint { background: var(--mint); }.day-card.blue { background: var(--blue); }.day-card.violet { background: var(--violet); }
.day-top { display: flex; justify-content: space-between; align-items: center; }
.day-top span { font-family: Impact, sans-serif; font-size: 20px; }
.day-top small { font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.day-card h3 { margin: 50px 0 auto; font-family: Impact, 'Arial Black', sans-serif; font-size: clamp(32px, 3vw, 48px); font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.block-list { border-top: 1px solid rgba(11,11,19,.3); }
.block-list a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(11,11,19,.3); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.block-list b { transition: transform .2s ease; font-size: 16px; }.block-list a:hover b { transform: translateY(4px); }
.preview-strip { min-height: 150px; padding: 30px clamp(24px, 6.4vw, 98px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); text-transform: uppercase; }
.preview-strip span { color: #8f8d96; font-size: 10px; letter-spacing: .16em; }.preview-strip strong { font-family: Impact, sans-serif; font-size: clamp(30px, 4vw, 58px); letter-spacing: .02em; }

.gallery { position: relative; background: var(--ink); padding: clamp(90px, 11vw, 160px) clamp(24px, 6.4vw, 98px); overflow: hidden; }
.gallery::before { content: 'MIX'; position: absolute; top: -100px; right: -45px; color: rgba(255,255,255,.025); font-family: Impact, sans-serif; font-size: 420px; line-height: 1; }
.gallery-title { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.gallery-title .section-number { color: #8f8d96; align-self: flex-start; }
.gallery-title h2 { margin: 0; font-family: Impact, 'Arial Black', sans-serif; font-size: clamp(58px, 7vw, 100px); line-height: .86; letter-spacing: -.025em; text-align: right; text-transform: uppercase; }
.gallery-title h2 em { color: var(--yellow); font-style: normal; }
.gallery-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 125px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; background: #181821; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.75)); opacity: .6; transition: opacity .25s ease; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); transition: transform .5s ease, filter .3s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.1) contrast(1); }.gallery-item:hover::after { opacity: .85; }
.gallery-item > span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.gallery-item > span b { color: var(--yellow); font-size: 16px; }
.gallery-item-1 { grid-column: span 5; grid-row: span 3; }.gallery-item-2 { grid-column: span 3; grid-row: span 2; }.gallery-item-3 { grid-column: span 4; grid-row: span 4; }.gallery-item-4 { grid-column: span 3; grid-row: span 3; }.gallery-item-5 { grid-column: span 5; grid-row: span 2; }.gallery-item-6 { grid-column: span 5; grid-row: span 2; }

.contact { display: grid; grid-template-columns: 1fr 1fr; background: var(--coral); color: var(--ink); }
.contact-intro { padding: clamp(80px, 9vw, 130px) clamp(24px, 6.4vw, 98px); }
.contact-intro .section-number { color: rgba(11,11,19,.58); }
.contact-intro h2 { margin: 12px 0 24px; font-family: Impact, 'Arial Black', sans-serif; font-size: clamp(58px, 6.5vw, 94px); line-height: .86; letter-spacing: -.03em; text-transform: uppercase; }
.contact-intro h2 em { color: var(--paper); font-style: normal; }
.contact-intro > p { max-width: 440px; margin: 0 0 52px; font-size: 17px; line-height: 1.6; }
.contact-lines { border-top: 1px solid rgba(11,11,19,.3); }
.contact-lines > a, .contact-lines > div { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 20px 38px 20px 0; border-bottom: 1px solid rgba(11,11,19,.3); }
.contact-lines small { font-size: 8px; font-weight: 900; letter-spacing: .17em; }.contact-lines strong { font-size: clamp(15px, 1.4vw, 20px); overflow-wrap: anywhere; }.contact-lines a > span { position: absolute; right: 0; bottom: 24px; font-size: 20px; transition: transform .2s ease; }.contact-lines a:hover > span { transform: translate(4px,-4px); }
.contact-form { display: flex; flex-direction: column; justify-content: center; gap: 23px; padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 88px); background: var(--paper); }
.form-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 2px solid var(--ink); font-family: Impact, sans-serif; font-size: 36px; text-transform: uppercase; }.form-heading b { color: var(--coral); }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #b9b5ad; border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 10px 0 12px; font: 16px Arial, sans-serif; text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--coral); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a968e; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form button { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; background: var(--ink); color: white; padding: 19px 22px; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }.contact-form button span { color: var(--yellow); font-size: 18px; }.form-note { color: #77736d; font-size: 10px; line-height: 1.4; }
.social-band { display: grid; grid-template-columns: 1fr 1fr 1fr; background: var(--yellow); color: var(--ink); border-bottom: 1px solid rgba(11,11,19,.25); }
.social-band > * { min-height: 110px; display: flex; align-items: center; justify-content: space-between; padding: 26px clamp(22px, 3vw, 50px); border-right: 1px solid rgba(11,11,19,.25); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.social-band > span { color: rgba(11,11,19,.58); }.social-band b { font-size: 18px; transition: transform .2s ease; }.social-band a:hover b { transform: translate(4px,-4px); }
footer { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 40px; align-items: end; padding: 70px clamp(24px, 6.4vw, 98px) 44px; background: var(--ink); }
.footer-brand img { width: 130px; }.footer-brand + p { max-width: 340px; margin: 0; color: #9e9ba3; font-size: 16px; line-height: 1.6; } footer > div { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; color: #77757d; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 30px; }
  .hero-art { min-height: 520px; }
  .record { width: min(68vw, 480px); }
  .day-grid { grid-template-columns: repeat(6, 1fr); }.day-card { grid-column: span 2; }.day-card:nth-child(4), .day-card:nth-child(5) { grid-column: span 3; }
  .contact { grid-template-columns: 1fr; }.contact-form { padding-top: 80px; padding-bottom: 80px; }
}
@media (max-width: 720px) {
  .site-header { height: 84px; padding: 0 20px; }.brand img { width: 88px; }.site-header nav a:not(.nav-contact) { display: none; }.site-header .nav-contact { padding: 10px 14px; }
  .hero { min-height: auto; padding: 132px 20px 50px; }.hero h1 { font-size: clamp(66px, 21vw, 92px); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-note { gap: 14px; flex-wrap: wrap; }.hero-note div { padding-left: 14px; }
  .hero-art { min-height: 400px; margin-top: 20px; }.record { width: min(88vw, 390px); }.orbit-one { width: 440px; height: 440px; }.orbit-two { display: none; }.equalizer { height: 90px; right: 3%; }.now-playing { left: 0; }
  .downloads { padding: 76px 20px; }.section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }.day-grid { grid-template-columns: 1fr; }.day-card, .day-card:nth-child(4), .day-card:nth-child(5) { grid-column: span 1; min-height: 350px; }
  .preview-strip { padding: 38px 20px; flex-direction: column; align-items: flex-start; }
  .gallery { padding: 76px 20px; }.gallery-title { align-items: flex-start; flex-direction: column; gap: 20px; }.gallery-title h2 { text-align: left; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }.gallery-item, .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5, .gallery-item-6 { grid-column: span 1; grid-row: span 1; }.gallery-item-1, .gallery-item-4 { grid-column: span 2; }
  .contact-intro, .contact-form { padding-left: 20px; padding-right: 20px; }.field-row { grid-template-columns: 1fr; }.social-band { grid-template-columns: 1fr; }.social-band > * { min-height: 80px; border-right: 0; border-bottom: 1px solid rgba(11,11,19,.25); } footer { grid-template-columns: 1fr; padding: 58px 20px 36px; } footer > div { align-items: flex-start; }
}

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