:root {
  --bg: #090b09;
  --bg-soft: #0e120e;
  --panel: rgba(19, 24, 18, 0.72);
  --panel-strong: #141914;
  --text: #f3f5ef;
  --muted: #a7afa4;
  --line: rgba(255,255,255,.11);
  --acid: #c8ff35;
  --acid-2: #98e323;
  --violet: #7b58ff;
  --shadow: 0 28px 80px rgba(0,0,0,.42);
  --radius: 26px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body::selection { background: var(--acid); color: #0b0d09; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; padding: 10px 14px; background: var(--acid); color: #111; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 120px 0; position: relative; }

.ambient { position: fixed; inset: 0; pointer-events: none; z-index: -1; overflow: hidden; }
.glow { position: absolute; border-radius: 999px; filter: blur(80px); opacity: .18; }
.glow-a { width: 540px; height: 540px; right: -180px; top: 80px; background: var(--acid); }
.glow-b { width: 460px; height: 460px; left: -220px; top: 52vh; background: var(--violet); opacity: .11; }
.grid-mask { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black 0%, transparent 82%); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: .3s ease; }
.site-header.scrolled { background: rgba(9,11,9,.78); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(200,255,53,.5); background: rgba(200,255,53,.08); color: var(--acid); border-radius: 12px; font-weight: 800; font-size: .82rem; }
.brand-copy { display: flex; text-transform: uppercase; font-weight: 900; line-height: .9; flex-direction: column; font-size: .93rem; }
.brand-copy em { color: var(--acid); font-style: normal; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { text-decoration: none; font-size: .93rem; color: #d7ddd3; transition: .2s ease; }
.nav a:hover { color: var(--acid); }
.nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(200,255,53,.48); border-radius: 999px; color: var(--acid); }
.menu-btn { display: none; background: transparent; color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; }
.mobile-nav { padding: 12px 20px 20px; background: rgba(9,11,9,.96); border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.06); }

.hero { min-height: 100svh; display: grid; align-items: center; padding-top: 132px; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 80px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .73rem; font-weight: 800; color: var(--acid); margin: 0 0 22px; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; margin-right: 10px; box-shadow: 0 0 0 0 rgba(200,255,53,.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(200,255,53,0); } 100% { box-shadow: 0 0 0 0 rgba(200,255,53,0); } }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.9rem); max-width: 780px; }
h1 span, h2 span { color: var(--acid); }
.lead { max-width: 690px; font-size: clamp(1.05rem, 1.6vw, 1.32rem); color: #c8cec5; margin: 28px 0 34px; }
.lead strong { color: white; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: #0b0d09; }
.button-primary:hover { background: #ddff77; }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(200,255,53,.5); color: var(--acid); }
.button-dark { background: #0a0c09; color: white; border: 1px solid rgba(0,0,0,.2); }
.compact { padding: 11px 15px; font-size: .9rem; }
.platform-row { display: flex; gap: 10px; flex-wrap: wrap; color: var(--muted); font-size: .88rem; margin-top: 24px; }
.platform-row a { text-decoration: none; }
.platform-row a:hover { color: var(--acid); }

.hero-art { position: relative; min-height: 620px; display: grid; place-items: center; perspective: 1200px; }
.cover-card { width: min(430px, 82vw); aspect-ratio: 1; position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 32px 100px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08); transform: rotate(-2deg); transition: transform .25s ease-out; z-index: 2; }
.cover-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,255,255,.17), transparent 28%, transparent 68%, rgba(200,255,53,.08)); pointer-events: none; }
.cover-card img { width: 100%; height: 100%; object-fit: cover; }
.live-chip { position: absolute; left: 18px; top: 18px; z-index: 3; display: flex; gap: 8px; align-items: center; padding: 8px 11px; background: rgba(8,10,8,.78); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.live-chip span { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; }
.cover-orbit { position: absolute; border: 1px solid rgba(200,255,53,.22); border-radius: 50%; animation: spin 24s linear infinite; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 590px; height: 590px; border-color: rgba(123,88,255,.18); animation-direction: reverse; animation-duration: 31s; }
@keyframes spin { to { transform: rotate(360deg); } }
.micro-card { position: absolute; z-index: 3; padding: 13px 15px; border-radius: 16px; background: rgba(15,19,14,.84); backdrop-filter: blur(16px); border: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .13em; box-shadow: var(--shadow); }
.micro-card strong { display: block; color: white; font-size: .88rem; letter-spacing: -.01em; margin-top: 2px; }
.micro-a { right: -10px; top: 25%; }
.micro-b { left: 0; bottom: 18%; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; width: 26px; height: 42px; border: 1px solid var(--line); border-radius: 999px; }
.scroll-cue span { width: 3px; height: 8px; background: var(--acid); border-radius: 2px; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); animation: scroll 1.7s infinite; }
@keyframes scroll { 0%{opacity:0;transform:translate(-50%,0)} 30%{opacity:1} 100%{opacity:0;transform:translate(-50%,14px)} }

.ticker { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); overflow: hidden; }
.ticker-track { width: max-content; padding: 14px 0; display: flex; gap: 24px; text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: .72rem; animation: ticker 30s linear infinite; }
.ticker-track i { color: var(--acid); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
h2 { font-size: clamp(2.5rem, 5vw, 5.2rem); }
.text-link { color: var(--acid); text-decoration: none; font-weight: 800; white-space: nowrap; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.episode-feature { position: relative; display: grid; grid-template-columns: 72px 1fr 230px; gap: 26px; align-items: center; padding: 34px; border: 1px solid rgba(200,255,53,.22); background: linear-gradient(135deg, rgba(200,255,53,.08), rgba(255,255,255,.02) 45%, rgba(123,88,255,.06)); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.feature-index { font-size: 2.6rem; color: var(--acid); font-weight: 900; letter-spacing: -.08em; }
.feature-main h3 { font-size: clamp(1.7rem, 3vw, 3rem); max-width: 780px; }
.feature-main p { color: #bec6bb; max-width: 790px; margin: 15px 0 22px; }
.episode-meta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 14px; color: var(--muted); font-size: .77rem; text-transform: uppercase; letter-spacing: .08em; }
.tag { border: 1px solid rgba(200,255,53,.35); color: var(--acid); padding: 5px 8px; border-radius: 999px; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.tag-solo { color: #c7bfff; border-color: rgba(123,88,255,.4); }
.feature-wave { height: 120px; display: flex; align-items: center; gap: 6px; justify-content: end; opacity: .8; }
.feature-wave span { display: block; width: 4px; height: calc(18px + var(--h, 30) * 1px); max-height: 96px; border-radius: 999px; background: linear-gradient(to top, rgba(200,255,53,.16), var(--acid)); animation: wave 1.8s ease-in-out infinite alternate; }
.feature-wave span:nth-child(2n) { --h: 52; animation-delay: -.2s; }
.feature-wave span:nth-child(3n) { --h: 72; animation-delay: -.6s; }
.feature-wave span:nth-child(5n) { --h: 38; animation-delay: -.9s; }
@keyframes wave { to { transform: scaleY(.5); opacity: .45; } }
.episode-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.episode-card { padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 22px; min-height: 360px; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.episode-card:hover { transform: translateY(-5px); border-color: rgba(200,255,53,.3); background: rgba(255,255,255,.04); }
.episode-top { display: flex; align-items: center; justify-content: space-between; }
.episode-no { color: #667064; font-weight: 900; font-size: 1.4rem; }
.episode-date { font-size: .75rem; color: var(--muted); text-transform: uppercase; letter-spacing: .09em; }
.episode-card h3 { font-size: 1.55rem; margin-top: 14px; }
.episode-card p { color: #adb5aa; }
.episode-card a { margin-top: auto; color: var(--acid); font-weight: 800; text-decoration: none; }

.manifesto { background: #0d110c; border-block: 1px solid var(--line); overflow: hidden; }
.parallax-word { position: absolute; right: -3vw; top: 4%; font-size: clamp(8rem, 19vw, 22rem); font-weight: 1000; letter-spacing: -.08em; color: rgba(255,255,255,.022); white-space: nowrap; user-select: none; }
.manifesto-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; position: relative; z-index: 2; }
.big-copy { font-size: clamp(1.25rem, 2.1vw, 1.75rem); color: #dbe1d7; line-height: 1.45; margin-top: 0; }
.manifesto-points { margin-top: 44px; border-top: 1px solid var(--line); }
.manifesto-points div { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); align-items: center; }
.manifesto-points strong { color: var(--acid); }
.manifesto-points span { font-weight: 700; }

.player-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.player-copy p:not(.eyebrow) { color: var(--muted); max-width: 560px; font-size: 1.05rem; }
.spotify-frame { border: 1px solid var(--line); padding: 12px; border-radius: 28px; background: rgba(255,255,255,.03); box-shadow: var(--shadow); }
.spotify-frame iframe { display: block; }

.host { background: linear-gradient(180deg, transparent, rgba(200,255,53,.025)); }
.host-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.host-visual { min-height: 480px; border: 1px solid var(--line); border-radius: var(--radius); display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(200,255,53,.13), transparent 42%), rgba(255,255,255,.02); }
.host-monogram { font-size: clamp(7rem, 18vw, 14rem); line-height: 1; font-weight: 1000; letter-spacing: -.12em; color: rgba(200,255,53,.12); transform: translateX(-.05em); }
.host-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(200,255,53,.18); }
.ring-a { width: 330px; height: 330px; }
.ring-b { width: 430px; height: 430px; border-color: rgba(123,88,255,.18); }
.host-label { position: absolute; left: 24px; bottom: 22px; color: var(--acid); font-weight: 900; font-size: .68rem; letter-spacing: .2em; }
.host-copy p:not(.eyebrow) { color: var(--muted); max-width: 650px; }

.cta-card { padding: 46px; border-radius: 30px; background: var(--acid); color: #0a0c08; display: flex; justify-content: space-between; align-items: center; gap: 30px; box-shadow: 0 30px 100px rgba(200,255,53,.12); overflow: hidden; position: relative; }
.cta-card::after { content: ""; width: 420px; height: 420px; position: absolute; right: -120px; top: -210px; border-radius: 50%; border: 65px solid rgba(0,0,0,.055); }
.cta-card .eyebrow { color: #28320f; }
.cta-card h2 { font-size: clamp(2.3rem, 4vw, 4.3rem); }
.cta-card p { margin-bottom: 0; font-weight: 600; }
.cta-card .button { position: relative; z-index: 2; flex: 0 0 auto; }

.footer { padding: 70px 0 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 50px; }
.footer-brand { margin-bottom: 18px; }
.footer p { color: var(--muted); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { color: var(--acid); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 4px; }
.footer-links a { text-decoration: none; color: #c0c7bd; }
.footer-links a:hover { color: white; }
.footer-bottom { padding-top: 34px; margin-top: 44px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #7f887c; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section-pad { padding: 90px 0; }
  .nav { display: none; }
  .menu-btn { display: inline-flex; }
  .hero-grid, .manifesto-grid, .player-grid, .host-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art { min-height: 560px; order: -1; margin-top: 20px; }
  .hero-copy { text-align: center; }
  .lead { margin-inline: auto; }
  .hero-actions, .platform-row { justify-content: center; }
  .episode-feature { grid-template-columns: 52px 1fr; }
  .feature-wave { display: none; }
  .episode-grid { grid-template-columns: 1fr; }
  .manifesto-grid, .player-grid, .host-grid { gap: 48px; }
  .manifesto-title br { display: none; }
  .host-visual { min-height: 380px; }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 20px; }
  .section-pad { padding: 70px 0; }
  .nav-wrap { min-height: 70px; }
  .brand-copy { font-size: .83rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero { padding-top: 90px; }
  .hero-art { min-height: 430px; }
  .cover-card { width: min(340px, 83vw); }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 450px; height: 450px; }
  .micro-a { right: 0; top: 18%; }
  .micro-b { left: 0; bottom: 12%; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .episode-feature { grid-template-columns: 1fr; padding: 25px; }
  .feature-index { font-size: 1.35rem; }
  .episode-card { min-height: 330px; padding: 23px; }
  .manifesto-points div { grid-template-columns: 42px 1fr; }
  .host-visual { min-height: 300px; }
  .cta-card { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .scroll-cue { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-parallax] { transform: none !important; }
}

/* --- Production refinements for sicherheitsvorsorge.at --- */
body { background-image: radial-gradient(circle at 80% 12%, rgba(200,255,53,.04), transparent 28%); }

.hero-grid { grid-template-columns: 1.02fr .98fr; }
.hero-art { min-height: 650px; }
.hero-photo-frame {
  width: min(455px, 84vw);
  height: 590px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 34px 100px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.08);
  background: #111;
  transform: rotate(1.5deg);
}
.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6,8,6,.55) 100%), linear-gradient(120deg, rgba(200,255,53,.06), transparent 36%);
  pointer-events: none;
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.cover-card-mini {
  width: 184px;
  aspect-ratio: 1;
  border-radius: 20px;
  position: absolute;
  z-index: 5;
  right: -4px;
  bottom: 42px;
  overflow: hidden;
  transform: rotate(-5deg);
  border: 1px solid rgba(200,255,53,.38);
  background: #080a08;
  box-shadow: 0 22px 70px rgba(0,0,0,.58);
}
.cover-card-mini img { width: 100%; height: 100%; object-fit: cover; }
.cover-card-mini::after { content:""; position:absolute; inset:0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); pointer-events:none; }
.hero-art .micro-a { right: auto; left: -10px; top: 23%; }
.hero-art .micro-b { left: 18px; bottom: 12%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 630px; height: 630px; }

.podcast-photo {
  margin-top: 34px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 290px;
  position: relative;
  background: #111;
  box-shadow: var(--shadow);
}
.podcast-photo img { width:100%; height:100%; min-height:290px; object-fit:cover; object-position:center 36%; }
.podcast-photo::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(5,7,5,.62)); }
.podcast-photo-badge { position:absolute; left:18px; bottom:16px; z-index:2; color:white; font-size:.78rem; letter-spacing:.12em; font-weight:900; text-transform:uppercase; }

.host-visual { padding: 0; min-height: 560px; background: #0c0f0c; }
.host-photo { width:100%; height:100%; min-height:560px; object-fit:cover; object-position:center 30%; }
.host-visual::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 55%, rgba(7,9,7,.7)); pointer-events:none; }
.host-visual .host-label { z-index:2; }
.host-ring { z-index:2; pointer-events:none; }
.ring-a { width: 390px; height: 390px; }
.ring-b { width: 490px; height: 490px; }

.cta-card { padding: 0; min-height: 390px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; background: var(--acid); }
.cta-copy { padding: 48px; align-self:center; position:relative; z-index:3; }
.cta-photo { min-height:390px; position:relative; overflow:hidden; }
.cta-photo img { width:100%; height:100%; min-height:390px; object-fit:cover; object-position:center 34%; }
.cta-photo::before { content:""; position:absolute; inset:0; z-index:1; background: linear-gradient(90deg, var(--acid) 0%, rgba(200,255,53,.72) 12%, transparent 45%); }
.cta-card::after { display:none; }
.cta-copy .button { margin-top: 22px; }

/* Privacy-safe embedded player placeholder */
.external-player-placeholder { min-height:328px; border-radius:18px; display:grid; place-items:center; align-content:center; text-align:center; padding:38px; background:linear-gradient(135deg, rgba(200,255,53,.06), rgba(123,88,255,.055)), #101410; }
.external-player-placeholder h3 { margin:12px 0 6px; font-size:1.55rem; }
.external-player-placeholder p { color:var(--muted); max-width:540px; margin:0 0 20px; }
.external-player-icon { width:62px; height:62px; border-radius:50%; display:grid; place-items:center; background:var(--acid); color:#0b0d09; font-weight:900; box-shadow:0 0 0 9px rgba(200,255,53,.08); }
.privacy-note { margin-top:14px; color:#aeb6ab; font-size:.78rem; }

/* Legal pages share the same visual system as the homepage. */
.legal-page { min-height: 100vh; padding: 145px 0 90px; position:relative; isolation:isolate; }
.legal-page::before { content:""; position:absolute; width:540px; height:540px; border-radius:50%; right:-160px; top:60px; background:rgba(200,255,53,.11); filter:blur(110px); z-index:-1; }
.legal-page::after { content:""; position:absolute; width:440px; height:440px; border-radius:50%; left:-160px; top:40%; background:rgba(123,88,255,.08); filter:blur(120px); z-index:-1; }
.legal-shell { width:min(920px, calc(100vw - 40px)); margin-inline:auto; }
.legal-hero { margin-bottom:42px; max-width:760px; }
.legal-hero h1 { font-size:clamp(3rem, 7vw, 6rem); }
.legal-hero > p:last-child { color:#c2c9bf; font-size:1.08rem; max-width:680px; }
.legal-card { padding:32px; margin:18px 0; border:1px solid var(--line); border-radius:24px; background:linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.018)); box-shadow:0 22px 70px rgba(0,0,0,.16); backdrop-filter:blur(10px); }
.legal-card h2 { font-size:clamp(1.55rem, 3vw, 2.15rem); margin-bottom:18px; color:#f4f7f1; }
.legal-card h3 { font-size:1.15rem; margin-top:24px; }
.legal-card p, .legal-card li, .legal-card dd { color:#bdc5ba; }
.legal-card a { color:var(--acid); text-underline-offset:3px; }
.legal-data { display:grid; grid-template-columns:minmax(170px,.4fr) 1fr; margin:0; border-top:1px solid var(--line); }
.legal-data dt, .legal-data dd { margin:0; padding:13px 0; border-bottom:1px solid var(--line); }
.legal-data dt { color:#f3f5ef; font-weight:800; padding-right:22px; }
.legal-callout { margin-top:20px; padding:18px 20px; border-left:3px solid var(--acid); background:rgba(200,255,53,.06); border-radius:0 14px 14px 0; color:#ced5ca; }
.legal-meta { color:#7f897c; font-size:.8rem; margin-top:28px; }
.legal-back { display:inline-flex; gap:8px; align-items:center; text-decoration:none; color:var(--acid); font-weight:800; margin-top:18px; }

.footer-bottom a { color:inherit; text-decoration:none; }
.footer-bottom a:hover { color:var(--acid); }

@media (max-width:980px) {
  .hero-art { min-height:600px; order:0; }
  .hero-photo-frame { height:540px; }
  .cta-card { grid-template-columns:1fr; }
  .cta-photo { min-height:320px; }
  .cta-photo::before { background:linear-gradient(180deg, var(--acid) 0%, rgba(200,255,53,.65) 8%, transparent 42%); }
  .host-visual { min-height:520px; }
  .host-photo { min-height:520px; }
}

@media (max-width:640px) {
  .hero-art { min-height:520px; }
  .hero-photo-frame { width:min(360px, 82vw); height:455px; }
  .cover-card-mini { width:132px; right:0; bottom:28px; border-radius:16px; }
  .hero-art .micro-a { left:0; top:13%; }
  .hero-art .micro-b { left:4px; bottom:10%; }
  .orbit-one { width:420px; height:420px; }
  .orbit-two { width:480px; height:480px; }
  .host-visual, .host-photo { min-height:420px; }
  .cta-copy { padding:30px; }
  .cta-photo, .cta-photo img { min-height:300px; }
  .legal-page { padding-top:110px; }
  .legal-shell { width:min(100% - 28px, 920px); }
  .legal-card { padding:23px; border-radius:20px; }
  .legal-data { grid-template-columns:1fr; }
  .legal-data dt { border-bottom:0; padding-bottom:0; }
  .legal-data dd { padding-top:5px; }
}

/* Podcast mark: shield + microphone */
.brand-mark { padding: 4px; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
