
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Jost:wght@300;400;500;600&display=swap');

  :root{
    --ink:        #0a0a0a;
    --panel:      #131313;
    --paper:      #f2f2f0;
    --red:        #e30613;
    --red-soft:   #ff2f3c;
    --grey:       #8a8a8a;
    --line:       rgba(242,242,240,0.14);
    --font-display: 'Oswald', sans-serif;
    --font-ui: 'Jost', sans-serif;
    box-sizing: border-box;
  }
  html{ scroll-padding-top: env(safe-area-inset-top, 0px); }
  *,*::before,*::after{box-sizing:inherit;}
  body{
    margin:0;
    background: var(--ink);
    color: var(--paper);
    font-family: var(--font-ui);
    -webkit-font-smoothing: antialiased;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  a{color:inherit; text-decoration:none;}
  button{font-family:inherit;}

  .hero{
    position: relative;
    min-height: 100svh;
    display: grid;
    grid-template-columns: min(23vw, 300px) 1fr;
  }

  .side{
    position: relative;
    background: var(--panel);
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.2rem 1.8rem 2.6rem;
    overflow: hidden;
    z-index: 3;
  }

  .brand{ position: relative; display: block; flex-shrink: 0; }
  .brand img{ width: 168px; max-width: 100%; height: auto; display:block; }

  .side-mid{ position: relative; display: flex; align-items: center; gap: 1.4rem; }
  .slide-index{ font-family: var(--font-display); font-weight: 600; line-height: 0.85; }
  .slide-index .current{
    font-size: 4.6rem; color: var(--red-soft); display: inline-block; min-width: 1.3ch;
    transition: opacity .35s ease, transform .35s ease;
  }
  .slide-index .total{ font-size: 1rem; color: rgba(242,242,240,0.4); font-family: var(--font-ui); letter-spacing: 0.08em; }
  .vertical-label{
    writing-mode: vertical-rl; transform: rotate(180deg);
    font-size: 0.72rem; letter-spacing: 0.32em; color: rgba(242,242,240,0.45);
  }

  .side-bottom{ position: relative; }
  .rule{ width: 28px; height: 1px; background: var(--line); margin-bottom: 1.4rem; }
  .socials{ display: flex; flex-direction: column; gap: 1.1rem; }
  .socials a{
    width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--line); border-radius: 50%; color: rgba(242,242,240,0.55);
    transition: border-color .2s ease, color .2s ease;
  }
  .socials a:hover, .socials a:focus-visible{ border-color: var(--red-soft); color: var(--red-soft); }
  .socials svg{ width: 14px; height: 14px; fill: currentColor; }

  .stage{ position: relative; overflow: hidden; cursor: grab; touch-action: pan-y; }
  .stage.is-dragging{ cursor: grabbing; }

  .stage-art{ position: absolute; inset: 0; background: #101010; }
  .art-layer{
    position: absolute; inset: 0;
    opacity: 0;
    transform: scale(1.055);
    transition: opacity 1.15s cubic-bezier(.4,0,.2,1), transform 6.5s cubic-bezier(.16,.6,.3,1);
  }
  .art-layer.active{ opacity: 1; transform: scale(1); z-index: 1; }
  .art-layer svg{ position:absolute; inset:0; width:100%; height:100%; }
  .art-layer .bg-photo{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
  }
  .art-layer svg.overlay{ pointer-events: none; }

  @keyframes sheen{
    0%   { transform: translateX(-120%) skewX(-12deg); }
    100% { transform: translateX(220%) skewX(-12deg); }
  }
  .art-layer.active .sheen{ animation: sheen 2.6s cubic-bezier(.4,0,.2,1) 1; }

  .nav{
    position: relative; z-index: 4;
    display: flex; align-items: center; justify-content: space-between; gap: 2rem;
    padding: 1.8rem clamp(1.4rem, 4vw, 3.2rem) 1.3rem;
    background: linear-gradient(180deg, rgba(6,6,6,0.82) 0%, rgba(6,6,6,0.55) 65%, rgba(6,6,6,0) 100%);
  }
  .nav-phone{ font-size: 0.82rem; letter-spacing: 0.14em; color: rgba(242,242,240,0.75); white-space: nowrap; }
  .nav-phone b{ color: var(--red-soft); font-weight: 500; }
  .nav-links{ display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); list-style: none; margin: 0; padding: 0; }
  .nav-links a{
    font-size: 0.78rem; letter-spacing: 0.16em; color: rgba(242,242,240,0.72);
    padding-bottom: 0.4rem; border-bottom: 1px solid transparent;
    transition: color .2s ease, border-color .2s ease;
  }
  .nav-links a:hover, .nav-links a:focus-visible{ color: var(--red-soft); }
  .nav-links a.is-active{ color: var(--red-soft); border-color: var(--red-soft); }
  .nav-menu-btn{
    display:none; width: 40px; height: 40px; align-items:center; justify-content:center;
    border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer;
  }

  .slide-controls{
    position: relative; z-index: 4;
    display: flex; align-items: center; justify-content: space-between; gap: 1.4rem;
    padding: clamp(1.6rem, 6vw, 3.4rem) clamp(1.4rem, 4vw, 3.2rem) 0;
  }
  .slide-controls .arrows{ display:flex; align-items:center; gap: clamp(1.4rem, 3vw, 2.4rem); }
  .slide-controls button.arrow{
    display: flex; align-items: center; gap: 0.6rem;
    background: none; border: none; cursor: pointer;
    color: rgba(242,242,240,0.8); font-size: 0.78rem; letter-spacing: 0.16em; padding: 0.3rem 0;
    transition: color .2s ease;
  }
  .slide-controls button.arrow:hover, .slide-controls button.arrow:focus-visible{ color: var(--red-soft); }
  .slide-controls svg{ width: 15px; height: 11px; }

  .progress{ display:flex; align-items:center; gap: 0.55rem; }
  .progress button{
    position: relative; width: 34px; height: 3px;
    background: rgba(242,242,240,0.22);
    border: none; padding: 0; cursor: pointer; border-radius: 2px; overflow: hidden;
  }
  .progress button::after{
    content:""; position:absolute; inset:0; width: 0%;
    background: var(--red-soft); transform-origin: left;
  }
  .progress button.active::after{ width: 100%; transition: width 6s linear; }

  .stage-copy{
    position: relative; z-index: 4;
    min-height: calc(100% - 10rem);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 2rem clamp(1.4rem, 4vw, 3.2rem) clamp(2.6rem, 7vw, 4.6rem);
  }
  .copy-inner{ transition: opacity .5s ease, transform .5s cubic-bezier(.2,.7,.3,1); }
  .copy-inner.is-shifting{ opacity: 0; transform: translateY(14px); }
  .eyebrow{
    font-family: var(--font-display); font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--red-soft); margin: 0 0 1rem;
  }
  h1{
    font-family: var(--font-display); font-weight: 600;
    font-size: clamp(2.3rem, 5.2vw, 4.2rem); line-height: 1.08; letter-spacing: 0.005em;
    text-transform: uppercase; margin: 0 0 1.6rem; max-width: 17ch;
  }
  .lede{ font-size: 1.02rem; line-height: 1.65; color: rgba(242,242,240,0.72); max-width: 46ch; margin: 0 0 2.2rem; }
  .cta{
    display: inline-flex; align-items: center; gap: 0.7rem; align-self: flex-start;
    background: var(--red); color: #fff; font-family: var(--font-display);
    font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 1rem 1.8rem; border-radius: 2px;
    transition: background .2s ease, transform .2s ease;
  }
  .cta:hover, .cta:focus-visible{ background: var(--red-soft); transform: translateX(2px); }
  .cta svg{ width: 16px; height: 12px; }

  @media (max-width: 860px){
    .hero{ grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
    .side{
      flex-direction: row; align-items: center; justify-content: space-between;
      padding: 1.1rem 1.2rem; border-right: none; border-bottom: 1px solid var(--line);
    }
    .brand img{ width: 128px; }
    .side-mid{ display:none; }
    .vertical-label{ display:none; }
    .side-bottom .socials{ flex-direction: row; gap: 0.6rem; }
    .side-bottom .rule{ display:none; }
    .nav-links{
      display: none;
      position: absolute;
      top: 100%; left: 0; right: 0;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      background: #060606;
      border-top: 1px solid var(--line);
      padding: 0.6rem clamp(1.4rem, 4vw, 3.2rem) 1rem;
    }
    .nav-links.is-open{ display: flex; }
    .nav-links a{
      width: 100%;
      padding: 0.85rem 0;
      border-bottom: 1px solid var(--line);
    }
    .nav-links a.is-active{ border-color: var(--line); }
    .nav-menu-btn{ display:flex; position: relative; z-index: 5; }
    .nav{ position: relative; z-index: 6; }
    .nav-phone{ display:none; }
    .nav{ padding-top: 1.2rem; }
    h1{ max-width: 100%; }
    .stage-copy{ padding-bottom: 2.6rem; }
    .slide-controls{ flex-wrap: wrap; }
  }

  @media (prefers-reduced-motion: reduce){
    *{ transition: none !important; animation: none !important; }
  }

  :focus-visible{ outline: 2px solid var(--red-soft); outline-offset: 2px; }

  /* ---------- page shell (Default.html – ohne Slider) ---------- */
  .page-main{ position: relative; z-index: 3; display: flex; flex-direction: column; }
  .nav.nav--solid{
    background: var(--panel);
    border-bottom: 1px solid var(--line);
  }
  .page-copy{
    padding: clamp(2.4rem, 6vw, 4rem) clamp(1.4rem, 4vw, 3.2rem) 0;
  }
  .page-copy h1{ max-width: 100%; }
  .page-content{
    flex: 1;
    padding: 2rem clamp(1.4rem, 4vw, 3.2rem) clamp(2.6rem, 7vw, 4.6rem);
    color: rgba(242,242,240,0.85);
  }
  .page-content .no-content-placeholder{
    padding: 2rem 1.6rem;
    color: rgba(242,242,240,0.35);
    font-size: 0.9rem;
    border: 1px dashed var(--line);
    border-radius: 4px;
    text-align: center;
  }

  /* ---------- kompakter Hero für Seiten ohne Slider (Default.html) ---------- */
  /* Hebt das globale min-height:100svh + Grid-Stretch von .hero auf, damit
     .side/.page-main nur so hoch werden wie ihr Inhalt – der echte Seiteninhalt
     rutscht dadurch weiter nach oben statt hinter eine vollbildhohe Fläche. */
  .hero.hero--page{
    min-height: 0;
    align-items: start;
  }
  .hero.hero--page .side{ min-height: 100%; }

  .page-hero{
    position: relative;
    height: 46vh;
    min-height: 280px;
    max-height: 520px;
    overflow: hidden;
    background: #101010;
  }
  .page-hero .bg-photo{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
  }
  .page-hero .overlay{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    pointer-events: none;
  }

  @media (max-width: 860px){
    .page-hero{ height: 34vh; min-height: 220px; }
  }

  /* ---------- Default.html: keine Sidebar, Logo direkt in der Nav ---------- */
  .nav--page{
    position: relative;
    z-index: 4;
  }
  .nav--page .nav-left{
    display: flex;
    align-items: center;
    gap: clamp(1.6rem, 4vw, 3.2rem);
  }
  .nav--page .brand img{ width: 140px; }

  @media (max-width: 860px){
    .nav--page{ flex-wrap: wrap; }
    .nav--page .nav-left{ gap: 1rem; }
    .nav--page .brand img{ width: 110px; }
  }
