/* thema hero */
.thema-hero {
  position: relative;
  height: clamp(380px, 55vh, 560px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.thema-hero-bg {
  position: absolute;
  inset: 0;
}
.thema-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.thema-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(38,19,24,0.92) 0%,
    rgba(38,19,24,0.7) 50%,
    rgba(38,19,24,0.25) 100%
  );
}
.thema-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 3.5rem;
}
.thema-hero-content { max-width: 680px; }

.thema-breadcrumb {
  font-size: 0.78rem;
  color: rgba(255,254,246,0.5);
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.thema-breadcrumb a {
  color: rgba(255,254,246,0.5);
  transition: color 0.25s;
}
.thema-breadcrumb a:hover { color: var(--gold-light); }

.thema-hero-content h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.thema-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,254,246,0.82);
  font-style: italic;
  line-height: 1.6;
}

/* layout */
.thema-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

/* article */
.thema-article {
  max-width: 720px;
}
.thema-article p {
  font-size: 1.04rem;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 1.4rem;
}
.thema-article strong { color: var(--wine); }
.thema-article a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-decoration-color: rgba(160,120,64,0.4);
  transition: color 0.25s;
}
.thema-article a:hover { color: var(--wine); }

.thema-article h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  color: var(--wine);
  margin: 2rem 0 1rem;
  letter-spacing: 0.02em;
}
.thema-article h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--wine);
  margin: 1.5rem 0 0.6rem;
}

.thema-list {
  margin: 0.5rem 0 1.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.thema-list li {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.65;
  padding-left: 1.2rem;
  position: relative;
}
.thema-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold-dark);
  font-weight: 700;
}

.thema-highlight {
  background: var(--wine);
  color: rgba(255,254,246,0.88);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 1.3rem 1.6rem;
  margin: 1.8rem 0;
  font-size: 1rem;
  line-height: 1.8;
}
.thema-highlight strong {
  color: var(--gold-light) !important;
  display: block;
  margin-bottom: 0.4rem;
  font-family: 'Cinzel', serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.thema-cta-inline {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(198,160,99,0.2);
}

/* sidebar */
.thema-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.sidebar-card {
  background: var(--cream-dark);
  border: 1px solid rgba(198,160,99,0.2);
  border-radius: var(--radius);
  padding: 1.4rem;
}
.sidebar-card img:not(.sidebar-avatar) {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 0.9rem;
}
.sidebar-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--wine);
  margin-bottom: 0.9rem;
  letter-spacing: 0.04em;
}
.sidebar-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.sidebar-card li a {
  font-size: 0.88rem;
  color: var(--text);
  transition: color 0.25s;
  padding-left: 0.8rem;
  position: relative;
}
.sidebar-card li a::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.sidebar-card li a:hover { color: var(--gold-dark); }

.sidebar-bianca {
  text-align: center;
  background: var(--wine);
}
.sidebar-avatar {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50%;
  object-fit: cover !important;
  margin: 0 auto 0.9rem !important;
  border: 2px solid rgba(198,160,99,0.4);
  display: block;
}
.sidebar-bianca p {
  font-size: 0.88rem;
  color: rgba(255,254,246,0.8);
  margin-bottom: 1rem;
  line-height: 1.5;
}
.sidebar-bianca h3 { color: var(--gold-light) !important; }

@media (max-width: 900px) {
  .thema-layout { grid-template-columns: 1fr; }
  .thema-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .sidebar-card { flex: 1; min-width: 240px; }
}
@media (max-width: 600px) {
  .thema-sidebar { flex-direction: column; }
  .sidebar-card { min-width: unset; }
  .thema-cta-inline { flex-direction: column; }
  .thema-hero-content h1 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
}

/* centered hero variant */
.thema-hero--center {
  align-items: center;
  height: clamp(420px, 60vh, 600px);
}
.thema-hero--center .thema-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(38,19,24,0.88) 0%,
    rgba(38,19,24,0.45) 55%,
    rgba(38,19,24,0.78) 100%
  );
}
.thema-hero--center .container {
  padding-top: 100px;
  padding-bottom: 4rem;
}
.thema-hero--center .thema-hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.thema-hero--center .thema-breadcrumb { text-align: center; }
.thema-hero--center h1 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
}

.thema-hero-divider {
  display: block;
  height: 1px;
  width: 100px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1.4rem auto 0;
}
.thema-hero-divider * { display: none; }

/* 4-column content */
.thema-4col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
  margin-bottom: 3rem;
}

.thema-col {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  background: var(--cream-dark);
  border: 1px solid rgba(198,160,99,0.25);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.5vw, 1.9rem);
  min-height: 100%;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.thema-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(56,30,36,0.14);
  border-color: rgba(198,160,99,0.5);
}
.thema-col p {
  font-size: 0.94rem;
  line-height: 1.8;
  color: var(--text);
  margin: 0;
}
.thema-col p strong { color: var(--wine); }

.thema-col-icon {
  display: flex;
  justify-content: center;
  margin: 0 auto 0.5rem;
}
.thema-col-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.thema-col-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 700;
  color: var(--wine);
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-align: center;
}

.thema-col-divider {
  display: block;
  height: 1px;
  width: 50px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0.5rem auto;
  font-size: 0;
}
.thema-col-divider--spaced { margin: 0.4rem 0; }

.thema-quote-box {
  border-left: 2px solid var(--gold);
  background: rgba(198,160,99,0.07);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 0.9rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.thema-quote-box p {
  font-style: italic !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
}

.thema-tri-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.thema-tri-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.93rem;
  color: var(--text);
  line-height: 1.65;
}
.thema-tri-list li::before {
  content: '•';
  color: var(--gold);
  font-size: 1.3rem;
  flex-shrink: 0;
  line-height: 1.35;
}

.thema-diamond-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.thema-diamond-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.93rem;
  color: var(--text);
  line-height: 1.65;
}
.thema-diamond-list li::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 5px;
}

.thema-col-strong {
  font-weight: 700 !important;
  color: var(--wine) !important;
  border-top: 1px solid rgba(198,160,99,0.2);
  padding-top: 0.8rem;
}

.thema-lotus {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--gold);
  opacity: 0.65;
}

.thema-bottom-cta {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(198,160,99,0.2);
}
.thema-bottom-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: min(300px, 100%);
  justify-content: center;
}

@media (max-width: 580px) {
  .thema-4col { grid-template-columns: 1fr; }
  .thema-hero--center h1 { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .thema-bottom-cta { flex-direction: column; align-items: center; }
}

/* innerer kompass redesign */
.kompass-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(198,160,99,0.12), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, var(--cream) 42%, #f8efe4 100%);
}

.kompass-hero {
  position: relative;
  height: clamp(290px, 42vw, 480px);
  margin-top: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--cream);
}

.kompass-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kompass-hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 49% 48%, rgba(38,19,24,0.18), rgba(38,19,24,0.72) 72%),
    linear-gradient(90deg, rgba(38,19,24,0.05), rgba(38,19,24,0.34) 45%, rgba(38,19,24,0.05));
}

.kompass-hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 2rem));
  padding-top: 1rem;
}

.kompass-hero h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 5vw, 4.15rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--cream);
  text-shadow: 0 4px 24px rgba(0,0,0,0.42);
  margin-bottom: 0.85rem;
}

.kompass-hero p {
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  line-height: 1.45;
  color: rgba(255,254,246,0.94);
  text-shadow: 0 2px 14px rgba(0,0,0,0.42);
}

.kompass-divider,
.kompass-small-divider {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.kompass-divider * { display: none; }
.kompass-small-divider * { display: none; }

.kompass-divider {
  width: 120px;
  margin-top: 1rem;
}

.kompass-content {
  padding: clamp(1.3rem, 2.5vw, 2rem) 0 clamp(3rem, 6vw, 5rem);
}

.kompass-shell {
  width: min(1260px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.35rem;
  align-items: stretch;
}

.kompass-card {
  background: var(--cream-dark);
  border: 1px solid rgba(198,160,99,0.28);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(56,30,36,0.08);
}

.kompass-intro {
  padding: clamp(1.6rem, 3vw, 2.5rem);
}

.kompass-text-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 4vw, 3.5rem);
}

.kompass-text-columns p,
.kompass-info-body p,
.kompass-seed p {
  color: #241a1a;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.75;
  margin-bottom: 1.15rem;
}

.kompass-text-columns p:last-child,
.kompass-info-body p:last-child,
.kompass-seed p:last-child {
  margin-bottom: 0;
}

.kompass-subliminals {
  padding: clamp(1.4rem, 2.5vw, 2rem);
}

.kompass-card h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  color: var(--wine-dark);
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.5rem;
}

.kompass-small-divider {
  width: 80px;
  margin: 0 auto 1.4rem;
}

.kompass-info-body {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 1.25rem;
  align-items: center;
}

.kompass-head-icon {
  width: 120px;
  flex-shrink: 0;
}

.kompass-head-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.kompass-info-body p {
  font-size: clamp(0.82rem, 0.85vw, 0.93rem);
  line-height: 1.62;
}

.kompass-signs,
.kompass-seed {
  padding: clamp(1.2rem, 2vw, 1.7rem);
  min-height: 190px;
}

.kompass-signs {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.3rem;
  align-items: center;
}

.kompass-line-art {
  width: 80px;
  flex-shrink: 0;
}

.kompass-line-art img {
  width: 100%;
  height: auto;
  display: block;
}

.kompass-signs ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem 1.4rem;
}

.kompass-signs li {
  position: relative;
  color: #241a1a;
  font-size: clamp(0.86rem, 0.95vw, 0.98rem);
  line-height: 1.55;
  padding-left: 1.55rem;
}

.kompass-signs li::before {
  content: '♥';
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: var(--gold-dark);
}

.kompass-seed {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.5rem;
  align-items: center;
}

.kompass-seed-icon {
  width: 145px;
  flex-shrink: 0;
}

.kompass-seed-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.kompass-seed p {
  text-align: center;
  font-size: clamp(0.96rem, 1.05vw, 1.1rem);
  line-height: 1.65;
}

.kompass-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  padding-top: 0.1rem;
}

.kompass-actions .btn {
  min-width: min(310px, 100%);
  justify-content: center;
  box-shadow: 0 8px 16px rgba(56,30,36,0.18);
}

@media (max-width: 1080px) {
  .kompass-shell,
  .kompass-text-columns,
  .kompass-info-body,
  .kompass-signs,
  .kompass-seed {
    grid-template-columns: 1fr;
  }

  .kompass-head-icon,
  .kompass-line-art,
  .kompass-seed-icon {
    display: none;
  }
}

@media (max-width: 720px) {
  .kompass-hero {
    height: clamp(360px, 74vw, 500px);
  }
  .kompass-hero img { object-position: 34% center; }
  .kompass-hero-content { padding-top: 4.5rem; }
  .kompass-hero-shade {
    background: linear-gradient(180deg, rgba(38,19,24,0.26), rgba(38,19,24,0.78));
  }
  .kompass-signs ul { grid-template-columns: 1fr; }
  .kompass-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
  }
  .kompass-actions .btn { width: min(100%, 340px); }
}

/* transformation durch frequenzen */
.frequenzen-hero {
  height: clamp(300px, 43vw, 500px);
}

.frequenzen-hero img {
  object-position: center;
}

.frequenzen-hero-shade {
  background:
    radial-gradient(circle at 52% 50%, rgba(38,19,24,0.06), rgba(38,19,24,0.58) 70%),
    linear-gradient(90deg, rgba(38,19,24,0.10), rgba(38,19,24,0.42) 48%, rgba(38,19,24,0.12));
}

.frequenzen-hero-content {
  width: min(920px, calc(100% - 2rem));
}

.frequenzen-hero h1 {
  font-size: clamp(2rem, 4.6vw, 4rem);
}

.frequenzen-content {
  padding: clamp(1.6rem, 3vw, 2.4rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(180deg, rgba(255,254,246,0.74), rgba(248,239,228,0.94)),
    var(--cream);
}

.frequenzen-shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.frequenzen-panel {
  padding: clamp(1.7rem, 3vw, 2.4rem);
  min-height: 430px;
  background: var(--cream);
  border: 1px solid rgba(198,160,99,0.22);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(56,30,36,0.07);
  display: flex;
  flex-direction: column;
}

.frequenzen-panel h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  line-height: 1.26;
  text-align: center;
  color: var(--gold-dark);
  text-align: center;
  margin-bottom: 0.55rem;
}

.frequenzen-panel p {
  color: #241a1a;
  font-size: clamp(0.92rem, 1vw, 1.03rem);
  line-height: 1.72;
  margin-bottom: 1.25rem;
}

.frequenzen-heart-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 1.3rem;
}

.frequenzen-heart-list li {
  position: relative;
  color: #241a1a;
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.48;
  padding-left: 1.65rem;
}

.frequenzen-heart-list li::before {
  content: '♥';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-dark);
}

.frequenzen-emphasis {
  color: var(--gold-dark) !important;
  font-weight: 700;
  line-height: 1.65 !important;
}

.frequenzen-right-panel {
  display: flex;
  flex-direction: column;
}

.frequenzen-lotus {
  width: min(280px, 90%);
  margin: auto auto 0;
}

.frequenzen-lotus img {
  width: 100%;
  height: auto;
  display: block;
}

.frequenzen-actions {
  grid-column: 1 / -1;
  width: 100%;
  padding: 1.4rem 1rem 1.8rem;
  background: rgba(255,254,246,0.44);
  border-top: 1px solid rgba(198,160,99,0.2);
}

@media (max-width: 1050px) {
  .frequenzen-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .frequenzen-panel {
    min-height: unset;
  }

  .frequenzen-lotus {
    margin-top: 1rem;
  }
}

@media (max-width: 720px) {
  .frequenzen-hero {
    height: clamp(370px, 78vw, 520px);
  }

  .frequenzen-hero img {
    object-position: 33% center;
  }

  .frequenzen-hero h1 {
    font-size: clamp(1.75rem, 7vw, 2.7rem);
  }

  .frequenzen-hero-content {
    padding-top: 4.2rem;
  }

  .frequenzen-hero-shade {
    background: linear-gradient(180deg, rgba(38,19,24,0.20), rgba(38,19,24,0.78));
  }
}
