
:root{
  --bg:#070708;
  --ink:#f8f3e8;
  --muted:rgba(240,240,240,.68);
  --line:rgba(255,255,255,.12);
  --panel:rgba(255,255,255,.055);
  --panel-strong:rgba(255,255,255,.09);
  --accent:#ffffff;
  --accent-2:#bfbfbf;
  --gold:#d7d7d7;
  --font-display:"Courier New","Courier Prime","Nimbus Mono PS","Lucida Console",monospace;
  --font-body:"Courier New","Courier Prime","Nimbus Mono PS","Lucida Console",monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 18% 10%, rgba(255,255,255,.18), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.10), transparent 24%),
    linear-gradient(120deg, #000000 0%, #171717 18%, #010101 42%, #2c2c2c 58%, #050505 78%, #161616 100%);
  color:var(--ink);
  font-family:var(--font-body);
  line-height:1.55;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(rgba(248,243,232,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248,243,232,.035) 1px, transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.18));
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.page-progress{position:fixed;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,#ffffff,#8f8f8f);z-index:100}

.site-header-shell{position:sticky;top:0;z-index:90;padding:10px clamp(12px,1.4vw,18px)}
.site-header{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:linear-gradient(120deg, rgba(0,0,0,.92), rgba(24,24,24,.92), rgba(3,3,3,.92));
  backdrop-filter:blur(16px);
}
.brand-rich{display:flex;align-items:center;gap:10px;min-width:0}
.brand-badge-image-wrap{width:36px;height:36px;flex:0 0 36px;border:1px solid var(--line);border-radius:8px;background:#080808;overflow:hidden}
.brand-badge-image{width:100%;height:100%;object-fit:contain;filter:invert(1)}
.brand-copy{display:flex;flex-direction:column}
.brand-title{font-size:clamp(13px,1vw,16px);font-weight:700;letter-spacing:.02em}
.brand-subtitle{font-size:clamp(9px,.8vw,11px);color:var(--muted);letter-spacing:.06em}
.nav{justify-self:center;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.nav a{font-size:clamp(11px,.88vw,12px);letter-spacing:.06em;text-transform:uppercase;color:rgba(248,243,232,.82)}
.nav a:hover{color:#fff}
.header-cta,.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:36px;padding:0 14px;border:1px solid var(--line);border-radius:999px;
  font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
.header-cta,.button-primary{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(120,120,120,.18));border-color:rgba(255,255,255,.22)}
.button:hover,.header-cta:hover{background:rgba(255,255,255,.10)}
.menu-toggle{display:none;background:transparent;color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-family:var(--font-body)}

.platform-hero{
  min-height:calc(100vh - 74px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,520px);
  gap:clamp(28px,5vw,78px);
  align-items:center;
  padding:clamp(54px,7vw,110px) clamp(18px,5vw,86px);
  position:relative;
}
.platform-hero::after{
  content:"";
  position:absolute;inset:auto 8% 12% auto;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.16),transparent 66%);
  filter:blur(18px);pointer-events:none;animation:pulse 5s ease-in-out infinite alternate;
}
@keyframes pulse{from{opacity:.45;transform:scale(.94)}to{opacity:1;transform:scale(1.08)}}
.eyebrow{margin:0 0 18px;color:#f3f3f3;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
h1,h2,h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;line-height:.98}
h1{font-size:clamp(30px,5.2vw,72px);max-width:11ch;margin:0}
.lead{font-size:clamp(15px,1.4vw,20px);max-width:780px;color:var(--muted);margin:24px 0 0}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

.turntable-panel{position:relative}
.status-card{
  position:absolute;z-index:4;min-width:160px;padding:14px;border:1px solid var(--line);border-radius:20px;
  background:rgba(255,255,255,.08);backdrop-filter:blur(12px);box-shadow:0 18px 40px rgba(0,0,0,.28)
}
.status-card span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.status-card strong{display:block;margin-top:4px;font-size:13px}
.card-a{left:-28px;top:12%}.card-b{right:-22px;bottom:14%}
.turntable{width:min(100%,520px);margin:auto}
.turntable-base{
  position:relative;aspect-ratio:1/1;border-radius:42px;border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
  box-shadow:0 30px 80px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.04);
  display:grid;place-items:center;overflow:hidden;
}
.vinyl-shadow{position:absolute;width:82%;height:82%;border-radius:50%;background:rgba(0,0,0,.34);filter:blur(18px)}
.vinyl-spin{width:74%;animation:spinRecord 16s linear infinite;animation-play-state:paused;position:relative;z-index:2;will-change:transform}
body.is-playing .vinyl-spin{animation-play-state:running}
.vinyl-image{width:100%;aspect-ratio:1/1;border-radius:50%;object-fit:cover;box-shadow:0 20px 58px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.10)}
.vinyl-center{
  position:absolute;z-index:5;width:16%;aspect-ratio:1/1;border-radius:50%;display:grid;place-items:center;
  background:#050505;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 0 10px rgba(0,0,0,.22)
}
.vinyl-center img{width:72%;filter:invert(1)}
@keyframes spinRecord{to{transform:rotate(360deg)}}
.tonearm{position:absolute;right:9%;top:8%;width:40%;height:40%;z-index:7;transform-origin:87% 12%;transform:rotate(-9deg);transition:transform .7s ease}
body.is-playing .tonearm{transform:rotate(-2deg)}
.tonearm-pivot{position:absolute;right:0;top:0;width:24%;aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle at 34% 32%, #ffffff 0%, #d9d9d9 20%, #8e8e8e 55%, #4a4a4a 100%);box-shadow:0 10px 30px rgba(0,0,0,.35)}
.tonearm-weight{position:absolute;right:14%;top:7%;width:12%;height:7%;border-radius:999px;background:linear-gradient(90deg,#9c9c9c,#555);box-shadow:0 6px 10px rgba(0,0,0,.25)}
.tonearm-arm{position:absolute;right:10%;top:14%;width:78%;height:10px;border-radius:999px;background:linear-gradient(90deg,#f0f0f0,#8a8a8a 55%, #5a5a5a);transform:rotate(35deg);transform-origin:right center;box-shadow:0 6px 14px rgba(0,0,0,.28)}
.tonearm-gimbal{position:absolute;right:13%;top:11%;width:10%;aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle at 35% 35%, #fff, #888 60%, #555);box-shadow:0 6px 12px rgba(0,0,0,.22)}
.tonearm-headshell{position:absolute;left:16%;top:60%;width:22%;height:8px;border-radius:999px;background:linear-gradient(90deg,#f4f4f4,#8f8f8f);transform:rotate(35deg);box-shadow:0 5px 10px rgba(0,0,0,.22)}
.tonearm-cartridge{position:absolute;left:10%;top:64%;width:9%;height:8%;border-radius:4px;background:linear-gradient(180deg,#202020,#060606);transform:rotate(35deg);box-shadow:0 6px 10px rgba(0,0,0,.3)}
.tonearm-needle{position:absolute;left:14%;top:70%;width:2px;height:12%;background:linear-gradient(180deg,#f6f6f6,#878787);transform:rotate(35deg);transform-origin:top center}
.tonearm-tip{position:absolute;left:12.8%;top:80%;width:6px;height:6px;border-radius:50%;background:#f4f4f4;box-shadow:0 0 0 2px rgba(0,0,0,.18)}
.turntable-controls{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:8;display:flex;justify-content:center;width:100%;pointer-events:none}
.audio-toggle{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(0,0,0,.52);backdrop-filter:blur(14px);color:var(--ink);font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 14px 30px rgba(0,0,0,.28);transition:transform .25s ease, background .25s ease, border-color .25s ease}
.audio-toggle:hover{transform:translateY(-1px);background:rgba(255,255,255,.10)}
.audio-toggle.is-playing{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(120,120,120,.18));border-color:rgba(255,255,255,.22)}
.audio-toggle-icon{font-size:12px;line-height:1;display:inline-grid;place-items:center;width:14px}

.product-section{padding:clamp(74px,9vw,140px) clamp(18px,5vw,86px);position:relative}
.feature-intro{max-width:1160px;margin:auto}
.feature-intro h2,.section-head h2,.sticky-copy h2,.demo-drop-card h2{font-size:clamp(28px,4.8vw,62px);margin:0}
.feature-intro p,.section-head p,.sticky-copy p,.demo-drop-card p{color:var(--muted);font-size:clamp(15px,1.25vw,20px);max-width:850px}
.sticky-product-story{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:52px;padding:clamp(74px,9vw,150px) clamp(18px,5vw,86px)}
.sticky-copy{position:sticky;top:110px;align-self:start}
.stacked-panels{display:grid;gap:22px}
.floating-panel,.product-card,.product-release-card,.demo-drop-card,.contact-links{
  border:1px solid var(--line);background:var(--panel);border-radius:32px;backdrop-filter:blur(12px);
  box-shadow:0 26px 70px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.035)
}
.floating-panel{min-height:250px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end}
.floating-panel span,.product-card span{color:var(--accent);letter-spacing:.16em}
.floating-panel h3,.product-card h3{font-size:clamp(18px,2vw,30px);margin:14px 0}
.floating-panel p,.product-card p{color:var(--muted)}
.floating-panel a{color:var(--accent);text-transform:uppercase;font-size:12px;letter-spacing:.12em}

.section-head{max-width:900px;margin-bottom:34px}
.block-title{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;border-bottom:1px solid var(--line);padding-bottom:16px;margin:42px 0 24px}
.block-title h3{font-size:clamp(22px,3.2vw,40px);margin:0}
.block-title a{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.product-release-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-release-card{overflow:hidden}
.release-artwork-link{display:block;border-bottom:1px solid var(--line)}
.release-artwork{width:100%;aspect-ratio:1/1;object-fit:cover}
.product-release-copy{padding:20px;display:flex;flex-direction:column;gap:10px;min-height:320px}
.product-release-copy span{font-size:11px;color:var(--accent);letter-spacing:.12em;text-transform:uppercase}
.product-release-copy h3{font-size:clamp(18px,1.7vw,26px);margin:0}
.product-release-copy p{margin:0;color:var(--muted);font-size:14px}
.product-release-copy strong{color:var(--ink)}
.product-release-copy a{margin-top:auto;border-top:1px solid var(--line);padding-top:12px;color:var(--accent);font-size:11px;letter-spacing:.12em;text-transform:uppercase}

.product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{min-height:300px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end}
.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.tag-row span{border:1px solid var(--line);border-radius:999px;padding:12px 16px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;background:rgba(255,255,255,.04)}
.demo-drop-card{max-width:980px;margin:auto;padding:clamp(28px,5vw,70px);text-align:left}
.contact-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:22px}
.contact-links a{border:1px solid var(--line);border-radius:18px;padding:16px;color:var(--muted)}
footer{padding:40px clamp(18px,5vw,86px);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted)}
footer img{width:70px;filter:invert(1)}

.scroll-reveal,.scroll-float{opacity:0;transform:translateY(26px) scale(.985);transition:opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1)}
.scroll-reveal.visible,.scroll-float.visible{opacity:1;transform:none}

@media(max-width:1180px){
  .platform-hero,.sticky-product-story{grid-template-columns:1fr}
  .sticky-copy{position:relative;top:auto}
  .product-release-grid,.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .menu-toggle{display:inline-flex;justify-self:end}
  .site-header{grid-template-columns:1fr auto}
  .nav{position:absolute;left:12px;right:12px;top:calc(100% + 10px);display:none;flex-direction:column;align-items:flex-start;padding:16px;border:1px solid var(--line);border-radius:20px;background:rgba(5,5,7,.96);backdrop-filter:blur(14px)}
  .nav.open{display:flex}
  .header-cta{grid-column:1/-1;width:100%}
  h1{font-size:clamp(28px,10vw,52px);max-width:none}
}
@media(max-width:640px){
  .product-release-grid,.product-card-grid,.contact-links{grid-template-columns:1fr}
  .platform-hero,.product-section,.sticky-product-story{padding-left:14px;padding-right:14px}
  .status-card{display:none}
  .turntable-base{border-radius:28px}
  .product-release-copy{min-height:auto}
}
@media(prefers-reduced-motion:reduce){
  .vinyl-spin,.tonearm{animation:none}
  .scroll-reveal,.scroll-float{transition:none}
}


.section-inline-link{margin:0 0 22px}
.panel-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.panel-links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04)}
.product-card{justify-content:space-between}
.product-card .card-link{margin-top:18px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04);font-size:11px;letter-spacing:.12em;text-transform:uppercase;width:max-content}
.special-page-hero{min-height:auto;padding-top:42px}
.special-page-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,420px);gap:42px;align-items:center}
.special-page-logo{width:min(100%,420px);margin-inline:auto;border-radius:28px;border:1px solid var(--line);background:rgba(255,255,255,.04);padding:20px;box-shadow:0 20px 48px rgba(0,0,0,.28)}
.info-stack{display:grid;gap:18px;margin-top:28px}
.info-stack .product-card{min-height:unset;padding:24px}
.platform-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.text-list{padding-left:18px;color:var(--muted)}
.text-list li{margin:8px 0}
@media(max-width:1180px){.special-page-layout{grid-template-columns:1fr}}


/* v4 YHV Records centered page + SoundCloud embed */
.yhv-records-centered-hero{
  min-height:auto;
  padding-top:clamp(64px, 8vw, 120px);
  padding-bottom:clamp(56px, 8vw, 110px);
}

.yhv-records-hero-inner{
  width:min(100%, 1080px);
  margin:0 auto;
  display:grid;
  justify-items:center;
  text-align:center;
  gap:28px;
}

.yhv-records-centered-hero .hero-copy{
  max-width:860px;
  margin:0 auto;
}

.yhv-records-centered-hero h1{
  max-width:none;
  font-size:clamp(42px, 7vw, 86px);
}

.yhv-records-centered-hero .lead{
  margin-left:auto;
  margin-right:auto;
  max-width:780px;
}

.yhv-records-centered-hero .platform-links{
  justify-content:center;
}

.yhv-records-logo-card{
  width:min(100%, 560px);
  padding:18px;
  border:1px solid var(--line);
  border-radius:34px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(0,0,0,.34));
  box-shadow:0 26px 70px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.035);
}

.yhv-records-logo-card .special-page-logo{
  width:100%;
  margin:0;
  border-radius:22px;
  padding:0;
  background:#fff;
}

.soundcloud-embed-wrap{
  width:min(100%, 860px);
  margin-top:12px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(0,0,0,.30));
  box-shadow:0 24px 60px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.035);
  overflow:hidden;
}

.soundcloud-embed-wrap iframe{
  display:block;
  width:100%;
  border-radius:18px;
  overflow:hidden;
}

.soundcloud-caption{
  margin-top:10px;
  font-size:10px;
  color:#cccccc;
  line-break:anywhere;
  word-break:normal;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-family:Interstate, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif;
  font-weight:100;
  text-align:left;
}

.soundcloud-caption a{
  color:#cccccc;
  text-decoration:none;
}

.soundcloud-caption a:hover{
  color:#ffffff;
}

@media(max-width:640px){
  .yhv-records-centered-hero h1{
    font-size:clamp(36px, 13vw, 58px);
  }

  .soundcloud-embed-wrap{
    padding:10px;
    border-radius:20px;
  }

  .soundcloud-embed-wrap iframe{
    height:260px;
  }
}


/* v5 YHV Records fully centered fix */
.yhv-records-page-hero{
  min-height:auto !important;
  display:block !important;
  width:100% !important;
  padding:clamp(72px, 9vw, 130px) clamp(16px, 5vw, 72px) clamp(56px, 8vw, 110px) !important;
  text-align:center !important;
}

.yhv-records-center-stack{
  width:min(100%, 980px) !important;
  margin:0 auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:26px !important;
}

.yhv-records-center-stack .eyebrow,
.yhv-records-center-stack h1,
.yhv-records-center-stack .lead{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.yhv-records-center-stack h1{
  max-width:none !important;
  font-size:clamp(42px, 7vw, 84px) !important;
}

.yhv-records-center-stack .lead{
  max-width:820px !important;
}

.yhv-records-buttons{
  justify-content:center !important;
  margin-top:0 !important;
}

.yhv-records-logo-card{
  width:min(100%, 600px) !important;
  margin:10px auto 0 !important;
  padding:18px !important;
  border:1px solid var(--line) !important;
  border-radius:34px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(0,0,0,.34)) !important;
  box-shadow:0 26px 70px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}

.yhv-records-logo-card .special-page-logo{
  width:100% !important;
  margin:0 auto !important;
  border-radius:22px !important;
  padding:0 !important;
  background:#fff !important;
  display:block !important;
}

.soundcloud-embed-wrap{
  width:min(100%, 860px) !important;
  margin:8px auto 0 !important;
  padding:16px !important;
  border:1px solid var(--line) !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(0,0,0,.30)) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.035) !important;
  overflow:hidden !important;
  text-align:left !important;
}

.soundcloud-embed-wrap iframe{
  display:block !important;
  width:100% !important;
  border-radius:18px !important;
  overflow:hidden !important;
}

.soundcloud-caption{
  margin-top:10px !important;
  font-size:10px !important;
  color:#cccccc !important;
  line-break:anywhere !important;
  word-break:normal !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
  font-family:Interstate, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif !important;
  font-weight:100 !important;
  text-align:left !important;
}

.soundcloud-caption a{
  color:#cccccc !important;
  text-decoration:none !important;
}

.soundcloud-caption a:hover{
  color:#ffffff !important;
}

@media(max-width:640px){
  .yhv-records-page-hero{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .yhv-records-center-stack h1{
    font-size:clamp(36px, 13vw, 58px) !important;
  }

  .yhv-records-buttons{
    width:100% !important;
  }

  .yhv-records-buttons .button{
    width:100% !important;
  }

  .soundcloud-embed-wrap{
    padding:10px !important;
    border-radius:20px !important;
  }

  .soundcloud-embed-wrap iframe{
    height:260px !important;
  }
}





/* v7 YouTube embed inside Latest Releases */
.youtube-embed-card{
  width:min(100%, 980px);
  margin:0 0 42px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:32px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(0,0,0,.30));
  box-shadow:0 24px 60px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.035);
  overflow:hidden;
}

.youtube-embed-inner{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:22px;
  overflow:hidden;
  background:#000;
}

.youtube-embed-inner iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:640px){
  .youtube-embed-card{
    padding:10px;
    border-radius:22px;
    margin-bottom:32px;
  }

  .youtube-embed-inner{
    border-radius:16px;
  }
}


/* v8 YouTube placement update: bottom of Latest Releases, centered */
.youtube-embed-card{
  width:min(100%, 980px) !important;
  margin:56px auto 0 !important;
  padding:16px !important;
  border:1px solid var(--line);
  border-radius:32px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(0,0,0,.30));
  box-shadow:0 24px 60px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.035);
  overflow:hidden;
  display:block !important;
}

.youtube-embed-inner{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:22px;
  overflow:hidden;
  background:#000;
}

.youtube-embed-inner iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:640px){
  .youtube-embed-card{
    padding:10px !important;
    border-radius:22px !important;
    margin-top:40px !important;
  }

  .youtube-embed-inner{
    border-radius:16px;
  }
}


/* v9 Artist Ecosystem section */
.artist-ecosystem-section{
  overflow:hidden;
}

.artist-marquee{
  width:100%;
  overflow:hidden;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin:32px 0;
  padding:18px 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.03), rgba(0,0,0,.12));
}

.artist-marquee-track{
  display:flex;
  width:max-content;
  gap:28px;
  animation:yhvArtistMarquee 34s linear infinite;
}

.artist-marquee-track span{
  white-space:nowrap;
  font-size:clamp(13px, 1.3vw, 18px);
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}

@keyframes yhvArtistMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.artist-ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.artist-ecosystem-card{
  min-height:280px;
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid var(--line);
  border-radius:32px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.10), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(0,0,0,.28));
  box-shadow:0 26px 70px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.035);
}

.artist-ecosystem-card span{
  color:#ffffff;
  letter-spacing:.16em;
  font-size:12px;
}

.artist-ecosystem-card h3{
  margin:16px 0 12px;
  font-size:clamp(22px, 2.5vw, 38px);
}

.artist-ecosystem-card p{
  margin:0;
  color:var(--muted);
}

@media(max-width:900px){
  .artist-ecosystem-grid{
    grid-template-columns:1fr;
  }

  .artist-ecosystem-card{
    min-height:220px;
  }
}

@media(prefers-reduced-motion:reduce){
  .artist-marquee-track{
    animation:none;
  }
}

@media(max-width:640px){
  .turntable-controls{bottom:12px}
  .audio-toggle{min-height:38px;padding:0 14px;font-size:10px}
  .tonearm{right:8%;top:7%;width:42%;height:42%}
}
@media(prefers-reduced-motion:reduce){
  .vinyl-spin{animation:none}
  body.is-playing .vinyl-spin{animation:none}
  .tonearm,body.is-playing .tonearm{transition:none;transform:rotate(-4deg)}
}


/* v14 Link in Bio page */
.links-page-body{
  min-height:100vh;
}

.link-bio-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:clamp(24px, 5vw, 72px) 16px;
  position:relative;
}

.link-bio-page::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.16), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.08), transparent 32%);
}

.link-bio-card{
  width:min(100%, 620px);
  position:relative;
  z-index:1;
  padding:clamp(24px, 5vw, 46px);
  border:1px solid var(--line);
  border-radius:38px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(0,0,0,.32));
  box-shadow:0 30px 90px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.035);
  text-align:center;
  overflow:hidden;
}

.link-bio-logo{
  width:96px;
  height:96px;
  margin:0 auto 22px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  background:#ffffff;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.24);
}

.link-bio-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.link-bio-card h1{
  max-width:none;
  font-size:clamp(34px, 8vw, 58px);
  margin:0 auto;
}

.link-bio-card .lead{
  margin:18px auto 0;
  max-width:480px;
}

.link-bio-buttons{
  display:grid;
  gap:12px;
  margin-top:30px;
}

.link-bio-button{
  min-height:72px;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.055);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  text-align:left;
  transition:transform .24s ease, background .24s ease, border-color .24s ease;
}

.link-bio-button:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.24);
}

.link-bio-button span{
  font-size:15px;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-weight:700;
}

.link-bio-button small{
  color:var(--muted);
  font-size:12px;
  letter-spacing:.03em;
}

.link-bio-button.primary{
  background:linear-gradient(135deg, rgba(255,255,255,.16), rgba(120,120,120,.18));
  border-color:rgba(255,255,255,.24);
}

.link-bio-footer{
  margin:28px 0 0;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:640px){
  .link-bio-card{
    border-radius:28px;
  }

  .link-bio-logo{
    width:82px;
    height:82px;
  }

  .link-bio-button{
    min-height:66px;
    border-radius:18px;
  }
}
