/* assets/css/site.css — The Storytellers */
:root {
  --bg:      #0a0907;
  --bg2:     #121008;
  --paper:   #1a1612;
  --fg:      #f1ead8;
  --mute:    rgba(241,234,216,0.55);
  --line:    rgba(241,234,216,0.14);
  --line2:   rgba(241,234,216,0.07);
  --accent:  #e8b75a;
  --blood:   #c9472b;
  --stencil: 'Big Shoulders Display','Anton',Impact,sans-serif;
  --display: 'EB Garamond','Cormorant Garamond',Georgia,serif;
  --body:    'Inter',system-ui,sans-serif;
  --mono:    'JetBrains Mono',monospace;
  --px:      52px;
}
@media (max-width:768px) { :root { --px: 18px; } }

*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:var(--bg); color:var(--fg); font-family:var(--body); font-size:15px; line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
a { color:inherit; text-decoration:none; -webkit-tap-highlight-color:transparent; }
img { max-width:100%; display:block; }
button { font-family:inherit; cursor:pointer; }

/* ── Utilities ─────────────────────────────────────────────── */
.mono  { font-family:var(--mono); font-size:11px; letter-spacing:0.16em; text-transform:uppercase; color:var(--mute); }
.mute  { color:var(--mute); }
.container { padding:0 var(--px); max-width:1400px; margin:0 auto; width:100%; }

/* ── Nav ──────────────────────────────────────────────────── */
.site-header { position:sticky; top:0; z-index:40; background:rgba(10,9,7,0.9); backdrop-filter:blur(16px); border-bottom:1px solid var(--line2); }
.nav-inner   { display:flex; align-items:center; gap:20px; padding:12px var(--px); max-width:1400px; margin:0 auto; }
.nav-logo    { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.nav-logo-img  { height:30px; width:auto; object-fit:contain; display:block; }
.nav-logo-text { font-family:var(--stencil); font-weight:700; font-size:17px; letter-spacing:.5px; text-transform:uppercase; }
.nav-links   { display:flex; list-style:none; gap:20px; flex:1; justify-content:center; }
.nav-links a { font-family:var(--mono); font-size:10.5px; letter-spacing:0.16em; color:var(--mute); transition:color .15s; }
.nav-links a:hover,.nav-links a.active { color:var(--accent); }
.nav-right   { display:flex; align-items:center; gap:14px; flex-shrink:0; }
.lang-switch { display:flex; gap:6px; }
.lang-switch a { font-family:var(--mono); font-size:9px; letter-spacing:0.12em; color:var(--mute); border:1px solid transparent; padding:3px 6px; transition:all .15s; }
.lang-switch a.active { border-color:var(--accent); color:var(--accent); }
.nav-cart    { position:relative; color:var(--mute); transition:color .15s; font-size:16px; }
.nav-cart:hover { color:var(--fg); }
.cart-badge  { position:absolute; top:-6px; right:-8px; background:var(--accent); color:var(--bg); font-size:9px; font-weight:700; min-width:16px; height:16px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-family:var(--mono); }
.nav-hamburger { display:none; background:none; border:none; color:var(--fg); width:34px; height:34px; flex-direction:column; align-items:center; justify-content:center; gap:5px; }
.nav-hamburger span { display:block; width:20px; height:1.5px; background:var(--fg); transition:transform .3s; }
.nav-mobile  { display:none; flex-direction:column; padding:16px var(--px) 20px; border-top:1px solid var(--line2); gap:4px; }
.nav-mobile a { font-family:var(--stencil); font-size:22px; font-weight:700; text-transform:uppercase; letter-spacing:-0.01em; padding:10px 0; border-bottom:1px solid var(--line2); color:var(--fg); transition:color .15s; }
.nav-mobile a:hover { color:var(--accent); }
@media (max-width:768px) {
  .nav-links { display:none; }
  .nav-logo-text { display:none; }
  .nav-hamburger { display:flex; }
  .nav-mobile.open { display:flex; }
}

/* ── Section heads ─────────────────────────────────────────── */
.section-head  { margin-bottom:clamp(24px,4vw,48px); }
.section-num-row { display:flex; align-items:center; gap:16px; margin-bottom:14px; }
.section-num-row .num { font-size:10px; }
.section-line  { flex:1; height:1px; background:var(--line); }
.section-num-row .kicker { font-size:9px; letter-spacing:0.26em; }
.section-title-row { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.section-title { font-family:var(--stencil); font-weight:800; font-size:clamp(36px,6vw,82px); line-height:0.9; letter-spacing:-0.02em; text-transform:uppercase; }
.section-right { padding-bottom:8px; }

/* ── Page sections ─────────────────────────────────────────── */
.page-section { padding:clamp(44px,6vw,80px) 0; }
.page-section + .page-section { border-top:1px solid var(--line2); }

/* ── Albums ────────────────────────────────────────────────── */
.albums-accordion { border-top:1px solid var(--line); }
.album-row { border-bottom:1px solid var(--line); }
.album-toggle-btn {
  width:100%; background:transparent; border:none; color:var(--fg);
  display:grid; grid-template-columns:48px 72px 1fr auto auto; align-items:center;
  gap:20px; padding:22px 0; text-align:left; cursor:pointer; font-family:inherit;
  transition:background .2s;
}
.album-toggle-btn:hover { background:rgba(232,183,90,0.04); }
.album-num  { font-family:var(--mono); font-size:11px; }
.album-thumb { width:64px; height:64px; overflow:hidden; flex-shrink:0; box-shadow:0 0 0 1px var(--line); }
.album-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.album-title-text { font-family:var(--stencil); font-weight:700; font-size:clamp(18px,3.5vw,40px); letter-spacing:-0.02em; text-transform:uppercase; line-height:0.95; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.album-year-badge  { font-family:var(--stencil); font-size:26px; color:var(--accent); }
.album-expand-btn  { width:36px; height:36px; border-radius:18px; border:1.5px solid var(--fg); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; transition:transform .25s,background .2s,border-color .2s,color .2s; }
.album-toggle-btn[aria-expanded="true"] .album-expand-btn { transform:rotate(45deg); background:var(--accent); border-color:var(--accent); color:var(--bg); }
.album-body { display:grid; grid-template-rows:0fr; transition:grid-template-rows .35s ease; }
.album-toggle-btn[aria-expanded="true"] + .album-body { grid-template-rows:1fr; }
.album-body-inner { overflow:hidden; }
.album-body-grid  { display:grid; grid-template-columns:48px minmax(0,360px) minmax(0,1fr); gap:28px; padding:4px 0 44px; align-items:start; }
.album-cover-lg   { aspect-ratio:1/1; box-shadow:0 0 0 1px var(--line),0 20px 48px rgba(0,0,0,.5); position:relative; overflow:hidden; background:var(--bg); }
.album-cover-lg img { width:100%; height:100%; object-fit:cover; display:block; }
.album-cover-meta { position:absolute; bottom:0; left:0; right:0; padding:12px 14px; border-top:1px solid var(--line); display:flex; justify-content:space-between; align-items:baseline; background:rgba(10,9,7,0.7); }
.album-cover-meta-title { font-family:var(--stencil); font-weight:700; font-size:15px; text-transform:uppercase; }
.album-cover-meta-rpm   { font-family:var(--mono); font-size:9px; color:var(--accent); }
.track-row  { display:grid; grid-template-columns:28px 1fr auto auto auto; gap:12px; align-items:center; padding:11px 0; border-bottom:1px solid var(--line2); }
.track-title { font-family:var(--display); font-style:italic; font-size:17px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.track-dur   { font-family:var(--mono); font-size:11px; color:var(--mute); flex-shrink:0; }
.track-listen { font-family:var(--mono); font-size:9px; letter-spacing:0.12em; text-transform:uppercase; background:var(--accent); color:var(--bg); padding:4px 8px; font-weight:600; flex-shrink:0; }
.album-platforms { margin-top:16px; display:flex; gap:8px; flex-wrap:wrap; }
.album-platform-link { font-family:var(--mono); font-size:9px; letter-spacing:0.12em; text-transform:uppercase; padding:7px 12px; border:1px solid var(--line); color:var(--fg); transition:border-color .15s; }
.album-platform-link:hover { border-color:var(--accent); }
.wave-bar { display:inline-block; width:2px; height:14px; background:currentColor; margin:0 1.5px; border-radius:1px; transform-origin:bottom; animation:wavePulse .8s ease-in-out infinite; }
.wave-bar:nth-child(1){animation-delay:.00s;height:8px}.wave-bar:nth-child(2){animation-delay:.10s;height:12px}
.wave-bar:nth-child(3){animation-delay:.20s;height:16px}.wave-bar:nth-child(4){animation-delay:.15s;height:14px}
.wave-bar:nth-child(5){animation-delay:.05s;height:10px}
@keyframes wavePulse{0%,100%{transform:scaleY(0.25)}50%{transform:scaleY(1)}}
@media (max-width:768px) {
  .album-toggle-btn { grid-template-columns:36px 1fr auto; gap:10px; padding:13px 0; }
  .album-num,.album-year-badge { display:none; }
  .album-thumb { width:40px; height:40px; }
  .album-title-text { font-size:clamp(14px,4.5vw,22px); }
  .album-body-grid  { grid-template-columns:1fr; gap:16px; }
}

/* ── Platforms ─────────────────────────────────────────────── */
.platforms-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
@media (max-width:600px) { .platforms-grid { grid-template-columns:1fr; } }
.platform-card { display:flex; flex-direction:column; padding:20px 24px 18px; min-height:220px; border:1px solid rgba(255,255,255,0.1); text-decoration:none; color:#fff; position:relative; transition:transform .2s,box-shadow .2s; }
.platform-card:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(0,0,0,.55); }
.platform-icon { width:42px; height:42px; background:rgba(0,0,0,.22); border-radius:7px; display:flex; align-items:center; justify-content:center; font-size:20px; }
.platform-num  { font-family:var(--mono); font-size:9px; letter-spacing:0.2em; color:rgba(255,255,255,0.5); }
.platform-name { font-family:var(--stencil); font-weight:700; font-size:clamp(20px,3.5vw,28px); text-transform:uppercase; line-height:0.95; letter-spacing:-0.01em; margin-top:auto; }
.platform-footer { margin-top:auto; padding-top:9px; border-top:1px solid rgba(255,255,255,.14); display:flex; justify-content:space-between; align-items:baseline; }
.platform-handle { font-family:var(--mono); font-size:9px; letter-spacing:0.1em; color:rgba(255,255,255,.6); }
.platform-plays  { font-family:var(--display); font-style:italic; font-size:12px; }
.platform-badge  { position:absolute; top:12px; right:12px; font-family:var(--mono); font-size:8px; letter-spacing:0.22em; text-transform:uppercase; padding:2px 6px; font-weight:700; }

/* ── Journal ────────────────────────────────────────────────── */
.posts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media (max-width:900px) { .posts-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px) { .posts-grid { grid-template-columns:1fr; } }
.post-card { background:var(--paper); border:1px solid var(--line2); display:flex; flex-direction:column; gap:12px; padding:18px; transition:border-color .2s; }
.post-card:hover { border-color:var(--accent); }
.post-img  { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.post-meta { display:flex; justify-content:space-between; }
.post-tag  { font-family:var(--mono); font-size:9px; letter-spacing:0.16em; color:var(--accent); }
.post-date { font-family:var(--mono); font-size:9px; letter-spacing:0.16em; }
.post-title { font-family:var(--stencil); font-weight:700; font-size:clamp(16px,2.5vw,22px); text-transform:uppercase; letter-spacing:-0.01em; line-height:1; }
.post-title a { color:inherit; transition:color .15s; }
.post-title a:hover { color:var(--accent); }
.post-excerpt { font-family:var(--display); font-style:italic; font-size:13px; line-height:1.55; color:var(--mute); }
.post-read-more { font-family:var(--mono); font-size:9px; letter-spacing:0.16em; text-transform:uppercase; border-bottom:1px solid var(--fg); align-self:flex-start; padding-bottom:3px; margin-top:auto; transition:color .15s,border-color .15s; }
.post-read-more:hover { color:var(--accent); border-color:var(--accent); }

/* ── Goods ──────────────────────────────────────────────────── */
.goods-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:18px; }
.product-card { background:var(--paper); border:1px solid var(--line2); display:flex; flex-direction:column; transition:border-color .2s,transform .2s; }
.product-card:hover { border-color:var(--accent); transform:translateY(-2px); }
.product-img-wrap { position:relative; overflow:hidden; aspect-ratio:1/1; }
.product-img  { width:100%; height:100%; object-fit:cover; transition:transform .3s; display:block; }
.product-card:hover .product-img { transform:scale(1.04); }
.product-img-overlay { position:absolute; inset:0; background:rgba(10,9,7,.55); display:flex; align-items:center; justify-content:center; opacity:0; transition:opacity .2s; font-family:var(--mono); font-size:10px; letter-spacing:0.16em; text-transform:uppercase; }
.product-card:hover .product-img-overlay { opacity:1; }
.product-img-placeholder { aspect-ratio:1/1; background:rgba(241,234,216,0.03); border-bottom:1px solid var(--line2); }
.product-info  { padding:14px 16px 16px; display:flex; flex-direction:column; gap:6px; flex:1; }
.product-tag   { font-family:var(--mono); font-size:9px; letter-spacing:0.16em; color:var(--accent); }
.product-name  { font-family:var(--stencil); font-weight:700; font-size:clamp(16px,2vw,21px); text-transform:uppercase; letter-spacing:-0.01em; line-height:0.95; }
.product-price { font-family:var(--mono); font-size:12px; letter-spacing:0.08em; color:var(--accent); }
.product-actions { display:flex; gap:8px; flex-wrap:wrap; margin-top:auto; padding-top:10px; }
.btn-add-to-cart { font-family:var(--mono); font-size:9px; letter-spacing:0.16em; text-transform:uppercase; border:1px solid var(--fg); color:var(--fg); background:transparent; padding:8px 12px; cursor:pointer; transition:background .15s,color .15s; }
.btn-add-to-cart:hover { background:var(--accent); color:var(--bg); border-color:var(--accent); }
.btn-tg-contact { display:inline-flex; align-items:center; gap:6px; padding:7px 12px; background:rgba(42,171,238,0.1); border:1px solid rgba(42,171,238,0.3); color:#2AABEE; font-family:var(--mono); font-size:9px; letter-spacing:0.12em; text-transform:uppercase; transition:background .15s,border-color .15s; cursor:pointer; }
.btn-tg-contact:hover { background:rgba(42,171,238,0.2); border-color:rgba(42,171,238,0.6); }

/* ── Product Modal ──────────────────────────────────────────── */
.product-modal-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.8); backdrop-filter:blur(12px); z-index:200; align-items:center; justify-content:center; animation:modalFadeIn .2s ease; }
.product-modal-box     { background:var(--paper); border:1px solid var(--line); max-width:820px; width:calc(100% - 32px); max-height:calc(100vh - 48px); overflow-y:auto; position:relative; animation:modalSlideUp .25s cubic-bezier(.2,.7,.3,1); }
.product-modal-close   { position:absolute; top:14px; right:14px; z-index:2; background:rgba(255,255,255,0.06); border:none; color:rgba(241,234,216,0.7); width:32px; height:32px; border-radius:2px; font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .15s; }
.product-modal-close:hover { background:rgba(255,255,255,0.12); color:var(--fg); }
.product-modal-inner   { display:grid; grid-template-columns:1fr 1fr; }
.product-modal-img     { width:100%; height:100%; object-fit:cover; display:block; min-height:300px; }
.product-modal-details { padding:28px 24px; display:flex; flex-direction:column; gap:10px; }
.product-modal-name    { font-family:var(--stencil); font-weight:800; font-size:clamp(22px,4vw,34px); line-height:0.95; letter-spacing:-0.02em; text-transform:uppercase; }
.product-modal-price   { font-size:18px; color:var(--accent); font-family:var(--mono); }
.product-modal-desc    { font-size:14px; line-height:1.65; color:rgba(241,234,216,0.75); }
.product-modal-meta    { font-family:var(--mono); font-size:11px; color:rgba(241,234,216,0.45); letter-spacing:0.1em; text-transform:uppercase; }
.product-modal-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:auto; padding-top:16px; border-top:1px solid var(--line2); }
@keyframes modalFadeIn  { from{opacity:0} to{opacity:1} }
@keyframes modalSlideUp { from{transform:translateY(24px);opacity:0} to{transform:translateY(0);opacity:1} }
@media (max-width:600px) { .product-modal-inner { grid-template-columns:1fr; } }

/* ── Contact ─────────────────────────────────────────────────── */
.section-contact { background:var(--fg); color:var(--bg); }
.section-contact .section-num-row .num,
.section-contact .section-num-row .kicker { color:rgba(10,9,7,0.5); }
.section-contact .section-line { background:rgba(10,9,7,0.16); }
.contact-grid  { display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:start; }
@media (max-width:768px) { .contact-grid { grid-template-columns:1fr; gap:24px; } }
.contact-intro { font-size:14px; line-height:1.75; color:rgba(10,9,7,0.8); }
.contact-email-row { border-top:1px solid rgba(10,9,7,0.16); padding-top:12px; margin-top:4px; }
.contact-email-label { font-family:var(--mono); font-size:9px; letter-spacing:0.16em; text-transform:uppercase; color:rgba(10,9,7,0.6); }
.contact-email-addr  { font-family:var(--stencil); font-weight:700; font-size:clamp(14px,2vw,20px); text-transform:lowercase; letter-spacing:-0.01em; word-break:break-all; }
.newsletter-row { border-bottom:2px solid rgba(10,9,7,0.6); display:flex; margin-top:16px; }
.newsletter-input { flex:1; background:transparent; border:none; outline:none; color:var(--bg); padding:12px 0; font-size:15px; font-family:inherit; }
.newsletter-btn { background:transparent; color:var(--bg); border:none; font-family:var(--mono); font-size:10px; letter-spacing:0.18em; text-transform:uppercase; padding:12px 4px; font-weight:700; cursor:pointer; }

/* ── About ───────────────────────────────────────────────────── */
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:44px; margin-bottom:56px; }
@media (max-width:768px) { .about-grid { grid-template-columns:1fr; gap:20px; margin-bottom:36px; } }
.about-quote { font-family:var(--display); font-style:italic; font-size:clamp(17px,2.5vw,22px); line-height:1.45; }
.about-body  { font-size:13px; line-height:1.8; color:var(--mute); }
.members-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:80%; margin:0 auto; }
@media (max-width:768px) { .members-grid { gap:10px; max-width:100%; } }
.member-card  { position:relative; aspect-ratio:4/5; overflow:hidden; border:1px solid var(--line2); transition:transform .25s; }
.member-card:hover { transform:scale(1.02); }
.member-img   { width:100%; height:100%; object-fit:cover; display:block; }
.member-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(10,9,7,.9) 0%,transparent 60%); opacity:0; transition:opacity .25s; display:flex; flex-direction:column; justify-content:flex-end; padding:14px 16px; }
.member-card:hover .member-overlay { opacity:1; }
.member-name  { font-family:var(--stencil); font-weight:700; font-size:clamp(16px,3vw,28px); text-transform:uppercase; }
.member-role  { font-family:var(--mono); font-size:9px; letter-spacing:0.1em; color:var(--mute); margin-top:4px; }
.member-name-mobile { font-family:var(--stencil); font-weight:700; font-size:13px; text-transform:uppercase; margin-top:8px; }
.member-role-mobile { font-family:var(--mono); font-size:8px; letter-spacing:0.1em; color:var(--mute); margin-top:2px; }

/* ── Footer ──────────────────────────────────────────────────── */
.site-footer  { background:var(--bg); border-top:1px solid var(--line2); padding:clamp(24px,3vw,36px) var(--px); }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer-tagline { font-family:var(--display); font-style:italic; font-size:15px; }
.footer-socials { display:flex; gap:clamp(14px,2vw,24px); align-items:center; }
.footer-socials a { color:var(--mute); font-size:clamp(18px,2vw,24px); transition:color .15s,transform .15s; display:inline-block; }
.footer-socials a:hover { color:var(--accent); transform:scale(1.25) translateY(-2px); }
.footer-copy { font-family:var(--mono); font-size:11px; letter-spacing:0.16em; color:var(--mute); }

/* ── Bg music button ─────────────────────────────────────────── */
.bg-music-btn { position:fixed; bottom:20px; right:20px; z-index:50; width:42px; height:42px; background:rgba(232,183,90,0.12); border:1px solid rgba(232,183,90,0.3); color:var(--accent); display:flex; align-items:center; justify-content:center; font-size:15px; cursor:pointer; border-radius:21px; transition:background .15s; }
.bg-music-btn:hover,.bg-music-btn.playing { background:rgba(232,183,90,0.22); }

/* ── Section-more links ──────────────────────────────────────── */
.section-more { margin-top:28px; text-align:right; }
.link-arrow   { font-family:var(--mono); font-size:10px; letter-spacing:0.16em; text-transform:uppercase; border-bottom:1px solid var(--fg); padding-bottom:3px; transition:color .15s,border-color .15s; }
.link-arrow:hover { color:var(--accent); border-color:var(--accent); }

/* ── Cart / Forms ────────────────────────────────────────────── */
.page-hero { padding:clamp(36px,5vw,64px) 0 clamp(28px,4vw,48px); border-bottom:1px solid var(--line2); }
.page-hero h1 { font-family:var(--stencil); font-weight:800; font-size:clamp(36px,6vw,72px); text-transform:uppercase; letter-spacing:-0.02em; line-height:0.9; }
.cart-table { width:100%; border-collapse:collapse; margin-bottom:24px; }
.cart-table th { text-align:left; font-family:var(--mono); font-size:10px; letter-spacing:0.18em; text-transform:uppercase; color:var(--mute); padding:0 0 12px; border-bottom:1px solid var(--line); }
.cart-table td { padding:14px 0; border-bottom:1px solid var(--line2); vertical-align:middle; }
.form-field  { margin-bottom:16px; }
.form-field label { display:block; font-family:var(--mono); font-size:10px; letter-spacing:0.16em; text-transform:uppercase; color:var(--mute); margin-bottom:6px; }
.form-field input,.form-field textarea { width:100%; background:rgba(255,255,255,0.04); border:1px solid var(--line); color:var(--fg); padding:10px 12px; font-family:inherit; font-size:14px; outline:none; transition:border-color .15s; }
.form-field input:focus,.form-field textarea:focus { border-color:var(--accent); }
.btn-primary-site { display:inline-flex; align-items:center; gap:8px; padding:12px 28px; background:var(--accent); color:var(--bg); font-family:var(--mono); font-size:11px; letter-spacing:0.18em; text-transform:uppercase; font-weight:700; border:none; cursor:pointer; transition:opacity .15s; }
.btn-primary-site:hover { opacity:0.88; }
.btn-ghost-site { display:inline-flex; align-items:center; gap:8px; padding:11px 28px; background:transparent; color:var(--fg); font-family:var(--mono); font-size:11px; letter-spacing:0.18em; text-transform:uppercase; border:1px solid var(--line); cursor:pointer; transition:border-color .15s; }
.btn-ghost-site:hover { border-color:var(--accent); color:var(--accent); }

/* ── Nav: gold lang button + Now Playing pill ─── */
.nav-lang-btn {
  display:inline-flex; align-items:center;
  background:var(--accent); color:var(--bg);
  font-family:var(--mono); font-size:9px; letter-spacing:0.1em;
  text-transform:uppercase; padding:4px 10px; font-weight:700;
  border:none; cursor:pointer; text-decoration:none; transition:opacity .15s;
  flex-shrink:0;
}
.nav-lang-btn:hover { opacity:.85; }

.nav-now-playing {
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--mono); font-size:10px; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--bg); background:var(--accent);
  text-decoration:none; padding:7px 14px; font-weight:600;
  white-space:nowrap; transition:opacity .15s; flex-shrink:0;
}
.nav-now-playing:hover { opacity:.88; }
.nav-np-dot {
  width:5px; height:5px; border-radius:3px; background:#c9472b; flex-shrink:0;
}
@media (max-width:900px) { .nav-now-playing { display:none; } }
@media (max-width:768px) { .lang-switch { display:none; } }

/* ── Page fade-in transition ─── */
body { animation: pageFadeIn .35s ease both; }
@keyframes pageFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.site-header { animation: none; } /* header stays crisp, no fade */

/* ── Film grain overlay (matches homepage feel) ─── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: screen;
  opacity: .045;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.7 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ── Mobile header improvements ─── */
@media (max-width: 768px) {
  /* Remove max-width on inner page containers so they fill screen properly */
  .container { padding: 0 18px; }
  .page-section { padding: clamp(32px, 5vw, 48px) 0; }
  /* Post content */
  .post-content { font-size: 15px; line-height: 1.75; }
  .post-content img { max-width: 100%; height: auto; }
  /* Albums on mobile */
  .album-body-grid { grid-template-columns: 1fr !important; }
  .album-cover-lg { max-width: 100%; }
  /* Platform cards */
  .platforms-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  /* Goods */
  .goods-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  /* Contact grid */
  .contact-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  /* Section title size on mobile */
  .section-title { font-size: clamp(28px, 9vw, 48px) !important; }
}

@media (max-width: 480px) {
  .goods-grid { grid-template-columns: 1fr !important; }
}
