/* Mini-Websites (1200x800, per JS skaliert) */
.work-media { aspect-ratio: 3/2 !important; background: #111 !important; }
.shot { position: absolute; inset: 0; overflow: hidden; }
.pg { position: absolute; left: 0; top: 0; width: 1200px; height: 800px; overflow: hidden; transform-origin: 0 0; transform: scale(var(--s, .5)); font-family: 'Inter Tight', sans-serif; line-height: 1.2; text-align: left; transition: transform 1s var(--ease); }
.pg * { margin: 0; }
.pg nav { position: absolute; left: 0; right: 0; top: 0; display: flex; justify-content: space-between; align-items: center; padding: 30px 56px; font-size: 15px; z-index: 3; }
.pg nav b { font-size: 20px; letter-spacing: -.02em; }
.pg nav span { display: flex; gap: 30px; opacity: .75; }
.pg nav u { text-decoration: none; padding: 11px 20px; border-radius: 8px; font-weight: 500; }
.pg .btn2 { display: inline-block; padding: 16px 28px; border-radius: 10px; font-weight: 500; font-size: 17px; }
.pg i.serif { font-family: 'Instrument Serif', serif; font-weight: 400; }
.work:hover .pg { transform: scale(calc(var(--s, .5) * 1.02)); }

/* 1 Nordlicht — dunkel, Architektur */
.d1 { background: #0a0a0a; color: #d2d2d2; }
.d1 nav u { background: #d2d2d2; color: #000; }
.d1 h2 { position: absolute; left: 56px; top: 190px; width: 640px; font-size: 92px; letter-spacing: -.045em; font-weight: 600; line-height: .95; }
.d1 p { position: absolute; left: 56px; top: 480px; width: 420px; font-size: 19px; opacity: .65; line-height: 1.45; }
.d1 .btn2 { position: absolute; left: 56px; top: 580px; background: #d2d2d2; color: #000; }
.d1 .img { position: absolute; right: 56px; top: 120px; width: 400px; height: 620px; border-radius: 6px; background:
  repeating-linear-gradient(90deg, transparent 0 46px, rgba(255,255,255,.14) 46px 48px),
  repeating-linear-gradient(0deg, transparent 0 70px, rgba(255,255,255,.14) 70px 72px),
  linear-gradient(180deg, #4a4a4a, #151515 70%); }
.d1 .tag { position: absolute; right: 80px; bottom: 60px; z-index: 2; font-size: 14px; background: #d2d2d2; color: #000; padding: 8px 14px; border-radius: 6px; font-weight: 500; }
.d1 .idx { position: absolute; left: 56px; bottom: 44px; display: flex; gap: 40px; font-size: 14px; opacity: .55; }

/* 2 Kern Fitness — hell, kräftig */
.d2 { background: #f1f1f1; color: #000; }
.d2 nav u { background: #000; color: #d2d2d2; }
.d2 h2 { position: absolute; left: 56px; top: 130px; font-size: 168px; font-weight: 800; letter-spacing: -.06em; line-height: .84; text-transform: uppercase; }
.d2 .circ { position: absolute; right: 70px; top: 130px; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #555, #000 65%); }
.d2 .circ::after { content: ''; position: absolute; inset: 60px; border-radius: 50%; border: 2px solid rgba(255,255,255,.25); }
.d2 .badge { position: absolute; right: 60px; top: 470px; background: #d2d2d2; border-radius: 14px; padding: 16px 20px; box-shadow: 0 20px 50px rgba(0,0,0,.2); font-weight: 600; font-size: 24px; }
.d2 .badge small { display: block; opacity: .5; font: 500 11px 'JetBrains Mono', monospace; text-transform: uppercase; }
.d2 .row { position: absolute; left: 56px; bottom: 50px; display: flex; gap: 14px; align-items: center; }
.d2 .row .btn2 { background: #000; color: #d2d2d2; }
.d2 .row .btn2.o { background: none; box-shadow: inset 0 0 0 2px #000; color: #000; }
.d2 .row em { margin-left: 24px; font-style: normal; font-size: 16px; opacity: .7; }

/* 3 Atelier Nord — editorial */
.d3 { background: #f7f7f7; color: #111; }
.d3 nav { justify-content: center; } .d3 nav b { font: italic 400 30px 'Instrument Serif', serif; } .d3 nav span { position: absolute; left: 56px; } .d3 nav u { position: absolute; right: 56px; background: #111; color: #d2d2d2; }
.d3 h2 { position: absolute; left: 0; right: 0; top: 120px; text-align: center; font: 400 92px/.98 'Instrument Serif', serif; letter-spacing: -.02em; }
.d3 h2 i { font-style: italic; }
.d3 .tiles { position: absolute; left: 56px; right: 56px; top: 360px; height: 380px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; }
.d3 .tiles div { border-radius: 4px; position: relative; overflow: hidden; }
.d3 .tiles div:nth-child(1) { background: radial-gradient(ellipse at 30% 70%, #666, #222 70%); }
.d3 .tiles div:nth-child(2) { background: linear-gradient(160deg, #ddd, #8b8b8b); }
.d3 .tiles div:nth-child(3) { background: radial-gradient(circle at 60% 40%, #999, #2c2c2c 75%); }
.d3 .tiles em { position: absolute; left: 18px; bottom: 16px; color: #d2d2d2; font: italic 400 24px 'Instrument Serif', serif; }
.d3 .tiles div:nth-child(2) em { color: #111; }
.d3 .sub { position: absolute; left: 0; right: 0; top: 305px; text-align: center; font-size: 17px; opacity: .6; }

/* 4 Lumen Beratung — dunkel, Business */
.d4 { background: #000; color: #d2d2d2; }
.d4 nav u { box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.d4 h2 { position: absolute; left: 56px; top: 170px; width: 600px; font-size: 76px; font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.d4 h2 i { font: italic 400 1em 'Instrument Serif', serif; }
.d4 .lead4 { position: absolute; left: 56px; top: 400px; width: 460px; font-size: 19px; opacity: .65; line-height: 1.45; }
.d4 .card2 { position: absolute; right: 56px; top: 130px; width: 400px; background: #d2d2d2; color: #000; border-radius: 18px; padding: 30px; }
.d4 .card2 h3 { font-size: 26px; letter-spacing: -.03em; margin-bottom: 20px; }
.d4 .card2 div { height: 46px; border-radius: 10px; background: #f0f0f0; margin-bottom: 12px; padding: 14px; font-size: 14px; color: #777; }
.d4 .card2 .go { background: #000; color: #d2d2d2; text-align: center; font-weight: 500; margin-top: 8px; }
.d4 .stats { position: absolute; left: 56px; right: 56px; bottom: 44px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); padding-top: 26px; }
.d4 .stats b { display: block; font-size: 48px; letter-spacing: -.04em; } .d4 .stats span { opacity: .55; font-size: 15px; }
.d4 .btn2 { position: absolute; left: 56px; top: 500px; background: #d2d2d2; color: #000; }

/* 5 Krume Bäckerei */
.d5 { background: #d2d2d2; color: #111; }
.d5 nav { justify-content: center; } .d5 nav b { font: italic 400 32px 'Instrument Serif', serif; } .d5 nav span { position: absolute; left: 56px; } .d5 nav u { position: absolute; right: 56px; box-shadow: inset 0 0 0 1.5px #111; }
.d5 .arch { position: absolute; left: 56px; top: 110px; width: 460px; height: 640px; border-radius: 230px 230px 0 0; background: radial-gradient(circle at 50% 30%, #aaa, #333 80%); }
.d5 .arch::after { content: ''; position: absolute; left: 50%; top: 32%; width: 240px; height: 130px; transform: translateX(-50%); border-radius: 120px 120px 30px 30px; background: radial-gradient(ellipse at 40% 30%, #eee, #999); box-shadow: 0 30px 40px rgba(0,0,0,.35); }
.d5 h2 { position: absolute; left: 600px; top: 130px; width: 540px; font: 400 84px/.98 'Instrument Serif', serif; letter-spacing: -.02em; }
.d5 h2 i { font-style: italic; }
.d5 .menu { position: absolute; left: 600px; top: 400px; width: 540px; }
.d5 .menu div { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px dashed #bbb; font-size: 19px; }
.d5 .menu div b { font-weight: 500; }
.d5 .btn2 { position: absolute; left: 600px; top: 672px; background: #111; color: #d2d2d2; }

/* 6 Vela Studio — Fotografie */
.d6 { background: #000; color: #d2d2d2; }
.d6 .mos { position: absolute; inset: 0; display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 6px; }
.d6 .mos div:nth-child(1) { grid-row: span 2; background: radial-gradient(ellipse at 40% 60%, #777, #111 75%); }
.d6 .mos div:nth-child(2) { background: linear-gradient(200deg, #ccc, #333); }
.d6 .mos div:nth-child(3) { background: radial-gradient(circle at 30% 30%, #999, #1a1a1a 70%); }
.d6 .mos div:nth-child(4) { background: linear-gradient(120deg, #222, #888); }
.d6 .mos div:nth-child(5) { background: radial-gradient(circle at 70% 60%, #eee, #444 60%); }
.d6 .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.8), transparent 65%); }
.d6 h2 { position: absolute; left: 56px; bottom: 100px; font-size: 130px; font-weight: 700; letter-spacing: -.06em; line-height: .85; }
.d6 .cap { position: absolute; left: 60px; bottom: 44px; font-size: 18px; opacity: .7; }
.d6 nav u { background: #d2d2d2; color: #000; }
