@import url('https://fonts.bunny.net/css?family=cormorant-garamond:300,300i,400,400i,600|dm-sans:300,400,500&display=swap');

/*
 * SM BASE — Sirius Method Design System
 * siriusmethod.com/assets/sm-base.css
 * Version: May 2026
 *
 * Shared by all Sirius Method pages.
 * Edit once — applies everywhere.
 */

/* ── SM BASE ── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #0d0d0d; --bg2: #141414; --bg3: #1a1a1a;
    --text: #f0ebe0; --muted: rgba(240,235,224,0.45);
    --gold: #C8A96E; --gold-dim: rgba(200,169,110,0.35);
    --border-dim: rgba(200,169,110,0.12);
    --font-serif: 'Cormorant Garamond', serif;
    --font-sans: 'DM Sans', sans-serif;
  }
  html { background: var(--bg); overflow-y: scroll; }
  body { background: transparent; color: var(--text); font-family: var(--font-sans); font-weight: 300; font-size: 17px; line-height: 1.75; overflow-x: hidden; }
  #stars { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: hidden; }
  .star { position: absolute; background: #f0ebe0; border-radius: 50%; animation: twinkle var(--dur) ease-in-out infinite var(--delay); }
  @keyframes twinkle { 0%,100% { opacity: var(--min-op); transform: scale(1); } 50% { opacity: var(--max-op); transform: scale(1.3); } }
  .sirius-star { position: fixed; top: 12%; right: 18%; width: 4px; height: 4px; background: #fff; border-radius: 50%; box-shadow: 0 0 8px 3px rgba(200,220,255,0.6), 0 0 20px 8px rgba(200,220,255,0.15); animation: sirius-pulse 4s ease-in-out infinite; z-index: 2; pointer-events: none; }
  @keyframes sirius-pulse { 0%,100% { box-shadow: 0 0 8px 3px rgba(200,220,255,0.6), 0 0 20px 8px rgba(200,220,255,0.15); } 50% { box-shadow: 0 0 12px 5px rgba(200,220,255,0.9), 0 0 35px 14px rgba(200,220,255,0.25); } }
  section, footer, #impressum { position: relative; z-index: 2; }
  section { background: var(--bg); } /* default opaque — stars blocked */
  nav { position: fixed; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 2rem; background: rgba(13,13,13,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-dim); z-index: 100; }
  .nav-brand { font-family: var(--font-serif); font-size: 0.88rem; letter-spacing: 0.14em; color: var(--text); text-decoration: none; }
  .nav-brand span { color: var(--gold); }
  .nav-cta { font-size: 0.73rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-dim); padding: 0.5rem 1.2rem; text-decoration: none; transition: all 0.3s; }
  .nav-cta:hover { background: var(--gold); color: #0d0d0d; }
  #hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; padding: 14rem 1.5rem 6rem; position: relative; overflow: hidden; background: transparent; }
  .hero-inner { max-width: 760px; margin: 0 auto; }
  .sigil-logo { display: block; width: 64px; height: 64px; object-fit: contain; filter: invert(72%) sepia(40%) saturate(400%) hue-rotate(5deg) brightness(95%); opacity: 0.9; margin: 0 auto 1.5rem; }
  .eyebrow { display: block; font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
  .hero-brand { display: block; font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
  .hero-product-label { display: block; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.8rem; }
  .hero-title { font-family: var(--font-serif); font-size: clamp(2.8rem, 7vw, 5.5rem); font-weight: 300; line-height: 1.05; color: var(--text); margin-bottom: 1rem; }
  .hero-sub-label { font-family: var(--font-serif); font-size: clamp(1rem, 2vw, 1.25rem); font-style: italic; color: var(--gold); margin-bottom: 2rem; }
  .hero-desc { font-size: clamp(0.95rem, 1.8vw, 1.05rem); color: var(--muted); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.85; }
  .gold-rule { width: 40px; height: 1px; background: var(--gold-dim); margin: 0 auto 2.5rem; }
  .btn-gold { display: inline-block; border: 1px solid var(--gold); color: var(--gold); background: transparent; padding: 0.9rem 2.8rem; font-family: var(--font-sans); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
  .btn-gold:hover { background: var(--gold); color: #0d0d0d; }
  .price-note { display: block; margin-top: 1rem; font-size: 0.72rem; letter-spacing: 0.15em; color: var(--muted); }
  .container { max-width: 780px; margin: 0 auto; padding: 0 1.5rem; }
  .container-wide { max-width: 1040px; margin: 0 auto; padding: 0 1.5rem; }
  .section-label { display: block; font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
  h2 { font-family: var(--font-serif); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .lead { font-family: var(--font-serif); font-size: clamp(1rem, 2vw, 1.2rem); font-style: italic; color: var(--muted); margin-bottom: 3rem; }
  footer { padding: 2.5rem 1.5rem; border-top: 1px solid var(--border-dim); text-align: center; background: var(--bg2); }
  .footer-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; font-size: 0.75rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
  .footer-links a { color: var(--muted); text-decoration: none; }
  .footer-links a:hover { color: var(--gold); }
  .footer-copy { font-size: 0.7rem; color: var(--muted); opacity: 0.5; }
  #impressum { padding: 4rem 1.5rem; border-top: 1px solid var(--border-dim); background: transparent; }
  #impressum h3 { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 300; margin-bottom: 1.5rem; }
  .legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; font-size: 0.8rem; color: var(--muted); line-height: 1.9; }
  .fade-in { opacity: 0; transform: translateY(16px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .fade-in.visible { opacity: 1; transform: none; }
  .faq-list { margin-top: 2.5rem; }
  .faq-item { border-bottom: 1px solid var(--border-dim); padding: 1.4rem 0; }
  .faq-q { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 400; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
  .faq-icon { width: 18px; height: 18px; flex-shrink: 0; border: 1px solid var(--gold-dim); border-radius: 50%; position: relative; }
  .faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--gold); border-radius: 1px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  .faq-icon::before { width: 7px; height: 1px; }
  .faq-icon::after { width: 1px; height: 7px; transition: all 0.3s; }
  .faq-item.open .faq-icon::after { height: 0; }
  .faq-a { font-size: 0.9rem; color: var(--muted); line-height: 1.85; padding-top: 1rem; display: none; }
  .faq-item.open .faq-a { display: block; }
  @media (max-width: 640px) { nav { padding: 1rem 1.2rem; } .legal-grid { grid-template-columns: 1fr; } }

/* Default: all sections opaque (stars blocked) */
section { background: var(--bg); }
