/* =========================================================================
   GODS COLLECTION – Produktinfo / Product info
   Dark + gold premium theme, per-god accent colours via --accent variables.
   ========================================================================= */

:root {
    --bg:        #0a0a0d;
    --bg-2:      #101018;
    --panel:     #14141d;
    --panel-2:   #1b1b26;
    --line:      rgba(201, 162, 39, .22);
    --gold:      #c9a227;
    --gold-hi:   #f0d98a;
    --text:      #e9e6df;
    --text-dim:  #b3ada0;
    --text-mute: #7d786e;
    --accent:    #c9a227;
    --accent2:   #1a1a1a;
    --glow:      rgba(201, 162, 39, .4);
    --maxw:      1180px;
    --radius:    16px;
    --serif:     "Iowan Old Style", "Palatino Linotype", Palatino, "Georgia", serif;
    --sans:      "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 780px; }
.center { text-align: center; }

.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 200;
    background: var(--gold); color: #000; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Typography helpers ---------- */
.eyebrow, .kicker {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--gold);
    margin: 0 0 14px;
}
.section-title {
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(1.7rem, 4vw, 2.7rem);
    line-height: 1.12;
    margin: 0 0 20px;
    color: #fff;
    letter-spacing: .01em;
}
.section-lead {
    font-size: 1.1rem;
    color: var(--text-dim);
    max-width: 680px;
    margin: 0 0 44px;
}
.lead-text { font-size: 1.18rem; color: var(--text); margin: 0 0 22px; }
.body-text { color: var(--text-dim); margin: 0 0 20px; }

.pull-quote {
    font-family: var(--serif);
    font-size: clamp(1.25rem, 2.6vw, 1.7rem);
    line-height: 1.45;
    color: var(--gold-hi);
    text-align: center;
    margin: 40px auto;
    padding: 28px 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        radial-gradient(120% 140% at 50% 0%, rgba(201,162,39,.10), transparent 60%),
        var(--panel);
    position: relative;
}

.section { padding: 88px 0; position: relative; }

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(10, 10, 13, .82);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; }
.brand-logo {
    height: 46px; width: auto; display: block;
    filter: drop-shadow(0 0 14px rgba(201,162,39,.35));
    transition: filter .25s;
}
.brand:hover .brand-logo { filter: drop-shadow(0 0 22px rgba(201,162,39,.6)); }

.site-nav { display: flex; gap: 26px; margin-left: auto; }
.site-nav a {
    font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
    color: var(--text-dim); padding: 6px 0; position: relative; transition: color .2s;
}
.site-nav a::after {
    content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
    background: var(--gold); transition: width .25s;
}
.site-nav a:hover { color: var(--text); }
.site-nav a:hover::after { width: 100%; }

.lang-switch { display: flex; gap: 4px; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-opt {
    font-size: .74rem; font-weight: 700; letter-spacing: .08em;
    padding: 5px 11px; border-radius: 999px; color: var(--text-mute); transition: all .2s;
}
.lang-opt.is-active { background: var(--gold); color: #000; }
.lang-opt:not(.is-active):hover { color: var(--text); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; letter-spacing: .05em; font-size: .92rem;
    padding: 14px 30px; border-radius: 999px; border: 1px solid transparent;
    cursor: pointer; transition: transform .18s, box-shadow .25s, background .2s;
}
.btn-lg { padding: 17px 42px; font-size: 1rem; }
.btn-primary {
    background: linear-gradient(135deg, var(--gold-hi), var(--gold));
    color: #14100a;
    box-shadow: 0 8px 30px rgba(201,162,39,.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,162,39,.42); }
.btn-ghost { border-color: var(--line); color: var(--text); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-hi); }

/* ---------- Greek key frieze ---------- */
.hero-frieze {
    height: 14px;
    background-image: repeating-linear-gradient(90deg,
        var(--gold) 0 2px, transparent 2px 10px);
    opacity: .5;
    -webkit-mask: repeating-linear-gradient(90deg, #000 0 26px, transparent 26px 28px);
            mask: repeating-linear-gradient(90deg, #000 0 26px, transparent 26px 28px);
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: 110px 0 0; text-align: center; overflow: hidden; }
.hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(60% 55% at 50% 0%, rgba(201,162,39,.16), transparent 65%),
        radial-gradient(80% 60% at 50% 120%, rgba(58,166,224,.08), transparent 60%),
        linear-gradient(180deg, #0c0c12, var(--bg));
}
.hero-inner { position: relative; z-index: 1; padding-bottom: 90px; }
.hero-title {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 9vw, 6rem);
    letter-spacing: .06em;
    margin: 6px 0 4px;
    background: linear-gradient(180deg, #fff 0%, var(--gold-hi) 55%, var(--gold) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    text-shadow: 0 0 60px rgba(201,162,39,.25);
}
.hero-subtitle {
    font-family: var(--serif); font-style: italic;
    font-size: clamp(1.1rem, 3vw, 1.7rem);
    color: var(--text); margin: 0 0 26px; letter-spacing: .02em;
}
.hero-lead { max-width: 640px; margin: 0 auto 34px; color: var(--text-dim); font-size: 1.12rem; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Intro ---------- */
.intro { background: linear-gradient(180deg, var(--bg), var(--bg-2)); }

/* ---------- Pantheon grid ---------- */
.pantheon { background: var(--bg-2); }
.god-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
}
.god-card {
    position: relative; overflow: hidden;
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 28px 24px 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        radial-gradient(130% 100% at 50% -10%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 60%),
        linear-gradient(160deg, var(--panel-2), var(--panel));
    transition: transform .22s, border-color .25s, box-shadow .3s;
}
.god-card::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
    background: linear-gradient(90deg, var(--accent), transparent);
}
.god-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
    box-shadow: 0 18px 46px -18px var(--glow);
}
.god-symbol {
    font-size: 2.2rem; line-height: 1; margin-bottom: 16px;
    filter: drop-shadow(0 0 14px var(--glow));
}
.god-card-media {
    align-self: center; display: flex; align-items: flex-end; justify-content: center;
    height: 150px; margin-bottom: 18px;
}
.god-card-img {
    max-height: 100%; width: auto; object-fit: contain;
    filter: drop-shadow(0 12px 24px var(--glow));
    transition: transform .25s;
}
.god-card:hover .god-card-img { transform: translateY(-4px) scale(1.04); }
.god-card-img.is-missing { display: none; }
.god-card-media .god-symbol { margin-bottom: 0; align-self: center; }
.god-card-img:not(.is-missing) + .god-symbol { display: none; }
.god-card-name {
    font-family: var(--serif); font-size: 1.5rem; color: #fff; letter-spacing: .04em;
}
.god-card-arch { color: var(--accent); font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; margin: 4px 0 14px; }
.god-card-campaign { font-family: var(--serif); font-style: italic; color: var(--text-dim); margin-bottom: 18px; }
.god-card-more { margin-top: auto; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); transition: color .2s; }
.god-card:hover .god-card-more { color: var(--accent); }

/* ---------- God detail blocks ---------- */
.gods-detail { background: linear-gradient(180deg, var(--bg-2), var(--bg)); padding-top: 40px; }
.god-block {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
    scroll-margin-top: 90px;
}
.god-block.reverse .god-visual { order: 2; }
.god-block:last-child { border-bottom: 0; }

.god-frame {
    position: relative; aspect-ratio: 4 / 5;
    border-radius: 20px; overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--accent) 40%, var(--line));
    background:
        radial-gradient(90% 80% at 50% 30%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 70%),
        linear-gradient(160deg, var(--accent2), #05050a 80%);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 30px 80px -40px var(--glow), inset 0 0 60px rgba(0,0,0,.5);
}
.god-img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; padding: 8%; }
.god-img.is-missing { display: none; }
.god-img-fallback {
    position: absolute; z-index: 1; font-size: clamp(4rem, 12vw, 8rem);
    filter: drop-shadow(0 0 30px var(--glow)); opacity: .9;
}
.god-img:not(.is-missing) ~ .god-img-fallback { display: none; }
.god-img-note {
    position: absolute; bottom: 12px; left: 0; right: 0; z-index: 3;
    text-align: center; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
    color: rgba(255,255,255,.55);
}
.god-img:not(.is-missing) ~ .god-img-note { display: none; }

.god-name {
    font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.2rem);
    color: #fff; margin: 0 0 22px; letter-spacing: .03em;
    text-shadow: 0 0 40px var(--glow);
}
.god-content .kicker { color: var(--accent); }

.god-specs {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    background: var(--line); border: 1px solid var(--line); border-radius: 12px;
    overflow: hidden; margin: 28px 0;
}
.god-specs > div { background: var(--panel); padding: 14px 18px; }
.god-specs dt { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--text-mute); margin-bottom: 4px; }
.god-specs dd { margin: 0; color: var(--text); font-weight: 600; }

.god-quote {
    margin: 26px 0; padding: 18px 22px;
    border-left: 3px solid var(--accent);
    background: color-mix(in srgb, var(--accent) 8%, var(--panel));
    border-radius: 0 12px 12px 0;
    font-family: var(--serif); font-size: 1.15rem; color: var(--gold-hi);
}
.god-quote cite { display: block; margin-top: 10px; font-family: var(--sans); font-style: normal; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-mute); }

.god-campaign-line {
    font-family: var(--serif); font-style: italic; font-size: 1.35rem;
    color: var(--accent); margin: 8px 0 0;
}

/* ---------- Booster ---------- */
.booster { background: radial-gradient(80% 90% at 80% 20%, rgba(201,162,39,.10), transparent 60%), #08080c; }
.booster-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.booster-frame { aspect-ratio: 3 / 4; }
.booster-badge {
    position: absolute; top: 16px; right: 16px; z-index: 4;
    background: linear-gradient(135deg, var(--gold-hi), var(--gold));
    color: #14100a; font-weight: 800; letter-spacing: .08em;
    padding: 7px 14px; border-radius: 999px; font-size: .8rem;
    box-shadow: 0 6px 20px var(--glow);
}

/* ---------- Overview table ---------- */
.overview { background: var(--bg-2); }
.table-scroll { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); }
.pantheon-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.pantheon-table thead th {
    text-align: left; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
    color: var(--gold); background: var(--panel-2); padding: 16px 18px; border-bottom: 1px solid var(--line);
}
.pantheon-table tbody th, .pantheon-table tbody td {
    padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.05); vertical-align: top; text-align: left;
}
.pantheon-table tbody tr:last-child th, .pantheon-table tbody tr:last-child td { border-bottom: 0; }
.pantheon-table tbody tr:hover { background: rgba(255,255,255,.02); }
.pantheon-table tbody th { color: #fff; font-family: var(--serif); font-size: 1.05rem; white-space: nowrap; }
.row-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); margin-right: 10px; box-shadow: 0 0 10px var(--accent); vertical-align: middle; }
.pantheon-table td { color: var(--text-dim); }
.pantheon-table td em { color: var(--gold-hi); font-style: italic; }

/* ---------- Finale ---------- */
.finale { background: radial-gradient(70% 80% at 50% 0%, rgba(201,162,39,.12), transparent 60%), #08080c; }
.finale-lines { display: flex; flex-direction: column; gap: 6px; margin: 36px 0 40px; }
.finale-lines span {
    font-family: var(--serif); font-weight: 700; letter-spacing: .14em;
    color: var(--gold-hi); font-size: clamp(1.1rem, 3vw, 1.9rem);
}
.finale-lines span:last-child { color: var(--gold); font-size: clamp(1rem, 2.4vw, 1.4rem); }

/* ---------- Footer ---------- */
.site-footer { background: #060608; border-top: 1px solid var(--line); padding: 56px 0 40px; }
.footer-brand { font-family: var(--serif); font-size: 1.4rem; letter-spacing: .2em; color: #fff; margin-bottom: 24px; text-align: center; }
.footer-brand em { color: var(--gold); font-style: normal; }
.legal { max-width: 780px; margin: 0 auto 26px; }
.legal h2 { font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); margin: 0 0 12px; }
.legal p { font-size: .85rem; color: var(--text-mute); margin: 0 0 12px; line-height: 1.7; }
.legal .safety { color: var(--text-dim); font-weight: 600; }
.copy { text-align: center; font-size: .78rem; color: var(--text-mute); margin: 24px 0 0; }
.footer-push {
    display: flex; flex-direction: column; align-items: center; gap: 12px;
    margin: 34px 0 8px;
}
.footer-push-link {
    display: flex; flex-direction: column; align-items: center; gap: 12px;
    text-decoration: none;
}
.footer-push-label {
    font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--text-mute);
}
.footer-push-url {
    font-size: .82rem; letter-spacing: .08em;
    color: var(--text-mute); transition: color .25s;
}
.footer-push-link:hover .footer-push-url { color: var(--text); }
.footer-push-logo {
    height: 84px; width: auto; opacity: .92;
    filter: drop-shadow(0 0 18px rgba(201,162,39,.3));
    transition: opacity .25s, filter .25s;
}
.footer-push-logo:hover { opacity: 1; filter: drop-shadow(0 0 26px rgba(201,162,39,.5)); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .site-nav { display: none; }
    .god-block, .booster-inner { grid-template-columns: 1fr; gap: 32px; }
    .god-block.reverse .god-visual { order: 0; }
    .god-frame { max-width: 380px; margin: 0 auto; width: 100%; }
    .section { padding: 64px 0; }
}
@media (max-width: 520px) {
    body { font-size: 16px; }
    .god-specs { grid-template-columns: 1fr; }
    .header-inner { gap: 12px; }
    .brand-logo { height: 38px; }
    .wrap { padding: 0 18px; }
}

/* ---------- Bezugsquellen / Buy buttons ---------- */
.buy { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.buy-label {
    font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-mute);
}
.buy-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-buy {
    padding: 10px 22px; font-size: .82rem;
    border-color: var(--accent, var(--gold));
    color: var(--accent, var(--gold-hi));
    background: transparent;
}
.btn-buy:hover {
    transform: translateY(-2px);
    background: var(--accent, var(--gold));
    color: #14100a;
    box-shadow: 0 10px 26px -8px var(--glow, rgba(201,162,39,.5));
}

/* ---------- Share buttons ---------- */
.share { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.share-label {
    font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-mute);
}
.share-btns { display: flex; gap: 10px; }
.share-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 50%;
    border: 1px solid var(--line); color: var(--text-dim);
    background: var(--panel);
    transition: transform .18s, background .2s, color .2s, border-color .2s, box-shadow .25s;
}
.share-btn:hover { transform: translateY(-3px); color: #fff; }
.share-whatsapp:hover { background: #25d366; border-color: #25d366; box-shadow: 0 10px 24px -8px rgba(37,211,102,.7); }
.share-telegram:hover { background: #29a9eb; border-color: #29a9eb; box-shadow: 0 10px 24px -8px rgba(41,169,235,.7); }
.share-x:hover { background: #000; border-color: #555; box-shadow: 0 10px 24px -8px rgba(255,255,255,.3); }
.share-btn svg { display: block; }

/* ---------- Videos (YouTube Scroll-Autoplay, volle Breite) ---------- */
.video-stage { width: 100%; }
.video-embed {
    position: relative; width: 100%; margin: 0;
    /* 16:9 über die volle Viewport-Breite, gedeckelt auf 88vh –
       die Höhe wächst also direkt mit dem Viewport mit */
    height: min(56.25vw, 88vh);
    overflow: hidden; background: #000;
    border-top: 1px solid color-mix(in srgb, var(--gold) 45%, var(--line));
    border-bottom: 1px solid color-mix(in srgb, var(--gold) 45%, var(--line));
    box-shadow:
        0 24px 80px -24px rgba(201,162,39,.5),
        0 40px 120px -40px rgba(0,0,0,.9);
    transition: opacity .8s ease, transform .8s ease, box-shadow .8s ease;
}
.video-embed::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; z-index: 2;
    background: linear-gradient(90deg, transparent, var(--gold-hi), transparent);
    pointer-events: none;
}
.video-embed.is-prereveal { opacity: 0; transform: translateY(28px); }
.video-embed.is-inview {
    opacity: 1; transform: none;
    box-shadow:
        0 30px 100px -20px rgba(201,162,39,.65),
        0 50px 140px -40px rgba(0,0,0,.9);
}
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-alt { margin: 16px 24px 0; font-size: .85rem; text-align: center; }
.video-alt a { color: var(--text-dim); border-bottom: 1px solid var(--line); transition: color .2s, border-color .2s; }
.video-alt a:hover { color: var(--gold-hi); border-color: var(--gold-hi); }
.video-subtitle {
    font-family: var(--serif); font-weight: 700;
    font-size: clamp(1.3rem, 3vw, 1.8rem); color: #fff;
    text-align: center; margin: 0 0 24px;
}
.booster-video { margin-top: 64px; }

/* ---------- Motion & focus ---------- */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
a:focus-visible, .btn:focus-visible {
    outline: 2px solid var(--gold-hi); outline-offset: 3px; border-radius: 6px;
}
