:root {
  --ink: #0a0a0a;
  --ink-soft: rgba(10, 10, 10, 0.72);
  --paper: #ffffff;
  --gold: #d4af37;
  --gold-hot: #f0d36a;
  --lime: #d4ff3a;
  --font-d: "Josefin Sans", sans-serif;
  --font-b: "Josefin Sans", sans-serif;
  --font-s: "Josefin Sans", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #1a1210; color: #fff; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-b);
  font-weight: 500;
  overflow-x: hidden;
  color: #fff;
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,247,240,0.32) 0%, rgba(255,247,240,0.1) 30%, rgba(26,18,16,0.2) 100%),
    radial-gradient(120% 80% at 20% 20%, transparent 40%, rgba(26,18,16,0.2) 100%);
}

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 12px 0;
  pointer-events: none;
}
.nav nav, .brand, .sound { pointer-events: auto; }
.brand {
  display: block;
  width: min(96vw, 920px);
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.holo-logo {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.wordmark {
  display: block;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(34px, 11vw, 92px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
  animation: holoFlicker 1.6s steps(2, end) infinite;
}
.wordmark.ghost {
  position: absolute;
  left: 0; right: 0; top: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-text-stroke: 0;
  text-shadow: none;
}
.wordmark.cyan {
  color: #4df0ff;
  animation: holoShift 0.9s steps(2, end) infinite;
  opacity: 0.55;
}
.wordmark.magenta {
  color: #ff4ec8;
  animation: holoShift 1.15s steps(2, end) infinite reverse;
  opacity: 0.5;
}
.holo-scan {
  position: absolute;
  left: 0; right: 0;
  height: 18%;
  top: 0;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.35), transparent);
  mix-blend-mode: screen;
  animation: scanMove 1.8s linear infinite;
  pointer-events: none;
}
.tagline {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(11px, 3.2vw, 16px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.35;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
}
.nav nav {
  display: none;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.nav a, .sound {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: none;
  border: 0;
  font-family: var(--font-d);
  font-weight: 600;
}
.sound {
  display: block;
  margin: 8px auto 0;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 6px 14px;
  cursor: pointer;
}
.sound.is-on { background: #fff; color: #111; }

main { position: relative; z-index: 2; }

.panel {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 22vh 6vw 14vh;
  display: flex;
  align-items: center;
}
.stage {
  width: min(1100px, 100%);
  margin: 0 auto;
  position: relative;
  min-height: 62vh;
  perspective: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.copy {
  position: relative;
  z-index: 3;
  max-width: 34rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyebrow {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
  text-align: center;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
}
h1, h2, .magic, .eye-title {
  font-family: var(--font-d);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.18;
  color: #fff;
  perspective: 800px;
  -webkit-text-stroke: 0;
  text-shadow: 0 2px 16px rgba(0,0,0,0.72);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}
h1 { font-size: clamp(28px, 8.4vw, 64px); }
h2 { font-size: clamp(24px, 7vw, 52px); margin-bottom: 18px; }
h1 em, h2 em {
  font-family: var(--font-s);
  font-style: italic;
  font-weight: 600;
  color: #fff;
}
.lead {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
  max-width: 34ch;
  font-family: var(--font-d);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
}
.cta {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cases, .steps {
  list-style: none;
  margin-top: 8px;
  text-align: center;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.cases li, .steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.28);
  text-align: center;
}
.cases li span {
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #fff;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.65);
}
.cases h3, .steps h3 {
  font-family: var(--font-d);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
}
.cases p, .steps p {
  font-size: 14px;
  color: #fff;
  margin-top: 2px;
  font-family: var(--font-d);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.65);
}

.slot {
  position: relative;
  right: auto;
  top: auto;
  width: min(86vw, 420px);
  height: min(34vh, 240px);
  transform: none;
  margin: 22px auto 0;
  border-radius: 22px;
  overflow: hidden;
  z-index: 4;
  transform-style: preserve-3d;
  pointer-events: none;
  background: rgba(255,247,240,0.18);
  border: 1px solid rgba(26,18,16,0.18);
  box-shadow: 0 18px 50px rgba(26,18,16,0.12), inset 0 0 0 1px rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--ink-soft);
}
.slot span {
  font-family: var(--font-d);
  font-size: 13px;
  letter-spacing: 0.28em;
}
.slot em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.slot video, .slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes holoFlicker {
  0%, 82%, 100% { opacity: 1; clip-path: none; }
  84% { opacity: 0.35; clip-path: inset(12% 0 48% 0); }
  87% { opacity: 1; clip-path: inset(40% 0 8% 0); }
  90% { opacity: 0.7; clip-path: none; transform: translate(4px, 0); }
  93% { opacity: 1; transform: none; }
}
@keyframes holoShift {
  0%, 70%, 100% { transform: translate(0,0); opacity: 0.35; }
  76% { transform: translate(-10px, 2px); opacity: 0.95; }
  82% { transform: translate(9px, -3px); opacity: 0.5; }
  88% { transform: translate(-4px, 0); opacity: 0.8; }
}
@keyframes scanMove {
  0% { top: -20%; }
  100% { top: 110%; }
}
.char {
  display: inline-block;
  color: #fff;
  -webkit-text-stroke: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.72);
  will-change: transform, opacity, filter;
}
.holo-frame {
  position: relative;
  box-shadow: 0 0 0 1px rgba(125,240,255,0.45), 0 0 18px rgba(255,78,200,0.22), 0 18px 50px rgba(0,0,0,0.28);
  overflow: hidden;
}
.holo-frame::before,
.holo-frame::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  pointer-events: none;
  z-index: 3;
}
.holo-frame::before {
  inset: 0;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0 3px,
      rgba(255,255,255,0.08) 3px 4px
    );
  mix-blend-mode: overlay;
  animation: holoFlicker 1.6s steps(2, end) infinite;
}
.holo-frame::after {
  height: 22%;
  top: 0;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.45), transparent);
  mix-blend-mode: screen;
  animation: scanMove 1.8s linear infinite;
}
.holo-frame video {
  filter: contrast(1.18) saturate(1.15) drop-shadow(-3px 0 #7ee0ff) drop-shadow(3px 0 #ff4de8);
  animation: holoFlicker 1.6s steps(2, end) infinite;
}
.lightbox-frame video {
  filter: none !important;
  animation: none !important;
}
.char-space { width: 0.28em; }
.word { display: inline-block; white-space: nowrap; }

.eye-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 78vh;
}
.eye-copy { max-width: 90vw; }
.eye-title {
  margin-bottom: 28px;
  font-size: clamp(28px, 8.4vw, 58px);
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #fff;
  text-shadow:
    0 0 18px rgba(0,0,0,0.85),
    0 2px 16px rgba(0,0,0,0.8);
}
.orb-slot {
  position: relative;
  width: min(78vw, 340px);
  height: min(78vw, 340px);
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(125,240,255,0.7);
  box-shadow: 0 0 0 6px rgba(255,78,200,0.16), 0 0 24px rgba(125,240,255,0.28), 0 20px 50px rgba(0,0,0,0.28);
}
.orb-slot video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awards-wrap {
  width: min(88vw, 640px);
  margin: 28px auto 0;
  border-radius: 16px;
  background: rgba(0,0,0,0.18);
}
.awards {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  filter:
    brightness(1.45)
    contrast(1.12)
    drop-shadow(0 0 10px rgba(255,255,255,0.7))
    drop-shadow(-2px 0 #7ee0ff)
    drop-shadow(2px 0 #ff4de8);
  animation: holoFlicker 1.8s steps(2, end) infinite;
}

footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 20px 32px;
  font-family: var(--font-d);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.65);
}

.nav a.werk-glow {
  color: #fff;
  background: none;
  border: 0;
  padding: 6px 12px;
  position: relative;
  text-shadow:
    0 0 10px rgba(216,144,168,0.9),
    0 0 18px rgba(255,78,200,0.7),
    0 0 24px rgba(125,240,255,0.55);
  box-shadow:
    0 0 16px rgba(216,144,168,0.65),
    0 0 34px rgba(255,78,200,0.4),
    0 0 48px rgba(125,240,255,0.28);
  border-radius: 999px;
  animation: holoFlicker 1.6s steps(2, end) infinite;
}
.cta.werk-glow {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  box-shadow:
    0 0 22px rgba(216,144,168,0.85),
    0 0 48px rgba(255,78,200,0.5),
    0 0 70px rgba(125,240,255,0.35);
  animation: holoFlicker 1.6s steps(2, end) infinite;
}
.fx-layer {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  overflow: hidden;
}
.fx-ripple {
  position: absolute;
  width: var(--size, 140px);
  height: var(--size, 140px);
  margin-left: calc(var(--size, 140px) / -2);
  margin-top: calc(var(--size, 140px) / -2);
  border-radius: 50%;
  pointer-events: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 0 0 10px rgba(255,255,255,0.05),
    inset 0 0 18px rgba(255,255,255,0.12);
  backdrop-filter: url(#waterRipple) contrast(1.14) saturate(1.1) brightness(1.06);
  -webkit-backdrop-filter: contrast(1.14) saturate(1.1) brightness(1.06);
  transform: scale(0.18);
  opacity: 0;
  animation: rippleOut 0.85s cubic-bezier(0.12, 0.7, 0.24, 1) forwards;
}
@keyframes rippleOut {
  0% { opacity: 0; transform: scale(0.12); }
  18% { opacity: 0.9; transform: scale(0.42); }
  100% { opacity: 0; transform: scale(1); }
}

@media (max-width: 800px) {
  .nav { padding-top: 8px; }
  .wordmark { font-size: clamp(28px, 9.4vw, 48px); letter-spacing: 0.16em; }
  .nav nav { display: flex; }
  .nav nav a:not(.werk-glow) { display: none; }
  .panel { padding: 18vh 6vw 10vh; padding-top: 28vh; }
  .tagline { font-size: clamp(10px, 3.1vw, 13px); letter-spacing: 0.12em; margin-top: 8px; }
  .copy { padding-top: 0; }
  .eye-copy { padding-top: 0; }
  .orb-slot { width: min(72vw, 300px); height: min(72vw, 300px); }
  .awards-wrap { width: min(92vw, 420px); margin-top: 22px; }
  h1, h2, .magic, .eye-title {
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9), 0 2px 18px rgba(0,0,0,0.75);
  }
  h1 { font-size: clamp(30px, 9.2vw, 44px); }
  h2 { font-size: clamp(26px, 8vw, 38px); }
  .word { display: inline-block; white-space: nowrap; }
  .eyebrow {
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9), 0 2px 14px rgba(0,0,0,0.7);
  }
  .lead {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9), 0 2px 14px rgba(0,0,0,0.7);
  }
  .slot {
    width: min(88vw, 360px);
    height: min(30vh, 210px);
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 18px auto 0;
  }
}

@media (min-width: 801px) {
  .nav nav { display: flex; }
}

.page-werk .bg video {
  filter: grayscale(1) contrast(1.12) brightness(0.86);
}
.page-werk .veil {
  background:
    linear-gradient(180deg, rgba(8,6,6,0.35) 0%, rgba(8,6,6,0.18) 40%, rgba(8,6,6,0.45) 100%);
}
.werk-main {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 28vh 0 8vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.werk-label {
  margin-bottom: 18px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.8);
}
.aura {
  position: relative;
  width: min(96vw, 920px);
  height: min(58vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aura::before,
.aura::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.aura::before {
  width: min(98vw, 820px);
  height: min(58vh, 420px);
  background:
    radial-gradient(circle at 28% 50%, rgba(216,144,168,0.95), transparent 56%),
    radial-gradient(circle at 72% 46%, rgba(180,110,70,0.88), transparent 58%),
    radial-gradient(circle at 50% 52%, rgba(255,78,200,0.55), transparent 60%);
  filter: blur(26px);
  opacity: 1;
  animation: auraPulse 5.5s ease-in-out infinite;
  box-shadow:
    0 0 80px 20px rgba(216,144,168,0.45),
    0 0 140px 40px rgba(255,78,200,0.28);
}
.aura::after {
  width: min(78vw, 580px);
  height: min(44vh, 300px);
  background:
    radial-gradient(circle at 35% 40%, rgba(125,240,255,0.62), transparent 60%),
    radial-gradient(circle at 68% 60%, rgba(255,78,200,0.55), transparent 62%);
  filter: blur(16px);
  animation: auraPulse 4s ease-in-out infinite reverse;
}
@keyframes auraPulse {
  0%, 100% { opacity: 0.85; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}
.page-werk {
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
}
body.is-locked {
  overflow: hidden;
  touch-action: none;
}
.scene3d {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective: 1100px;
  perspective-origin: 50% 48%;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.scene3d:active { cursor: grabbing; }
.ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
.card {
  position: absolute;
  left: 0;
  top: 0;
  width: min(58vw, 280px);
  height: min(34vh, 168px);
  margin-left: calc(min(58vw, 280px) / -2);
  margin-top: calc(min(34vh, 168px) / -2);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  cursor: pointer;
  pointer-events: auto;
}
.page-werk .slot {
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
  pointer-events: none;
  box-shadow:
    0 0 0 1px rgba(216,144,168,0.5),
    0 18px 40px rgba(0,0,0,0.45),
    0 0 36px rgba(216,144,168,0.55),
    0 0 64px rgba(255,78,200,0.28);
}
.page-werk .slot video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home-btn {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.home-btn:active { transform: scale(0.98); }
.werk-hint {
  margin-top: 10px;
  font-family: var(--font-d);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(4,3,5,0.88);
  backdrop-filter: blur(16px);
}
.lightbox.is-open,
.lightbox:not([hidden]) {
  display: flex;
}
.lightbox[hidden] { display: none !important; }
.lightbox-glow {
  position: absolute;
  width: min(98vw, 860px);
  height: min(78vh, 620px);
  border-radius: 46%;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 50%, rgba(216,144,168,0.95), transparent 56%),
    radial-gradient(circle at 72% 46%, rgba(180,110,70,0.88), transparent 58%),
    radial-gradient(circle at 50% 52%, rgba(255,78,200,0.55), transparent 60%),
    radial-gradient(circle at 35% 40%, rgba(125,240,255,0.5), transparent 62%);
  filter: blur(26px);
  animation: auraPulse 5.5s ease-in-out infinite;
  box-shadow:
    0 0 80px 20px rgba(216,144,168,0.45),
    0 0 140px 40px rgba(255,78,200,0.28);
}
.lightbox-card {
  position: relative;
  z-index: 2;
  width: min(94vw, 880px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lightbox-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.lightbox-kicker {
  font-family: var(--font-d);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
}
.lightbox-actions {
  display: flex;
  gap: 8px;
}
.lightbox-frame {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: min(62vh, 540px);
  margin: 0;
  position: relative;
  border-radius: 6px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.28),
    0 0 28px rgba(125,240,255,0.35),
    0 0 48px rgba(255,78,200,0.28),
    0 24px 60px rgba(0,0,0,0.45);
}
.lightbox-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050305;
}
.lightbox-close,
.lightbox-play,
.lightbox-sound {
  border: 0;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-family: var(--font-d);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 12px 16px;
  min-height: 44px;
  border-radius: 999px;
}
.lightbox-sound.is-off { opacity: 0.65; }
@media (max-width: 800px) {
  .werk-main { padding-top: 22vh; padding-bottom: 10vh; }
  .aura { height: min(52vh, 360px); width: 100vw; }
  .card {
    width: min(70vw, 260px);
    height: min(34vh, 160px);
    margin-left: calc(min(70vw, 260px) / -2);
    margin-top: calc(min(34vh, 160px) / -2);
  }
  .lightbox-card { width: min(96vw, 420px); }
  .lightbox-frame {
    aspect-ratio: 16 / 11;
    max-height: min(48vh, 280px);
  }
}
