/*
Theme Name: HobbitG Game Theme
Theme URI: https://skaffaworld.local/hobbitg
Author: SkaffaWorld Design
Author URI: https://skaffaworld.local
Description: Donkere SkaffaWorld / HobbitG street-fantasy WordPress game theme. Werkt samen met HobbitG Core plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: hobbitg-theme
*/

:root{
  --theme-bg:#050504;
  --theme-bg2:#100d09;
  --theme-gold:#d6a63a;
  --theme-text:#f6eddc;
  --theme-muted:#b7a987;
  --theme-border:rgba(214,166,58,.24);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at top,#1a1307 0,#070605 38%,#030303 100%);color:var(--theme-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;min-height:100vh}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(110deg,rgba(214,166,58,.08),transparent 35%),radial-gradient(circle at 85% 15%,rgba(98,196,111,.09),transparent 28%)}
body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 110px),linear-gradient(180deg,transparent,rgba(0,0,0,.55))}
a{color:var(--theme-gold)}
img{max-width:100%;height:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,4,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--theme-border)}
.site-header-inner{max-width:1180px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.site-branding a{display:flex;align-items:center;gap:12px;color:var(--theme-text);text-decoration:none;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.site-mark{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:linear-gradient(180deg,#e5b849,#8b5e16);color:#090604;font-weight:1000;box-shadow:0 10px 30px rgba(214,166,58,.14)}
.site-title-text span{display:block;color:var(--theme-muted);font-size:11px;letter-spacing:.18em;margin-top:2px}.site-nav{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.site-nav a{color:var(--theme-text);text-decoration:none;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid transparent;font-weight:800;font-size:14px}.site-nav a:hover{color:var(--theme-gold);border-color:var(--theme-border)}
.site-main{min-height:70vh}.content-wrap{max-width:1180px;margin:0 auto;padding:36px 18px}.entry-card{background:linear-gradient(180deg,rgba(20,17,12,.96),rgba(9,8,7,.96));border:1px solid var(--theme-border);border-radius:22px;padding:26px;box-shadow:0 20px 48px rgba(0,0,0,.24)}
.entry-card h1{margin-top:0;color:#fff;font-size:clamp(32px,5vw,72px);line-height:1}.entry-card p{color:var(--theme-muted);line-height:1.7}.site-footer{border-top:1px solid var(--theme-border);background:#050504;color:var(--theme-muted);padding:28px 18px;text-align:center}.site-footer strong{color:var(--theme-gold)}
.wp-block-button__link{background:linear-gradient(180deg,#e5b849,#8b5e16);color:#100b04;border-radius:12px;font-weight:900}.alignwide{max-width:1180px;margin-left:auto;margin-right:auto}.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}
@media(max-width:820px){.site-header-inner{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.site-nav a{font-size:13px}.content-wrap{padding:22px 14px}}
