/* ============================================================
   VLOTE Brand Hub — Digitale Vorlagen · template designs
   The fixed-size canvases (Posts 1080², Stories 1080×1920,
   Banner in diversen Maßen). These are rendered at native px
   and scaled by board.js — never edit pixel values for "mobile",
   that is handled entirely by the scale transform.
   Moved out of the page's inline <style> so nothing overrides it.
   ============================================================ */

/* ---------- Shared post/story canvas ---------- */
.cv { position: relative; font-weight: 400; color: var(--ink); }
.cv.paper { background: var(--paper); }
.cv.linen { background: var(--linen); }
.cv.ink { background: var(--ink); color: var(--snow); }
.cv .ey { font-family: var(--f-mono); letter-spacing: .26em; text-transform: uppercase; color: var(--mocha); display: inline-flex; align-items: center; gap: 18px; }
.cv.ink .ey { color: color-mix(in oklab, var(--snow) 62%, transparent); }
.cv .ey::after { content: ""; width: 60px; height: 2px; background: var(--berry); opacity: .65; }
.cv .disp { font-family: var(--f-display); font-weight: 500; line-height: 1.0; letter-spacing: .004em; }
.cv .disp em { font-style: italic; color: var(--berry); }
.cv.ink .disp em { color: color-mix(in oklab, var(--berry) 72%, white); }
.cv .handle { font-family: var(--f-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--mocha); }
.cv.ink .handle { color: color-mix(in oklab, var(--snow) 55%, transparent); }
.cv .wm { font-family: var(--f-display); font-style: italic; font-weight: 600; }
.cv .wm .dot { font-style: normal; color: var(--berry); }
.cv.ink .wm { color: var(--snow); }

/* POST · Editorial (paper) */
.post-ed { padding: 92px 88px; display: flex; flex-direction: column; }
.post-ed .top { display: flex; justify-content: space-between; align-items: flex-start; }
.post-ed .top vlote-mark { width: 86px; height: 86px; color: var(--ink); }
.post-ed .ey { font-size: 23px; }
.post-ed .mid { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.post-ed .disp { font-size: 96px; }
.post-ed .sub { font-size: 31px; line-height: 1.5; margin-top: 30px; color: color-mix(in oklab, var(--ink) 62%, transparent); max-width: 760px; }
.post-ed .foot { display: flex; justify-content: space-between; align-items: flex-end; border-top: 2px solid color-mix(in oklab, var(--ink) 14%, transparent); padding-top: 30px; }
.post-ed .foot .det { font-family: var(--f-mono); font-size: 21px; letter-spacing: .12em; text-transform: uppercase; color: var(--berry); }
.post-ed .foot .wm { font-size: 40px; }

/* POST · Siegel (ink) */
.post-seal { padding: 100px 96px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; }
.post-seal .badge { width: 132px; height: 132px; border-radius: 50%; background: var(--snow); display: flex; align-items: center; justify-content: center; }
.post-seal .badge vlote-mark { width: 96px; height: 96px; color: var(--ink); }
.post-seal .q { font-family: var(--f-display); font-weight: 500; font-style: italic; font-size: 70px; line-height: 1.18; color: var(--snow); }
.post-seal .q em { color: color-mix(in oklab, var(--berry) 74%, white); font-style: italic; }
.post-seal .by { font-family: var(--f-mono); font-size: 21px; letter-spacing: .2em; text-transform: uppercase; color: color-mix(in oklab, var(--snow) 55%, transparent); margin-top: 30px; }
.post-seal .foot { display: flex; align-items: center; gap: 18px; }
.post-seal .foot .wm { font-size: 38px; }
.post-seal .foot .sep { width: 2px; height: 26px; background: color-mix(in oklab, var(--snow) 30%, transparent); }
.post-seal .foot .handle { font-size: 19px; }

/* POST · Foto (full bleed + card) */
.post-photo { position: relative; }
.post-photo .bg { position: absolute; inset: 0; }
.post-photo .bg image-slot { width: 1080px; height: 1080px; }
.post-photo .imgs { position: absolute; inset: 0; display: flex; }
.post-photo .imgs .half { position: relative; flex: 1; }
.post-photo .imgs image-slot { width: 540px; height: 1080px; }
.post-photo .imgs .tag { position: absolute; top: 40px; left: 40px; font-family: var(--f-mono); font-size: 19px; letter-spacing: .22em; text-transform: uppercase; color: var(--snow); background: color-mix(in oklab, var(--ink) 55%, transparent); padding: 10px 18px; backdrop-filter: blur(2px); }
.post-photo .imgs .half:last-child .tag { color: var(--snow); background: color-mix(in oklab, var(--berry) 80%, transparent); }
.post-photo .card { position: absolute; left: 60px; right: 60px; bottom: 60px; background: var(--snow); padding: 50px 54px; display: flex; flex-direction: column; gap: 12px; }
.post-photo .card .ey { font-size: 20px; }
.post-photo .card .disp { font-size: 60px; }
.post-photo .card .sub { font-size: 26px; line-height: 1.45; color: color-mix(in oklab, var(--ink) 60%, transparent); margin-top: 4px; }
.post-photo .card vlote-mark { position: absolute; top: 44px; right: 50px; width: 70px; height: 70px; color: var(--ink); }

/* ---------- STORY (1080×1920) ---------- */
.story-ed { padding: 230px 90px 200px; display: flex; flex-direction: column; }
.story-ed .top vlote-seal { width: 150px; height: 150px; color: var(--ink); }
.story-ed .ey { font-size: 24px; margin-top: 60px; }
.story-ed .mid { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.story-ed .disp { font-size: 108px; }
.story-ed .sub { font-size: 34px; line-height: 1.5; margin-top: 34px; color: color-mix(in oklab, var(--ink) 62%, transparent); }
.story-ed .foot { display: flex; justify-content: space-between; align-items: flex-end; border-top: 2px solid color-mix(in oklab, var(--ink) 14%, transparent); padding-top: 34px; }
.story-ed .foot .det { font-family: var(--f-mono); font-size: 24px; letter-spacing: .12em; text-transform: uppercase; color: var(--berry); }
.story-ed .foot .wm { font-size: 46px; }

.story-seal { padding: 240px 96px 210px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; }
.story-seal .badge { width: 150px; height: 150px; border-radius: 50%; background: var(--snow); display: flex; align-items: center; justify-content: center; }
.story-seal .badge vlote-mark { width: 108px; height: 108px; color: var(--ink); }
.story-seal .q { font-family: var(--f-display); font-weight: 500; font-style: italic; font-size: 86px; line-height: 1.16; color: var(--snow); }
.story-seal .q em { color: color-mix(in oklab, var(--berry) 74%, white); }
.story-seal .by { font-family: var(--f-mono); font-size: 24px; letter-spacing: .2em; text-transform: uppercase; color: color-mix(in oklab, var(--snow) 55%, transparent); margin-top: 36px; }
.story-seal .wm { font-size: 44px; }

.story-photo { position: relative; }
.story-photo .bg image-slot { position: absolute; inset: 0; width: 1080px; height: 1920px; }
.story-photo .scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, color-mix(in oklab, var(--ink) 72%, transparent)); }
.story-photo .top { position: absolute; top: 150px; left: 0; right: 0; display: flex; justify-content: center; }
.story-photo .top .badge { width: 132px; height: 132px; border-radius: 50%; background: var(--snow); display: flex; align-items: center; justify-content: center; }
.story-photo .top .badge vlote-mark { width: 96px; height: 96px; color: var(--ink); }
.story-photo .blk { position: absolute; left: 90px; right: 90px; bottom: 210px; color: var(--snow); text-align: center; }
.story-photo .blk .ey { justify-content: center; color: color-mix(in oklab, var(--snow) 75%, transparent); font-size: 22px; }
.story-photo .blk .disp { font-size: 92px; color: var(--snow); margin-top: 24px; }
.story-photo .blk .disp em { color: color-mix(in oklab, var(--berry) 74%, white); }
.story-photo .blk .sub { font-size: 30px; line-height: 1.45; margin-top: 24px; color: color-mix(in oklab, var(--snow) 80%, transparent); }

/* ---------- Banner canvas (adapts to any frame size) ---------- */
.ban { position: relative; width: 100%; height: 100%; overflow: hidden; font-weight: 400; color: var(--ink); }
.ban.paper { background: var(--paper); }
.ban.linen { background: var(--linen); }
.ban.ink { background: var(--ink); color: var(--snow); }
.ban .ey { font-family: var(--f-mono); font-size: 21px; letter-spacing: .26em; text-transform: uppercase; color: var(--mocha); display: inline-flex; align-items: center; gap: 18px; }
.ban.ink .ey { color: color-mix(in oklab, var(--snow) 64%, transparent); }
.ban .ey::after { content: ""; width: 64px; height: 2px; background: var(--berry); opacity: .65; }
.ban .disp { font-family: var(--f-display); font-weight: 500; font-size: 74px; line-height: 1.0; letter-spacing: .004em; }
.ban .disp em { font-style: italic; color: var(--berry); }
.ban.ink .disp { color: var(--snow); }
.ban.ink .disp em { color: color-mix(in oklab, var(--berry) 74%, white); }
.ban .sub { font-size: 27px; line-height: 1.45; color: color-mix(in oklab, var(--ink) 60%, transparent); max-width: 720px; }
.ban.ink .sub { color: color-mix(in oklab, var(--snow) 78%, transparent); }
.ban .wm { font-family: var(--f-display); font-style: italic; font-weight: 600; }
.ban .wm .dot { font-style: normal; color: var(--berry); }
.ban.ink .wm { color: var(--snow); }
.ban .pill { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: 18px; letter-spacing: .2em; text-transform: uppercase; background: var(--berry); color: var(--snow); padding: 18px 30px; align-self: flex-start; }

/* A · Editorial split */
.ban-split { display: flex; }
.ban-split .txt { flex: 1.25; padding: 78px 80px; display: flex; flex-direction: column; justify-content: center; gap: 26px; }
.ban-split .media { flex: 1; position: relative; }
.ban-split .media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.ban-split .media .mk { position: absolute; top: 40px; right: 44px; width: 84px; height: 84px; z-index: 2; }
.ban-split .media .mk .badge { width: 100%; height: 100%; border-radius: 50%; background: var(--snow); display: flex; align-items: center; justify-content: center; }
.ban-split .media .mk vlote-mark { width: 64px; height: 64px; color: var(--ink); }

/* B · Siegel center */
.ban-seal { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; text-align: center; padding: 56px; }
.ban-seal .badge { width: 168px; height: 168px; border-radius: 50%; background: var(--snow); display: flex; align-items: center; justify-content: center; flex: none; }
.ban-seal .badge vlote-mark { width: 120px; height: 120px; color: var(--ink); }
.ban-seal vlote-seal { width: 176px; height: 176px; color: var(--ink); flex: none; }
.ban-seal .wm { font-size: 64px; }
.ban-seal .tg { font-family: var(--f-mono); font-size: 20px; letter-spacing: .3em; text-transform: uppercase; color: var(--mocha); }
.ban-seal.ink .tg { color: color-mix(in oklab, var(--snow) 60%, transparent); }

/* C · Foto overlay */
.ban-photo { position: relative; }
.ban-photo image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.ban-photo .scrim { position: absolute; inset: 0; background: linear-gradient(100deg, color-mix(in oklab, var(--ink) 78%, transparent) 0%, color-mix(in oklab, var(--ink) 55%, transparent) 42%, transparent 72%); }
.ban-photo .inner { position: absolute; inset: 0; padding: 78px 80px; display: flex; flex-direction: column; justify-content: center; gap: 24px; color: var(--snow); }
.ban-photo .inner .ey { color: color-mix(in oklab, var(--snow) 75%, transparent); }
.ban-photo .inner .disp { color: var(--snow); }
.ban-photo .inner .disp em { color: color-mix(in oklab, var(--berry) 74%, white); }
.ban-photo .mk { position: absolute; top: 44px; right: 48px; width: 96px; height: 96px; }
.ban-photo .mk .badge { width: 100%; height: 100%; border-radius: 50%; background: var(--snow); display: flex; align-items: center; justify-content: center; }
.ban-photo .mk vlote-mark { width: 70px; height: 70px; color: var(--ink); }

/* newsletter is shorter — trim type a touch */
.fmt-news .disp { font-size: 58px; }
.fmt-news .sub { font-size: 23px; }
.fmt-news .ban-split .txt { padding: 52px 60px; gap: 20px; }
.fmt-news .ban-seal .wm { font-size: 52px; }
