:root{
  --bg: #0a0b0d;
  --bg-alt: #121417;
  --iron: #2b2f36;
  --iron-light: #454b54;
  --gold: #c9a24b;
  --gold-light: #e8c877;
  --spotify: #1DB954;
  --text: #e9e6df;
  --text-dim: #a8a49b;
  --line: rgba(201,162,75,0.25);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:var(--text);
  font-family:'EB Garamond', serif;
  font-size:22px;
  line-height:1.7;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 3px);
}
h1,h2,h3,.brand,.nav a,.btn,.tag{
  font-family:'Cinzel', serif;
  letter-spacing:0.03em;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}

/* VALKNUT ICON */
.valknut{width:1em; height:1em; display:inline-block; vertical-align:-0.15em; fill:none; stroke:currentColor; stroke-width:5;}

/* NAV */
header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:rgba(10,11,13,0.9);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
}
.navbar{display:flex; align-items:center; justify-content:space-between; padding:12px 24px; gap:20px;}
.brand{font-weight:900; font-size:21px; color:var(--gold-light); white-space:nowrap; display:flex; align-items:center; gap:8px;}
.brand .valknut{color:var(--gold); width:20px; height:20px;}
.brand span{color:var(--text);}
.nav{display:flex; gap:18px; align-items:center;}
.nav a{font-size:19px; color:var(--text-dim); font-weight:600; white-space:nowrap;}
.nav a:hover{color:var(--gold-light);}
.nav-toggle{display:none; background:none; border:none; color:var(--gold-light); font-size:26px; cursor:pointer;}
.nav-cta{
  background:var(--gold); color:#1a1305 !important; padding:10px 22px; border-radius:2px;
  font-size:17px; font-weight:700; display:flex; align-items:center; gap:6px;
}
.nav-cta:hover{background:var(--gold-light);}

/* LANGUAGE SWITCH */
.lang-switch{display:flex; gap:6px; margin-left:6px; border-left:1px solid var(--line); padding-left:16px;}
.lang-btn{
  background:none; border:1px solid var(--iron-light); color:var(--text-dim);
  font-family:'Cinzel', serif; font-size:15px; font-weight:700; letter-spacing:0.05em;
  padding:6px 10px; cursor:pointer; transition:all .2s ease;
}
.lang-btn:hover{color:var(--gold-light); border-color:var(--gold);}
.lang-btn.active{background:var(--gold); color:#1a1305; border-color:var(--gold);}

/* STYLE SWITCH (Metal / Folk / House) */
.style-switch{display:flex; gap:6px; margin-left:6px; border-left:1px solid var(--line); padding-left:16px;}
.style-btn{
  background:none; border:1px solid var(--iron-light); color:var(--text-dim);
  font-family:'Cinzel', serif; font-size:13px; font-weight:700; letter-spacing:0.05em;
  padding:6px 10px; cursor:pointer; transition:all .2s ease;
}
.style-btn:hover{color:var(--gold-light); border-color:var(--gold);}
.style-btn.active{background:var(--gold); color:#1a1305; border-color:var(--gold);}
/* Style switcher is a hidden owner-only control (visitors always see the default Folk design). Unlock via ?design=iron once; it then stays unlocked in this browser. */
.style-switch{display:none;}
body.ip-admin .style-switch{display:flex;}

/* HERO — photo band on top (fully visible, no text over faces), solid content band below */
.hero{
  position:relative;
  text-align:center;
}
/* Full image, never cropped: background-size:contain + a background-color matching the page,
   so any letterbox space is invisible. A separate ::after layer handles the fade into the content below. */
.hero-photo{
  position:relative;
  margin-top:60px; /* clears the fixed header (58px, same value used by the mobile nav dropdown) so it never covers the photo */
  height:64vh;
  min-height:360px;
  max-height:720px;
  background-color:var(--bg);
  background-image:url('../assets/hero-banner.jpg');
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
}
.hero-photo::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(10,11,13,0) 50%, rgba(10,11,13,0.65) 80%, rgba(10,11,13,1) 100%);
}
/* STYLE MOODS — each swaps the homepage hero image + artist order */
body.page-home.style-metal .hero-photo{ background-image:url('../assets/banner-ragnar.jpg'); }
body.page-home.style-folk .hero-photo{ background-image:url('../assets/hero-banner.jpg'); }
body.page-home.style-house .hero-photo{ background-image:url('../assets/banner-gyda.jpg'); }
body.style-metal .artist-card[data-artist="ragnar"]{order:-1;}
body.style-folk .artist-card[data-artist="ironpeak"]{order:-1;}
body.style-house .artist-card[data-artist="gyda"]{order:-1;}
.hero-content{background:var(--bg); padding:8px 24px 70px;}
.hero-inner{padding:0; max-width:900px; margin:0 auto; position:relative;}
.rune-row{display:flex; align-items:center; justify-content:center; gap:14px; margin-bottom:16px;}
.rune-row .line{width:46px; height:1px; background:var(--gold); opacity:.6;}
.kicker{color:var(--gold-light); font-size:18px; letter-spacing:0.22em; text-transform:uppercase;}
.hero .kicker{text-shadow:0 2px 14px rgba(0,0,0,0.9);}
.hero h1{
  font-size:clamp(48px, 9vw, 108px);
  font-weight:900;
  color:var(--text);
  text-shadow:0 4px 30px rgba(0,0,0,0.9), 0 2px 8px rgba(0,0,0,0.95);
  line-height:1;
}
.hero p.sub{
  max-width:660px; margin:26px auto 8px;
  font-size:24px; color:var(--text-dim);
  font-style:italic;
  text-shadow:0 2px 12px rgba(0,0,0,0.9);
}
.btn-row{display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-top:32px;}
.btn{
  display:inline-flex; align-items:center; gap:8px; padding:17px 34px;
  border:1px solid var(--gold); border-radius:2px;
  font-size:18px; font-weight:700; letter-spacing:0.04em;
  text-transform:uppercase; transition:all .25s ease; cursor:pointer;
}
.btn svg{width:18px; height:18px; flex-shrink:0;}
.btn-solid{background:var(--gold); color:#1a1305;}
.btn-solid:hover{background:var(--gold-light);}
.btn-spotify{background:var(--spotify); border-color:var(--spotify); color:#04150a;}
.btn-spotify:hover{background:#25e065; border-color:#25e065;}
.btn-spotify-outline{border-color:var(--spotify); color:#4be27a; background:transparent;}
.btn-spotify-outline:hover{background:rgba(29,185,84,0.14);}
.btn-outline{color:var(--gold-light);}
.btn-outline:hover{background:rgba(201,162,75,0.12);}
.scroll-cue{
  position:absolute; bottom:28px; left:50%; transform:translateX(-50%);
  font-size:14px; letter-spacing:0.3em; text-transform:uppercase; color:var(--text-dim);
  display:flex; flex-direction:column; align-items:center; gap:8px;
}
.scroll-cue .arrow{width:1px; height:26px; background:linear-gradient(var(--gold), transparent); animation:scrollpulse 1.8s infinite;}
@keyframes scrollpulse{0%{opacity:.2;} 50%{opacity:1;} 100%{opacity:.2;}}

/* SECTIONS */
section{padding:100px 0; position:relative;}
.section-head{text-align:center; max-width:720px; margin:0 auto 56px;}
.section-head p{color:var(--text-dim); margin-top:16px; font-size:21px;}
.section-head h2{font-size:clamp(30px,4vw,44px); color:var(--text); margin-top:14px;}
.divider{display:flex; align-items:center; justify-content:center; gap:14px; margin-top:18px;}
.divider .line{width:56px; height:1px; background:linear-gradient(90deg, transparent, var(--gold)); opacity:.7;}
.divider .line.right{background:linear-gradient(90deg, var(--gold), transparent);}
.divider .valknut{color:var(--gold);}

/* TEXTURED PANEL BACKGROUNDS */
.panel{
  background:var(--bg-alt); border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  background-image: radial-gradient(circle at 15% 20%, rgba(201,162,75,0.05), transparent 40%),
                     radial-gradient(circle at 85% 80%, rgba(201,162,75,0.04), transparent 40%);
}

/* ABOUT — full image on top (no crop), text below, left-aligned for readability */
.about-stack{max-width:980px; margin:0 auto;}
.about-img-full{width:100%; aspect-ratio:1800/771; overflow:hidden; border:1px solid var(--line); background:var(--iron); margin-bottom:44px;}
.about-img-full img{width:100%; height:100%; object-fit:cover; display:block;}
.about-text-full{text-align:left; max-width:760px; margin:0 auto;}
.about-text-full h3{font-size:28px; color:var(--gold-light); margin-bottom:16px;}
.about-text-full p{margin-bottom:18px; color:var(--text-dim);}
.stats{display:flex; gap:36px; margin-top:34px; flex-wrap:wrap; justify-content:center;}
.stat b{display:block; font-family:'Cinzel',serif; font-size:32px; color:var(--gold-light);}
.stat span{font-size:17px; color:var(--text-dim); text-transform:uppercase; letter-spacing:0.05em;}

/* SPOTIFY + VIDEO SPOTLIGHT (priority section) */
.spotlight-grid{display:grid; grid-template-columns:1fr 1.1fr; gap:26px; align-items:stretch;}
.spotlight-card{border:1px solid var(--line); background:var(--iron); display:flex; flex-direction:column;}
.spotlight-head{
  padding:16px 20px; font-size:17px; letter-spacing:0.08em; text-transform:uppercase;
  color:var(--gold-light); border-bottom:1px solid var(--line); display:flex; align-items:center; gap:8px;
}
.spotlight-card iframe{width:100%; border:0; display:block;}
.spotlight-card .video-wrap{position:relative; width:100%; aspect-ratio:16/9;}
.spotlight-card .video-wrap iframe{position:absolute; inset:0; height:100%;}
.spotlight-card .vid-card-spotlight{border:0; flex:1; display:flex; flex-direction:column;}
.spotlight-card .vid-card-spotlight .vid-thumb{flex:1;}
.spotlight-foot{padding:16px 20px; text-align:center;}
.spotlight-foot-row{display:flex; gap:12px;}
.spotlight-foot-row .btn{flex:1; justify-content:center; padding:15px 14px;}

/* STATS BAR ("Numbers of the North") */
.stats-bar{text-align:center; background:var(--bg-alt); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.stats-bar-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; max-width:980px; margin:0 auto;}
.stats-bar-grid .stat b{font-size:clamp(28px,4vw,42px); color:var(--gold-light); font-family:'Cinzel',serif; display:block;}
.stats-bar-grid .stat span{font-size:17px; color:var(--text-dim); text-transform:uppercase; letter-spacing:0.06em;}
.live-tag{display:inline-flex; align-items:center; gap:8px; font-size:17px; color:var(--text-dim); margin:34px 0 22px;}
.live-dot{width:8px; height:8px; border-radius:50%; background:#4ade80; box-shadow:0 0 0 rgba(74,222,128,0.5); animation:livepulse 2s infinite;}
@keyframes livepulse{0%{box-shadow:0 0 0 0 rgba(74,222,128,0.5);} 70%{box-shadow:0 0 0 8px rgba(74,222,128,0);} 100%{box-shadow:0 0 0 0 rgba(74,222,128,0);}}
.platform-row{display:flex; justify-content:center; gap:14px; flex-wrap:wrap;}
.platform-row a{
  display:flex; align-items:center; gap:8px; padding:14px 24px; border:1px solid var(--iron-light);
  font-size:17px; font-weight:700; letter-spacing:0.02em; text-transform:uppercase;
}
.platform-row a:hover{border-color:var(--gold); color:var(--gold-light);}
.platform-row svg{width:16px; height:16px;}

/* LISTEN (embedded audio player) */
.listen-list{display:flex; flex-direction:column; gap:14px; max-width:760px; margin:0 auto;}
.listen-embed{border:1px solid var(--line); border-radius:10px; overflow:hidden; background:var(--iron);}
.listen-embed iframe{display:block; border:0;}

/* MUSIC GRID */
.music-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.card{
  position:relative; overflow:hidden; border:1px solid var(--line); background:var(--iron);
  aspect-ratio:1/1;
}
.card img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.card:hover img{transform:scale(1.07);}
.card-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.9) 100%);
  display:flex; align-items:flex-end; padding:20px;
}
.card-overlay h4{font-family:'Cinzel',serif; font-size:20px; color:#fff;}
.card-overlay .play{color:var(--gold-light); font-size:16px; letter-spacing:0.05em; text-transform:uppercase; margin-top:4px; display:block;}

/* ARTISTS TEASER (home) */
.artist-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:26px;}
.artist-card{border:1px solid var(--line); background:var(--bg); display:flex; flex-direction:column;}
.artist-img{aspect-ratio:4/5; overflow:hidden;}
.artist-img img{width:100%; height:100%; object-fit:cover; object-position:center 8%;}
.artist-body{padding:22px; display:flex; flex-direction:column; flex:1;}
.artist-role{color:var(--gold-light); font-size:16px; text-transform:uppercase; letter-spacing:0.05em; margin-bottom:8px;}
.artist-body h3{font-size:25px; margin-bottom:10px;}
.artist-body p{color:var(--text-dim); font-size:19px; margin-bottom:16px; flex:1;}
.artist-link{font-size:17px; color:var(--gold-light); border-bottom:1px solid var(--gold); padding-bottom:2px; align-self:flex-start;}

/* VIDEOS */
.video-grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.vid-card{border:1px solid var(--line); background:var(--iron);}
.vid-thumb{position:relative; aspect-ratio:16/9; overflow:hidden; background:#000;}
.vid-thumb img{width:100%; height:100%; object-fit:cover; transition:transform .4s ease;}
.vid-card:hover .vid-thumb img{transform:scale(1.06);}
.vid-play{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
}
.vid-play span{
  width:56px; height:56px; border-radius:50%; background:rgba(10,11,13,0.55); border:1px solid var(--gold);
  display:flex; align-items:center; justify-content:center;
}
.vid-play svg{width:20px; height:20px; fill:var(--gold-light); margin-left:3px;}
.vid-body{padding:16px 18px; display:flex; align-items:center; justify-content:space-between; gap:10px;}
.vid-body h4{font-family:'EB Garamond',serif; font-weight:600; font-size:20px; color:var(--text);}
.vid-body .vid-views{color:var(--gold-light); font-size:15px; letter-spacing:0.03em; white-space:nowrap;}

/* FOLLOW */
.follow{text-align:center;}
.follow-grid{display:flex; justify-content:center; gap:18px; flex-wrap:wrap; margin-top:10px;}
.follow-grid a{
  padding:16px 26px; border:1px solid var(--iron-light); min-width:160px;
  font-size:17px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase;
}
.follow-grid a:hover{border-color:var(--gold); color:var(--gold-light);}

/* CONTACT */
.contact{text-align:center;}
.contact h2{margin-bottom:16px;}
.contact p{color:var(--text-dim); margin-bottom:26px;}
.contact .btn-solid{font-size:16px; padding:16px 40px;}

footer{
  border-top:1px solid var(--line); padding:44px 24px 30px; text-align:center;
  color:var(--text-dim); font-size:17px; background:var(--bg);
}
footer .valknut{color:var(--gold); width:22px; height:22px; margin-bottom:14px;}
footer p{margin-bottom:8px;}
footer a{color:var(--gold-light);}

/* ARTIST DETAIL PAGES — photo band on top, solid text band below (same pattern as the homepage hero).
   background-size:contain guarantees the ENTIRE photo is always visible — no crop math, no guessing, nothing can ever be cut off.
   background-color matches the page background so any letterbox space is invisible. */
.artist-hero-photo{
  margin-top:60px; /* clears the fixed header (58px, same value used by the mobile nav dropdown) so it never covers the photo */
  height:56vh; min-height:340px; max-height:620px;
  background-color:var(--bg);
  background-size:contain; background-position:center center; background-repeat:no-repeat;
}
.artist-hero-content{background:var(--bg); border-bottom:1px solid var(--line); padding:44px 24px 54px;}
.artist-hero-content .inner{max-width:1180px; margin:0 auto;}
.artist-hero-content h1{font-size:clamp(40px,8vw,80px); font-weight:900; color:var(--text);}
.artist-hero-content p.tagline{max-width:660px; margin-top:18px; font-size:24px; color:var(--gold-light); font-style:italic;}

.back-link{display:inline-block; margin-bottom:30px; font-size:18px; color:var(--gold-light); font-family:'Cinzel',serif;}
.back-link:hover{text-decoration:underline;}

.bio-block{max-width:780px; margin:0 auto 60px;}
.bio-block p{color:var(--text-dim); margin-bottom:20px; font-size:21px;}

/* BIO ROWS — portrait photo alongside each bio paragraph (artist detail pages) */
.bio-rows{max-width:980px; margin:0 auto 20px; display:flex; flex-direction:column; gap:46px;}
.bio-row{display:flex; align-items:center; gap:44px;}
.bio-row.reverse{flex-direction:row-reverse;}
.bio-row .bio-photo{flex:0 0 280px; aspect-ratio:4/5; overflow:hidden; border:1px solid var(--line); background:var(--iron);}
.bio-row .bio-photo img{width:100%; height:100%; object-fit:cover; object-position:center 8%; display:block;}
.bio-row .bio-text{flex:1; min-width:0;}
.bio-row .bio-text p{color:var(--text-dim); font-size:21px; margin-bottom:0;}
.bio-gallery-strip{display:grid; grid-template-columns:repeat(2,1fr); gap:18px; max-width:640px; margin:14px auto 60px;}
.bio-gallery-strip .bio-thumb{aspect-ratio:4/5; overflow:hidden; border:1px solid var(--line); background:var(--iron);}
.bio-gallery-strip .bio-thumb img{width:100%; height:100%; object-fit:cover; object-position:center 8%; display:block;}

/* ALLTAG GALLERY — everyday-life moments, native 9:16, never cropped from the top */
.alltag-block{max-width:1080px; margin:64px auto 0;}
.alltag-head{text-align:center; max-width:640px; margin:0 auto 34px;}
.alltag-head .kicker{display:block; margin-bottom:8px;}
.alltag-head h3{font-size:clamp(24px,3vw,32px); color:var(--text);}
.alltag-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.alltag-item{border:1px solid var(--line); background:var(--iron); overflow:hidden;}
.alltag-photo{aspect-ratio:9/16; overflow:hidden; background:var(--iron);}
.alltag-photo img{width:100%; height:100%; object-fit:cover; object-position:center 8%; display:block;}
.alltag-cap{padding:14px 16px 18px;}
.alltag-loc{display:block; color:var(--gold-light); font-size:13px; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:7px; font-family:'Cinzel',serif;}
.alltag-cap p{color:var(--text-dim); font-size:17px; line-height:1.55; margin:0;}

/* SONG CARDS (artist detail pages — thumbnail + live view numbers) */
.song-cards{display:grid; grid-template-columns:repeat(2,1fr); gap:18px; max-width:900px; margin:0 auto;}
.song-card{
  display:flex; align-items:center; gap:16px; border:1px solid var(--line); background:var(--iron);
  padding:12px; transition:border-color .2s ease;
}
.song-card:hover{border-color:var(--gold);}
.song-card .song-thumb{position:relative; width:126px; height:71px; flex-shrink:0; overflow:hidden; background:#000;}
.song-card .song-thumb img{width:100%; height:100%; object-fit:cover;}
.song-card .song-thumb .play-mini{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(10,11,13,0.22);}
.song-card .song-thumb .play-mini span{width:30px; height:30px; border-radius:50%; background:rgba(10,11,13,0.6); border:1px solid var(--gold); display:flex; align-items:center; justify-content:center;}
.song-card .song-thumb .play-mini svg{width:11px; height:11px; fill:var(--gold-light); margin-left:2px;}
.song-card .song-info{flex:1; min-width:0;}
.song-card .song-info h4{font-family:'Cinzel',serif; font-weight:600; font-size:17px; color:var(--text); line-height:1.3;}
.song-card .song-info .song-views{color:var(--gold-light); font-size:14px; letter-spacing:0.03em; margin-top:5px; display:block;}
.song-card-empty{
  display:flex; align-items:center; justify-content:center; gap:16px; border:1px dashed var(--iron-light); background:transparent;
  padding:12px; min-height:71px; color:var(--text-dim); font-family:'Cinzel',serif; font-size:15px; letter-spacing:0.04em; text-transform:uppercase; text-align:center;
}

/* CHARACTER LORE (Artist detail pages) */
.lore-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:900px; margin:0 auto 60px;}
.lore-block{border:1px solid var(--line); background:var(--iron); padding:24px 26px;}
.lore-block h4{font-family:'Cinzel',serif; color:var(--gold-light); font-size:17px; letter-spacing:0.06em; text-transform:uppercase; margin-bottom:14px;}
.lore-block p{color:var(--text-dim); font-size:19px; line-height:1.6;}
.lore-block a{color:var(--gold-light);}
.lore-block a:hover{text-decoration:underline;}
.trait-tags{display:flex; flex-wrap:wrap; gap:9px;}
.trait-tags .tag{border:1px solid var(--gold); color:var(--gold-light); font-size:14px; padding:7px 15px; letter-spacing:0.04em; font-family:'Cinzel',serif; text-transform:uppercase;}

/* WUNSCHTAFEL (song request form) */
.wish-intro{max-width:720px; margin:0 auto 44px; text-align:center; color:var(--text-dim); font-size:21px;}
.wish-form{max-width:760px; margin:0 auto;}
.wish-row{display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:20px;}
.wish-field{display:flex; flex-direction:column; gap:9px;}
.wish-field.full{grid-column:1/-1;}
.wish-field label{font-family:'Cinzel',serif; font-size:15px; letter-spacing:0.05em; text-transform:uppercase; color:var(--gold-light);}
.wish-field input, .wish-field select, .wish-field textarea{
  background:var(--iron); border:1px solid var(--line); color:var(--text);
  font-family:'EB Garamond',serif; font-size:19px; padding:13px 14px; border-radius:2px; width:100%;
}
.wish-field select{appearance:none; background-image:linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position:calc(100% - 20px) center, calc(100% - 15px) center; background-size:5px 5px, 5px 5px; background-repeat:no-repeat;}
.wish-field input:focus, .wish-field select:focus, .wish-field textarea:focus{outline:none; border-color:var(--gold);}
.wish-field textarea{min-height:130px; resize:vertical;}
.wish-hp{position:absolute; left:-9999px; top:-9999px;}
.wish-submit{margin-top:10px; text-align:center;}
.wish-submit .btn{border:none; cursor:pointer;}
.wish-error{color:#e88; font-size:16px; margin-top:14px; display:none;}
.wish-error.show{display:block;}
.wish-confirm{display:none; text-align:center; padding:50px 24px; max-width:640px; margin:0 auto;}
.wish-confirm.show{display:block;}
.wish-confirm .valknut{color:var(--gold); width:36px; height:36px; margin:0 auto 20px;}
.wish-confirm p{font-size:24px; font-style:italic; color:var(--gold-light); line-height:1.5;}

/* NEWS / SAGA-CHRONIK */
.news-promo{border:1px solid var(--line); background:var(--iron); padding:40px 36px; max-width:900px; margin:0 auto 50px; text-align:center;}
.news-promo .news-date{color:var(--gold-light); font-size:16px; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:14px;}
.news-promo h3{font-size:27px; color:var(--gold-light); margin-bottom:16px;}
.news-promo p{color:var(--text-dim); font-size:20px; margin-bottom:14px;}
.news-promo .btn{margin-top:14px;}
.tracklist-grid{display:grid; grid-template-columns:1fr 1fr; gap:34px; max-width:820px; margin:44px auto 0;}
.tracklist-grid h4{font-family:'Cinzel',serif; color:var(--gold-light); font-size:16px; letter-spacing:0.06em; text-transform:uppercase; margin-bottom:14px; text-align:center;}
.tracklist-grid ul{list-style:none; color:var(--text-dim); font-size:18px; line-height:2;}
.tracklist-grid ul li{border-bottom:1px dashed var(--line); padding-bottom:6px; margin-bottom:6px;}

@media (max-width:860px){
  .lore-grid{grid-template-columns:1fr;}
  .wish-row{grid-template-columns:1fr;}
  .tracklist-grid{grid-template-columns:1fr;}
  .nav{position:fixed; top:58px; left:0; right:0; background:var(--bg); flex-direction:column; padding:20px; border-bottom:1px solid var(--line); display:none; gap:16px; align-items:flex-start; max-height:calc(100vh - 58px); overflow-y:auto;}
  .nav.open{display:flex;}
  .nav-toggle{display:block;}
  .lang-switch, .style-switch{border-left:none; padding-left:0; margin-left:0; margin-top:6px;}
  .about-grid, .music-grid, .spotlight-grid, .video-grid-3{grid-template-columns:1fr;}
  .artist-grid{grid-template-columns:repeat(2,1fr);}
  .stats-bar-grid{grid-template-columns:repeat(2,1fr);}
  .song-cards{grid-template-columns:1fr;}
  .bio-row, .bio-row.reverse{flex-direction:column; gap:22px;}
  .bio-row .bio-photo{flex:0 0 auto; width:100%; max-width:320px;}
  .bio-gallery-strip{max-width:420px;}
  .alltag-grid{grid-template-columns:1fr;}
  .spotlight-foot-row{flex-direction:column;}
  .hero-photo{height:42vh; min-height:260px;}
  .artist-hero-photo{height:40vh; min-height:260px;}
  section{padding:70px 0;}
  .btn-row{flex-direction:column; align-items:stretch;}
  .btn-row .btn{justify-content:center;}
}
@media (max-width:600px){
  .song-card{flex-direction:column; align-items:stretch;}
  .song-card .song-thumb{width:100%; height:auto; aspect-ratio:16/9;}
}
@media (max-width:520px){
  .artist-grid{grid-template-columns:1fr;}
  .stats-bar-grid{grid-template-columns:1fr;}
  .hero h1{font-size:clamp(40px,13vw,64px);}
}
@media (min-width:1500px){
  body{font-size:24px;}
}
