/*
Theme Name: Top Of The Fox
Author: Top Of The Fox
Description: Custom responsive black/gold WordPress theme for Top Of The Fox. Supports Singles, Alben, Musikvideos and News custom post types and a light/dark switch.
Version: 2.2.0
Text Domain: top-of-the-fox
*/
:root{--bg:#050505;--bg2:#0b0b0b;--text:#fff;--muted:#c9c9c9;--gold:#dca91e;--gold2:#f3c94d;--line:rgba(220,169,30,.45);--card:#0d0d0d;--shadow:0 18px 50px rgba(0,0,0,.35);--max:1600px}
html[data-theme="light"]{--bg:#f7f7f5;--bg2:#fff;--text:#111;--muted:#444;--card:#fff;--line:rgba(180,130,10,.45);--shadow:0 18px 50px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.site{min-height:100vh;background:var(--bg)}
.container{width:min(100% - 48px,var(--max));margin:auto}.wide{width:100%}.gold{color:var(--gold)}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(5,5,5,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}html[data-theme="light"] .site-header{background:rgba(255,255,255,.96)}.header-inner{min-height:74px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:24px;color:var(--gold);white-space:nowrap}.brand-logo{width:46px;height:50px;object-fit:cover;object-position:center;border-radius:2px}.brand-mark{display:none}.main-nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}.main-nav a{font-size:14px;text-transform:uppercase;letter-spacing:.04em;padding:27px 0 23px;border-bottom:2px solid transparent}.main-nav a:hover,.main-nav .current-menu-item>a,.main-nav .current_page_item>a{color:var(--gold);border-color:var(--gold)}.header-social{display:flex;align-items:center;gap:17px;color:var(--gold)}.header-social a{display:grid;place-items:center;width:22px;height:22px;color:var(--gold)}.header-social svg{width:20px;height:20px;fill:currentColor;display:block}.theme-toggle{border:1px solid var(--line);background:transparent;color:var(--gold);border-radius:999px;width:40px;height:40px}.menu-toggle{display:none;border:1px solid var(--line);background:transparent;color:var(--gold);padding:8px 11px;border-radius:6px}
.hero{position:relative;min-height:440px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(220,169,30,.22),transparent 35%),linear-gradient(120deg,#050505 0%,#1b1205 50%,#050505 100%);border-bottom:1px solid var(--line)}.hero-home-image{min-height:0;aspect-ratio:1983/793;background-image:url("assets/hero-home.jpg");background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.hero-home-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.08))}.hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 38px,rgba(220,169,30,.08) 39px 40px);opacity:.7}.hero-inner{position:relative;z-index:1;text-align:center;padding:72px 0}.eyebrow{font-size:18px;color:var(--gold);letter-spacing:.16em;text-transform:uppercase}.hero h1{font-size:clamp(48px,8vw,110px);line-height:.95;margin:12px 0;color:var(--gold);font-weight:900;text-transform:uppercase;text-shadow:0 8px 40px #000}.script{font-family:"Brush Script MT","Segoe Script",cursive;font-style:italic;font-weight:600}.hero .tagline{font-size:clamp(24px,3vw,46px);color:#fff;margin:20px 0}.hero-split{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:0;position:absolute;inset:0;opacity:.45}.hero-split>div{border-right:1px solid rgba(220,169,30,.25);background:radial-gradient(circle at center,rgba(220,169,30,.28),transparent 55%)}
.section{padding:72px 0;border-bottom:1px solid var(--line)}
.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.home-section-heading .section-title{text-align:left;margin:0}.home-section-heading .section-sub{text-align:left;margin:6px 0 0}.home-single-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.home-single-card{height:100%;display:flex;flex-direction:column}.home-single-cover{display:block;aspect-ratio:1/1;overflow:hidden}.home-single-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-single-cover:hover img{transform:scale(1.035)}.home-single-card .card-body{display:flex;flex-direction:column;flex:1}.home-single-card h3{font-size:20px;margin:6px 0 10px;color:var(--gold)}.home-single-card .btn{margin-top:auto;width:100%}.home-album-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.home-album-card{height:100%;display:flex;flex-direction:column}.home-album-cover{display:block;aspect-ratio:1/1;overflow:hidden}.home-album-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-album-cover:hover img{transform:scale(1.035)}.home-album-card .card-body{display:flex;flex-direction:column;flex:1}.home-album-card h3{font-size:20px;margin:6px 0 10px;color:var(--gold)}.home-album-card .btn{margin-top:auto;width:100%}
.section-title{text-align:center;color:var(--gold);font-size:32px;margin:0 0 36px;text-transform:uppercase;letter-spacing:.04em}.section-sub{text-align:center;max-width:900px;margin:-20px auto 36px;color:var(--muted)}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center}.three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.four-col{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.card{background:var(--card);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.card-body{padding:22px}.card h3{margin:0 0 8px;color:var(--gold);font-size:21px}.card p{color:var(--muted);margin:8px 0}.card img{width:100%;aspect-ratio:1/1;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--gold);color:var(--gold);background:transparent;padding:11px 20px;border-radius:4px;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.04em}.btn:hover{background:var(--gold);color:#080808}.btn-row{display:flex;gap:14px;flex-wrap:wrap}.meta{color:var(--muted);font-size:14px}.gold-line{width:80px;height:2px;background:var(--gold);margin:18px 0}
.welcome{text-align:center}.welcome p{max-width:950px;margin:10px auto;color:var(--muted)}.archive-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:4.8em;line-height:1.6;margin:12px 0 18px;color:var(--muted)}
.news-detail-image{max-width:820px;margin:25px auto 32px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--card)}.news-detail-image img{display:block;width:100%;height:auto;object-fit:contain}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.news-card img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}.news-card .card-body{min-height:190px}.single-feature,.album-feature{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:42px;align-items:center;max-width:1100px;margin:auto}.single-feature .cover,.album-feature .cover{border:1px solid var(--line);border-radius:7px;overflow:hidden}.single-feature .cover img,.album-feature .cover img{aspect-ratio:1/1;object-fit:cover}.feature-title{font-size:36px;margin:0 0 12px}.availability{font-size:19px;color:var(--gold);font-weight:700;margin:22px 0}.about-image{border:1px solid var(--line);border-radius:8px;min-height:360px;background-image:linear-gradient(rgba(0,0,0,.04),rgba(0,0,0,.04)),url("assets/about/about-portrait.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:35px}.icon-item{text-align:center;padding:18px;border-top:1px solid var(--line)}.icon-item .icon{font-size:34px;color:var(--gold)}
.archive-hero{position:relative;overflow:hidden;padding:88px 0;text-align:center;background-image:linear-gradient(rgba(0,0,0,.60),rgba(0,0,0,.72)),url("assets/page-header.jpg");background-size:cover;background-position:center;border-bottom:1px solid var(--line)}.archive-hero>*{position:relative;z-index:1}.archive-hero h1{font-size:64px;color:var(--gold);margin:0;text-transform:uppercase}.archive-hero p{max-width:760px;margin:20px auto;color:var(--muted)}.archive-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.archive-card img{aspect-ratio:1/1;object-fit:cover}.archive-card .card-body{padding:18px}.archive-card h2{font-size:18px;color:var(--gold);margin:0 0 6px}.archive-card .btn{width:100%;margin-top:12px}
.detail-head{padding:42px 0 18px}.back{color:var(--gold);font-size:14px;text-transform:uppercase}.detail-grid{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:48px;align-items:start}.detail-left{min-width:0}.detail-content{min-width:0}.detail-tracklist{margin-top:28px}.detail-tracklist h2{margin-top:0}.detail-cover{border:1px solid var(--line);border-radius:8px;overflow:hidden}.detail-cover img{aspect-ratio:1/1;object-fit:cover}.detail h1{font-size:46px;color:var(--gold);line-height:1.1;margin:0 0 8px}.detail h2{color:var(--gold);font-size:22px;margin-top:32px}.video-wrap{margin-top:24px;border:1px solid var(--line);background:#000;border-radius:8px;overflow:hidden;aspect-ratio:16/9}.video-wrap iframe,.video-wrap video{width:100%;height:100%;border:0}.tracklist{margin:20px 0;padding:0;list-style:none;border:1px solid var(--line);border-radius:8px;overflow:hidden}.tracklist li{padding:10px 14px;border-bottom:1px solid var(--line);color:var(--muted)}.tracklist li:last-child{border-bottom:0}.tracklist span{color:var(--gold);margin-right:10px}
.video-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-video-grid,.filtered-video-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.video-card{position:relative;display:block}.video-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#080808}.video-thumb img{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:contain;object-position:center;background:#080808}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;border:1px solid var(--gold);display:grid;place-items:center;background:rgba(0,0,0,.7);color:var(--gold)}.playlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.playlist-card{display:grid;grid-template-columns:240px 1fr;gap:26px;align-items:center;padding:18px}.playlist-card img{aspect-ratio:1/1;object-fit:cover;border:1px solid var(--line)}.playlist-cover{border-radius:8px;overflow:hidden}.playlist-cover .placeholder-cover{min-height:240px}
.prose{max-width:1000px;margin:auto}.prose h2{color:var(--gold);font-size:28px}.prose p,.prose li{color:var(--muted)}.quote{font-family:"Brush Script MT","Segoe Script",cursive;color:var(--gold);font-size:34px;line-height:1.3;text-align:center;margin:50px auto;max-width:800px}.contact-form{max-width:850px;margin:auto}.contact-form label{display:block;color:var(--gold);font-weight:700;margin:16px 0 6px}.contact-form input,.contact-form textarea{width:100%;padding:13px;border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:5px}.contact-form textarea{min-height:180px}.notice{border:1px solid var(--line);padding:18px;border-radius:8px;color:var(--muted)}.legal-card{max-width:900px;margin:0 auto;border:1px solid var(--line);padding:32px 36px;border-radius:10px;background:rgba(255,255,255,.015);box-shadow:0 12px 35px rgba(0,0,0,.25)}.legal-card h2,.legal-card h3{color:var(--gold)}.legal-card h2{margin-top:0;font-size:30px}.legal-card h3{margin-top:28px;font-size:20px}.legal-card a{color:var(--gold)}.legal-note{margin-top:30px;padding-top:20px;border-top:1px solid var(--line);font-size:14px}
.site-footer{border-top:1px solid var(--line);padding:28px 0;background:var(--bg2)}.footer-social a{display:grid;place-items:center}.footer-social svg{width:20px;height:20px;fill:currentColor}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-links{display:flex;gap:24px;flex-wrap:wrap;color:var(--muted);font-size:14px}.footer-social{display:flex;gap:16px;color:var(--gold)}.to-top{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:50%;border:2px solid var(--gold);background:var(--bg2);color:var(--gold);display:grid;place-items:center;font-size:24px;z-index:900;opacity:0;pointer-events:none;transition:.2s}.to-top.show{opacity:1;pointer-events:auto}.pagination{display:flex;justify-content:center;gap:10px;margin-top:36px}.pagination a,.pagination span{padding:9px 14px;border:1px solid var(--line);color:var(--gold);border-radius:4px}
@media(max-width:1100px){.main-nav{gap:16px}.main-nav a{font-size:12px}.archive-grid{grid-template-columns:repeat(3,1fr)}.video-grid{grid-template-columns:repeat(3,1fr)}.category-video-grid,.filtered-video-grid{grid-template-columns:repeat(3,1fr)}.four-col{grid-template-columns:repeat(2,1fr)}}
/* Top Of The Fox – Unterstützungsbereich */
.support-section{padding-top:70px;padding-bottom:78px}.support-card{max-width:920px;margin:0 auto;text-align:center;background:linear-gradient(180deg,#0d0d0d,#080808);border:1px solid var(--line);border-radius:10px;padding:46px 48px;box-shadow:0 12px 34px rgba(0,0,0,.28);position:relative;overflow:hidden}.support-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(220,169,30,.10),transparent 55%);pointer-events:none}.support-card>*{position:relative;z-index:1}.support-icon{font-size:38px;margin-bottom:8px}.support-card .eyebrow{color:var(--gold);font-weight:800;letter-spacing:.08em}.support-card .section-title{margin:8px 0 20px}.support-card p{max-width:760px;margin:10px auto;color:var(--muted);line-height:1.75}.support-card .support-thanks{color:#eee;margin-top:20px}.support-btn{margin-top:24px;min-width:280px}.support-btn:hover{box-shadow:0 0 22px rgba(220,169,30,.20)}

@media(max-width:800px){.container{width:min(100% - 28px,700px)}.header-inner{min-height:64px}.brand{font-size:19px}.brand-logo{width:38px;height:42px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--bg2);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;padding:10px 20px;gap:0}.main-nav.open{display:flex}.main-nav a{padding:13px 0;border-bottom:1px solid var(--line)}.header-social{display:none}.hero{min-height:380px}.hero-inner{padding:54px 0}.hero h1{font-size:52px}.hero .tagline{font-size:24px}.hero-split{opacity:.28}.section{padding:52px 0}.news-grid,.three-col,.two-col,.icon-grid,.playlist-grid{grid-template-columns:1fr}.home-single-grid,.home-album-grid{grid-template-columns:repeat(2,1fr)}.home-section-heading{align-items:center}.home-section-heading .btn{flex-shrink:0}.four-col{grid-template-columns:repeat(2,1fr)}.single-feature,.album-feature,.detail-grid{grid-template-columns:1fr;gap:25px}.archive-grid{grid-template-columns:repeat(2,1fr)}.video-grid{grid-template-columns:repeat(2,1fr)}.category-video-grid,.filtered-video-grid{grid-template-columns:repeat(2,1fr)}.archive-hero h1{font-size:46px}.detail h1{font-size:36px}.playlist-card{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}.footer-links,.footer-social{justify-content:center}}
@media(max-width:520px){.support-card{padding:34px 20px}.support-btn{width:100%;min-width:0}.support-card p{line-height:1.6}}

@media(max-width:520px){.container{width:min(100% - 20px,500px)}.hero h1{font-size:42px}.hero .tagline{font-size:21px}.home-single-grid,.home-album-grid,.four-col,.archive-grid,.video-grid,.category-video-grid,.filtered-video-grid{grid-template-columns:1fr}.home-section-heading{flex-direction:column;align-items:center;text-align:center}.home-section-heading .section-title,.home-section-heading .section-sub{text-align:center}.section-title{font-size:27px}.feature-title{font-size:29px}.to-top{right:14px;bottom:14px}}
/* Final logo/header polish */
.brand-logo{object-fit:contain;background:transparent;border-radius:0}
html[data-theme="light"] .brand-logo{background:transparent}
/* Keep the hero artwork fully visible within the banner area on wide screens. */
.hero-home-image{background-size:cover;background-position:center center}

/* V4 page-specific cinematic headers */
.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}
.page-hero{position:relative;min-height:340px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background-repeat:no-repeat;background-position:center;background-size:100% 100%;}
.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.16),rgba(0,0,0,.04),rgba(0,0,0,.18));pointer-events:none}
.page-hero-inner{position:relative;z-index:1;width:100%;min-height:340px}
html[data-theme="light"] .page-hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,.08),rgba(255,255,255,.22))}
@media(max-width:900px){.page-hero{min-height:280px;background-size:cover}.page-hero-inner{min-height:280px}}
@media(max-width:520px){.page-hero{min-height:235px}.page-hero-inner{min-height:235px}}
/* V5 mobile-safe page headers: preserve the complete cinematic artwork instead of cropping it. */
.page-hero{background-color:#050505;background-size:cover;background-position:center center;}
html[data-theme="light"] .page-hero{background-color:#f7f7f5;}
@media (max-width: 800px){
  .page-hero{min-height:0;height:auto;aspect-ratio:768 / 208;background-size:100% auto;background-position:center;background-repeat:no-repeat;}
  .page-hero-inner{min-height:0;height:100%;}
  .page-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.10),rgba(0,0,0,.02),rgba(0,0,0,.10));}
  html[data-theme="light"] .page-hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(255,255,255,.02),rgba(255,255,255,.10));}
}
@media (max-width: 520px){
  .page-hero{aspect-ratio:768 / 208;min-height:100px;}
}

/* V6: full-width, image-based page headers from the approved Top Of The Fox mockups */
.page-hero{position:relative;width:100%;margin:0;overflow:hidden;background:#050505;border-bottom:1px solid var(--gold);line-height:0;}
.page-hero-image{display:block;width:100%;height:auto;max-width:none;}
@media (max-width:900px){
  .page-hero-image{width:100%;height:auto;}
}
@media (max-width:600px){
  .page-hero{min-height:0;}
  .page-hero-image{width:100%;height:auto;}
}

/* V8 archive safety: never show a generic archive hero for supported content types. */
.archive-hero{display:none;}

/* V9: every page header is a finished 1920x500 artwork; do not crop or overlay it. */
.page-hero{position:relative;width:100%;margin:0;overflow:hidden;background:#050505;border-bottom:1px solid var(--gold);line-height:0;}
.page-hero-image{display:block;width:100%;height:auto;max-width:none;}
.page-hero-overlay{display:none!important;}
@media(max-width:700px){.page-hero-image{width:100%;height:auto;}.page-hero{min-height:0;}}

/* KI-Musik: Feature-Logos aus der freigegebenen Vorlage */
.ki-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--card);box-shadow:var(--shadow)}
.ki-feature{padding:34px 24px 30px;text-align:center;border-right:1px solid var(--line);position:relative}
.ki-feature:last-child{border-right:0}
.ki-feature-icon{width:88px;height:88px;margin:0 auto 20px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);background:radial-gradient(circle,rgba(220,169,30,.14),transparent 68%);box-shadow:0 0 24px rgba(220,169,30,.12),inset 0 0 18px rgba(220,169,30,.08)}
.ki-feature-icon svg{width:45px;height:45px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.ki-feature-icon.ki-note svg{fill:currentColor;stroke:none}
.ki-feature-icon.ki-fox svg{fill:currentColor;stroke:none}
.ki-feature h3{margin:0 0 9px;color:var(--gold);font-size:18px;letter-spacing:.12em;text-transform:uppercase}
.ki-feature p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
@media(max-width:900px){.ki-feature-grid{grid-template-columns:repeat(2,1fr)}.ki-feature:nth-child(2){border-right:0}.ki-feature:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:520px){.ki-feature-grid{grid-template-columns:1fr}.ki-feature{border-right:0;border-bottom:1px solid var(--line)}.ki-feature:last-child{border-bottom:0}}

/* KI-Musik – Umsetzung nach der freigegebenen Seitenvorlage */
.ki-page{background:var(--bg)}
.ki-hero-template{display:grid;grid-template-columns:42% 58%;min-height:370px;border-bottom:1px solid var(--line);background:#050505;overflow:hidden}
.ki-hero-copy{padding:46px clamp(24px,4vw,70px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.ki-hero-copy h1{font-size:clamp(52px,6vw,78px);line-height:.95;margin:0 0 18px;color:var(--gold);font-weight:900;letter-spacing:.01em}
.ki-hero-copy p{margin:8px 0;color:#fff;font-size:16px;line-height:1.55}.ki-hero-copy .ki-script{font-family:"Brush Script MT","Segoe Script",cursive;font-style:italic;font-size:24px;font-weight:600}.ki-hero-copy .gold-script{color:var(--gold)}
.ki-hero-copy .gold-line{margin:8px 0 10px}
.ki-hero-visual{min-height:370px;background:url("assets/ki/ki-hero-image.jpg") center/cover no-repeat;border-left:1px solid rgba(220,169,30,.18);position:relative}
.ki-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.12),transparent 28%,rgba(0,0,0,.04))}
.ki-section-heading{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;margin-bottom:32px}.ki-section-heading span{height:1px;background:var(--gold);opacity:.75}.ki-section-heading h2{margin:0;color:var(--gold);font-size:24px;text-transform:uppercase;text-align:center}
.ki-process{padding-top:30px}.ki-process-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:0}
.ki-step{padding:10px 24px 10px;text-align:center;border-right:1px solid var(--line);position:relative}.ki-step:last-child{border-right:0}.ki-step:not(:last-child):after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:10px solid var(--gold);z-index:3}
.ki-step img{width:78px;height:78px;object-fit:cover;margin:0 auto 12px}.ki-step strong{display:block;color:var(--gold);font-size:14px;text-transform:uppercase;margin-bottom:12px}.ki-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.ki-story{padding-top:48px}.ki-story-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:0;align-items:stretch}.ki-story-left{padding-right:38px}.ki-story-row{display:grid;grid-template-columns:90px 1fr;gap:24px;align-items:start;margin-bottom:30px}.ki-story-row img{width:78px;height:78px;object-fit:cover}.ki-story-row h2{font-size:18px;color:var(--gold);margin:0 0 10px;text-transform:uppercase}.ki-story-row p{margin:0 0 10px;color:var(--muted);font-size:15px;line-height:1.65}.ki-trust{border-radius:8px;background:#070707;border:1px solid var(--line);min-height:100%;overflow:hidden}.ki-trust-head{display:flex;align-items:center;gap:20px;padding:20px 22px 0}.ki-trust-head img{width:110px;height:120px;object-fit:cover;object-position:center}.ki-trust-head h2{margin:0;color:var(--gold);font-size:20px;text-transform:uppercase}.ki-trust .card-body{padding:6px 24px 24px}.ki-trust p,.ki-trust li{color:#eee;font-size:14px;line-height:1.55}.ki-trust ul{padding-left:20px;margin:12px 0 20px}.ki-trust li{margin:8px 0}.ki-trust li::marker{color:var(--gold)}.ki-trust .quote{text-align:left;margin:18px 0 14px;font-size:25px;line-height:1.35}
.ki-cta{padding-top:0}.ki-cta-card{display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:26px;border:1px solid var(--line);border-radius:8px;background:#080808;padding:14px 28px}.ki-cta-card img{width:205px;height:95px;object-fit:cover}.ki-cta-card h2{margin:0 0 5px;color:var(--gold);font-size:20px}.ki-cta-card p{margin:0;color:#eee;font-size:14px}.ki-cta-card .btn{white-space:nowrap}
html[data-theme="light"] .ki-hero-template,html[data-theme="light"] .ki-trust,html[data-theme="light"] .ki-cta-card{background:#111;color:#fff}
@media(max-width:1000px){.ki-hero-template{grid-template-columns:1fr}.ki-hero-copy{padding:34px 28px}.ki-hero-visual{min-height:300px}.ki-process-grid{grid-template-columns:repeat(2,1fr)}.ki-step:nth-child(2n){border-right:0}.ki-step:nth-child(-n+3){border-bottom:1px solid var(--line)}.ki-step:not(:last-child):after{display:none}.ki-story-grid{grid-template-columns:1fr}.ki-story-left{padding-right:0}.ki-trust{margin-top:18px}.ki-cta-card{grid-template-columns:150px 1fr}.ki-cta-card .btn{grid-column:2;justify-self:start}}
@media(max-width:600px){.ki-hero-copy h1{font-size:48px}.ki-hero-copy .ki-script{font-size:20px}.ki-hero-visual{min-height:220px}.ki-section-heading{grid-template-columns:1fr}.ki-section-heading span{display:none}.ki-section-heading h2{font-size:21px}.ki-process-grid{grid-template-columns:1fr}.ki-step{border-right:0!important;border-bottom:1px solid var(--line)}.ki-step:last-child{border-bottom:0}.ki-story-row{grid-template-columns:70px 1fr;gap:14px}.ki-story-row img{width:64px;height:64px}.ki-trust-head img{width:90px;height:100px}.ki-cta-card{grid-template-columns:1fr}.ki-cta-card img{width:100%;height:80px}.ki-cta-card .btn{grid-column:auto}}
/* ABOUT PAGE — ICONS ONLY: exact visual treatment for the existing icon areas */
.about-card-icon,.about-story-icon,.about-small-icon,.about-tiny-icon{display:flex;align-items:center;justify-content:center}
.about-card-icon{height:72px;margin:0 0 12px}
.about-story-icon{height:72px;margin:0 0 10px}
.about-small-icon{height:54px;margin:0 0 10px}
.about-tiny-icon{height:42px;margin:0 0 8px}
.about-icon-img{display:block;width:64px;height:64px;object-fit:contain}
.about-card-icon .about-icon-img{width:64px;height:64px}
.about-story-icon .about-icon-img{width:64px;height:64px}
.about-small-icon .about-icon-img{width:48px;height:48px}
.about-tiny-icon .about-icon-img{width:34px;height:34px}
@media(max-width:800px){.about-card-icon{height:62px}.about-story-icon{height:62px}.about-icon-img{width:54px;height:54px}.about-small-icon .about-icon-img{width:44px;height:44px}}

/* Musicvideo section action buttons */
.section-actions{display:flex;justify-content:center;align-items:center;margin-top:22px;gap:12px;flex-wrap:wrap}
.section-actions .btn{display:inline-flex;align-items:center;justify-content:center}
.video-play-link{display:block;text-decoration:none;color:inherit}.video-play-link .video-thumb{cursor:pointer}.video-play-link.is-playing .video-thumb{background:#000}.video-play-link.is-playing .video-thumb iframe{display:block;width:100%;height:100%;border:0}

/* Datenschutz – lesbare Langform */
.privacy-page{max-width:1000px}
.privacy-page .meta{margin:0 0 28px;text-align:right}
.privacy-page h2{margin-top:34px;margin-bottom:12px}
.privacy-page p{line-height:1.75;margin:0 0 14px}
.privacy-page a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.privacy-note{margin-top:38px;padding:20px 22px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--muted);line-height:1.7}
.privacy-note strong{color:var(--gold)}

.contact-intro{max-width:900px;margin:0 auto 32px;text-align:center;padding:26px 30px;border:1px solid #d9a900;border-radius:10px;background:rgba(18,18,18,.72);box-sizing:border-box}.contact-intro h2{margin:0 0 14px;color:#e0a900;font-size:30px;line-height:1.2}.contact-intro p{margin:0;color:#eee;font-size:17px;line-height:1.7}.contact-intro strong{color:#fff}
.archive-description{margin:.65rem 0 1rem;line-height:1.55;color:#ddd;font-size:.95rem}

/* V86 – eigene Top-Of-The-Fox Videosteuerung für YouTube-Alben */
.tof-youtube-controls{display:flex;justify-content:center;align-items:center;gap:12px;margin:12px 0 4px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(180deg,#111,#070707);box-shadow:0 8px 24px rgba(0,0,0,.25)}
.tof-yc-btn{width:48px;height:42px;border:1px solid var(--gold);border-radius:8px;background:rgba(220,169,30,.08);color:var(--gold);font-size:20px;font-weight:700;display:grid;place-items:center;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease}
.tof-yc-btn:hover:not(:disabled){background:var(--gold);color:#050505;transform:translateY(-1px);box-shadow:0 0 16px rgba(220,169,30,.25)}
.tof-yc-btn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.tof-yc-btn:disabled{opacity:.3;cursor:not-allowed}
.tof-youtube-controls .tof-play{width:56px;height:46px;font-size:22px;background:rgba(220,169,30,.16)}
@media(max-width:520px){.tof-youtube-controls{gap:8px}.tof-yc-btn{width:44px;height:40px;font-size:18px}.tof-youtube-controls .tof-play{width:52px}}

/* V92: responsive Home hero – the desktop artwork stays large, while tablets and phones use a compact hero height. */
@media (max-width: 900px){
  .hero.hero-home-image{
    min-height:0;
    height:auto;
    aspect-ratio:1983 / 793;
    background-size:cover;
    background-position:center center;
  }
}
@media (max-width: 520px){
  .hero.hero-home-image{
    min-height:0;
    height:auto;
    aspect-ratio:16 / 7;
    background-size:cover;
    background-position:center center;
  }
}

/* V96: Use the YouTube preview automatically when a Musikvideo has no featured image. */
.video-thumb .youtube-fallback-thumb{width:100%;height:100%;object-fit:cover;display:block;}

/* Automatic YouTube preview for Musikvideos without a featured image. */
.video-thumb .video-auto-thumb{display:block;width:100%;height:100%;object-fit:cover;}
