/*
Theme Name: Astra Child
Template: astra
*/

@import url('newsletter.css?v=2');
@import url('footer.css?v=5');
@import url('layout.css?v=2');
@import url('podcast.css?v=2');
@import url('marquee.css?v=2');
@import url('impressum.css?v=2');
@import url('contact.css?v=2');
@import url('mobile-menu.css?v=2');



/* ==========================================================
   1. SCHRIFTEN (Font-Face Definitionen)
   ========================================================== */

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-v25-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-v25-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-v25-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-v25-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('fonts/instrument-sans-v4-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('fonts/instrument-sans-v4-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('fonts/instrument-sans-v4-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Serif';
  src: url('fonts/instrument-serif-v5-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url('fonts/space-mono-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url('fonts/space-mono-v17-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ==========================================================
   2. GLOBALE VARIABLEN (Farben & Schriften an einer Stelle)
   ========================================================== */

:root {
  --font-display: 'Archivo', sans-serif;
  --font-serif: 'Instrument Serif', serif;
  --font-sans: 'Instrument Sans', sans-serif;
  --font-mono: 'Space Mono', monospace;

  --color-bg: #000000;
  --color-fg: #ffffff;
  --color-accent: #9CDB4A;
  --color-muted: #8a8f98;
}


/* ==========================================================
   3. GRUNDLAYOUT (Body, Überschriften, Links)
   ========================================================== */

body {
  background-color: var(--color-bg) !important;
  color: var(--color-fg) !important;
  font-family: var(--font-sans) !important;
}

h1, h2, h3, h4 {
  font-family: var(--font-display) !important;
  color: var(--color-fg) !important;
}

a {
  color: var(--color-accent) !important;
}


/* ==========================================================
   4. HEADER
   ========================================================== */

.ast-primary-header,
.site-header,
#masthead {
  background-color: var(--color-bg) !important;
  border-bottom: none !important;
  box-shadow: none !important;
  position: sticky !important;
  top: 0;
  z-index: 999;
}

.ast-above-header,
.site-header .ast-container,
#masthead .ast-container {
  border: none !important;
}


/* ==========================================================
   5. NAVIGATION / MENÜ
   ========================================================== */

.ast-primary-header-bar .ast-container,
.site-primary-header-wrap.ast-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 30px !important;
  padding-right: 10px !important;
}

.ast-primary-header-bar .ast-builder-grid-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.site-header-primary-section-left {
  flex-shrink: 0;
}

.ast-grid-right-section {
  flex-shrink: 0;
}

.main-navigation ul li {
  margin-left: 14px;
}

.main-navigation ul li a,
.ast-header-menu-item a {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 8px 18px !important;
  display: inline-block;
}

.main-navigation ul li a:hover,
.ast-header-menu-item a:hover {
  color: var(--color-accent) !important;
  animation: navGlitch 0.35s steps(3, end) 1;
  text-shadow: 2px 0 rgba(156, 219, 74, 0.7), -2px 0 rgba(255, 255, 255, 0.5);
}

@keyframes navGlitch {
  0%   { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
  20%  { transform: translate(-2px, 1px); clip-path: inset(10% 0 60% 0); }
  40%  { transform: translate(2px, -1px); clip-path: inset(60% 0 10% 0); }
  60%  { transform: translate(-1px, 0); clip-path: inset(30% 0 30% 0); }
  80%  { transform: translate(1px, 1px); clip-path: inset(0 0 0 0); }
  100% { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
}


/* ==========================================================
   6. LOGO / SITE-TITEL (oben links "ARON MORHOFF")
   ========================================================== */

.main-header-bar .site-branding,
.ast-site-identity {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.site-title,
.site-title a,
.ast-site-title,
.ast-site-title a {
  font-family: var(--font-mono) !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  color: var(--color-fg) !important;
}

.site-title a:hover,
.ast-site-title a:hover {
  color: var(--color-accent) !important;
}


/* ==========================================================
   7. STARTSEITE — HERO-BEREICH
   ========================================================== */

.hero-section {
  position: relative;
  padding: 60px 60px 160px;
  max-width: 1700px;
  margin: 0 auto;
}

.hero-text-group {
  position: relative;
  z-index: 3;
  margin-top: -140px;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-muted);
  margin: 0 0 12px;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.05;
  color: var(--color-fg);
  max-width: 1000px;
  margin: 0;
}

.hero-title .accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--color-accent);
}

.hero-image-wrap {
  position: relative;
  width: 66%;
  max-width: 820px;
  margin: 0 12% 0 auto;
  transform: rotate(-7deg);
  z-index: 1;
  will-change: transform;
}

.hero-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .hero-image-wrap {
    width: 100%;
    margin: 0 0 40px;
  }

  .hero-title {
    margin-top: 20px;
  }
}


/* ==========================================================
   8. FOOTER
   -> ausgelagert nach footer.css (siehe @import oben)
   ========================================================== */