/* ═══════════════════════════════════════════════════════════════════════════
 * olivia.css — index.html, Neu-Design „Olivia Delgas — Light & Time"
 * Modern · editorial · awwwards-orientiert. Marken-Bezug: Salbei + warmes Papier.
 * Eigenständig (kein site.css). Fonts: Bricolage Grotesque · Fraunces · Manrope.
 * ═══════════════════════════════════════════════════════════════════════════ */

:root {
  --paper:   #f3efe7;
  --paper-2: #e9e3d8;
  --ink:     #13120d;
  --ink-2:   #1d1b15;
  --sage:    #8b8b7e;     /* studio.EWIG Akzent */
  --sage-lo: #a7a79b;
  --bone:    #f3efe7;
  --fg:      #2a2820;
  --line:    rgba(19,18,13,0.14);
  --line-d:  rgba(243,239,231,0.16);

  --display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --serif:   "Fraunces", Georgia, serif;
  --body:    "Manrope", -apple-system, system-ui, sans-serif;

  --ease:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  margin: 0; background: var(--paper); color: var(--fg);
  font-family: var(--body); font-size: 16px; line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
::selection { background: var(--ink); color: var(--paper); }

/* film grain */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9990; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Custom cursor (Desktop) ─────────────────────────────────────────────── */
@media (hover: hover) and (pointer: fine) {
  * { cursor: none; }
  .cursor { position: fixed; top: 0; left: 0; z-index: 10000; pointer-events: none; will-change: transform; }
  .cursor__dot { width: 7px; height: 7px; background: var(--ink); border-radius: 50%; transform: translate(-50%, -50%); transition: opacity .3s; }
  .cursor__ring { position: fixed; top: 0; left: 0; z-index: 10000; pointer-events: none; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%;
    transform: translate(-50%, -50%); transition: width .35s var(--ease), height .35s var(--ease), background .35s, border-color .35s, opacity .3s; }
  .cursor__ring.is-hover { width: 86px; height: 86px; background: var(--ink); border-color: var(--ink); }
  .cursor__label { position: fixed; top: 0; left: 0; z-index: 10001; pointer-events: none; transform: translate(-50%, -50%); color: var(--paper);
    font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; opacity: 0; transition: opacity .3s; }
  .cursor__label.show { opacity: 1; }
  body.cursor-dark .cursor__dot { background: var(--paper); }
  body.cursor-dark .cursor__ring { border-color: var(--paper); }
  body.cursor-dark .cursor__ring.is-hover { background: var(--paper); }
  body.cursor-dark .cursor__label { color: var(--ink); }
  /* Offenes Modal liegt über dem Custom-Cursor → dort nativen Zeiger zeigen,
     Custom-Cursor ausblenden, sonst sieht man im Modal gar keinen Mauszeiger. */
  body:has(.shx-scrim.open) .cursor,
  body:has(.shx-scrim.open) .cursor__ring,
  body:has(.shx-scrim.open) .cursor__label { display: none; }
  .shx-scrim, .shx-scrim * { cursor: auto; }
  .shx-scrim input, .shx-scrim textarea, .shx-scrim select { cursor: text; }
  .shx-scrim button, .shx-scrim a, .shx-scrim [role="button"], .shx-scrim label { cursor: pointer; }
}

/* ── Scroll progress ─────────────────────────────────────────────────────── */
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--sage); z-index: 9999; transition: width .1s linear; }

/* ── Reveal ──────────────────────────────────────────────────────────────── */
.r-up { opacity: 0; transform: translateY(42px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.r-up.in { opacity: 1; transform: none; }
.r-img { overflow: hidden; }
.r-img > img, .r-img > .img { clip-path: inset(0 0 100% 0); transform: scale(1.12); transition: clip-path 1.3s var(--ease), transform 1.6s var(--ease); }
.r-img.in > img, .r-img.in > .img { clip-path: inset(0 0 0 0); transform: scale(1); }
[data-d="1"]{transition-delay:.08s}[data-d="2"]{transition-delay:.16s}[data-d="3"]{transition-delay:.24s}[data-d="4"]{transition-delay:.32s}[data-d="5"]{transition-delay:.4s}

/* line mask reveal for headings */
.mask { display: block; overflow: hidden; }
.mask > span { display: block; transform: translateY(105%); transition: transform 1.1s var(--ease); }
.in .mask > span, .mask.in > span { transform: none; }

/* ── Shared bits ─────────────────────────────────────────────────────────── */
.wrap { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }
.kicker { display: inline-flex; align-items: center; gap: 14px; font-family: var(--body); font-size: 11px; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase; color: var(--sage); }
.kicker::before { content: ""; width: 30px; height: 1px; background: var(--sage); display: inline-block; }
.sec-num { font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .26em; color: var(--sage); }
.serif-it { font-family: var(--serif); font-style: italic; font-weight: 400; }

/* magnetic / link button */
.cta { display: inline-flex; align-items: center; gap: 14px; padding: 18px 34px; background: var(--ink); color: var(--paper);
  font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
  border-radius: 100px; transition: background .4s; will-change: transform; }
.cta:hover { background: var(--sage); }
.cta--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.cta--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ── NAV ─────────────────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; display: flex; align-items: center; justify-content: space-between;
  padding: 26px clamp(20px, 4vw, 64px); transition: transform .5s var(--ease), background .5s, padding .5s; }
.nav.hide { transform: translateY(-100%); }
.nav.solid { background: rgba(243,239,231,0.85); backdrop-filter: blur(12px); padding-block: 16px; }
.nav__logo { font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -.02em; color: var(--ink); }
.nav__logo span { color: var(--sage); }
.nav__links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 40px); }
.nav__links a { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); position: relative; }
.nav__links a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; bottom: -5px; height: 1px; width: 0; background: currentColor; transition: width .4s var(--ease); }
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border: 1px solid var(--ink); border-radius: 100px; }
.nav__cta:hover { background: var(--ink); color: var(--paper); }
@media (max-width: 680px) { .nav__links a:not(.nav__cta) { display: none; } }

/* ── HERO ────────────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--ink); color: var(--paper); overflow: hidden; padding-bottom: clamp(28px, 4vw, 56px); }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 120%; object-fit: cover; filter: grayscale(.3) contrast(1.05) brightness(.62); will-change: transform; }
.hero__media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(19,18,13,.55) 0%, rgba(19,18,13,.15) 35%, rgba(19,18,13,.78) 100%); }
.hero__top { position: relative; z-index: 2; flex: 1; display: flex; align-items: flex-start; padding-top: clamp(110px, 14vh, 170px); }
.hero__eyebrow { color: rgba(243,239,231,.8); }
.hero__inner { position: relative; z-index: 2; }
.hero__title { font-family: var(--display); font-weight: 800; line-height: .86; letter-spacing: -.05em; text-transform: uppercase;
  font-size: clamp(52px, 12.2vw, 184px); color: var(--paper); }
.hero__title .it { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -.01em; color: var(--sage-lo); }
.hero__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: clamp(22px, 3vw, 40px); }
.hero__lede { max-width: 38ch; font-size: clamp(14px, 1.3vw, 16px); font-weight: 300; line-height: 1.7; color: rgba(243,239,231,.82); }
.hero__lede b { font-weight: 600; color: var(--paper); }
.hero__scroll { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: rgba(243,239,231,.7); }
.hero__scroll i { width: 44px; height: 1px; background: rgba(243,239,231,.5); position: relative; overflow: hidden; display: inline-block; }
.hero__scroll i::after { content: ""; position: absolute; inset: 0; width: 40%; background: var(--paper); animation: slide 2s var(--ease-io) infinite; }
@keyframes slide { 0%{transform:translateX(-100%)} 100%{transform:translateX(280%)} }
.hero__meta { position: absolute; right: clamp(20px,4vw,64px); top: 45%; z-index: 2; writing-mode: vertical-rl; font-size: 10px;
  font-weight: 700; letter-spacing: .34em; text-transform: uppercase; color: rgba(243,239,231,.55); }

/* ── Hero auf dem Smartphone ──────────────────────────────────────────────
   Der große Titel sprengte auf schmalen Screens die Breite (Flex-Item wuchs
   auf die Wortbreite). Hier kleiner + Flex-Shrink erlauben + Deko ausblenden. */
@media (max-width: 600px) {
  .hero__inner { min-width: 0; max-width: 100%; }
  .hero__title { font-size: clamp(34px, 10.5vw, 60px); letter-spacing: -.03em; line-height: .94; }
  .hero__row { gap: 18px; margin-top: 22px; }
  .hero__lede { max-width: 100%; }
  .hero__meta { display: none; } /* vertikale „Est. 2014"-Schrift am rechten Rand */
  .hero__top { padding-top: clamp(96px, 13vh, 130px); }
}

/* ── MARQUEE ─────────────────────────────────────────────────────────────── */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(16px,2vw,26px) 0; overflow: hidden; background: var(--paper); }
.marquee__track { display: inline-flex; gap: 48px; white-space: nowrap; animation: marquee 34s linear infinite; will-change: transform; }
.marquee span { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(26px, 4vw, 56px); color: var(--ink); }
.marquee span.o { -webkit-text-stroke: 1px var(--sage); color: transparent; font-family: var(--display); font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; }
.marquee .dot { color: var(--sage); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── ABOUT ───────────────────────────────────────────────────────────────── */
.about { padding: clamp(90px, 12vw, 180px) 0; }
.about__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 6vw, 110px); align-items: center; }
@media (max-width: 900px){ .about__grid{ grid-template-columns: 1fr; } }
.about__media { position: relative; }
.about__media .r-img { aspect-ratio: 4/5; }
.about__media img { width: 100%; height: 100%; object-fit: cover; }
.about__badge { position: absolute; right: -18px; bottom: -18px; width: clamp(96px,9vw,128px); height: clamp(96px,9vw,128px);
  background: var(--sage); color: var(--paper); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.3; }
.about__badge b { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 30px; }
.about__h { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 4vw, 58px); line-height: 1.02; letter-spacing: -.035em; color: var(--ink); margin: 22px 0 0; }
.about__h em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--sage); letter-spacing: -.01em; }
.about__p { font-size: clamp(15px,1.4vw,17px); line-height: 1.75; color: rgba(42,40,32,.82); margin-top: 24px; max-width: 52ch; }
.about__sign { font-family: 'Sacramento', cursive; font-style: normal; font-size: clamp(46px,5.5vw,72px); line-height: .9; color: var(--ink); margin-top: 30px; }
.about__sign small { display: block; font-family: var(--body); font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); margin-top: 8px; }
.about__stats { display: flex; gap: clamp(24px,4vw,56px); margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.about__stat b { font-family: var(--display); font-weight: 700; font-size: clamp(30px,3.6vw,48px); letter-spacing: -.03em; color: var(--ink); display: block; }
.about__stat span { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--sage); }

/* ── SELECTED WORK ───────────────────────────────────────────────────────── */
.work { background: var(--ink); color: var(--paper); padding: clamp(90px,12vw,170px) 0; }
.work__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  padding-bottom: 44px; margin-bottom: 56px; border-bottom: 1px solid var(--line-d); }
.work .kicker, .work .sec-num { color: var(--sage); }
.work__h { font-family: var(--display); font-weight: 700; font-size: clamp(34px,6vw,86px); line-height: .96; letter-spacing: -.04em; text-transform: uppercase; color: var(--paper); }
.work__h em { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--sage-lo); }
.work__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px,1.6vw,22px); }
.work__item { position: relative; overflow: hidden; }
.work__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.work__item:hover img { transform: scale(1.06); }
.work__item .r-img { width: 100%; height: 100%; }
.work__item--a { grid-column: span 7; aspect-ratio: 16/11; }
.work__item--b { grid-column: span 5; aspect-ratio: 4/5; }
.work__item--c { grid-column: span 4; aspect-ratio: 4/5; }
.work__item--d { grid-column: span 4; aspect-ratio: 4/5; }
.work__item--e { grid-column: span 4; aspect-ratio: 4/5; }
@media (max-width: 760px){ .work__item{ grid-column: 1 / -1 !important; aspect-ratio: 3/2 !important; } }
.work__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end;
  padding: 22px; background: linear-gradient(transparent, rgba(19,18,13,.7)); }
.work__cap .c { font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--sage-lo); }
.work__cap .t { font-family: var(--serif); font-style: italic; font-size: clamp(18px,1.8vw,24px); color: var(--paper); margin-top: 4px; }
.work__cap .y { font-size: 11px; letter-spacing: .14em; color: rgba(243,239,231,.7); }
.work__more { display: flex; justify-content: center; margin-top: clamp(40px,5vw,70px); }
.work__morelink { display: inline-flex; align-items: center; gap: 16px; padding: 20px 42px; border-radius: 999px;
  border: 1px solid var(--line-d); color: var(--paper); font-size: 12px; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; transition: background .4s var(--ease), border-color .4s var(--ease), gap .4s var(--ease); }
.work__morelink:hover { background: var(--sage); border-color: var(--sage); color: var(--ink); gap: 22px; }
.work__morelink i { width: 26px; height: 1px; background: currentColor; position: relative; }
.work__morelink i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px;
  border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }

/* ── EXPLORE (Studio / Events / Shootings — Hover-Preview-Liste) ──────────── */
.explore { padding: clamp(90px,12vw,170px) 0; position: relative; }
.explore__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(30px,4vw,52px); }
.explore__h { font-family: var(--display); font-weight: 700; font-size: clamp(30px,4.5vw,64px); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; color: var(--ink); }
.explore__h em { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--sage); }
.explore__list { border-top: 1px solid var(--line); }
.explore__row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: clamp(26px,3.4vw,48px) 0; border-bottom: 1px solid var(--line); transition: padding-left .55s var(--ease); }
.explore__row:hover { padding-left: clamp(16px,2vw,40px); }
.explore__row .no { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 0; overflow: hidden;
  font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .2em; color: var(--sage); transition: width .55s var(--ease); }
.explore__row:hover .no { width: 30px; }
.explore__name { display: flex; align-items: baseline; gap: 18px; min-width: 0; }
.explore__name b { font-family: var(--display); font-weight: 700; font-size: clamp(30px,5.4vw,82px); line-height: 1; letter-spacing: -.04em;
  text-transform: uppercase; color: var(--ink); transition: color .4s, opacity .4s; }
.explore__row:not(:hover) .explore__name b { opacity: .55; }
.explore__tag { font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--paper);
  background: var(--sage); padding: 5px 10px; align-self: center; }
.explore__meta { display: flex; align-items: center; gap: clamp(16px,2vw,34px); flex: none; }
.explore__desc { font-size: 12.5px; line-height: 1.5; color: rgba(42,40,32,.6); max-width: 24ch; text-align: right; }
@media (max-width:760px){ .explore__desc{ display:none; } }
.explore__arrow { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .4s, color .4s, transform .4s var(--ease); color: var(--ink); }
.explore__row:hover .explore__arrow { background: var(--ink); color: var(--paper); transform: rotate(-45deg); }

/* ── SHOOTINGS (Buchung — funktional, neu skiniert) ──────────────────────── */
.shoot2 { background: var(--paper-2); padding: clamp(90px,12vw,170px) 0; border-top: 1px solid var(--line); }
.shoot2__head { max-width: 880px; margin-bottom: clamp(40px,5vw,68px); }
.shoot2__h { font-family: var(--display); font-weight: 700; font-size: clamp(34px,6vw,84px); line-height: .94; letter-spacing: -.04em; text-transform: uppercase; color: var(--ink); margin-top: 22px; }
.shoot2__h em { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--sage); }
.shoot2__lede { font-size: clamp(15px,1.4vw,17px); font-weight: 300; line-height: 1.7; color: rgba(42,40,32,.82); max-width: 50ch; margin-top: 22px; }
.shoot2__deal { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); }
.shoot2__deal b { background: var(--sage); color: var(--paper); padding: 6px 10px; }
.shoot2__layout { display: grid; grid-template-columns: 1.05fr 1.2fr; gap: clamp(36px,5vw,80px); align-items: start; }
@media (max-width: 900px){ .shoot2__layout{ grid-template-columns: 1fr; gap: 6px; } }

/* index list */
#shootList { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.shoot__loading { padding: 40px 0; color: var(--sage); font-size: 13px; }
.shoot__item { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: clamp(14px,2vw,26px);
  padding: clamp(20px,2.4vw,30px) 0; border-bottom: 1px solid var(--line); cursor: pointer; transition: padding-left .5s var(--ease); }
.shoot__item::before { content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: var(--ink); transform: translateY(-50%); transition: width .5s var(--ease); }
.shoot__item:hover, .shoot__item.is-active { padding-left: clamp(16px,2vw,30px); }
.shoot__item:hover::before, .shoot__item.is-active::before { width: clamp(12px,2vw,20px); }
.shoot__num { font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .16em; color: var(--sage); font-variant-numeric: tabular-nums; }
.shoot__item.is-active .shoot__num { color: var(--ink); }
.shoot__main { min-width: 0; }
.shoot__name { font-family: var(--display); font-weight: 700; font-size: clamp(22px,2.8vw,36px); line-height: 1.05; letter-spacing: -.025em; color: var(--ink); }
.shoot__item:not(.is-active):not(:hover) .shoot__name { opacity: .55; }
.shoot__meta { display: flex; align-items: center; gap: 10px; margin-top: 6px; font-family: var(--body); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--sage); }
.shoot__pop { color: var(--paper); background: var(--ink); padding: 2px 7px; letter-spacing: .12em; }
.shoot__pricecol { text-align: right; white-space: nowrap; }
.shoot__now { font-family: var(--display); font-weight: 700; font-size: clamp(20px,2.4vw,28px); letter-spacing: -.02em; color: var(--ink); }
.shoot__net { display: block; font-family: var(--body); font-size: 9.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); margin-top: 2px; }
.shoot__was { display: block; font-family: var(--body); font-size: 11px; color: var(--sage); text-decoration: line-through; margin-bottom: 2px; }
.shoot__sold { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #b1554f; }
.shoot__thumb { display: none; }
@media (max-width: 900px){ .shoot__item{ grid-template-columns: auto 1fr auto; } }

/* viewer */
.shoot__viewer { position: sticky; top: 96px; margin: 0; }
@media (max-width: 900px){ .shoot__viewer{ display: none; } }
.shoot__plate { position: relative; overflow: hidden; color: var(--paper);
  background: linear-gradient(158deg, #20201a 0%, #13120d 58%, #100f0a 100%);
  padding: clamp(58px,6vw,72px) clamp(22px,2.6vw,30px) clamp(22px,2.6vw,28px); }
.shoot__plate::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 90% at 100% 0%, rgba(139,139,126,.16), transparent 60%); }
.shoot__frame { display: none; }
.shoot__platebig { position: absolute; right: -.04em; bottom: -.30em; z-index: 1; line-height: .8;
  font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(110px,13vw,168px);
  color: rgba(243,239,231,.05); font-variant-numeric: tabular-nums; user-select: none; }
.shoot__platemain { position: relative; z-index: 2; }
.shoot__platecat { display: block; font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--sage-lo); }
.shoot__platetitle { display: block; font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(26px,2.9vw,42px); line-height: .96; letter-spacing: -.035em; color: var(--paper); margin: 10px 0 13px; }
.shoot__platecap { display: inline-block; z-index: 2; background: rgba(243,239,231,.08); border: 1px solid var(--line-d);
  color: rgba(243,239,231,.85); padding: 7px 12px; font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.shoot__plateno { position: absolute; right: clamp(22px,2.6vw,30px); top: clamp(22px,2.6vw,30px); z-index: 3; font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .24em; color: rgba(243,239,231,.6); font-variant-numeric: tabular-nums; }
.shoot__platedeal { position: absolute; left: clamp(22px,2.6vw,30px); top: clamp(22px,2.6vw,30px); z-index: 3; background: var(--sage); color: var(--paper); padding: 8px 11px; font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.shoot__vbody { padding-top: 28px; }
.shoot__vcat { font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--sage); }
.shoot__vtitle { font-family: var(--display); font-weight: 700; font-size: clamp(28px,3.4vw,44px); line-height: 1; letter-spacing: -.03em; color: var(--ink); margin: 10px 0 0; }
.shoot__vblurb { font-size: 14.5px; font-weight: 300; line-height: 1.7; color: rgba(42,40,32,.82); margin: 14px 0 0; }
.shoot__incl { list-style: none; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.shoot__incl li { display: flex; align-items: baseline; gap: 10px; font-size: 13px; color: var(--fg); }
.shoot__incl li::before { content: ""; flex: none; width: 6px; height: 6px; background: var(--sage); position: relative; top: 4px; }
.shoot__vfoot { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.shoot__vprice .was { font-family: var(--body); font-size: 14px; color: var(--sage); text-decoration: line-through; margin-right: 12px; }
.shoot__vprice .now { font-family: var(--display); font-weight: 700; font-size: clamp(34px,4vw,46px); letter-spacing: -.03em; color: var(--ink); }
.shoot__vprice .per { font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin-top: 8px; }
.shoot__buy { display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: var(--paper); border: none;
  padding: 17px 28px; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; border-radius: 100px; transition: background .4s, transform .4s var(--ease); }
.shoot__buy:hover { background: var(--sage); transform: translateY(-2px); }
.shoot2__note { margin-top: clamp(40px,5vw,64px); font-size: 13px; font-weight: 300; color: rgba(42,40,32,.7); }
.shoot2__note a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); }

/* ── QUOTE ───────────────────────────────────────────────────────────────── */
.quote2 { background: var(--ink); color: var(--paper); padding: clamp(100px,14vw,200px) 0; text-align: center; }
.quote2 .kicker { color: var(--sage); justify-content: center; }
.quote2__q { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(26px,4vw,58px); line-height: 1.28; letter-spacing: -.01em; max-width: 18ch; margin: 28px auto 0; }
.quote2__q b { color: var(--sage); font-weight: 500; }
.quote2__cite { margin-top: 32px; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--sage-lo); }

/* ── CTA ─────────────────────────────────────────────────────────────────── */
.final { padding: clamp(100px,14vw,200px) 0; text-align: center; }
.final__h { font-family: var(--display); font-weight: 700; font-size: clamp(40px,9vw,150px); line-height: .9; letter-spacing: -.045em; text-transform: uppercase; color: var(--ink); }
.final__h em { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--sage); }
.final__sub { font-size: clamp(15px,1.4vw,17px); color: rgba(42,40,32,.7); margin: 26px auto 38px; max-width: 46ch; }

/* ── FOOTER ──────────────────────────────────────────────────────────────── */
.foot { background: var(--ink); color: var(--paper); padding: clamp(60px,8vw,100px) 0 40px; }
.foot__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(28px,4vw,56px); padding-bottom: 48px; border-bottom: 1px solid var(--line-d); }
@media (max-width:820px){ .foot__top{ grid-template-columns: 1fr 1fr; } }
@media (max-width:480px){ .foot__top{ grid-template-columns: 1fr; } }
.foot__logo { font-family: var(--display); font-weight: 700; font-size: 26px; }
.foot__logo span { color: var(--sage); }
.foot__claim { font-size: 14px; line-height: 1.7; color: rgba(243,239,231,.6); margin-top: 16px; max-width: 34ch; }
.foot h4 { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--sage); margin-bottom: 16px; }
.foot__col a { display: block; font-size: 14px; color: rgba(243,239,231,.78); margin-bottom: 10px; width: fit-content; transition: color .3s; }
.foot__col a:hover { color: var(--sage); }
.foot__fine { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 28px; font-size: 12px; color: rgba(243,239,231,.5); }
.foot__fine a { color: rgba(243,239,231,.6); margin-left: 18px; }

/* ── Buchungs-Modal (shx-) — neu skiniert ────────────────────────────────── */
.shx-scrim { position: fixed; inset: 0; z-index: 11000; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(19,18,13,.55); backdrop-filter: blur(6px); }
.shx-scrim.open { display: flex; animation: fade .4s var(--ease); }
@keyframes fade { from{opacity:0} to{opacity:1} }
.shx-box { background: var(--paper); width: min(540px,100%); max-height: 92vh; overflow-y: auto; box-shadow: 0 60px 120px rgba(0,0,0,.35); }
.shx-head { padding: 32px 34px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.shx-eyebrow { font-family: var(--body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .3em; color: var(--sage); margin-bottom: 10px; }
.shx-title { font-family: var(--display); font-weight: 700; font-size: 28px; letter-spacing: -.03em; color: var(--ink); margin: 0; }
.shx-sub { margin-top: 10px; font-family: var(--body); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(42,40,32,.55); }
.shx-close { background: none; border: none; color: var(--ink); padding: 4px; line-height: 0; transition: transform .4s var(--ease); }
.shx-close:hover { transform: rotate(90deg); }
.shx-steps { display: flex; height: 2px; }
.shx-steps span { flex: 1; background: var(--line); transition: background .4s; }
.shx-steps span.on { background: var(--sage); }
.shx-body { padding: 32px 34px; }
.shx-foot { padding: 20px 34px 32px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.shx-desc { font-size: 14px; font-weight: 300; line-height: 1.7; color: rgba(42,40,32,.82); margin: 0 0 28px; }
.shx-label { display: block; font-family: var(--body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; color: var(--sage); margin-bottom: 9px; }
.shx-input { width: 100%; padding: 12px 0; border: none; border-bottom: 1px solid var(--line); background: transparent; font-family: var(--body); font-size: 15px; color: var(--ink); outline: none; }
.shx-input:focus { border-color: var(--ink); }
.shx-fields { display: grid; gap: 22px; }
.shx-stepper { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.shx-step-btn { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-family: var(--display); font-size: 22px; line-height: 1; transition: background .3s, color .3s; }
.shx-step-btn:hover { background: var(--ink); color: var(--paper); }
.shx-qty { font-family: var(--display); font-weight: 700; font-size: 30px; min-width: 46px; text-align: center; color: var(--ink); }
.shx-meta { margin-left: auto; font-family: var(--body); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(42,40,32,.5); }
.shx-total { display: flex; align-items: baseline; justify-content: space-between; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.shx-total__lbl { font-family: var(--body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; color: var(--sage); }
.shx-total__val { font-family: var(--display); font-weight: 700; font-size: 36px; letter-spacing: -.03em; color: var(--ink); }
.shx-total__val .was { font-family: var(--body); font-size: 15px; font-weight: 400; color: var(--sage); text-decoration: line-through; margin-right: 12px; }
.shx-fine { font-size: 12px; font-weight: 300; line-height: 1.6; color: rgba(42,40,32,.6); margin: 0; }
.shx-fine a { color: var(--ink); }
.shx-err { font-size: 13px; color: #b1554f; margin: 0; }
.shx-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 28px; background: var(--ink); color: var(--paper); border: none;
  font-family: var(--body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; border-radius: 100px; transition: background .3s, transform .3s var(--ease); }
.shx-btn:not([disabled]):hover { background: var(--sage); transform: translateY(-2px); }
.shx-btn[disabled] { opacity: .4; }
.shx-back { display: inline-flex; align-items: center; gap: 8px; background: none; border: none; font-family: var(--body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; color: var(--sage); }
.shx-success { text-align: center; padding: 54px 36px; }
.shx-success__icon { width: 62px; height: 62px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-size: 28px; color: var(--ink); }
.shx-success__txt { font-size: 14px; font-weight: 300; line-height: 1.75; color: rgba(42,40,32,.86); margin: 0 0 10px; }
.shx-success__sub { font-size: 12px; color: var(--sage); margin: 0 0 30px; }
.shx-info__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.shx-btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.shx-btn--ghost:not([disabled]):hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.shx-info__close { display: block; margin: 22px auto 0; background: none; border: none; font-family: var(--body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--sage); transition: color .3s; }
.shx-info__close:hover { color: var(--ink); }

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

/* ═══ ERWEITERUNGEN: Promo · Shooting-Gruppen · Rabattcode · Testimonials ═══ */

/* ── Hero Promo-Pill (Neueröffnung) ──────────────────────────────────────── */
.hero__promo { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; max-width: 100%; flex-wrap: wrap;
  padding: 9px 8px 9px 16px; border: 1px solid rgba(243,239,231,.28); border-radius: 100px;
  font-family: var(--body); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(243,239,231,.92); }
@media (max-width: 480px){ .hero__promo{ border-radius: 18px; } }
.hero__promo b { color: var(--paper); font-weight: 700; }
.hero__promo .code { background: var(--sage); color: var(--paper); padding: 6px 11px; border-radius: 100px; letter-spacing: .18em; font-weight: 700; }
@media (max-width: 520px){ .hero__promo{ font-size: 10px; gap: 9px; } }

/* ── Shootings: Deal-Banner + Gruppen-Trenner ────────────────────────────── */
.shoot2__deal { flex-wrap: wrap; }
.shoot2__deal .code { background: var(--ink); color: var(--paper); padding: 6px 12px; letter-spacing: .22em; }
.shoot__group { list-style: none; padding: 34px 0 14px; border-bottom: 1px solid var(--line);
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.shoot__group--first { padding-top: 4px; }
.shoot__group b { font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--ink); }
.shoot__group span { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--sage); }
.shoot__vprice .hint { display: block; margin-top: 6px; font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); }

/* ── Modal: Rabattcode-Feld ──────────────────────────────────────────────── */
.shx-code { display: flex; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); transition: border-color .3s; }
.shx-code.ok { border-color: var(--sage); }
.shx-code input { flex: 1; min-width: 0; padding: 12px 0; border: none; background: transparent; font-family: var(--body); font-size: 15px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink); outline: none; }
.shx-code button { background: none; border: none; font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--sage); padding: 0 0 0 14px; white-space: nowrap; }
.shx-code button:hover { color: var(--ink); }
.shx-codemsg { font-size: 11.5px; margin-top: 8px; letter-spacing: .04em; min-height: 14px; }
.shx-codemsg.ok  { color: var(--sage); font-weight: 600; }
.shx-codemsg.bad { color: #b1554f; }
.shx-total__val .save { display: block; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); margin-top: 6px; }
/* Preis-Aufstellung im Modal: Netto / MwSt / Gesamt (brutto) */
.shx-sum { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.shx-sum__row { display: flex; align-items: baseline; justify-content: space-between; font-family: var(--body); font-size: 13px; color: rgba(42,40,32,.8); padding: 5px 0; }
.shx-sum__row span:first-child { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--sage); }
.shx-sum__row .was { font-size: 13px; color: var(--sage); text-decoration: line-through; margin-right: 10px; }
.shx-sum__tot { margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--line); }
.shx-sum__tot span:first-child { color: var(--ink); }
.shx-sum__tot span:last-child { font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: -.03em; color: var(--ink); }
.shx-sum__save { display: block; margin-top: 10px; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); }

/* ── Testimonials (rotierend, dunkel) ────────────────────────────────────── */
.quote2 { position: relative; }
.quote2__stage { position: relative; }
.quote2__slide { opacity: 0; visibility: hidden; position: absolute; inset: 0; transition: opacity .8s var(--ease); }
.quote2__slide.on { opacity: 1; visibility: visible; position: relative; }
.quote2__role { margin-top: 16px; font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--sage-lo); }
.quote2__dots { display: inline-flex; gap: 11px; justify-content: center; margin-top: 46px; }
.quote2__dots button { width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--sage-lo); background: transparent; padding: 0; transition: background .3s, transform .3s; }
.quote2__dots button.on { background: var(--sage); transform: scale(1.25); }

/* ── GALERIE-SEITE (Portfolio) ───────────────────────────────────────────── */
.galhero { background: var(--ink); color: var(--paper); padding: clamp(150px,18vh,210px) 0 clamp(60px,8vw,100px); }
.galhero .wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.galhero .kicker { color: var(--sage); }
.galhero__h { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: .9;
  letter-spacing: -.045em; font-size: clamp(46px,9vw,128px); margin-top: 18px; }
.galhero__h em { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--sage-lo); }
.galhero__lede { max-width: 40ch; font-size: clamp(14px,1.3vw,16px); font-weight: 300; line-height: 1.7; color: rgba(243,239,231,.82); }
.galback { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(243,239,231,.7); margin-bottom: 26px; transition: gap .3s var(--ease), color .3s; }
.galback:hover { color: var(--paper); gap: 16px; }
.galback i { width: 22px; height: 1px; background: currentColor; position: relative; }
.galback i::before { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px;
  border-bottom: 1px solid currentColor; border-left: 1px solid currentColor; transform: rotate(45deg); }

.gallery { background: var(--ink); color: var(--paper); padding: 0 0 clamp(90px,12vw,160px); }
.gallery__grid { column-count: 3; column-gap: clamp(14px,1.6vw,22px); }
@media (max-width: 980px){ .gallery__grid{ column-count: 2; } }
@media (max-width: 560px){ .gallery__grid{ column-count: 1; } }
.gallery__item { break-inside: avoid; margin-bottom: clamp(14px,1.6vw,22px); display: block; position: relative; overflow: hidden; }
.gallery__item img { width: 100%; height: auto; display: block; transition: transform 1.2s var(--ease); }
.gallery__item:hover img { transform: scale(1.05); }

.galcta { background: var(--paper); color: var(--ink); text-align: center; padding: clamp(80px,11vw,150px) 0; }
.galcta__h { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: .96;
  letter-spacing: -.035em; font-size: clamp(32px,5.5vw,72px); }
.galcta__h em { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--sage); }
.galcta__p { max-width: 46ch; margin: 22px auto 0; font-size: clamp(14px,1.3vw,16px); font-weight: 300; line-height: 1.7; color: var(--ink-soft, #4a4838); }
.galcta__btn { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; padding: 17px 38px; border-radius: 999px;
  background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  transition: background .4s var(--ease), gap .4s var(--ease); }
.galcta__btn:hover { background: var(--sage); gap: 20px; }
