:root {
  color-scheme: dark;
  --bg: #08080b;
  --bg-2: #101117;
  --paper: #f2efe7;
  --paper-soft: #ded8ca;
  --ink: #f7f1e8;
  --ink-dark: #101010;
  --muted: rgba(247, 241, 232, 0.68);
  --muted-dark: #5d5b56;
  --line: rgba(247, 241, 232, 0.16);
  --line-dark: rgba(16, 16, 16, 0.12);
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --coral: #ff7a59;
  --amber: #f2b35c;
  --cyan: #8edcf0;
  --sage: #b6d293;
  --sidebar: clamp(244px, 18vw, 304px);
  --max: 1180px;
  --shadow: 0 30px 120px rgba(0, 0, 0, 0.48);
  --hero-progress: 0%;
  --hero-open: 0;
  --hero-bg-scale: 1.1;
  --hero-title-y: 0px;
  --hero-title-opacity: 1;
  --hero-frame-scale: 1;
  --hero-frame-opacity: 1;
  --hero-frame-radius: 10px;
  --hero-content-scale: 1;
  --hero-content-opacity: 1;
  --hero-content-blur: 0px;
  --reveal-card-y: calc(100vh + 200px);
  --reveal-card-width: 85vw;
  --reveal-card-height: 85vh;
  --reveal-card-radius: 10px;
  --reveal-content-opacity: 0;
  --reveal-content-y: 50px;
  --transition-viewport-opacity: 1;
  --main-y: 0px;
  --main-scale: 1;
  --main-radius: 10px;
  --main-opacity: 1;
  --box-radius: 10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
  overflow-x: clip;
  overflow-y: auto;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  overflow-x: clip;
  overflow-y: visible;
  touch-action: pan-y;
}

body.nav-open {
  overflow: hidden;
}

body::selection {
  color: #140d0a;
  background: var(--amber);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: pretty;
}

h1 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 6.4vw, 5.25rem);
  text-align: center;
}

.typewriter-title {
  position: relative;
  width: min(100%, 900px);
  min-height: 1em;
  overflow: hidden;
}

.typewriter-reserve {
  display: block;
  visibility: hidden;
  white-space: pre;
}

.typewriter-output {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  white-space: pre;
}

.typewriter-output::after {
  content: "";
  display: inline-block;
  width: 0.045em;
  height: 0.82em;
  margin-left: 0.08em;
  background: currentColor;
  transform: translateY(0.08em);
  animation: caretblink 860ms steps(1) infinite;
}

body.typing-done .typewriter-output::after {
  display: none;
  animation: none;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 4.6vw, 3.9375rem);
}

/* Ausnahme: "Hey guys!"-Intro behält die große Headline (auch im Hero-Card-Spiegel) */
.intro-copy h2,
.reveal-preview-copy h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.22;
}

p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-transition {
  --transition-scroll: clamp(520px, 56vw, 760px);
  position: relative;
  z-index: 20;
  height: calc(100svh + var(--transition-scroll));
}

.transition-viewport {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  opacity: var(--transition-viewport-opacity);
  isolation: isolate;
  pointer-events: none;
  will-change: opacity;
}

.cinematic-hero {
  --hero-card-width: min(88vw, 1040px);
  --hero-card-height: min(84svh, 680px);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  min-height: 100%;
  overflow: hidden;
  background: #050508;
  isolation: isolate;
}

.cinematic-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 80;
  width: var(--hero-progress);
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--amber), var(--coral), var(--cyan));
  box-shadow: 0 0 24px rgba(255, 122, 89, 0.5);
}

.cinematic-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.cinematic-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: calc(0.45 - var(--hero-open) * 0.22);
}

.cinematic-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, transparent 0 20%, rgba(5, 5, 8, 0.48) 52%, #050508 100%),
    linear-gradient(180deg, rgba(5, 5, 8, 0.2), #050508 100%);
}

.orb {
  position: absolute;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  transform: scale(var(--hero-bg-scale));
  will-change: transform;
}

.orb-one {
  top: 4%;
  left: -12%;
  background: var(--coral);
}

.orb-two {
  right: -12%;
  bottom: 2%;
  background: var(--cyan);
}

.hero-frame {
  position: absolute;
  inset: 50% auto auto 50%;
  width: var(--hero-card-width);
  height: var(--hero-card-height);
  border: 1px solid rgba(247, 241, 232, 0.22);
  border-radius: var(--hero-frame-radius);
  background:
    linear-gradient(135deg, rgba(247, 241, 232, 0.08), rgba(247, 241, 232, 0.02)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 38px 160px rgba(0, 0, 0, 0.58);
  transform: translate(-50%, -50%) scale(var(--hero-frame-scale));
  opacity: var(--hero-frame-opacity);
  will-change: transform, opacity;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  width: var(--hero-card-width);
  min-height: var(--hero-card-height);
  padding: clamp(28px, 4vw, 48px);
  opacity: var(--hero-content-opacity);
  filter: blur(var(--hero-content-blur));
  transform: scale(var(--hero-content-scale));
  transform-origin: center;
  will-change: transform, filter, opacity;
}

.hero-content p {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(247, 241, 232, 0.76);
  text-align: center;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin: 0 auto 26px !important;
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  color: rgba(247, 241, 232, 0.78) !important;
  font-size: 0.9rem !important;
  font-weight: 800;
}

.scroll-cue {
  display: grid;
  place-items: center;
  gap: 12px;
  width: fit-content;
  margin: 24px auto 0;
  color: rgba(247, 241, 232, 0.78);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 600ms ease, transform 600ms ease;
}

body.typing-done .scroll-cue {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.page-reveal-card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: var(--sidebar) minmax(0, 1fr);
  width: var(--reveal-card-width);
  height: var(--reveal-card-height);
  overflow: hidden;
  border: 1px solid rgba(247, 241, 232, 0.14);
  border-radius: var(--reveal-card-radius);
  background:
    radial-gradient(circle at 74% 8%, rgba(255, 122, 89, 0.16), transparent 26vw),
    radial-gradient(circle at 88% 88%, rgba(142, 220, 240, 0.16), transparent 30vw),
    linear-gradient(135deg, #111116 0%, #0b0b0d 42%, #171411 100%);
  box-shadow:
    0 50px 140px rgba(0, 0, 0, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%) translateY(var(--reveal-card-y));
  pointer-events: none;
  will-change: width, height, border-radius, transform;
}

/* Vorschau-Inhalte sind dauerhaft unsichtbar (JS hält --reveal-content-opacity
   auf 0): Die Reveal-Card kommt als reine (seitenfarbene) Vollbild-Fläche,
   dahinter blendet die echte Seite ein – kein Doppelbild/Versatz, kein Leerframe. */
.reveal-preview-sidebar,
.reveal-preview-main {
  opacity: var(--reveal-content-opacity);
  transform: translateY(var(--reveal-content-y));
  transition: none;
  will-change: opacity, transform;
}

.reveal-preview-sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px 20px;
  border-right: 1px solid var(--line);
  background: rgba(8, 8, 11, 0.8);
  backdrop-filter: blur(24px);
}

.reveal-preview-brand {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.brand-photo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: var(--box-radius);
  background: rgba(255, 255, 255, 0.08);
}

.brand-photo img,
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.reveal-preview-brand strong,
.reveal-preview-brand small {
  display: block;
}

.reveal-preview-brand strong {
  line-height: 1.2;
}

.reveal-preview-brand small {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.25;
}

.reveal-preview-nav {
  flex: 1;
  overflow: hidden;
  margin-top: 24px;
}

.reveal-preview-nav ol {
  position: relative;
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0 0 0 14px;
  list-style: none;
}

.reveal-preview-nav ol::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 5px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(247, 241, 232, 0.26), transparent);
}

.reveal-preview-nav a {
  position: relative;
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 34px;
  padding: 6px 9px 6px 0;
  border-radius: var(--box-radius);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  pointer-events: auto;
  transition: color 180ms ease, background 180ms ease;
}

.reveal-preview-nav a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}

.reveal-preview-nav i {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-left: -14px;
  border: 2px solid rgba(8, 8, 11, 0.9);
  border-radius: 50%;
  background: rgba(247, 241, 232, 0.24);
  box-shadow: 0 0 0 1px rgba(247, 241, 232, 0.14);
}

.reveal-preview-nav .active {
  color: #120d0a;
  background: linear-gradient(135deg, var(--amber), var(--coral));
}

.reveal-preview-nav .active i {
  background: var(--sage);
  box-shadow: 0 0 0 6px rgba(182, 210, 147, 0.16);
}

.reveal-preview-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 10px 12px;
  border-radius: var(--box-radius);
  color: #150d08;
  background: linear-gradient(135deg, var(--amber), var(--coral));
  box-shadow: 0 14px 34px rgba(255, 122, 89, 0.16);
  font-size: 0.8rem;
  font-weight: 950;
  text-align: center;
  pointer-events: auto;
}

.reveal-preview-main {
  display: grid;
  grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-width: 0;
  padding: clamp(28px, 5vw, 82px);
}

.reveal-preview-main figure {
  height: min(72svh, 700px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--box-radius);
}

.reveal-preview-media img {
  object-position: 45% center;
}

.reveal-preview-copy {
  min-width: 0;
}

.reveal-preview-main h2 {
  max-width: none;
  margin-bottom: 18px;
}

.reveal-preview-main > div > p:last-child {
  max-width: none;
}

.scroll-cue i {
  width: 22px;
  height: 34px;
  border: 1px solid rgba(247, 241, 232, 0.42);
  border-radius: 999px;
  position: relative;
}

.scroll-cue i::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--amber);
  transform: translateX(-50%);
  animation: arrowdrop 1.6s ease-in-out infinite;
}

.page {
  display: grid;
  grid-template-columns: var(--sidebar) minmax(0, 1fr);
  align-items: start;
  min-height: 100svh;
  position: relative;
  z-index: 10;
  overflow: visible;
  margin-top: -100svh;
  border: 1px solid rgba(247, 241, 232, 0.1);
  border-radius: 0;
  background:
    radial-gradient(circle at 74% 8%, rgba(255, 122, 89, 0.16), transparent 26vw),
    radial-gradient(circle at 88% 88%, rgba(142, 220, 240, 0.16), transparent 30vw),
    linear-gradient(135deg, #111116 0%, #0b0b0d 42%, #171411 100%);
  box-shadow: 0 -34px 120px rgba(0, 0, 0, 0.62);
  opacity: 1;
  transform: none;
}

.sidebar {
  position: sticky;
  top: 0;
  z-index: 30;
  align-self: start;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  max-height: 100svh;
  padding: 26px 20px 22px;
  border-right: 1px solid var(--line);
  background: rgba(8, 8, 11, 0.78);
  backdrop-filter: blur(24px);
  box-shadow: 18px 0 70px rgba(0, 0, 0, 0.26);
}

.brand {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(247, 241, 232, 0.2);
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--box-radius);
}

.brand-title {
  margin-bottom: 2px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.2;
}

.brand-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
  border-radius: var(--box-radius);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.nav-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.side-nav {
  flex: 1;
  overflow: auto;
  margin-top: 22px;
  scrollbar-width: thin;
}

.side-nav ol {
  position: relative;
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0 0 0 14px;
  list-style: none;
}

.side-nav ol::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 5px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(247, 241, 232, 0.26), transparent);
}

.nav-link {
  position: relative;
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px 8px 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: var(--box-radius);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-link:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}

.nav-link span:first-child {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-left: -14px;
  border: 2px solid rgba(8, 8, 11, 0.9);
  border-radius: 50%;
  background: rgba(247, 241, 232, 0.24);
  box-shadow: 0 0 0 1px rgba(247, 241, 232, 0.14);
}

.nav-link.active {
  color: #120d0a;
  background: linear-gradient(135deg, var(--amber), var(--coral));
  box-shadow: 0 14px 34px rgba(255, 122, 89, 0.14);
}

.nav-link.active span:first-child {
  background: var(--sage);
  transform: scale(1.15);
  box-shadow: 0 0 0 6px rgba(182, 210, 147, 0.16);
}

.sidebar-note {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.85rem;
  border-radius: var(--box-radius);
}

.sidebar-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.sidebar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: var(--box-radius);
  color: #150d08;
  background: linear-gradient(135deg, var(--amber), var(--coral));
  box-shadow: 0 14px 34px rgba(255, 122, 89, 0.16);
  font-size: 0.86rem;
  font-weight: 950;
  text-align: center;
}

.content {
  min-width: 0;
  overflow: visible;
  padding: 0 clamp(24px, 5vw, 82px) 80px;
}

.section {
  width: min(1180px, 100%);
  margin-inline: auto;
  padding: clamp(62px, 8vw, 112px) 0;
  scroll-margin-top: 34px;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: 100svh;
}

.intro-media,
.wide-image,
.workflow-image,
.experience-gallery figure,
.fit-image-row figure,
.image-stack,
.text-panel,
.profile-card,
.statement-list article,
.work-grid article,
.process-list article,
.timeline article,
.experience-list article,
.social-cards a,
.social-image,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: var(--box-radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.intro-media {
  height: min(72svh, 700px);
  overflow: hidden;
}

.intro-media img {
  object-position: 45% center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.meta-grid span,
.contact-meta span,
.contact-meta a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.88rem;
  font-weight: 800;
  border-radius: var(--box-radius);
}

.contact-meta a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-meta a:hover,
.contact-meta a:focus-visible {
  color: var(--ink);
  border-color: rgba(242, 179, 92, 0.55);
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.section-head {
  max-width: 1120px;
  margin-bottom: 36px;
}

.section-head > p {
  max-width: 820px;
}

.split-content,
.mindset-section,
.workflow-section,
.social-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.text-panel {
  padding: clamp(24px, 4vw, 42px);
}

.fit-layout {
  display: grid;
  gap: 18px;
}

.fit-image-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 14px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.fit-image-row figure {
  min-width: 150px;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.fit-image-row img {
  object-position: center;
}

.statement-list {
  display: grid;
  gap: 14px;
}

.fit-section .statement-list,
.skills-statement-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.statement-list article,
.work-grid article,
.process-list article,
.timeline article {
  padding: 24px;
}

.statement-list span {
  color: var(--cyan);
  font-weight: 950;
}

.wide-image {
  height: clamp(340px, 48vw, 640px);
  overflow: hidden;
  margin: 0 0 clamp(34px, 5vw, 58px);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.skills-summary {
  margin-top: 18px;
}

.skills-statement-list {
  margin-top: 18px;
}

.skills-summary p:last-child {
  margin-bottom: 0;
}

.sticky-head {
  position: sticky;
  top: 40px;
}

.workflow-image {
  height: clamp(260px, 28vw, 390px);
  margin: 30px 0 0;
  overflow: hidden;
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-list strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
}

.image-stack {
  position: relative;
  min-height: 720px;
  background: transparent;
  box-shadow: none;
}

.full-span {
  grid-column: 1 / -1;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profile-card {
  padding: 24px;
}

.profile-card-wide {
  grid-column: 1 / -1;
}

.profile-card strong {
  color: var(--ink);
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tag-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--box-radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.9rem;
  font-weight: 800;
}

.image-stack img {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: var(--box-radius);
  box-shadow: var(--shadow);
}

.stack-main {
  top: 0;
  right: 0;
  width: 70%;
  height: 520px;
}

.stack-float {
  left: 0;
  bottom: 0;
  width: 64%;
  height: 350px;
}

/* Mindset: Text+Bild in eigener Reihe (.mindset-top), Credentials darunter.
   Dadurch ist das sticky Bild auf diese Reihe begrenzt und überlappt die
   Karten darunter nicht mehr. */
.mindset-section {
  display: block;
}

.mindset-top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.mindset-image {
  position: sticky;
  top: 24px;
  align-self: start;
  height: min(74svh, 760px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--box-radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.mindset-image img {
  object-position: 50% 30%;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.timeline article {
  min-height: 260px;
}

.timeline time {
  display: block;
  margin-bottom: 26px;
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 950;
}

.experience-list {
  display: grid;
  gap: 14px;
}

.experience-list article {
  padding: clamp(24px, 4vw, 38px);
}

.experience-list time {
  display: block;
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.35;
}

.experience-list p:last-child {
  margin-bottom: 0;
}

.experience-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.experience-gallery figure {
  margin: 0;
  overflow: hidden;
}

.experience-gallery img {
  height: auto;
  object-fit: contain;
}

.social-section {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.28fr);
  align-items: stretch;
}

.social-copy {
  margin-bottom: 0;
}

.social-text-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--box-radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.social-text-panel p:last-child {
  margin-bottom: 0;
}

.social-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 14px;
}

.social-image {
  min-height: 0;
  height: auto;
  width: min(100%, 280px);
  align-self: start;
  justify-self: end;
  margin: 0;
  overflow: visible;
  background: rgba(255, 255, 255, 0.04);
}

.social-image img {
  height: auto;
  object-fit: contain;
}

.social-cards a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 22px;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease;
}

.social-cards a:hover,
.social-cards a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(242, 179, 92, 0.62);
  outline: none;
}

.social-cards strong {
  color: var(--ink);
  text-align: center;
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--amber);
}

.social-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-panel {
  padding: clamp(30px, 3.4vw, 46px) clamp(34px, 6vw, 76px);
  text-align: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 122, 89, 0.18), transparent 38%),
    radial-gradient(circle at 84% 80%, rgba(142, 220, 240, 0.14), transparent 36%),
    var(--panel);
}

.contact-panel h2 {
  max-width: 930px;
  margin-inline: auto;
}

.contact-panel p:not(.eyebrow) {
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 12px;
}

/* Abschluss-CTA: langsamer „Atem"-Pulse – Button kommt leicht nach vorne und wieder zurück */
.contact-actions .button-primary {
  animation: ctaPulse 2.8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 26px rgba(255, 122, 89, 0.18);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 22px 48px rgba(255, 122, 89, 0.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-actions .button-primary {
    animation: none;
  }
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 22px 0 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  font-weight: 900;
  border-radius: var(--box-radius);
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: #150d08;
  border-color: transparent;
  background: linear-gradient(135deg, var(--amber), var(--coral));
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes arrowdrop {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 13px);
  }
}

@keyframes caretblink {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .hero-transition {
    height: auto;
  }

  .transition-viewport {
    position: relative;
    height: auto;
    overflow: visible;
    opacity: 1;
  }

  .cinematic-hero {
    position: relative;
    min-height: 100svh;
  }

  .cinematic-bg {
    position: absolute;
  }

  .hero-content {
    position: relative;
    min-height: 100svh;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .page-reveal-card {
    display: none;
  }

  .page {
    margin-top: 0;
  }
}

@media (max-width: 1060px) {
  .page-reveal-card {
    grid-template-columns: 1fr;
  }

  .reveal-preview-sidebar {
    display: block;
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .reveal-preview-brand {
    grid-template-columns: 44px 1fr;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .brand-photo {
    width: 44px;
    height: 44px;
  }

  .reveal-preview-nav {
    display: none;
  }

  .reveal-preview-cta {
    display: none;
  }

  .reveal-preview-main {
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
    padding: clamp(22px, 4vw, 42px);
  }

  .page {
    display: block;
  }

  .sidebar {
    height: auto;
    min-height: 0;
    top: 0;
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brand {
    grid-template-columns: 44px 1fr 44px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .menu-toggle {
    display: block;
  }

  .side-nav,
  .sidebar-note,
  .sidebar-cta {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height 240ms ease, margin-top 240ms ease;
  }

  body.nav-open .side-nav {
    max-height: min(72vh, 620px) !important;
    margin-top: 16px !important;
    overflow: auto;
  }

  body.nav-open .sidebar-note {
    max-height: 100px;
    margin-top: 16px;
  }

  body.nav-open .sidebar-cta {
    max-height: 70px !important;
    margin-top: 14px !important;
  }

  .content {
    padding-inline: 18px;
  }

  .section {
    scroll-margin-top: 94px;
  }

  .intro-section,
  .split-content,
  .fit-section .statement-list,
  .skills-statement-list,
  .mindset-section,
  .mindset-top,
  .workflow-section,
  .social-section {
    grid-template-columns: 1fr;
  }

  .sticky-head {
    position: static;
  }

  .mindset-image {
    position: static;
    height: auto;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1061px) {
  body.nav-open {
    overflow-y: visible;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(1.625rem, 8.5vw, 2.5rem);
  }

  h2 {
    font-size: 2.2rem;
  }

  p {
    font-size: 1rem;
  }

  .cinematic-hero {
    --hero-card-width: calc(100vw - 24px);
    --hero-card-height: min(88svh, 740px);
    min-height: 100svh;
  }

  .hero-content {
    padding: 24px 16px;
  }

  .reveal-preview-main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .reveal-preview-main figure {
    height: 38svh;
  }

  .reveal-preview-main h2 {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }

  .reveal-preview-main > div > p:last-child {
    display: none;
  }

  .scroll-cue {
    margin-top: 22px;
  }

  .section {
    padding: 58px 0;
  }

  .intro-section {
    min-height: auto;
    padding-top: 40px;
  }

  .intro-media,
  .wide-image {
    height: auto;
    aspect-ratio: 0.85;
  }

  .work-grid,
  .timeline,
  .profile-grid,
  .experience-gallery,
  .social-cards {
    grid-template-columns: 1fr;
  }

  .profile-card-wide {
    grid-column: auto;
  }

  .image-stack {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .mindset-image {
    height: auto;
    aspect-ratio: 0.82;
  }

  .image-stack img {
    position: static;
    width: 100%;
  }

  .stack-main {
    height: auto;
    aspect-ratio: 0.8;
  }

  .stack-float {
    height: auto;
    aspect-ratio: 0.8;
  }

  .workflow-image,
  .social-image {
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
  }

  .social-cards a {
    display: inline-flex;
  }

  .social-cards strong {
    text-align: center;
  }

  .contact-actions {
    display: grid;
  }
}

/* ============================================================
   Skills-Sektion (#work) – drei visuell unterschiedliche Teile
   1) .skills-cats     : rahmenlose Zeilen, Border-left-Akzent, großer Emoji-Glyph
   2) .skills-pullquote: editoriales Pull-Quote auf Glow-Gradient (CI-Signatur)
   3) .skills-index    : verbundene Index-Liste mit Cyan-Display-Nummern
   Nutzt ausschließlich bestehende Tokens.
   ============================================================ */

/* --- Teil 1: Kategorien als Haarlinien-getrennte Zeilen mit Akzentkante --- */
.skills-cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 26px) clamp(28px, 5vw, 64px);
}

.skills-cat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 20px;
  padding: 8px 0 8px 22px;
  border-left: 2px solid var(--line);
  transition: border-color 180ms ease;
}

.skills-cat:hover {
  border-left-color: var(--coral);
}

.skills-cat-glyph {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1;
  filter: saturate(1.05);
}

.skills-cat-body h3 {
  margin-bottom: 8px;
}

.skills-cat-body p {
  margin-bottom: 0;
}

/* verspielte Abschluss-Zeile unter den vier Kategorien */
.skills-cats-more {
  margin: 18px 0 0;
  color: var(--amber);
  font-size: 0.98rem;
  font-weight: 800;
  font-style: italic;
}

/* --- Teil 2: Pull-Quote auf CI-Glow-Gradient, editorial groß --- */
.skills-pullquote {
  margin: clamp(34px, 6vw, 60px) 0;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid var(--line);
  border-radius: var(--box-radius);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 122, 89, 0.18), transparent 40%),
    radial-gradient(circle at 86% 84%, rgba(142, 220, 240, 0.14), transparent 38%),
    var(--panel);
}

.skills-pullquote::before {
  content: "\201C";
  display: block;
  margin-bottom: -0.2em;
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7vw, 5.5rem);
  line-height: 0.8;
  opacity: 0.85;
}

.skills-pullquote p {
  max-width: 60ch;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.4;
  text-wrap: balance;
}

/* --- Teil 3: verbundene Index-Liste mit großen Cyan-Nummern --- */
.skills-index {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.skills-index-item {
  display: grid;
  grid-template-columns: clamp(64px, 8vw, 104px) 1fr;
  align-items: baseline;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(22px, 3.4vw, 34px) 0;
  border-bottom: 1px solid var(--line);
}

.skills-index-num {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
}

.skills-index-body h3 {
  margin-bottom: 10px;
}

.skills-index-body p {
  max-width: 70ch;
  margin-bottom: 0;
}

/* --- Responsive: 1060px → eine Spalte für die Kategorien --- */
@media (max-width: 1060px) {
  .skills-cats {
    grid-template-columns: 1fr;
  }
}

/* --- Responsive: 680px → kompakter, Nummern über Text gestapelt --- */
@media (max-width: 680px) {
  .skills-cats {
    grid-template-columns: 1fr;
  }

  .skills-index-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .skills-index-num {
    font-size: 2rem;
  }
}

/* ============================================================
   Mindset-Sektion (#mindset) – Credential-Karten + Trait-Chips
   1) .credentials / .credential-card : Karten mit großem Georgia-
      Display-Wert (Amber→Coral-Verlauf), Akzentkante links, Hover-Lift
   2) .traits-card / .traits-cloud    : breite Karte mit lebendigen
      Pill-Chips (farbiger Punkt-Marker je Chip) auf CI-Glow-Gradient
   Nutzt ausschließlich bestehende Tokens.
   ============================================================ */

.credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(36px, 6vw, 72px);
}

/* dezente, hochwertige Glas-Karte – bewusst zurückhaltend, kein knalliges Orange */
.credential-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(247, 241, 232, 0.1);
  border-radius: var(--box-radius);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

/* feiner Lichtsaum oben statt knalliger Akzentkante */
.credential-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 241, 232, 0.22), transparent);
}

.credential-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 241, 232, 0.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

/* Icon schlicht & gedämpft, Akzent nur dezent beim Hover */
.credential-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border: 1px solid rgba(247, 241, 232, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 241, 232, 0.55);
  transition: color 220ms ease, border-color 220ms ease;
}

.credential-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.credential-card:hover .credential-icon {
  color: var(--amber);
  border-color: rgba(242, 179, 92, 0.32);
}

/* Icon inline in der Eigenschaften-Überschrift */
.traits-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.traits-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.traits-icon svg {
  width: 20px;
  height: 20px;
}

/* großer Kernwert – edel in warmem Weiß (Georgia), kein Orange */
.credential-value {
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}

/* Label als dezentes Kapitälchen mit Hauch Amber (transparent) */
.credential-label {
  margin-bottom: 18px;
  color: rgba(242, 179, 92, 0.72);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-card p {
  margin-bottom: 0;
  color: var(--muted);
}

/* Persönliche Eigenschaften – breite Karte mit CI-Glow */
.traits-card {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(247, 241, 232, 0.1);
  border-radius: var(--box-radius);
  background:
    radial-gradient(circle at 16% 4%, rgba(242, 179, 92, 0.07), transparent 48%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.traits-card h3 {
  margin-bottom: 18px;
}

.traits-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.traits-cloud span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 16px 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

/* farbiger Punkt-Marker, rotierend über die CI-Palette */
.traits-cloud span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--coral));
}

.traits-cloud span:nth-child(3n)::before {
  background: var(--cyan);
}

.traits-cloud span:nth-child(3n + 1)::before {
  background: var(--sage);
}

.traits-cloud span:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 179, 92, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

/* Responsive: ab 1060px einspaltig */
@media (max-width: 1060px) {
  .credentials {
    grid-template-columns: 1fr;
  }
}

/* Responsive: ab 680px einspaltig, kleinerer Display-Wert */
@media (max-width: 680px) {
  .credentials {
    grid-template-columns: 1fr;
  }

  .credential-value {
    font-size: 1.85rem;
  }
}

/* Bottom-CTA auf Desktop ausgeblendet */
.mobile-cta {
  display: none;
}

/* ============================================================
   Mobile-Fixes (≤1060px)
   1) Cinematic Hero-Reveal AUS -> Hero ist normale Vollbild-Section,
      danach scrollt man nahtlos in einem Zug in die Seite (keine
      zweistufige Card mehr). Reveal-Card wird komplett ausgeblendet.
   2) „Jetzt kontaktieren" NICHT oben in der Sidebar (dort nur Foto,
      Name & Burger), sondern als fixe CTA unten am Bildschirmrand.
   ============================================================ */
@media (max-width: 1060px) {
  /* Kein Scroll-Lock beim offenen Menü – sonst macht overflow:hidden den Body
     zum Scroll-Container und bricht die sticky-Sidebar (Menü dann außerhalb des
     Sichtbereichs). overflow-x: clip (kein Scroll-Container, kein H-Scroll),
     overflow-y: visible – genau wie der Base-Body. */
  body.nav-open {
    overflow-x: clip;
    overflow-y: visible;
  }

  .hero-transition {
    height: auto;
  }

  .transition-viewport {
    position: relative;
    height: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .cinematic-hero {
    position: relative;
    min-height: 100svh;
  }

  .cinematic-hero::after {
    display: none; /* Scroll-Fortschrittsbalken auf Mobile aus */
  }

  .cinematic-bg {
    position: absolute;
  }

  .hero-content {
    position: relative;
    min-height: 100svh;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .page-reveal-card {
    display: none;
  }

  .page {
    margin-top: 0;
  }

  /* In-Sidebar-CTA oben ausblenden – CTA gehört nach unten.
     (Hat min-height:46px, würde das max-height:0-Einklappen sonst aushebeln.) */
  .sidebar-cta {
    display: none;
  }

  /* Platz, damit die fixe Bottom-CTA den letzten Inhalt nicht verdeckt */
  .content {
    padding-bottom: 104px;
  }

  /* Instagram-/Social-Bild auf Mobile mittig statt rechtsbündig */
  .social-image {
    justify-self: center;
    margin-inline: auto;
  }

  /* Fixe „Jetzt kontaktieren"-CTA am unteren Rand.
     Startet versteckt (unter dem Rand) und ploppt erst hoch, wenn JS
     body.show-mobile-cta setzt – also sobald man vom Hero in die Seite scrollt. */
  .mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 60;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: var(--box-radius);
    color: #150d08;
    background: linear-gradient(135deg, var(--amber), var(--coral));
    box-shadow:
      0 16px 40px rgba(0, 0, 0, 0.5),
      0 8px 22px rgba(255, 122, 89, 0.32);
    font-size: 0.95rem;
    font-weight: 950;
    text-align: center;
    transform: translateY(170%);
    opacity: 0;
    pointer-events: none;
    transition: transform 340ms ease, opacity 340ms ease;
  }

  body.show-mobile-cta .mobile-cta {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
