*{box-sizing:border-box;}body{margin:0;background:#111;color:#ddd;font-family:Arial,Helvetica,sans-serif;}.wrap{max-width:1180px;margin:auto;}a{text-decoration:none;}header{background:linear-gradient(#292929,#101010);border-bottom:5px solid #a51f24;}.brand{padding:22px 20px;display:flex;gap:18px;align-items:center;}.header-logo{width:115px;max-height:115px;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(0,0,0,.65));}.brand h1{margin:0;font-size:43px;letter-spacing:-2px;}.brand span{color:#b3262d;}.brand p{margin:4px 0;color:#888;font-size:12px;letter-spacing:2px;}nav{background:#a51f24;}.links{display:flex;flex-wrap:wrap;align-items:center;}.links a,.links button{padding:15px 18px;color:white;font-weight:bold;font-size:13px;border:0;border-right:1px solid #7d171b;background:transparent;cursor:pointer;}.flag img{width:30px;height:22px;object-fit:cover;border:1px solid rgba(255,255,255,.5);}.flag.active{background:#7d171b!important;box-shadow:inset 0 -3px 0 white;}#menu{display:none;}.layout{display:grid;grid-template-columns:2.25fr .75fr;gap:22px;padding:22px 15px;}.features{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-bottom:28px;}.hero{grid-row:span 2;background:#202020;border:1px solid #333;}.tile{background:#202020;border:1px solid #333;}.photo{min-height:120px;background:linear-gradient(135deg,#333,#181818);display:grid;place-items:center;color:#666;font-weight:bold;}.hero .photo{min-height:310px;}.copy,.tile h3{padding:15px;}.copy b{background:#a51f24;padding:4px 7px;}.copy h2{font-size:29px;}.copy p{color:#aaa;line-height:1.5;}.btn{display:inline-block;background:#a51f24;color:white;padding:8px 10px;font-weight:bold;font-size:12px;}.btn.ebay{background:#d99a00;color:#111;}.btn.amazon{background:#ff9900;color:#111;}.title{display:flex;justify-content:space-between;align-items:end;border-bottom:4px solid #a51f24;margin:18px 0 12px;}.title h2{margin:0;background:#a51f24;padding:9px 14px;color:white;font-size:19px;}.title span{font-size:11px;color:#777;padding:8px;}.toolbar input{background:#1d1d1d;border:1px solid #333;color:#ddd;padding:11px;width:100%;margin-bottom:12px;}.figure-list{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}.figure-card{display:flex!important;flex-direction:column;background:#f3f3f3;color:#111;border:1px solid #444;}.figure-thumb{width:100%;min-height:210px;aspect-ratio:4/3;background:#e8e8e8;color:#777;display:grid;place-items:center;text-align:center;font-weight:bold;}.figure-body{padding:9px;display:flex;flex-direction:column;flex:1;}.figure-body h3{color:#257400;font-size:15px;line-height:1.15;margin:0 0 6px;}.figure-body p{color:#333;font-size:12px;line-height:1.3;margin:0 0 8px;}.actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;}.news-card{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #333;}.thumb{height:120px;background:#292929;display:grid;place-items:center;color:#666;}aside section{background:#1d1d1d;border:1px solid #333;margin-bottom:18px;padding-bottom:10px;}aside h2{margin:0 0 8px;background:#2b2b2b;border-left:5px solid #a51f24;padding:10px 12px;font-size:16px;}aside a{display:block;padding:9px 13px;border-bottom:1px solid #2d2d2d;color:#bbb;}.promo{margin:10px;background:#292929;padding:18px 12px;font-weight:bold;border-left:3px solid #a51f24;}.promo small{display:block;color:#888;font-weight:normal;margin-top:5px;}.disclaimer p{padding:0 12px;color:#999;font-size:12px;line-height:1.5;}footer{text-align:center;margin-top:30px;background:#090909;border-top:4px solid #a51f24;padding:28px;color:#666;}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0;}.gallery div{height:220px;background:#292929;border:1px solid #333;display:grid;place-items:center;color:#777;}.data-table{width:100%;border-collapse:collapse;background:#1c1c1c;}.data-table td{border:1px solid #333;padding:10px;color:#bbb;}.data-table td:first-child{color:white;font-weight:bold;width:170px;}.figure-page{padding:22px 15px;}@media(max-width:950px){.figure-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media(max-width:760px){#menu{display:block;width:100%;background:#a51f24;color:white;border:0;padding:13px;text-align:left;font-weight:bold;}.links{display:none;flex-direction:column;align-items:stretch;}.links.open{display:flex;}.layout{grid-template-columns:1fr;}.features{grid-template-columns:1fr;}.hero{grid-row:auto;}.news-card{grid-template-columns:1fr;}.brand h1{font-size:30px;}.header-logo{width:80px;}.figure-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.gallery{grid-template-columns:1fr 1fr;}}@media(max-width:420px){.figure-list{grid-template-columns:1fr!important;}}
/* Original BB circle logo */
.mark{
  width:74px;
  height:74px;
  min-width:74px;
  border:4px solid #aaa;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:25px;
  font-weight:900;
  color:#ccc;
  letter-spacing:-1px;
  background:linear-gradient(#292929,#151515);
  box-shadow:0 2px 6px rgba(0,0,0,.55);
}
@media(max-width:760px){
  .mark{width:55px;height:55px;min-width:55px;font-size:20px;border-width:3px;}
}

.wordmark-logo{width:min(760px,92vw);height:auto;display:block;filter:drop-shadow(0 3px 8px rgba(0,0,0,.65));}
.brand{justify-content:center;padding:14px 20px 10px!important;}
header{background:#090b10 radial-gradient(circle at center,rgba(255,255,255,.05),transparent 55%)!important;}
.mark{display:none!important;}
@media(max-width:760px){.wordmark-logo{width:94vw;}.brand{padding:10px 8px!important;}}

/* BB helmet emblem in the original header layout */
.bb-helmet-header{
  width:150px;
  height:150px;
  object-fit:contain;
  display:block;
  border-radius:50%;
  filter:drop-shadow(0 3px 9px rgba(0,0,0,.75));
}
header .brand{
  justify-content:center!important;
  padding:12px 20px!important;
}
@media(max-width:760px){
  .bb-helmet-header{
    width:110px;
    height:110px;
  }
}

/* BB helmet + clear BeskarBounty heading */
header .brand{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:28px!important;
  padding:12px 20px!important;
}
.header-title h1{
  margin:0;
  font-size:48px;
  line-height:1;
  letter-spacing:-2px;
  color:#ddd;
  text-shadow:0 3px 8px rgba(0,0,0,.8);
}
.header-title h1 span{
  color:#b3262d;
}
.header-title p{
  margin:8px 0 0;
  color:#aaa;
  font-size:14px;
  font-weight:bold;
  letter-spacing:3px;
}
@media(max-width:760px){
  header .brand{
    flex-direction:column!important;
    justify-content:center!important;
    gap:8px!important;
    text-align:center;
  }
  .header-title h1{font-size:34px;}
  .header-title p{font-size:10px;letter-spacing:2px;}
}

/* FIX: helmet and title must stay beside each other */
header .brand{
  display:flex!important;
  flex-direction:row!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:28px!important;
  padding:12px 20px!important;
}
header .brand a{
  display:block!important;
  flex:0 0 auto!important;
}
.bb-helmet-header{
  width:150px!important;
  height:150px!important;
  display:block!important;
  object-fit:contain!important;
}
.header-title{
  display:block!important;
  flex:0 1 auto!important;
}
.header-title h1{
  margin:0!important;
  white-space:nowrap;
}
@media(max-width:760px){
  header .brand{
    flex-direction:row!important;
    align-items:center!important;
    gap:14px!important;
    text-align:left!important;
  }
  .bb-helmet-header{
    width:82px!important;
    height:82px!important;
  }
  .header-title h1{
    font-size:28px!important;
  }
  .header-title p{
    font-size:8px!important;
    letter-spacing:1.4px!important;
  }
}

/* Definitive header layout fix */
header .brand{
  display:flex!important;
  flex-flow:row nowrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:30px!important;
}
header .brand > a{
  display:flex!important;
  flex:0 0 150px!important;
  width:150px!important;
  height:150px!important;
  align-items:center!important;
  justify-content:center!important;
}
header .brand > .header-title{
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
}
.bb-helmet-header{
  width:150px!important;
  height:150px!important;
  margin:0!important;
}
.header-title h1,
.header-title p{
  text-align:left!important;
}
@media(max-width:760px){
  header .brand{
    flex-flow:row nowrap!important;
    gap:14px!important;
  }
  header .brand > a{
    flex-basis:82px!important;
    width:82px!important;
    height:82px!important;
  }
}

.page-shell{padding:22px 15px;min-height:58vh;}.content-page{max-width:1000px;}.prose{background:#1d1d1d;border:1px solid #333;padding:26px;}.prose p{line-height:1.75;color:#c7c7c7;font-size:16px;}.prose blockquote{margin:28px 0 0;border-left:5px solid #b3262d;padding:16px 20px;background:#151515;font-size:22px;font-weight:bold;}.news-grid,.guide-grid,.home-news{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.article-card{background:#1d1d1d;border:1px solid #333;padding:22px;border-top:3px solid #b3262d;}.article-card h2{margin:8px 0 10px;color:#eee;}.article-card p{color:#aaa;line-height:1.6;}.kicker{font-size:11px;letter-spacing:1.5px;color:#d2484f;font-weight:bold;}.text-link{color:#fff;font-weight:bold;}.hero-photo,.tile-photo{background-size:cover!important;background-position:center!important;color:transparent!important;}.tile-photo{min-height:180px!important;}@media(max-width:700px){.news-grid,.guide-grid,.home-news{grid-template-columns:1fr;}}

/* Remove the large white PHOTO placeholder from all figure pages */
.figure-detail {
  display: none !important;
}

.collector-info{
  margin-top:16px;
  padding:14px 16px;
  background:#171717;
  border-left:4px solid #b51f29;
  color:#c9c9c9;
  line-height:1.55;
}
.collector-info h3{
  margin:0 0 8px;
  color:#fff;
  font-size:16px;
}
.collector-info p{margin:7px 0;}

/* Forrige / næste figur */
.figure-pagination{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:12px;
  align-items:stretch;
  margin:16px 0 20px;
}
.figure-pagination.bottom{
  margin-top:24px;
  margin-bottom:4px;
}
.page-nav{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:58px;
  padding:10px 14px;
  background:#202020;
  border:1px solid #3a3a3a;
  color:#f1f1f1;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
  transition:.15s ease;
}
.page-nav:hover{
  background:#2b2b2b;
  border-color:#b3262d;
}
.page-nav span{
  margin-top:3px;
  color:#aaa;
  font-size:11px;
  font-weight:600;
}
.page-nav.prev{
  text-align:left;
  align-items:flex-start;
}
.page-nav.next{
  text-align:right;
  align-items:flex-end;
}
.page-nav.database-link{
  background:#a51f24;
  border-color:#a51f24;
  text-align:center;
  min-width:170px;
}
.page-nav.database-link:hover{
  background:#7d171b;
}
.page-nav.muted{
  color:#bbb;
}
.figure-info th{
  white-space:nowrap;
}
@media(max-width:760px){
  .figure-pagination{
    grid-template-columns:1fr 1fr;
  }
  .page-nav.database-link{
    grid-column:1 / -1;
    grid-row:1;
    min-width:0;
  }
  .page-nav.prev{
    grid-column:1;
    grid-row:2;
  }
  .page-nav.next{
    grid-column:2;
    grid-row:2;
  }
}
@media(max-width:460px){
  .figure-pagination{
    grid-template-columns:1fr;
  }
  .page-nav.database-link,
  .page-nav.prev,
  .page-nav.next{
    grid-column:1;
  }
  .page-nav.database-link{grid-row:1;}
  .page-nav.prev{grid-row:2;}
  .page-nav.next{grid-row:3;}
  .page-nav.next{
    text-align:left;
    align-items:flex-start;
  }
}

/* Full bilingual controls */
.flag{
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:9px 11px!important;
}
.flag img{
  display:block;
  width:30px;
  height:22px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.45);
}
.flag.active{
  background:#7d171b!important;
  box-shadow:inset 0 -3px 0 #fff;
}
.nav-label{
  color:inherit!important;
  margin:0!important;
  font-size:inherit!important;
  font-weight:inherit!important;
}
.accessories-value.pending{
  color:#999;
  font-style:italic;
}
.accessories-value.verified{
  color:#ddd;
}


/* ========================================================
   BESKARBOUNTY 2.0
   ======================================================== */
:root{--bb-red:#b32025;--bb-panel:#18191b;--bb-panel2:#202225;--bb-line:#383b40;--bb-text:#eceff3;--bb-muted:#aeb4bd;--bb-gold:#d0a63d;}
body{background:radial-gradient(circle at top,#191b20 0,#0d0e10 45%,#08090a 100%);color:var(--bb-text);}
.content-page{min-height:65vh;}
.figure-detail{background:linear-gradient(145deg,#181a1d,#111214);border:1px solid var(--bb-line);border-radius:10px;padding:18px;box-shadow:0 15px 45px rgba(0,0,0,.25);}
.figure-thumb.photo-ready{padding:0;overflow:hidden;background:#111;border:1px solid #3c3f45;display:flex;align-items:center;justify-content:center;min-height:380px;}
.figure-thumb.photo-ready img{width:100%;height:100%;max-height:720px;object-fit:contain;display:block;background:#090a0b;cursor:zoom-in;}
.four-view-gallery figure{margin:0;}.photo-box.photo-ready{padding:0;overflow:hidden;background:#090a0b;min-height:250px;}.photo-box.photo-ready img{width:100%;height:100%;max-height:520px;object-fit:contain;display:block;cursor:zoom-in;}
.bb2-badge{display:inline-flex;align-items:center;gap:7px;background:#2a1113;border:1px solid #6e2428;color:#ffccd0;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800;letter-spacing:.08em;}
.bb2-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;}.bb2-panel{background:linear-gradient(145deg,var(--bb-panel2),var(--bb-panel));border:1px solid var(--bb-line);border-radius:10px;padding:18px;}.bb2-panel h3{margin:0 0 12px;border-bottom:2px solid var(--bb-red);padding-bottom:8px;}.accessory-list{margin:0;padding-left:20px;}.accessory-list li{margin:7px 0;}.accessory-empty{color:var(--bb-muted);font-style:italic;}.visibility-note{font-size:.88rem;color:var(--bb-muted);margin-top:12px;}.collection-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;}.collection-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:.88rem;}.collection-form input,.collection-form select,.collection-form textarea{background:#0e0f11;color:#f4f4f4;border:1px solid #42464d;border-radius:6px;padding:10px;font:inherit;}.collection-form textarea{min-height:90px;resize:vertical;}.collection-form .wide{grid-column:1/-1;}.save-status{color:#9ed49e;font-size:.85rem;min-height:1.2em;}.bb2-save{border:0;border-radius:6px;background:var(--bb-red);color:#fff;padding:10px 14px;font-weight:800;cursor:pointer;}.bb2-save:hover{filter:brightness(1.12);}

.bb2-home-banner{background:linear-gradient(135deg,#241113,#15171a 62%,#202226);border:1px solid #4a2528;border-radius:12px;padding:22px;margin:20px 0;}.bb2-home-banner h2{margin-top:0;}.bb2-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:15px;}.bb2-stat{background:#101113;border:1px solid #36393e;border-radius:9px;padding:14px;text-align:center;}.bb2-stat strong{display:block;font-size:1.5rem;color:#fff;}.bb2-stat span{font-size:.82rem;color:var(--bb-muted);}
@media(max-width:800px){.bb2-grid{grid-template-columns:1fr;}.bb2-stats{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){.collection-form{grid-template-columns:1fr;}.collection-form .wide{grid-column:1;}.bb2-stats{grid-template-columns:1fr 1fr;}}

/* BeskarBounty 2.0A – original bilingual figure stories */
.figure-story{
  margin:22px 0;
  padding:0;
  background:#15181d;
  border:1px solid #343941;
  box-shadow:0 5px 18px rgba(0,0,0,.28);
}
.story-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 15px;
  background:#23272e;
  border-left:5px solid #a51f24;
}
.story-heading h2{
  margin:0;
  color:#f3f3f3;
  font-size:19px;
}
.story-heading span{
  color:#999;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.2px;
}
.figure-story article{
  padding:15px 17px;
  border-top:1px solid #2c3138;
}
.figure-story article:first-of-type{
  border-top:0;
}
.figure-story h3{
  margin:0 0 7px;
  color:#c53138;
  font-size:15px;
}
.figure-story p{
  margin:0;
  color:#c8cbd0;
  line-height:1.65;
}
@media(max-width:600px){
  .story-heading{
    align-items:flex-start;
    flex-direction:column;
  }
}

.release-2a{
  margin:0 0 22px;
  padding:18px;
  background:linear-gradient(135deg,#252a32,#15181d);
  border:1px solid #3a4049;
  border-left:5px solid #a51f24;
}
.release-2a h2{margin:0 0 8px;color:#fff;}
.release-2a p{color:#bbb;line-height:1.55;}


/* BESKARBOUNTY SEARCH FIX 2.0I */
.search-status{margin:.65rem 0 1rem;opacity:.78;font-size:.95rem;}




/* BESKARBOUNTY AUTOSUGGEST + FILMFILTER */
.database-toolbar{
  display:grid;
  grid-template-columns:minmax(240px,1fr) minmax(210px,300px);
  gap:1rem;
  align-items:end;
  margin:1rem 0 1.5rem;
}
.search-autosuggest{position:relative;}
.search-autosuggest input,.film-filter-wrap select{
  width:100%;
  box-sizing:border-box;
}
.film-filter-wrap label{
  display:block;
  margin:0 0 .4rem;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.autosuggest-list{
  position:absolute;
  z-index:100;
  left:0;
  right:0;
  top:calc(100% + .35rem);
  max-height:360px;
  overflow:auto;
  background:#111;
  border:1px solid rgba(255,255,255,.25);
  border-radius:.55rem;
  box-shadow:0 16px 40px rgba(0,0,0,.45);
}
.autosuggest-option{
  display:flex;
  width:100%;
  padding:.8rem 1rem;
  gap:.35rem;
  flex-direction:column;
  align-items:flex-start;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.autosuggest-option:last-child{border-bottom:0;}
.autosuggest-option:hover,.autosuggest-option.active{
  background:rgba(255,255,255,.1);
}
.autosuggest-option span{font-size:.82rem;opacity:.7;}
.search-empty{
  padding:2rem 1rem;
  text-align:center;
  border:1px dashed currentColor;
  border-radius:.5rem;
  opacity:.8;
}

#search-status{display:none!important;}
@media(max-width:700px){
  .database-toolbar{grid-template-columns:1fr;}
}


/* BESKARBOUNTY CLEAN HOME */
.clean-home main{
  display:block;
}
.clean-home .hero{
  min-height:auto;
  padding:3.5rem 1.25rem;
  text-align:center;
}
.clean-home .hero > *{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
}
.clean-home .hero p{
  max-width:620px;
  margin-top:1rem;
}
.clean-home .hero-actions,
.clean-home .buttons,
.clean-home .cta-row{
  justify-content:center;
}
.clean-home main > section{
  margin-top:2rem;
  margin-bottom:2rem;
}
.clean-home main > section:first-of-type{
  margin-top:0;
}
.clean-home .home-grid,
.clean-home .feature-grid,
.clean-home .cards{
  gap:1rem;
}
.clean-home footer{
  margin-top:2.5rem;
}

/* BeskarBounty 6.0 */
nav a.active{color:#d8b25c;border-bottom:2px solid #d8b25c;}.bb-home-hero{padding:72px 24px;text-align:center;background:linear-gradient(180deg,rgba(216,178,92,.09),transparent);border:1px solid rgba(216,178,92,.18);margin:28px 0;}.bb-home-hero h2{font-size:clamp(2rem,5vw,4.5rem);margin:.25em 0;}.eyebrow{letter-spacing:.22em;color:#d8b25c;font-weight:800;}.home-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:26px;}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0;}.stat-card,.resource-card,.index-card{background:#17191d;border:1px solid #30343a;border-radius:5px;padding:22px;color:inherit;text-decoration:none;}.stat-card{text-align:center;}.stat-card strong{display:block;font-size:2rem;color:#d8b25c;}.stat-card span{color:#aeb3ba;}.index-grid,.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin:24px 0;}.index-card{text-align:left;cursor:pointer;font:inherit;}.index-card:hover,.resource-card:hover{border-color:#d8b25c;transform:translateY(-2px);}.index-card span{display:block;color:#999;margin-top:7px;}.resource-card h3{color:#d8b25c;margin-top:0;}.page-note{padding:14px;border-left:3px solid #d8b25c;background:#17191d;}.database-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,.5fr) minmax(180px,.5fr);gap:12px;}.database-toolbar input,.database-toolbar select,.toolbar input{width:100%;box-sizing:border-box;padding:13px;background:#0e1013;color:#fff;border:1px solid #3a3e45;}.figure-card[hidden]{display:none!important;}@media(max-width:760px){.stats-grid{grid-template-columns:1fr;}.database-toolbar{grid-template-columns:1fr;}.bb-home-hero{padding:45px 16px;}}

/* BeskarBounty 6.1 — reserved VC number */
.stats-grid{grid-template-columns:repeat(4,1fr);}
.reserved-card{background:#191b1f;color:#e5e7ea;border:1px solid #555b64;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);}
.reserved-thumb{min-height:210px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center;padding:22px;background:repeating-linear-gradient(135deg,#292c31 0,#292c31 12px,#24272b 12px,#24272b 24px);border-bottom:1px solid #555b64;}
.reserved-thumb strong{font-size:clamp(2.6rem,5vw,4.6rem);letter-spacing:.04em;color:#f0f1f3;text-shadow:0 2px 8px #000;}
.reserved-badge{display:inline-block;padding:7px 10px;border:1px solid #8d949e;border-radius:999px;background:#3a3f46;color:#fff;font-size:10px;font-weight:900;letter-spacing:.13em;}
.coming-soon{font-size:10px;color:#b8bec7;font-weight:800;letter-spacing:.14em;}
.reserved-body h3{color:#d9dde2;}.reserved-body p{color:#adb3bc;}.reserved-btn{background:#555b64;}.reserved-btn:hover{background:#686f79;}
.reserved-page{max-width:860px;margin:28px auto;}.reserved-hero{text-align:center;padding:54px 24px;background:repeating-linear-gradient(135deg,#292c31 0,#292c31 14px,#24272b 14px,#24272b 28px);border:1px solid #555b64;border-radius:6px;}.reserved-hero .reserved-badge{margin-bottom:22px;}.reserved-hero h2{font-size:clamp(3.7rem,12vw,8rem);margin:0;color:#fff;letter-spacing:.04em;text-shadow:0 3px 12px #000;}.reserved-hero h3{font-size:clamp(1.25rem,3vw,2rem);margin:10px 0 0;color:#d7dbe0;}.reserved-copy{background:#17191d;border:1px solid #343942;border-top:0;padding:28px;line-height:1.75;color:#c7cbd1;}.reserved-copy p:first-child{margin-top:0;}.reserved-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;}.reserved-meta div{background:#111317;border:1px solid #343942;padding:18px;text-align:center;}.reserved-meta strong{display:block;color:#fff;margin-bottom:6px;}.reserved-meta span{color:#aeb4bd;font-size:13px;}
@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.stats-grid,.reserved-meta{grid-template-columns:1fr;}.reserved-hero{padding:40px 15px;}}

/* BeskarBounty 6.2: Accessories uses the full available width after removal of private collection fields. */
.bb2-grid.bb2-single{grid-template-columns:1fr;}

/* BeskarBounty 6.3: grouped links page */
.resource-section{margin:34px 0;}.resource-section-title{margin:0 0 12px;padding-bottom:9px;border-bottom:1px solid #30343a;color:#d8b25c;letter-spacing:.08em;}.resource-section .resource-grid{margin-top:14px;}.resource-card p{margin-bottom:0;color:#b8bdc4;line-height:1.55;}

/* ========================================================
   BESKARBOUNTY 7.1 — SHARED FIGURE GALLERY COMPONENT
   One authoritative Front/Back layout for every figure page.
   ======================================================== */
.figure-gallery {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  width:100%;
  margin:20px 0;
  align-items:stretch;
}
.figure-gallery > figure {
  display:flex;
  flex-direction:column;
  min-width:0;
  margin:0;
  background:#111317;
  border:1px solid #373b42;
}
.figure-gallery .photo-box {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:7/8;
  min-height:0;
  overflow:hidden;
  background:#090a0b;
}
.figure-gallery .photo-ready img {
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:none;
  object-fit:contain;
  object-position:center;
  cursor:zoom-in;
}
.figure-gallery .photo-ready img:focus-visible {
  outline:3px solid #d8b25c;
  outline-offset:-3px;
}
.figure-gallery .photo-placeholder {
  background:repeating-linear-gradient(135deg,#17191d 0,#17191d 12px,#202328 12px,#202328 24px);
}
.figure-gallery .photo-placeholder-label {
  color:#8f969f;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
}
.figure-gallery figcaption {
  padding:10px 12px;
  border-top:1px solid #373b42;
  color:#d4d7dc;
  text-align:center;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
}
body.lightbox-active {overflow:hidden;}
.lightbox {
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(0,0,0,.94);
}
.lightbox.open {display:flex;}
.lightbox img {
  display:block;
  max-width:96vw;
  max-height:92vh;
  object-fit:contain;
}
.lightbox-close {
  position:absolute;
  top:18px;
  right:22px;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#000;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.lightbox-close:focus-visible {outline:3px solid #d8b25c;outline-offset:3px;}
@media(max-width:700px) {
  .figure-gallery {grid-template-columns:1fr;gap:14px;}
  .lightbox {padding:18px;}
}

/* ========================================================
   BESKARBOUNTY 7.2 — CENTRERET INDHOLDSLAYOUT
   Header og hovednavigation beholder fuld bredde. Alt øvrigt
   sideindhold følger samme centrerede 1180 px akse som footeren.
   ======================================================== */
:root { --bb-content-width: 1180px; }

body > .page-shell,
body > main.wrap,
body > .layout,
body > .figure-page.wrap {
  width:100%;
  max-width:var(--bb-content-width);
  margin-left:auto !important;
  margin-right:auto !important;
}

body > .page-shell {
  padding-left:15px;
  padding-right:15px;
}

body > .page-shell > main,
body > .page-shell .content-page {
  width:100%;
  max-width:none !important;
  margin-left:auto;
  margin-right:auto;
}

body > main.wrap,
body > .layout,
body > .figure-page.wrap {
  padding-left:15px;
  padding-right:15px;
}

footer > b,
footer > p {
  display:block;
  width:100%;
  max-width:var(--bb-content-width);
  margin-left:auto;
  margin-right:auto;
}

/* Header og navigation forbliver fuldbredde. Kun deres eksisterende
   indre .wrap styrer placeringen af logo og menupunkter. */
body > header,
body > nav {
  width:100%;
  max-width:none;
}

@media (max-width:760px) {
  body > .page-shell,
  body > main.wrap,
  body > .layout,
  body > .figure-page.wrap {
    padding-left:12px;
    padding-right:12px;
  }
}

/* BeskarBounty 7.4 header subtitle */
.site-subtitle,.collection-subtitle,.vintage-subtitle{display:block;text-align:center;color:#8a8a8a;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;margin-bottom:.2rem;}

/* 7.4 header flags */
.brand{position:relative;width:100%;}.header-language{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0;}.header-language .header-flag{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-width:72px;height:42px;padding:7px 11px!important;color:#ddd;background:#0e1013!important;border:1px solid #3d4148!important;border-radius:5px;font:700 14px/1 Arial,Helvetica,sans-serif;box-shadow:0 1px 2px rgba(0,0,0,.55);}.header-language .header-flag img{width:26px;height:18px;object-fit:cover;border:1px solid rgba(255,255,255,.35);display:block;}.header-language .header-flag:hover,.header-language .header-flag:focus-visible{border-color:#b51f2a!important;background:#17191d!important;outline:none;}.header-language .header-flag.active{border-color:#b51f2a!important;background:#15171a!important;box-shadow:inset 0 0 0 1px rgba(181,31,42,.25),0 1px 2px rgba(0,0,0,.55)!important;}.links>.flag{display:none!important;}@media(max-width:760px){.brand{padding-right:14px;}.header-language{gap:6px;}.header-language .header-flag{min-width:56px;height:36px;padding:6px 8px!important;font-size:12px;}.header-language .header-flag img{width:22px;height:15px;}}@media(max-width:520px){.brand{flex-wrap:wrap;}.header-language{width:100%;margin:8px 0 0;justify-content:center;}}

/* ========================================================
   BESKARBOUNTY 7.4 — REFERENCE IMAGE FRAME
   Shared unified Front/Back frame for every figure page.
   ======================================================== */
.figure-gallery {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  width:100%;
  margin:16px 0 24px;
  align-items:stretch;
  overflow:hidden;
  background:linear-gradient(180deg,#0d1014 0%,#090b0e 100%);
  border:1px solid #34383e;
  border-radius:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.figure-gallery > figure {
  display:flex;
  flex-direction:column-reverse;
  min-width:0;
  margin:0;
  padding:0 18px 18px;
  background:transparent;
  border:0;
}
.figure-gallery > figure + figure {
  border-left:1px solid #30343a;
}
.figure-gallery figcaption {
  order:2;
  padding:11px 10px 8px;
  border:0;
  color:#f2f2f2;
  text-align:center;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.035em;
}
.figure-gallery .photo-box {
  order:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:520px;
  aspect-ratio:auto;
  overflow:hidden;
  padding:0;
  background:#090a0b;
  border:1px solid #34383e;
  border-radius:8px;
  box-sizing:border-box;
}
.figure-gallery .photo-ready img {
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:720px;
  object-fit:contain;
  object-position:center;
  cursor:zoom-in;
}
@media (max-width:900px) {
  .figure-gallery {
    grid-template-columns:1fr;
  }
  .figure-gallery > figure {
    padding:0 12px 14px;
  }
  .figure-gallery > figure + figure {
    border-left:0;
    border-top:1px solid #30343a;
  }
  .figure-gallery .photo-box {
    min-height:360px;
  }
}
@media (max-width:560px) {
  .figure-gallery > figure {
    padding:0 8px 10px;
  }
  .figure-gallery .photo-box {
    min-height:280px;
    border-radius:5px;
  }
}

/* BeskarBounty 7.4.3: remove red version badge/ring */
.figure-page .bb2-badge{display:none!important;}

/* BeskarBounty 7.4.4: corrected figure image frame */
.figure-page .figure-gallery{align-items:stretch;}
.figure-page .figure-gallery>figure{min-width:0;overflow:hidden;}
.figure-page .figure-gallery .photo-box{height:620px;min-height:0;aspect-ratio:auto;padding:12px;overflow:hidden;box-sizing:border-box;}
.figure-page .figure-gallery .photo-ready img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;flex:0 1 auto;}
.figure-page .figure-gallery .photo-placeholder{height:620px;min-height:0;}
@media(max-width:900px){.figure-page .figure-gallery .photo-box,.figure-page .figure-gallery .photo-placeholder{height:560px;}}
@media(max-width:560px){.figure-page .figure-gallery .photo-box,.figure-page .figure-gallery .photo-placeholder{height:420px;padding:8px;}}


/* Header live database search */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.header-live-search{position:relative;margin-left:auto;width:min(290px,28vw);flex:0 1 290px;}
.header-search-input{width:100%;height:42px;padding:0 44px 0 13px;background:#0e1013;color:#ddd;border:1px solid #b51f2a;border-radius:5px;font:14px Arial,Helvetica,sans-serif;outline:none;}
.header-search-input:focus{border-color:#db303c;box-shadow:0 0 0 2px rgba(181,31,42,.22);}
.header-search-input::placeholder{color:#888;}
.header-search-button{position:absolute;right:1px;top:1px;width:41px;height:40px;border:0;border-left:1px solid #b51f2a;background:#15171a;color:#fff;border-radius:0 4px 4px 0;font-size:24px;line-height:1;cursor:pointer;}
.header-search-button:hover,.header-search-button:focus-visible{background:#a51f24;outline:none;}
.header-search-results{display:none;position:absolute;z-index:1000;left:0;right:0;top:47px;background:#111318;border:1px solid #b51f2a;border-radius:5px;box-shadow:0 10px 24px rgba(0,0,0,.55);max-height:360px;overflow:auto;}
.header-search-results.open{display:block;}
.header-search-results a{display:grid;grid-template-columns:58px 1fr;gap:9px;padding:10px 12px;color:#ddd;border-bottom:1px solid #292c32;font-size:13px;}
.header-search-results a:last-child{border-bottom:0;}
.header-search-results a:hover,.header-search-results a:focus{background:#a51f24;color:#fff;outline:none;}
.header-search-results a strong{color:#f1b5b9;}
.header-search-results a span{color:#ddd;}
.header-search-results a:hover strong,.header-search-results a:focus strong,
.header-search-results a:hover span,.header-search-results a:focus span{color:#fff;}
.header-search-empty{padding:12px;color:#999;font-size:13px;}
.header-language{margin-left:10px!important;}
@media(max-width:900px){.header-live-search{width:min(240px,30vw);flex-basis:240px;}}
@media(max-width:760px){header .brand{flex-wrap:wrap;}.header-live-search{order:3;width:100%;max-width:520px;flex-basis:100%;margin:8px auto 0;}.header-language{margin-left:auto!important;}.header-search-results{top:43px;}}
@media(max-width:520px){.header-live-search{order:4;}.header-language{width:auto!important;margin:0 0 0 auto!important;}.header-search-input{height:38px;}.header-search-button{height:36px;}.header-search-results{top:43px;}}

/* BeskarBounty 7.4.8 – privacy-friendly GoatCounter display */
.visitor-counter{display:flex;align-items:center;gap:.28rem;white-space:nowrap;padding:.42rem .62rem;border:1px solid rgba(255,255,255,.16);border-radius:.45rem;background:rgba(0,0,0,.28);font-size:.78rem;color:#d7d7d7;}.visitor-counter strong{color:#fff;font-variant-numeric:tabular-nums;}.visitor-counter-icon{color:#e33;font-size:.72rem;}@media(max-width:900px){.visitor-counter{order:4;margin-left:auto;}}


/* BeskarBounty 7.5 – expanded site footer */
.site-footer{margin-top:38px;background:#090909;border-top:4px solid #a51f24;padding:0;color:#aaa;text-align:left;}
.site-footer .footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.15fr;gap:34px;padding:34px 20px 26px;}
.site-footer section{min-width:0;}
.site-footer h2{margin:0 0 12px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.8px;}
.site-footer .footer-brand>b{display:block;color:#eee;font-size:22px;letter-spacing:-.5px;}.site-footer .footer-brand>b span{color:#b3262d;}
.site-footer .footer-tagline{margin:5px 0 15px;color:#d6ad43;text-transform:uppercase;font-size:11px;letter-spacing:1.7px;}
.site-footer p{margin:7px 0;font-size:12px;line-height:1.55;}
.site-footer .footer-links,.site-footer .footer-muted-links{display:flex;flex-direction:column;align-items:flex-start;background:none;}
.site-footer .footer-links a{display:inline-block;padding:4px 0;color:#bbb;font-size:12px;font-weight:normal;border:0;background:none;}
.site-footer .footer-links a:hover,.site-footer .back-to-top:hover{color:#fff;text-decoration:underline;}
.site-footer .footer-muted-links span{padding:4px 0;color:#bbb;font-size:12px;}.site-footer small{color:#666;}
.site-footer .back-to-top{display:inline-block;margin-top:9px;color:#d6ad43;font-size:12px;font-weight:bold;}
.site-footer .footer-bottom{border-top:1px solid #252525;padding:18px 20px 24px;text-align:center;}
.site-footer .footer-bottom p:first-child{color:#aaa;font-weight:bold;}.site-footer .footer-bottom p:last-child{max-width:900px;margin:7px auto 0;color:#666;font-size:11px;}
@media(max-width:850px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.site-footer .footer-grid{grid-template-columns:1fr;gap:24px;}.site-footer{text-align:center;}.site-footer .footer-links,.site-footer .footer-muted-links{align-items:center;}}

.footer-social-links{display:flex;gap:16px;align-items:center;min-height:38px;}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;text-decoration:none;line-height:0;transition:transform .18s ease,filter .18s ease;}.social-icon svg{display:block;width:38px;height:38px;overflow:visible;}.social-youtube{width:44px;}.social-youtube svg{width:44px;height:32px;}.social-icon:hover{transform:translateY(-2px);filter:brightness(1.08);}.social-icon:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:8px;}

.home-features{max-width:1000px;margin:40px auto;padding:10px;}
.home-features h2{color:#fff;border-left:5px solid #b32025;padding-left:10px;}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;}
.feature-card{background:#181a1f;border:1px solid #333;padding:18px;border-radius:8px;color:#ddd;}
.feature-card h3{color:#f0c15a;margin-top:0;}


/* BeskarBounty 10.1 – bilingual magazine-style homepage */
.home-main{display:flex;flex-direction:column;gap:34px;}
.home-hero-101{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(270px,.75fr);gap:36px;align-items:stretch;text-align:left;padding:58px 64px;background:radial-gradient(circle at 84% 10%,rgba(179,32,37,.16),transparent 32%),linear-gradient(135deg,#22201d 0%,#151515 48%,#0b0c0e 100%);border:1px solid #423a2b;box-shadow:0 18px 55px rgba(0,0,0,.28);overflow:hidden;}
.home-hero-101 h2{margin:5px 0 14px;font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-2px;}
.home-kicker,.section-heading span,.hero-panel-label{color:#e0b64a;font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase;}
.home-lead{max-width:760px;color:#f2f2f2!important;font-size:18px!important;line-height:1.6!important;}
.home-hero-copy>p:not(.home-kicker){max-width:790px;}
.home-hero-panel{display:flex;flex-direction:column;justify-content:center;padding:30px;border:1px solid rgba(224,182,74,.32);background:rgba(8,9,11,.65);border-radius:6px;box-shadow:inset 0 0 35px rgba(0,0,0,.2);}
.home-hero-panel strong{margin:10px 0;color:#fff;font-size:25px;}
.home-hero-panel p{color:#c8c8c8;line-height:1.6;}
.home-hero-panel blockquote{margin:22px 0 0;padding-top:18px;border-top:1px solid #343434;color:#e0b64a;font-style:italic;}
.home-stats-101{margin:0;}
.home-section{scroll-margin-top:20px;}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px;border-bottom:3px solid #b32025;}
.section-heading h2{margin:5px 0 12px;color:#fff;font-size:25px;}
.section-heading>a{margin-bottom:13px;color:#e0b64a;font-size:13px;font-weight:700;}
.quick-access-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.quick-card{display:flex;align-items:center;gap:15px;min-height:76px;padding:17px;background:#17191d;border:1px solid #30343a;border-radius:6px;color:#fff;transition:transform .18s ease,border-color .18s ease,background .18s ease;}
.quick-card:hover{transform:translateY(-3px);border-color:#b32025;background:#1d2025;}
.quick-icon{display:grid;place-items:center;flex:0 0 43px;height:43px;border-radius:50%;background:#a91f25;color:#fff;font-size:23px;font-weight:900;}
.quick-card strong,.quick-card small{display:block;}.quick-card strong{font-size:15px;}.quick-card small{margin-top:5px;color:#aeb2b9;line-height:1.35;}
.spotlight-card{display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,1.6fr);min-height:330px;background:#17191d;border:1px solid #333840;overflow:hidden;}
.spotlight-media{position:relative;display:grid;place-items:center;min-height:330px;background:#B22222;color:#f2f2f2;text-align:center;font-weight:800;}
.spotlight-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#B22222;}
.spotlight-media .spotlight-vc{font-size:38px;color:#777;}.spotlight-media small{display:block;margin-top:8px;font-size:12px;letter-spacing:1.5px;}
.spotlight-copy{display:flex;flex-direction:column;justify-content:center;padding:38px 44px;}
.spotlight-copy .spotlight-label{color:#e0b64a;font-weight:900;letter-spacing:1.5px;font-size:11px;}.spotlight-copy h3{margin:9px 0 10px;color:#fff;font-size:31px;}.spotlight-meta{color:#aeb2b9;font-size:13px;}.spotlight-copy p{max-width:720px;color:#d2d2d2;line-height:1.7;}.spotlight-copy .actions{margin-top:12px;}
.latest-home-list .figure-card{
  box-shadow:0 9px 24px rgba(0,0,0,.18);
}

.latest-home-list .figure-thumb{
  position:relative;
  overflow:hidden;
  background:#B22222 !important;
}

.latest-home-list .figure-thumb a{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#B22222 !important;
}

.latest-home-list .figure-thumb img{
  position:static;
  width:auto;
  height:auto;
  max-width:94%;
  max-height:94%;
  object-fit:contain;
  background:transparent !important;
}
.why-section .feature-grid{grid-template-columns:repeat(4,1fr);}
.why-section .feature-card{position:relative;min-height:175px;padding:25px 22px;border-radius:4px;overflow:hidden;}
.feature-number{position:absolute;right:12px;top:3px;color:rgba(255,255,255,.06);font-size:64px;font-weight:900;}.why-section .feature-card h3{position:relative;margin:8px 0 12px;color:#e0b64a;font-size:17px;}.why-section .feature-card p{position:relative;color:#c5c7ca;line-height:1.6;}
.home-update-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 28px;background:linear-gradient(90deg,#7f171c,#b32025);border:1px solid #d0444b;color:#fff;}.home-update-banner>div{display:flex;align-items:center;gap:15px;}.home-update-banner strong{font-size:17px;}.home-update-banner p{margin:4px 0 0;color:#f0d9da;}.update-dot{width:13px;height:13px;border-radius:50%;background:#e0b64a;box-shadow:0 0 0 6px rgba(224,182,74,.18);}.home-update-banner .btn{white-space:nowrap;background:#111;border-color:#111;}
@media(max-width:980px){.home-hero-101{grid-template-columns:1fr;padding:45px;}.quick-access-grid,.why-section .feature-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:700px){.home-main{gap:27px;}.home-hero-101{padding:34px 24px;}.home-hero-101 h2{letter-spacing:-1px;}.spotlight-card{grid-template-columns:1fr;}.spotlight-media{min-height:280px;}.spotlight-copy{padding:29px 24px;}.home-update-banner{align-items:flex-start;flex-direction:column;}.section-heading{align-items:flex-start;}.section-heading>a{display:none;}}
@media(max-width:520px){.quick-access-grid,.why-section .feature-grid{grid-template-columns:1fr;}.quick-card{min-height:66px;}.home-lead{font-size:16px!important;}.spotlight-copy h3{font-size:25px;}}


/* BeskarBounty 10.2 – Waves Edition */
.waves-page{display:flex;flex-direction:column;gap:0;}.waves-intro{max-width:900px;margin:14px 0 24px;padding:18px 20px;border-left:3px solid #d6ad43;background:#181a1e;color:#d3d3d3;line-height:1.65;}.wave-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 24px;}.wave-stat{display:flex;flex-direction:column;justify-content:center;min-height:92px;padding:17px 20px;background:linear-gradient(145deg,#1a1c21,#14161a);border:1px solid #30343a;border-radius:5px;}.wave-stat strong{color:#e0b64a;font-size:25px;}.wave-stat span{margin-top:5px;color:#b8bcc3;font-size:12px;}.wave-toolbar{display:grid;grid-template-columns:minmax(250px,1.5fr) minmax(210px,.8fr) auto;gap:12px;margin-bottom:18px;}.wave-toolbar input,.wave-toolbar select{width:100%;height:42px;padding:0 13px;background:#111318;border:1px solid #3a3e45;color:#eee;}.wave-toolbar input:focus,.wave-toolbar select:focus{outline:1px solid #b32025;border-color:#b32025;}.wave-reset,.wave-selection-heading button{padding:0 18px;border:1px solid #b32025;background:#8f1b20;color:#fff;font-weight:800;cursor:pointer;}.wave-reset:hover,.wave-selection-heading button:hover{background:#b32025;}.wave-timeline{display:flex;gap:6px;overflow-x:auto;padding:9px 2px 16px;background:none;}.wave-timeline button{flex:0 0 auto;padding:8px 11px;border:1px solid #343840;background:#15171b;color:#c5c8ce;font-weight:800;cursor:pointer;}.wave-timeline button:hover,.wave-timeline button.active{border-color:#d6ad43;background:#272115;color:#f1c75b;}.wave-year-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;}.wave-year-card{position:relative;display:flex;flex-direction:column;min-height:205px;padding:22px;text-align:left;border:1px solid #343840;background:linear-gradient(155deg,#1b1e23,#14161a);color:#fff;cursor:pointer;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}.wave-year-card:before{content:"";position:absolute;right:-28px;top:-28px;width:110px;height:110px;border-radius:50%;background:rgba(179,32,37,.08);}.wave-year-card:hover,.wave-year-card.active{transform:translateY(-3px);border-color:#b32025;box-shadow:0 12px 26px rgba(0,0,0,.25);}.wave-year{position:relative;color:#fff;font-size:29px;font-weight:900;}.wave-count{position:relative;margin-top:8px;color:#c5c8ce;}.wave-count strong{color:#e0b64a;font-size:20px;}.wave-range{position:relative;margin-top:18px;color:#e4e4e4;font-size:12px;font-weight:800;letter-spacing:.5px;}.wave-films{position:relative;min-height:34px;margin-top:7px;color:#969ca5;font-size:11px;line-height:1.45;}.wave-open{position:relative;margin-top:auto;padding-top:17px;color:#e0b64a;font-size:12px;font-weight:900;}.wave-selection{scroll-margin-top:18px;margin-top:34px;padding-top:26px;border-top:3px solid #b32025;}.wave-selection-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:15px;}.wave-selection-kicker{color:#d6ad43;font-size:10px;font-weight:900;letter-spacing:1.8px;}.wave-selection-heading h3{margin:4px 0 5px;color:#fff;font-size:34px;}.wave-selection-heading p{margin:0;color:#aeb2b9;}.wave-selection-heading button{min-height:38px;}.wave-film-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;}.wave-film-chips button{padding:7px 10px;border:1px solid #343840;background:#17191d;color:#d8d8d8;font-size:11px;cursor:pointer;}.wave-film-chips button:hover{border-color:#d6ad43;color:#f2c95d;}.wave-film-chips span{margin-left:5px;color:#d6ad43;font-weight:900;}.wave-figure-list{margin-top:0;}.wave-empty{grid-column:1/-1;padding:24px;border:1px dashed #3a3e45;color:#aaa;text-align:center;}
@media(max-width:980px){.wave-year-grid{grid-template-columns:repeat(3,1fr);}.wave-stats{grid-template-columns:repeat(2,1fr);}}
@media(max-width:720px){.wave-toolbar{grid-template-columns:1fr;}.wave-reset{min-height:42px;}.wave-year-grid{grid-template-columns:repeat(2,1fr);}.wave-selection-heading{flex-direction:column;}.wave-selection-heading button{min-height:40px;}.wave-stat strong{font-size:22px;}}
@media(max-width:480px){.wave-year-grid,.wave-stats{grid-template-columns:1fr;}.wave-year-card{min-height:175px;}.wave-timeline{margin-inline:-4px;}}

/* BeskarBounty 10.2.1 – unified database control bar */
.database-toolbar{
  grid-template-columns:minmax(320px,1.45fr) minmax(210px,.72fr) minmax(210px,.72fr);
  gap:10px;
  align-items:stretch;
  padding:10px;
  margin:0 0 16px;
  background:#15171a;
  border:1px solid #30343a;
  border-radius:6px;
}
.database-toolbar input,
.database-toolbar select{
  width:100%;
  height:46px;
  margin:0;
  padding:0 14px;
  border:1px solid #41464f;
  border-radius:4px;
  background:#0d0f12;
  color:#f2f2f2;
  font:inherit;
  line-height:46px;
  outline:none;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.database-toolbar input{min-width:0;}
.database-toolbar select{
  cursor:pointer;
  line-height:normal;
}
.database-toolbar input::placeholder{color:#8f959d;opacity:1;}
.database-toolbar input:hover,
.database-toolbar select:hover{border-color:#656b75;background:#111419;}
.database-toolbar input:focus,
.database-toolbar select:focus{
  border-color:#c32830;
  box-shadow:0 0 0 2px rgba(195,40,48,.2);
}
#result-count{margin:0 0 14px;}
@media(max-width:900px){
  .database-toolbar{grid-template-columns:1fr 1fr;}
  .database-toolbar input{grid-column:1/-1;}
}
@media(max-width:620px){
  .database-toolbar{grid-template-columns:1fr;padding:8px;}
  .database-toolbar input{grid-column:auto;}
}


/* BeskarBounty 10.2.2 – professional database control panel */
.database-control-panel{
  margin:0 0 14px;
  padding:10px;
  background:linear-gradient(180deg,#191b20,#14161a);
  border:1px solid #30343a;
  border-radius:6px;
  box-shadow:0 8px 20px rgba(0,0,0,.14);
}
.database-control-panel .database-toolbar{
  display:grid;
  grid-template-columns:minmax(320px,1.55fr) minmax(205px,.72fr) minmax(205px,.72fr) auto;
  gap:9px;
  align-items:stretch;
  margin:0;
  padding:0;
  background:none;
  border:0;
  border-radius:0;
}
.database-search-wrap,
.database-select-wrap{
  position:relative;
  min-width:0;
}
.database-search-wrap{display:flex;align-items:center;}
.database-search-icon{
  position:absolute;
  z-index:1;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:#d6ad43;
  font-size:19px;
  pointer-events:none;
}
.database-control-panel .database-search-wrap input{
  padding-left:42px;
}
.database-control-label{
  position:absolute;
  z-index:1;
  left:13px;
  top:7px;
  color:#858b94;
  font-size:9px;
  font-weight:800;
  line-height:1;
  letter-spacing:.7px;
  text-transform:uppercase;
  pointer-events:none;
}
.database-control-panel .database-toolbar input,
.database-control-panel .database-toolbar select{
  display:block;
  width:100%;
  height:50px;
  margin:0;
  border:1px solid #41464f;
  border-radius:4px;
  background:#0d0f12;
  color:#f2f2f2;
  font:inherit;
  outline:none;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.database-control-panel .database-toolbar input{padding-top:0;padding-bottom:0;}
.database-control-panel .database-toolbar select{
  padding:17px 38px 4px 13px;
  cursor:pointer;
}
.database-control-panel .database-toolbar input:hover,
.database-control-panel .database-toolbar select:hover{
  border-color:#646a74;
  background:#111419;
}
.database-control-panel .database-toolbar input:focus,
.database-control-panel .database-toolbar select:focus{
  border-color:#c32830;
  box-shadow:0 0 0 2px rgba(195,40,48,.2);
}
.database-reset{
  min-width:94px;
  height:50px;
  padding:0 17px;
  border:1px solid #b32025;
  border-radius:4px;
  background:#951c22;
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.database-reset:hover{background:#b32025;border-color:#d04349;}
.database-reset:active{transform:translateY(1px);}
#result-count{margin:0 0 14px;padding-left:2px;}
@media(max-width:980px){
  .database-control-panel .database-toolbar{grid-template-columns:1fr 1fr auto;}
  .database-search-wrap{grid-column:1/-1;}
}
@media(max-width:680px){
  .database-control-panel{padding:8px;}
  .database-control-panel .database-toolbar{grid-template-columns:1fr;}
  .database-search-wrap{grid-column:auto;}
  .database-reset{width:100%;}
}

/* BeskarBounty 10.2.3 – Character search control panel */
.character-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch;margin:0 0 24px;padding:10px;background:#17191d;border:1px solid #30343a;border-radius:5px;}
.character-search-wrap{position:relative;min-width:0;}
.character-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#d8b25c;font-size:20px;line-height:1;pointer-events:none;}
.character-toolbar input{width:100%;height:46px;margin:0;padding:0 15px 0 43px;background:#0e1013;color:#fff;border:1px solid #3a3e45;border-radius:3px;font:inherit;outline:none;}
.character-toolbar input:hover{border-color:#555b64;}
.character-toolbar input:focus{border-color:#d8b25c;box-shadow:0 0 0 3px rgba(216,178,92,.12);}
.character-reset{min-width:104px;height:46px;padding:0 18px;border:1px solid #b3262d;border-radius:3px;background:#a51f24;color:#fff;font-weight:700;cursor:pointer;}
.character-reset:hover{background:#bb272e;}
.character-reset:focus-visible{outline:2px solid #d8b25c;outline-offset:2px;}
.character-reset:disabled{opacity:.45;cursor:default;background:#6e1b20;}
@media(max-width:620px){.character-toolbar{grid-template-columns:1fr;}.character-reset{width:100%;}}

/* BeskarBounty 10.2.3 – database search icon only */
.database-toolbar > .database-search-wrap{position:relative;min-width:0;}
.database-toolbar > .database-search-wrap .database-search-icon{position:absolute;z-index:1;left:14px;top:50%;transform:translateY(-50%);color:#d8b25c;font-size:20px;line-height:1;pointer-events:none;}
.database-toolbar > .database-search-wrap input{width:100%;padding-left:43px;}

/* Waves search icon — same component as Characters */
.wave-search-wrap{position:relative;display:block;min-width:0;}
.wave-search-wrap input{padding-left:43px;}


/* BeskarBounty 9.0 approved figure frame */
.figure-page .figure-gallery,
.figure-page .figure-gallery > figure {
    background:#090a0b !important;
}

.figure-page .figure-gallery .photo-box,
.figure-page .figure-gallery .photo-box.photo-ready {
    background:#B22222 !important;
}

.figure-page .figure-gallery figcaption {
    background:#090a0b !important;
    color:#fff !important;
}

.figure-page .figure-gallery .photo-ready img {
    background:transparent !important;
}

/* ========================================================
   BESKARBOUNTY 10.7 — STORE BILLEDER = DATABASE-LOGIK
   Samme billedregler som site6.js: 94% max, auto størrelse,
   contain og centrering. Kun containeren er større.
   ======================================================== */
.figure-page .figure-gallery .photo-box,
.figure-page .figure-gallery .photo-box.photo-ready {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#B22222 !important;
}
.figure-page .figure-gallery .photo-ready img {
  display:block !important;
  max-width:94% !important;
  max-height:94% !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  background:transparent !important;
}

/* ========================================================
   BESKARBOUNTY 10.8 — VISUEL BALANCE FRONT / BACK
   Front bevares på 94 %. Back får 97 %, så bagsiden
   visuelt matcher forsiden bedre uden at blive strukket.
   ======================================================== */

.figure-page .figure-gallery > *:first-child .photo-ready img,
.figure-page .figure-gallery > *:first-child .figure-thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 94% !important;
    max-height: 94% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.figure-page .figure-gallery > *:last-child .photo-ready img,
.figure-page .figure-gallery > *:last-child .figure-thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 97% !important;
    max-height: 97% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* BeskarBounty mobile header fix */
@media (max-width:520px){
  header .brand{
    gap:8px!important;
    flex-wrap:nowrap!important;
  }

  header .brand > a{
    flex-basis:58px!important;
    width:58px!important;
    height:58px!important;
  }

  header .brand .header-title{
    min-width:0!important;
    flex:1 1 auto!important;
  }

  header .header-language{
    margin-left:auto!important;
    flex:0 0 auto!important;
  }
}

/* BeskarBounty mobile header layout v2 */
@media (max-width:520px){
  header .brand{
    display:grid!important;
    grid-template-columns:58px 1fr!important;
    align-items:center!important;
    gap:8px!important;
  }

  header .brand > a{
    width:58px!important;
    height:58px!important;
    flex-basis:58px!important;
  }

  header .brand .header-title{
    min-width:0!important;
  }

  header .header-language,
  header .header-live-search,
  header .visitor-counter{
    grid-column:auto!important;
  }

  header .header-language{
    margin-left:0!important;
  }
}

/* BeskarBounty mobile language row */
@media (max-width:520px){
  header .header-language{
    display:flex!important;
    grid-column:1 / -1!important;
    justify-content:flex-start!important;
    gap:6px!important;
    margin:0!important;
    width:auto!important;
  }

  header .header-language .header-flag{
    display:inline-flex!important;
    min-width:56px!important;
    height:36px!important;
  }
}

/* BeskarBounty final mobile header layout */
@media (max-width:520px){

  header .brand{
    display:grid!important;
    grid-template-columns:58px 1fr auto!important;
    grid-template-areas:
      "logo title title"
      "lang lang visits"
      "search search search"!important;
    gap:8px!important;
    align-items:center!important;
    width:100%!important;
  }

  header .brand > a{
    grid-area:logo!important;
    width:58px!important;
    height:58px!important;
    flex-basis:58px!important;
  }

  header .brand .header-title{
    grid-area:title!important;
    min-width:0!important;
  }

  header .header-language{
    grid-area:lang!important;
    display:flex!important;
    justify-content:flex-start!important;
    gap:6px!important;
    margin:0!important;
    width:auto!important;
  }

  header .header-language .header-flag{
    display:inline-flex!important;
    min-width:56px!important;
    height:36px!important;
  }

  header .visitor-counter{
    grid-area:visits!important;
    margin:0!important;
    justify-self:end!important;
  }

  header .header-live-search{
    grid-area:search!important;
    display:flex!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }

  header .header-search-input{
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
  }

  header .header-search-button{
    flex:0 0 42px!important;
  }
}

/* BeskarBounty mobile logo size fix */
@media (max-width:520px){
  header .brand > a img{
    width:58px!important;
    height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
    object-fit:contain!important;
  }

  header .header-language{
    position:relative!important;
    z-index:5!important;
  }
}

/* BeskarBounty database card text mobile fix */
@media (max-width:520px){
  .figure-list .figure-card .figure-body{
    padding:10px!important;
  }

  .figure-list .figure-card .figure-body h3{
    font-size:14px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
    overflow-wrap:anywhere!important;
  }

  .figure-list .figure-card .figure-body p{
    font-size:11px!important;
    line-height:1.25!important;
    margin:0!important;
    overflow-wrap:anywhere!important;
  }
}

/* BeskarBounty tablet header fix */
@media (min-width:521px) and (max-width:900px){

  header .brand{
    display:grid!important;
    grid-template-columns:82px 1fr auto!important;
    grid-template-areas:
      "logo title title"
      "lang lang visits"
      "search search search"!important;
    gap:8px 12px!important;
    align-items:center!important;
    width:100%!important;
  }

  header .brand > a{
    grid-area:logo!important;
    width:82px!important;
    height:82px!important;
    flex-basis:82px!important;
  }

  header .brand > a img{
    width:82px!important;
    height:82px!important;
    max-width:82px!important;
    max-height:82px!important;
    object-fit:contain!important;
  }

  header .brand .header-title{
    grid-area:title!important;
    min-width:0!important;
  }

  header .header-language{
    grid-area:lang!important;
    margin:0!important;
    display:flex!important;
    gap:6px!important;
  }

  header .visitor-counter{
    grid-area:visits!important;
    margin:0!important;
    justify-self:end!important;
  }

  header .header-live-search{
    grid-area:search!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
}

/* BeskarBounty figure page tablet visitor alignment */
@media (min-width:521px) and (max-width:900px){
  header .header-language{
    width:100%!important;
  }

  header .header-language .visitor-counter{
    margin-left:auto!important;
  }
}

/* Contact form */
.contact-form{
  max-width:720px;
  margin-top:30px;
  display:grid;
  gap:10px;
}

.contact-form label{
  font-weight:700;
  margin-top:8px;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  box-sizing:border-box;
  padding:12px 14px;
  background:#0e1013;
  color:#fff;
  border:1px solid #555b64;
  border-radius:3px;
  font:inherit;
}

.contact-form input:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:#d8b25c;
  box-shadow:0 0 0 2px rgba(216,178,92,.12);
}

.contact-form textarea{
  resize:vertical;
  min-height:160px;
}

.contact-form button{
  width:max-content;
  margin-top:12px;
  padding:12px 22px;
  background:#b51f27;
  color:#fff;
  border:1px solid #d33a43;
  border-radius:3px;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}

.contact-form button:hover{
  background:#d12a33;
}

/* Contact spam honeypot */
.contact-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.contact-hp{
  display:none !important;
}

/* Database dropdown */
.nav-dropdown{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.nav-dropdown-toggle{
  background:none;
  border:0;
  color:inherit;
  font:inherit;
  cursor:pointer;
  padding:15px;
}

.nav-dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:180px;
  background:#111;
  border:1px solid #333;
  z-index:1000;
  box-shadow:0 8px 18px rgba(0,0,0,.45);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{
  display:block;
}

.nav-dropdown-menu a{
  display:block;
  padding:12px 16px;
  white-space:nowrap;
  border-bottom:1px solid #292929;
}

.nav-dropdown-menu a:last-child{
  border-bottom:0;
}

.nav-dropdown-menu a:hover{
  background:#1c1c1c;
  color:#d8b25c;
}

/* Footer database hierarchy */
.footer-group-title{
  display:block;
  color:#d8b25c;
  font-weight:700;
  margin-top:3px;
}

.footer-group-title + a,
.footer-group-title + a + a{
  padding-left:12px;
}
