:root {
  --black: #050505;
  --panel: #0d0d0d;
  --panel-2: #141414;
  --white: #f2f1ed;
  --muted: #9a9a96;
  --line: rgba(255, 255, 255, 0.14);
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease;
}
.site-header.scrolled { background: rgba(5,5,5,.9); border-color: var(--line); backdrop-filter: blur(14px); }
.header-identity { display:flex; min-width:0; align-items:center; gap:clamp(.85rem,1.5vw,1.5rem); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-size: .72rem; font-weight: 800; letter-spacing: .22em; }
.brand img { width: 44px; height: 44px; object-fit: cover; filter: grayscale(1) contrast(1.3); }
.site-header .brand img { width:60px; height:60px; object-fit:contain; filter:drop-shadow(0 0 10px rgba(255,255,255,.2)); }
.header-socials { display:flex; align-items:center; gap:.35rem; padding-left:clamp(.75rem,1.4vw,1.3rem); border-left:1px solid rgba(255,255,255,.22); }
.header-socials a { display:grid; width:36px; height:36px; place-items:center; border:1px solid rgba(255,255,255,.25); color:#f2f1ed; background:rgba(5,5,5,.35); transition:color .2s, background .2s, border-color .2s, transform .2s; }
.header-socials svg { width:18px; height:18px; fill:currentColor; }
.header-socials a:hover, .header-socials a:focus-visible { color:#050505; background:#f2f1ed; border-color:#f2f1ed; transform:translateY(-2px); outline:none; }
.main-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.5rem); }
.main-nav a { position: relative; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: #fff; transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; color: #fff; background: none; border: 0; padding: .5rem; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 10rem clamp(1.25rem, 7vw, 7rem) clamp(4rem, 9vw, 8rem);
  background: #050505;
}
.hero-scene {
  position:absolute;
  inset:0;
  z-index:-4;
  background:url("/hero-clean.jpg") center/cover no-repeat;
  filter:grayscale(.18) contrast(1.08) brightness(.78);
}
.hero::before { content:""; position:absolute; inset:0; z-index:-3; background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.76) 42%,rgba(0,0,0,.2) 100%); }
.hero::after { content:""; position:absolute; inset:0; z-index:-2; background:linear-gradient(0deg,#050505 0%,transparent 34%),radial-gradient(circle at 70% 35%,transparent 0,rgba(0,0,0,.58) 68%); }
.hero-noise { position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.28; 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
.hero-branding { position:absolute; z-index:1; left:82%; top:44%; display:flex; width:clamp(250px,25vw,390px); flex-direction:column; align-items:center; transform:translate(-50%,-50%); pointer-events:none; }
.hero-branding img { display:block; filter:drop-shadow(0 0 18px rgba(255,255,255,.12)); }
.hero-lockup { width:clamp(210px,20vw,330px); }
.hero-signature { width:clamp(230px,22vw,360px); margin-top:.4rem; transform:rotate(-2deg); }
.hero-content { position:relative; z-index:2; max-width:880px; }
.hero-side, .scroll-cue { z-index:3; }
.eyebrow { display:flex; align-items:center; gap:.75rem; margin:0 0 1.4rem; color:#c5c5c0; font-size:.69rem; font-weight:800; letter-spacing:.24em; text-transform:uppercase; }
.eyebrow span { width:38px; height:1px; background:currentColor; }
.hero h1, .section-heading h2, .shop-intro h2, .contact-content h2 {
  margin:0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-weight:900;
  font-size:clamp(4.5rem,12vw,11.8rem);
  line-height:.88;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.hero h1 em, .shop-intro h2 em, .contact-content h2 em { color:transparent; -webkit-text-stroke:1.5px var(--white); font-style:normal; }
.hero-copy { max-width:500px; margin:2.1rem 0 0; color:#c6c6c1; font-size:clamp(1rem,1.6vw,1.25rem); line-height:1.55; }
.hero-actions { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2.3rem; }
.button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; padding:0 1.6rem; border:1px solid transparent; cursor:pointer; text-transform:uppercase; font-size:.72rem; font-weight:900; letter-spacing:.16em; transition:transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:#f5f4ef; color:#050505; }
.button-primary:hover { background:#d2d2cd; }
.button-ghost { border-color:rgba(255,255,255,.45); background:rgba(0,0,0,.18); color:#fff; }
.button-light { background:#050505; color:#fff; }
.hero-side { position:absolute; right:2rem; top:50%; margin:0; color:#aaa; font-size:.58rem; font-weight:800; letter-spacing:.35em; writing-mode:vertical-rl; transform:translateY(-50%); }
.scroll-cue { position:absolute; bottom:2rem; right:clamp(1.25rem,7vw,7rem); width:42px; height:58px; border:1px solid rgba(255,255,255,.3); }
.scroll-cue span { position:absolute; top:10px; left:50%; width:1px; height:20px; background:#fff; animation:scroll 1.7s infinite; }
@keyframes scroll { 0%{transform:scaleY(0);transform-origin:top} 45%{transform:scaleY(1);transform-origin:top} 55%{transform:scaleY(1);transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

.section-pad { padding:clamp(5rem,10vw,9rem) clamp(1.25rem,5vw,5rem); }
.music-section { display:grid; grid-template-columns:minmax(300px,.75fr) minmax(360px,1.25fr); gap:clamp(3rem,7vw,8rem); max-width:var(--max); margin:auto; }
.section-heading h2 { font-size:clamp(3.5rem,7vw,7rem); line-height:.88; }
.music-visual { position:relative; min-height:680px; overflow:hidden; }
.music-visual > img { width:100%; height:100%; object-fit:cover; filter:grayscale(1) contrast(1.1); }
.music-card { position:absolute; right:0; bottom:0; width:min(430px,85%); padding:2rem; color:#111; background:#f0efea; }
.music-card .index { display:block; margin-bottom:3rem; font-size:.65rem; font-weight:900; letter-spacing:.2em; }
.music-card p { font-size:1.05rem; line-height:1.55; }
.status, .availability { display:flex; align-items:center; gap:.65rem; margin-top:1.5rem; font-size:.65rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.status i, .availability span { width:8px; height:8px; border-radius:50%; background:#191919; animation:pulse 1.8s infinite; }
@keyframes pulse { 50%{opacity:.25} }

.shop-section { border-top:1px solid var(--line); background:linear-gradient(180deg,#080808,#111 55%,#080808); }
.shop-intro, .collection-header { max-width:var(--max); margin:0 auto; display:flex; justify-content:space-between; align-items:end; gap:3rem; }
.shop-intro h2 { font-size:clamp(4rem,9vw,9rem); }
.shop-intro > p { max-width:480px; margin:0 0 .5rem; color:var(--muted); line-height:1.7; }
.featured-product { max-width:var(--max); margin:clamp(3.5rem,7vw,7rem) auto 0; display:grid; grid-template-columns:1.35fr .65fr; min-height:680px; border:1px solid var(--line); background:#090909; }
.featured-media { position:relative; overflow:hidden; }
.featured-media img { width:100%; height:100%; object-fit:cover; transition:transform .8s cubic-bezier(.2,.8,.2,1); }
.featured-product:hover .featured-media img { transform:scale(1.025); }
.product-tag { position:absolute; left:1.25rem; top:1.25rem; padding:.65rem .8rem; color:#080808; background:#fff; font-size:.62rem; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.featured-info { display:flex; flex-direction:column; justify-content:center; padding:clamp(2rem,5vw,5rem); border-left:1px solid var(--line); }
.kicker { margin:0 0 1.5rem; color:#999; font-size:.68rem; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.featured-info h3 { margin:0; font-family:"Arial Black",Arial,Helvetica,sans-serif; font-size:clamp(3rem,5vw,5.8rem); font-weight:900; line-height:.95; letter-spacing:.01em; }
.featured-info > p:not(.kicker) { color:var(--muted); line-height:1.7; }
.availability { margin:1.2rem 0 2rem; color:#d9d9d4; }
.availability span { background:#fff; }
.featured-info .button { align-self:flex-start; }
.collection-header { margin-top:clamp(6rem,10vw,10rem); padding-bottom:2rem; border-bottom:1px solid var(--line); }
.collection-header h3 { margin:.2rem 0 0; font-family:"Arial Black",Arial,Helvetica,sans-serif; font-size:clamp(2.4rem,4.5vw,5rem); font-weight:900; line-height:.98; letter-spacing:.01em; }
.collection-header > p { margin:0; color:#777; font-size:.65rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.product-grid { max-width:var(--max); margin:1.5rem auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.product-card { min-width:0; background:#0b0b0b; }
.product-image { position:relative; display:block; width:100%; padding:0; overflow:hidden; border:0; background:#111; cursor:pointer; }
.product-image::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 40%); opacity:0; transition:opacity .3s; }
.product-image img { width:100%; aspect-ratio:1; object-fit:cover; transition:transform .65s cubic-bezier(.2,.8,.2,1); }
.product-image > span { position:absolute; z-index:1; left:1.25rem; bottom:1.25rem; color:#fff; font-size:.65rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; opacity:0; transform:translateY(8px); transition:.3s; }
.product-image:hover img, .product-image:focus-visible img { transform:scale(1.045); }
.product-image:hover::after, .product-image:focus-visible::after, .product-image:hover > span, .product-image:focus-visible > span { opacity:1; transform:translateY(0); }
.product-meta { min-height:112px; display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.25rem 1.4rem; }
.product-meta h4 { margin:0 0 .35rem; font-size:.92rem; text-transform:uppercase; letter-spacing:.07em; }
.product-meta p { margin:0; color:#777; font-size:.75rem; }
.product-meta strong { color:#b4b4b0; font-size:.63rem; letter-spacing:.12em; text-transform:uppercase; }
.product-card-message { display:flex; min-height:100%; background:#ededE8; color:#090909; }
.message-card { min-height:100%; display:flex; flex-direction:column; justify-content:flex-end; padding:clamp(2rem,4vw,4rem); }
.message-card .plus { margin-bottom:auto; font-size:4rem; font-weight:200; }
.message-card p { margin:0 0 .5rem; font-size:.72rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.message-card h4 { margin:0 0 2rem; font-family:"Arial Black",Arial,Helvetica,sans-serif; font-size:clamp(2.5rem,4vw,4.5rem); font-weight:900; line-height:.98; letter-spacing:.01em; }
.message-card a { align-self:flex-start; border-bottom:1px solid #111; padding-bottom:.4rem; font-size:.7rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }

.contact-section { position:relative; min-height:720px; display:grid; place-items:center; overflow:hidden; color:#050505; background:#efeee9; text-align:center; }
.contact-content { position:relative; z-index:1; }
.contact-content .eyebrow { justify-content:center; color:#333; }
.contact-content h2 { font-size:clamp(4rem,10vw,10rem); line-height:.9; }
.contact-content h2 em { -webkit-text-stroke-color:#050505; }
.contact-content > p:not(.eyebrow) { max-width:500px; margin:2rem auto; color:#555; line-height:1.6; }
.contact-mark { position:absolute; color:rgba(0,0,0,.04); font-family:Georgia,serif; font-size:52vw; font-weight:900; line-height:.7; letter-spacing:-.2em; transform:translateX(-5%); }
footer { min-height:150px; display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:2rem clamp(1.25rem,5vw,5rem); border-top:1px solid var(--line); color:#777; font-size:.68rem; letter-spacing:.08em; }
.footer-brand { color:#eee; }

.product-dialog { width:min(1020px,calc(100% - 2rem)); padding:0; border:1px solid #444; color:#fff; background:#090909; box-shadow:0 25px 80px #000; }
.product-dialog::backdrop { background:rgba(0,0,0,.82); backdrop-filter:blur(8px); }
.dialog-grid { display:grid; grid-template-columns:1fr 1fr; }
.dialog-grid > img { width:100%; height:100%; min-height:520px; object-fit:cover; }
.dialog-grid > div { display:flex; flex-direction:column; justify-content:center; padding:clamp(2rem,5vw,4rem); }
.dialog-grid h2 { margin:0 0 1.5rem; font-family:"Arial Black",Arial,Helvetica,sans-serif; font-size:clamp(3rem,6vw,6rem); font-weight:900; line-height:.98; letter-spacing:.01em; text-transform:uppercase; }
.dialog-grid p { color:#aaa; line-height:1.65; }
.dialog-note { padding-top:1.25rem; border-top:1px solid var(--line); font-size:.72rem; }
.dialog-close { position:absolute; z-index:2; right:1rem; top:1rem; width:44px; height:44px; border:1px solid rgba(255,255,255,.3); color:#fff; background:rgba(0,0,0,.55); font-size:1.5rem; cursor:pointer; }
.toast { position:fixed; z-index:250; right:1rem; bottom:1rem; max-width:360px; padding:1rem 1.25rem; color:#111; background:#fff; font-size:.78rem; font-weight:800; letter-spacing:.04em; transform:translateY(150%); transition:transform .3s; }
.toast.visible { transform:translateY(0); }
.reveal { opacity:0; transform:translateY(28px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }
.product-card.reveal { transition:opacity .3s ease, transform .3s ease; }
.product-card.reveal.is-changing { opacity:0; transform:translateY(8px); }

@media (max-width: 900px) {
  .site-header { height:72px; }
  .site-header .brand img { width:52px; height:52px; }
  .menu-toggle { display:grid; gap:7px; }
  .menu-toggle span:not(.sr-only) { display:block; width:28px; height:1px; background:#fff; transition:.2s; }
  .main-nav { position:fixed; inset:72px 0 auto; display:grid; gap:0; padding:1rem 1.25rem 1.5rem; border-bottom:1px solid var(--line); background:rgba(5,5,5,.97); transform:translateY(-150%); transition:transform .3s; }
  .main-nav.open { transform:translateY(0); }
  .main-nav a { padding:1rem 0; border-bottom:1px solid var(--line); }
  .hero-branding { left:72%; top:35%; width:280px; }
  .hero-lockup { width:210px; }
  .hero-signature { width:240px; }
  .hero-side { display:none; }
  .music-section { grid-template-columns:1fr; }
  .music-visual { min-height:560px; }
  .featured-product { grid-template-columns:1fr; }
  .featured-media { min-height:520px; }
  .featured-info { border-left:0; border-top:1px solid var(--line); }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .dialog-grid { grid-template-columns:1fr; max-height:90vh; overflow:auto; }
  .dialog-grid > img { min-height:0; aspect-ratio:1; }
}

@media (max-width: 600px) {
  .brand span { display:none; }
  .header-identity { gap:.45rem; }
  .header-socials { gap:.18rem; padding-left:.45rem; }
  .header-socials a { width:30px; height:30px; }
  .header-socials svg { width:15px; height:15px; }
  .hero { min-height:max(100svh,660px); padding-top:19rem; padding-bottom:6rem; }
  .hero-scene { background-position:62% center; }
  .hero-branding { left:50%; right:auto; top:82px; width:150px; transform:translateX(-50%); }
  .hero-lockup { width:100px; }
  .hero-signature { width:140px; margin-top:.15rem; }
  .hero h1 { font-size:clamp(3.8rem,18vw,6rem); }
  .hero-actions .button { width:100%; }
  .scroll-cue { display:none; }
  .section-pad { padding-block:5rem; }
  .music-visual { min-height:500px; }
  .music-card { width:92%; padding:1.4rem; }
  .shop-intro, .collection-header { display:block; }
  .shop-intro > p { margin-top:2rem; }
  .collection-header > p { margin-top:1rem; }
  .featured-media { min-height:0; aspect-ratio:1; }
  .product-grid { grid-template-columns:1fr; }
  .product-card-message { min-height:420px; }
  footer { flex-direction:column; align-items:flex-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; }
  .reveal { opacity:1; transform:none; }
}

