/* ============================================================
   academy.css — RAYHEN A{I}CADEMY sub-site
   Page layout, sections & components. All visual styling lives
   here (and in tokens.css / nav.css) — markup stays clean.
   ============================================================ */

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }

/* 17px root → alle rem-Größen ~1px größer; Größen durchgängig in rem */
html { font-size: 106.25%; scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  background-color: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

/* Fine paper grain — sits above everything, never blocks clicks */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: var(--track-hero);
  text-transform: uppercase;
  line-height: 1.12;
  margin: 0 0 12px;
}

a { color: var(--copper); }

strong, b { font-weight: 600; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── Layout shell ─────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0 20px 72px;
}

/* ── Entrance animation ────────────────────────────────────
   Content is ALWAYS visible (opacity:1, no fill that holds a
   hidden frame). The animation only adds a gentle upward settle,
   so a paused/throttled iframe never blanks the page. */
.rise { opacity: 1; }

@media (prefers-reduced-motion: no-preference) {
  .rise { animation: fadeUp 0.7s var(--ease); }
  .rise.d1 { animation-delay: 0.08s; }
  .rise.d2 { animation-delay: 0.16s; }
  .rise.d3 { animation-delay: 0.26s; }
  .rise.d4 { animation-delay: 0.36s; }
  .rise.d5 { animation-delay: 0.46s; }

  @keyframes fadeUp {
    from { transform: translateY(14px); }
    to   { transform: translateY(0); }
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ── Eyebrows / labels ────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 18px;
}

/* ── Logo header ──────────────────────────────────────────── */
.logo-header {
  text-align: center;
  padding: 28px 0 0;
}
.logo-header a { display: inline-block; line-height: 0; }
.logo-header img { width: 360px; max-width: 78%; height: auto; }

/* ── Hero media ───────────────────────────────────────────── */
.hero-media {
  margin: 26px 0 44px;
  border-radius: var(--radius-photo);
  overflow: hidden;
  box-shadow: var(--shadow-video);
  background: var(--ink-deep);
}
.hero-media img,
.hero-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

/* Full-bleed hero — AI Positive über die ganze Seitenbreite */
.hero-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 22px;
  margin-bottom: 48px;
  height: clamp(360px, 58vh, 660px);
  background: url('assets/AI_POSITIVE.png') center / cover no-repeat;
  background-color: var(--ink-deep);
}
@media (max-width: 680px) {
  .hero-full { height: clamp(220px, 44vh, 380px); margin-bottom: 32px; }
}

/* ── Page-title block (sub pages) ─────────────────────────── */
.page-head {
  text-align: center;
  padding: 14px 0 30px;
}
.page-head .eyebrow { margin-bottom: 14px; }
.page-head h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 400;
  margin: 0 0 12px;
}
.page-head .subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: var(--track-snug);
  color: var(--ink-soft);
  margin: 0;
}
.page-head .subtitle a { color: var(--copper); text-decoration: none; border-bottom: 1px dotted var(--copper); }

/* ── Frosted card (generic content block) ─────────────────── */
.card {
  margin-bottom: 30px;
  padding: 38px 42px;
  border-radius: var(--radius-card);
  background: var(--surface-veil);
  border: 1px solid var(--hairline-faint);
  box-shadow: var(--shadow-card);
}
.card--quiet { background: var(--surface-veil-soft); box-shadow: none; }

.card h2 {
  font-size: 1.45rem;
  margin-bottom: 18px;
}
.prose p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.98rem;
  line-height: 1.85;
  margin: 0 0 16px;
  color: var(--ink);
  text-wrap: pretty;
}
.prose p:last-child { margin-bottom: 0; }

/* Erster Philosophie-Absatz — größere Garamond */
.prose p.lead-serif {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  line-height: 1.34;
  letter-spacing: var(--track-snug);
  margin: 0 0 22px;
}
.lead-serif em { font-style: italic; }
.lead-serif strong { font-weight: 600; }
.prose a { color: var(--copper); text-decoration: none; border-bottom: 1px dotted var(--copper); }
.prose a:hover { opacity: 0.7; }
.prose em { font-style: italic; }

/* Italic serif aside / whisper */
.whisper {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: var(--track-snug);
  color: var(--copper);
}

/* Inline copper text link with arrow */
.link-arrow {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
  color: var(--copper);
  text-decoration: none;
  border-bottom: 1px solid var(--copper);
  padding-bottom: 2px;
  transition: opacity var(--dur) var(--ease);
}
.link-arrow:hover { opacity: 0.65; }

/* ── Seekarte band ────────────────────────────────────────── */
.band-compass {
  position: relative;
  margin-bottom: 30px;
  height: 240px;
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 28px 38px;
  background:
    linear-gradient(to bottom, rgba(20,18,16,0.38) 0%, rgba(20,18,16,0.62) 100%),
    url('assets/SEEKARTE.png') center / cover no-repeat;
  background-color: var(--ink);
}
.band-compass::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--copper-light) 25%, var(--copper-light) 75%, transparent);
}
.band-compass__caption {
  position: relative;
  z-index: 1;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: var(--track-snug);
  line-height: 1.5;
  color: rgba(245, 242, 238, 0.82);
  border-left: 2px solid var(--copper-line);
  padding-left: 16px;
}

/* ── Section heading (overview groups) ────────────────────── */
.sec-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 8px 0 22px;
}
.sec-head .eyebrow { margin: 0; }
.sec-head h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  margin: 0;
}

/* ============================================================
   WORKSHOP OVERVIEW — cards (home) & detailed catalog blocks
   ============================================================ */

/* Card grid (home teaser + catalog summary) */
.ws-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  margin-bottom: 16px;
}

.ws-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 34px 32px 28px;
  border-radius: var(--radius-card);
  color: var(--paper);
  background-color: var(--ink-deep);
  background-image:
    linear-gradient(155deg, rgba(40,37,33,0.86) 0%, rgba(30,27,24,0.84) 50%, rgba(40,37,33,0.86) 100%),
    url('assets/KOMPASS.webp');
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-video);
  text-decoration: none;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ws-card[data-bg="KOMPASS.webp"] {
  background-image:
    linear-gradient(155deg, rgba(55,50,46,0.88) 0%, rgba(40,36,33,0.86) 50%, rgba(55,50,46,0.88) 100%),
    url('assets/KOMPASS.webp');
}
.ws-card[data-bg="SEEKARTE.png"] {
  background-image:
    linear-gradient(155deg, rgba(40,37,33,0.86) 0%, rgba(30,27,24,0.84) 50%, rgba(40,37,33,0.86) 100%),
    url('assets/SEEKARTE.png');
}
.ws-card[data-bg=""] { background-image: linear-gradient(155deg, #2a2724 0%, #1f1c1a 100%); }
.ws-card::before {
  content: '';
  position: absolute; inset: 0 0 auto 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--copper-light) 25%, var(--copper-light) 75%, transparent);
}
.ws-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(26,23,20,0.18), 0 26px 60px rgba(26,23,20,0.30);
}
.ws-card:hover .ws-card__more { color: var(--paper); }
.ws-card__label {
  position: relative; z-index: 1;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--copper-light);
}
.ws-card__title {
  position: relative; z-index: 1;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.12;
  letter-spacing: var(--track-hero);
  text-transform: uppercase;
  margin: 0;
  color: var(--paper);
}
.ws-card__title .accent { color: var(--copper-light); }
.ws-card__sub {
  position: relative; z-index: 1;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.24rem;
  line-height: 1.4;
  color: var(--paper-90);
  margin: 0;
}
.ws-card__meta {
  position: relative; z-index: 1;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: var(--track-snug);
  color: var(--paper-muted);
  margin: 2px 0 0;
}
.ws-card__foot {
  position: relative; z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--hairline-dk);
}
.ws-card__price {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: var(--track-snug);
  color: var(--paper);
}
.ws-card__more {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
  color: var(--copper-light);
  transition: color var(--dur) var(--ease);
}

.ws-empty {
  padding: 40px;
  text-align: center;
  border-radius: var(--radius-card);
  border: 1px dashed var(--hairline);
  color: var(--ink-soft);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
}

/* ── Detailed workshop block (workshops.html) ─────────────── */
.ws-list { display: flex; flex-direction: column; gap: 40px; }

.ws-block {
  position: relative;
  overflow: hidden;
  padding: 48px 46px;
  border-radius: var(--radius-card);
  color: var(--paper);
  background-color: var(--ink-deep);
  background-image:
    linear-gradient(155deg, rgba(70,65,60,0.88) 0%, rgba(55,50,46,0.86) 50%, rgba(70,65,60,0.88) 100%),
    url('assets/KOMPASS.webp');
  background-size: cover;
  background-position: center;
}
.ws-block[data-bg="SEEKARTE.png"] {
  background-image:
    linear-gradient(155deg, rgba(40,37,33,0.86) 0%, rgba(30,27,24,0.84) 50%, rgba(40,37,33,0.86) 100%),
    url('assets/SEEKARTE.png');
}
.ws-block[data-bg=""] { background-image: linear-gradient(155deg, #2a2724 0%, #1f1c1a 100%); }

.ws-block::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--copper-light) 25%, var(--copper-light) 75%, transparent);
}
.ws-block::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--copper-glow) 0%, transparent 70%);
  pointer-events: none;
}

.ws-block__label {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--copper-light);
  margin-bottom: 16px;
}
.ws-block__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.85rem;
  line-height: 1.15;
  letter-spacing: var(--track-hero);
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--paper);
}
.ws-block__title .accent { color: var(--copper-light); }
.ws-block__sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: var(--track-snug);
  color: var(--copper-light);
  margin: 0 0 28px;
}
.ws-block__body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.85;
  color: var(--paper-90);
  margin: 0 0 16px;
  text-wrap: pretty;
}
.ws-block__highlight {
  margin: 22px -4px;
  padding: 18px 22px;
  border-radius: 6px;
  background: rgba(217, 177, 151, 0.16);
  border-top: 2px solid var(--copper-line);
  border-bottom: 2px solid var(--copper-line);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--paper);
}

/* Meta grid */
.ws-block__meta {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--hairline-dk);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.meta-row {
  display: flex;
  gap: 18px;
  font-size: 1rem;
}
.meta-row .k {
  flex-shrink: 0;
  min-width: 150px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
  color: var(--copper-light);
  padding-top: 2px;
}
.meta-row .v { color: var(--paper-90); line-height: 1.6; font-weight: 400; }
.meta-row .v a { color: var(--copper-light); text-decoration: none; border-bottom: 1px dotted var(--copper-light); }
.meta-row--price .v {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  letter-spacing: var(--track-snug);
  color: var(--paper);
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 34px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.btn--copper { background: var(--copper); color: var(--paper); }
.btn--ink    { background: var(--ink); color: var(--paper); }
.btn--outline {
  background: transparent;
  color: var(--copper);
  box-shadow: inset 0 0 0 1px var(--copper);
}
.btn:hover { opacity: 0.85; transform: scale(1.02); }

.ws-block__cta { margin-top: 30px; }
.ws-block__waitlist {
  margin-top: 16px;
  font-size: 0.74rem;
  letter-spacing: var(--track-snug);
  color: var(--paper-muted);
}
.ws-block__waitlist a { color: var(--copper-light); text-decoration: none; border-bottom: 1px dotted var(--copper-light); }

/* Kombi-Hinweis (z. B. DEIN TON. + Schreib-Workshop) */
.ws-block__bundle {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  padding: 18px 22px;
  border-radius: 6px;
  border: 1px solid var(--copper-line);
  background: rgba(178, 109, 64, 0.10);
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--paper-90);
}
.ws-block__bundle a { color: var(--copper-light); text-decoration: none; border-bottom: 1px dotted var(--copper-light); }

/* ============================================================
   MENTORING
   ============================================================ */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 8px 0 0;
}
.offer {
  padding: 26px 26px 24px;
  border-radius: var(--radius-card);
  background: var(--surface-veil);
  border: 1px solid var(--hairline-faint);
  box-shadow: var(--shadow-card);
}
.offer__k {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 12px;
}
.offer h3 {
  font-size: 1.35rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.offer p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0;
}

/* ── Bio hero portrait ────────────────────────────────────── */
.bio-portrait {
  margin: 8px 0 30px;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-video);
  background: var(--ink-deep);
}
.bio-portrait img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  display: block;
}
.credit {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline-faint);
  font-size: 0.84rem;
  letter-spacing: var(--track-snug);
  color: var(--ink-soft);
}

/* ── Social ───────────────────────────────────────────────── */
.section-social { text-align: center; padding: 40px 0 22px; }
.social-icons { display: flex; justify-content: center; align-items: center; gap: 28px; }
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  color: var(--ink);
  text-decoration: none;
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.social-icon:hover { border-color: var(--copper); color: var(--copper); transform: translateY(-2px); }
.social-icon svg { width: 18px; height: 18px; fill: currentColor; }

/* ── Imprint footer ───────────────────────────────────────── */
.section-imprint {
  margin: 20px 0 0;
  padding: 38px 42px;
  border-radius: var(--radius-card);
  background: var(--surface-veil);
  border: 1px solid var(--hairline-faint);
}
.section-imprint h2 { font-size: 1.3rem; margin-bottom: 16px; }
.section-imprint p { font-size: 0.9rem; line-height: 1.75; margin: 0 0 12px; }
.section-imprint a { color: var(--copper); text-decoration: none; border-bottom: 1px dotted var(--copper); }
.section-imprint a:hover { opacity: 0.65; }
.section-imprint details { margin-top: 22px; }
.section-imprint summary {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: var(--track-snug);
  cursor: pointer;
  outline: none;
}
.section-imprint .ds-content { margin-top: 12px; font-size: 0.78rem; line-height: 1.65; color: var(--ink-soft); }
.section-imprint .copyright { margin-top: 26px; font-size: 0.74rem; letter-spacing: var(--track-snug); color: var(--ink-muted); }
.section-imprint .imprint-links { margin-top: 14px; font-size: 0.82rem; }
.section-imprint .imprint-links a { font-weight: 600; }

/* ── Legal / Datenschutz prose ────────────────────────────── */
.legal { max-width: 74ch; margin: 0 auto; }
.legal__note {
  margin: 0 0 36px;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid var(--copper-line);
  background: rgba(178, 109, 64, 0.08);
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--ink-soft);
}
.legal__updated {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 30px;
}
.legal section { margin: 0 0 34px; }
.legal h2 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--ink);
}
.legal h2 .num { color: var(--copper); font-style: italic; margin-right: 10px; }
.legal h3 {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: var(--track-snug);
  margin: 20px 0 6px;
  color: var(--ink);
}
.legal p { font-size: 1rem; line-height: 1.8; color: var(--ink-90); margin: 0 0 14px; text-wrap: pretty; }
.legal ul { margin: 0 0 14px; padding-left: 0; list-style: none; }
.legal li {
  position: relative;
  padding: 7px 0 7px 26px;
  font-size: 1rem; line-height: 1.65; color: var(--ink-90);
  border-bottom: 1px solid var(--hairline-faint);
}
.legal li:last-child { border-bottom: 0; }
.legal li::before { content: '–'; position: absolute; left: 4px; top: 7px; color: var(--copper); font-weight: 700; }
.legal a { color: var(--copper); text-decoration: none; border-bottom: 1px dotted var(--copper); }
.legal a:hover { opacity: 0.65; }
.legal address { font-style: normal; line-height: 1.8; font-size: 1rem; color: var(--ink-90); }

/* ── Back link row ────────────────────────────────────────── */
.back-row { padding: 30px 0 4px; }
.back-link {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}
.back-link:hover { color: var(--copper); }

/* ============================================================
   DETAIL SUBPAGE — angebot.html (one workshop/session per page)
   ============================================================ */
.detail { padding: 8px 0; }
.detail__back {
  display: inline-block;
  margin-bottom: 26px;
  font-family: var(--font-sans);
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: var(--track-loose); text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.detail__back:hover { color: var(--copper); }

.detail__head { margin-bottom: 36px; }
.detail__head .eyebrow { margin-bottom: 16px; }
.detail__title {
  font-size: clamp(2rem, 4.6vw, 3rem);
  font-weight: 400; line-height: 1.1;
  margin: 0 0 14px;
}
.detail__title .accent { color: var(--copper); }
.detail__sub {
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  letter-spacing: var(--track-snug);
  color: var(--ink-soft); margin: 0;
}

.detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 44px;
  align-items: start;
}

.detail__lede {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.34; letter-spacing: var(--track-snug);
  color: var(--ink); margin: 0 0 22px; text-wrap: pretty;
}
.detail__body p {
  font-size: 1.02rem; line-height: 1.85; color: var(--ink-90);
  margin: 0 0 16px; max-width: 60ch; text-wrap: pretty;
}
.detail__highlight {
  margin: 26px 0;
  padding: 18px 22px; border-radius: 6px;
  background: rgba(178, 109, 64, 0.10);
  border-left: 2px solid var(--copper);
  font-weight: 500; font-size: 1.02rem; line-height: 1.6;
  color: var(--ink);
}
.detail__take { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--hairline-faint); }
.detail__take h2 { font-size: 1.4rem; font-weight: 400; margin: 0 0 14px; }
.detail__take ul { list-style: none; margin: 0; padding: 0; }
.detail__take li {
  position: relative; padding: 11px 0 11px 28px;
  border-bottom: 1px solid var(--hairline-faint);
  font-size: 1rem; line-height: 1.6; color: var(--ink-90);
}
.detail__take li::before {
  content: '→'; position: absolute; left: 0; top: 11px;
  color: var(--copper); font-weight: 700;
}

/* sticky dark booking panel */
.detail__aside { position: sticky; top: 24px; }
.book-panel {
  position: relative; overflow: hidden;
  padding: 32px 30px; border-radius: var(--radius-card);
  color: var(--paper);
  background-color: var(--ink-deep);
  background-image:
    linear-gradient(155deg, rgba(40,37,33,0.90) 0%, rgba(30,27,24,0.92) 100%),
    url('assets/SEEKARTE.png');
  background-size: cover; background-position: center;
}
.book-panel[data-bg="KOMPASS.webp"] {
  background-image:
    linear-gradient(155deg, rgba(55,50,46,0.90) 0%, rgba(40,36,33,0.92) 100%),
    url('assets/KOMPASS.webp');
}
.book-panel[data-bg=""] { background-image: linear-gradient(155deg, #2a2724 0%, #1f1c1a 100%); }
.book-panel::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--copper-light) 25%, var(--copper-light) 75%, transparent);
}
.book-panel__h {
  font-family: var(--font-sans); font-size: 0.62rem; font-weight: 700;
  letter-spacing: var(--track-label); text-transform: uppercase;
  color: var(--copper-light); margin-bottom: 18px;
}
.book-panel__rows {
  display: flex; flex-direction: column; gap: 12px;
  padding-bottom: 22px; margin-bottom: 22px;
  border-bottom: 1px solid var(--hairline-dk);
}
.book-panel .meta-row { gap: 14px; font-size: 0.95rem; }
.book-panel .meta-row .k { min-width: 96px; }
.book-panel__cta { display: block; width: 100%; text-align: center; }
.book-panel__wait { margin-top: 14px; font-size: 0.74rem; letter-spacing: var(--track-snug); color: var(--paper-muted); text-align: center; }
.book-panel__wait a { color: var(--copper-light); text-decoration: none; border-bottom: 1px dotted var(--copper-light); }
.book-panel__bundle {
  margin-top: 18px; padding: 16px 18px; border-radius: 8px;
  border: 1px solid var(--hairline-faint);
  background: rgba(178, 109, 64, 0.07);
  font-size: 0.88rem; line-height: 1.6; color: var(--ink-soft);
}

@media (max-width: 860px) {
  .detail__grid { grid-template-columns: 1fr; gap: 30px; }
  .detail__aside { position: static; }
}

/* ── Booking modal ────────────────────────────────────────── */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(26, 23, 20, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.modal.is-open { display: block; }
.modal__box {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 12vh auto 0;
  padding: 44px;
  border-radius: var(--radius-lg);
  background: var(--paper);
  text-align: center;
  box-shadow: var(--shadow-modal);
}
.modal__box h2 { font-size: 1.3rem; margin-bottom: 12px; }
.modal__box p { font-size: 0.88rem; color: var(--ink-soft); margin: 0 0 4px; }
.modal__email { font-family: var(--font-serif); font-size: 1.1rem; letter-spacing: var(--track-snug); color: var(--copper); margin: 16px 0; }
.modal__close {
  position: absolute;
  right: 20px; top: 12px;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
  opacity: 0.5;
  background: none;
  border: none;
  transition: opacity var(--dur) var(--ease);
}
.modal__close:hover { opacity: 1; }
.modal__hint {
  font-size: 0.64rem;
  line-height: 1.5;
  color: var(--ink-muted);
  text-align: left;
  margin: 18px 0;
}
.modal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}
.modal__actions .copied { color: var(--copper); box-shadow: inset 0 0 0 1px var(--copper); }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 680px) {
  .container { padding: 0 16px 56px; }
  .logo-header img { width: 240px; }
  .hero-media { margin: 18px 0 32px; }
  .card { padding: 26px 22px; }
  .ws-block { padding: 32px 24px; }
  .ws-block__title { font-size: 1.4rem; }
  .meta-row { flex-direction: column; gap: 3px; }
  .meta-row .k { min-width: 0; }
  .band-compass { height: 180px; padding: 20px 22px; }
  .band-compass__caption { font-size: 1rem; }
  .section-imprint { padding: 26px 22px; }
  .social-icons { gap: 20px; }
}

/* ── Kräftigere Gewichte: kupferfarbene Labels & Links ─────── */
.eyebrow,
.ws-card__label,
.ws-card__more,
.ws-block__label,
.offer__k,
.meta-row .k,
.link-arrow { font-weight: 700; }

/* Kupfer-Serif-Akzente eine Spur kräftiger */
.whisper,
.ws-block__sub,
.band-compass__caption,
.page-head .subtitle { font-weight: 500; }
