@import url('../assets/fonts/local-fonts.css');
@import url('header-shared.css');

/* Einheitliche Hauptüberschrift auf allen Artikelseiten. */
.article-hero h1{font-family:'DM Serif Display',Georgia,serif;font-weight:400}

/* Beitragsübersicht als vertikal scrollbares Band */
.band-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;margin-bottom:34px}
.band-heading .section-title{justify-content:flex-start;margin:10px 0 0;font-size:40px}
.band-heading .section-title:before{display:none}
.band-heading .section-title:after{width:52px;background:var(--wine)}
.band-heading>p{max-width:345px;margin:0 0 7px;color:var(--muted);font-size:13px;line-height:1.6;text-align:right}
.post-band-shell{position:relative}
.post-band{--band-rail-x:154px;--band-divider-x:182px;position:relative;max-height:min(66vh,620px);min-height:510px;overflow-y:auto;padding:0 16px 0 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background-image:linear-gradient(var(--line),var(--line));background-position:var(--band-rail-x) 0;background-size:1px 100%;background-repeat:no-repeat;background-attachment:scroll;scroll-snap-type:y proximity;scrollbar-width:none;-ms-overflow-style:none}
.post-band:after{content:'';display:block;height:clamp(320px,45vh,440px)}
.post-band:focus-visible{outline:2px solid var(--wine);outline-offset:4px}
.post-band::-webkit-scrollbar{display:none}
.band-scroll-meter{position:absolute;top:18px;right:2px;bottom:18px;width:2px;overflow:hidden;border-radius:99px;background:#eadfd7;pointer-events:none}
.band-scroll-meter span{display:block;width:100%;height:100%;border-radius:inherit;background:var(--wine);transform:scaleY(.14);transform-origin:top;transition:transform .14s ease-out}
.band-entry{position:relative;height:202px;opacity:.68;scroll-snap-align:start;transition:opacity .32s ease}
.band-entry.is-active{z-index:1;opacity:1}
.band-link{position:relative;display:grid;grid-template-columns:118px 28px 220px minmax(0,1fr) 116px;align-items:center;gap:20px;height:100%;padding:18px 14px 18px 2px}
.band-link:after{content:'';position:absolute;left:var(--band-divider-x);right:0;bottom:0;height:1px;background:var(--line)}
.band-meta{display:grid;align-content:center;gap:5px;color:var(--muted);font-size:11px;line-height:1.3}
.band-meta>span{color:var(--wine);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.band-meta time{color:var(--ink);font-family:'DM Serif Display',Georgia,serif;font-size:17px;line-height:1.12;white-space:nowrap;transition:font-size .32s ease}
.band-meta small{font-size:11px;white-space:nowrap}
.band-entry.is-active .band-meta time{font-size:21px}
.band-node{position:relative;align-self:stretch}
.band-node:before{display:none}
.band-node:after{content:'';position:absolute;left:50%;top:50%;width:11px;height:11px;border:4px solid var(--paper);border-radius:50%;background:#d8c8bc;box-shadow:0 0 0 1px var(--line);transform:translate(-50%,-50%);transition:width .32s ease,height .32s ease,background-color .32s ease}
.band-entry.is-active .band-node:after{width:15px;height:15px;background:var(--wine);box-shadow:0 0 0 1px var(--wine)}
.band-image{height:112px;overflow:hidden;border-radius:4px;background:#e9ddd2;transition:height .32s ease,box-shadow .32s ease}
.band-image img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.02);transition:filter .32s ease,transform .45s ease}
.band-entry.is-active .band-image{height:160px;box-shadow:0 8px 20px rgba(55,37,33,.12)}
.band-entry.is-active .band-image img{filter:saturate(.92) contrast(1.03);transform:scale(1.015)}
.band-content .meta{color:var(--wine);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.band-content h2{margin:7px 0 0;font-family:'DM Serif Display',Georgia,serif;font-size:22px;font-weight:400;line-height:1.08;transform-origin:left center;transition:transform .32s ease,color .32s ease}
.band-content p{max-height:0;margin:0;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.55;opacity:0;transition:max-height .32s ease,margin-top .32s ease,opacity .32s ease}
.band-entry.is-active .band-content h2{font-size:22px;transform:scale(1.12);color:var(--ink)}
.band-entry.is-active .band-content p{max-height:58px;margin-top:9px;opacity:1}
.band-read{justify-self:end;color:var(--wine);font-family:'DM Serif Display',Georgia,serif;font-size:15px;white-space:nowrap;transition:transform .2s ease}
.band-link:hover .band-read{transform:translateX(4px)}
@media(prefers-reduced-motion:reduce){.band-entry,.band-meta time,.band-node:after,.band-image,.band-image img,.band-content h2,.band-content p,.band-read,.band-scroll-meter span{transition:none}}
@media(min-width:821px){.band-content h2{max-width:calc(100% - 80px)}}
@media(max-width:820px){
  .band-heading{display:block;margin-bottom:28px}
  .band-heading .section-title{font-size:34px}
  .band-heading>p{margin-top:14px;text-align:left}
  .post-band{--band-rail-x:107px;--band-divider-x:128px;max-height:560px;min-height:470px;padding-right:10px}
  .post-band:after{height:360px}
  .band-entry{height:188px}
  .band-link{grid-template-columns:82px 22px 128px minmax(0,1fr);gap:12px;padding-right:10px}
  .band-read{display:none}
  .band-image{height:100px}
  .band-entry.is-active .band-image{height:146px}
  .band-content h2{font-size:19px}
  .band-entry.is-active .band-content h2{font-size:19px;transform:scale(1.1)}
  .band-entry.is-active .band-content p{max-height:64px}
}
@media(max-width:560px){
  .band-heading .section-title{font-size:30px}
  .post-band{--band-rail-x:94px;--band-divider-x:112px;min-height:430px}
  .post-band:after{height:330px}
  .band-entry{height:176px}
  .band-link{grid-template-columns:72px 20px minmax(0,1fr);gap:10px}
  .band-image{display:none}
  .band-meta time{font-size:14px;white-space:normal}
  .band-entry.is-active .band-meta time{font-size:17px}
  .band-content h2{font-size:18px}
  .band-entry.is-active .band-content h2{font-size:18px;transform:scale(1.08)}
  .band-entry.is-active .band-content p{max-height:66px}
}
:root{--paper:#fcf8f2;--cream:#f7efe4;--ink:#21191b;--muted:#6e6264;--wine:#741127;--line:#e5d7d0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#efede9;color:var(--ink);font-family:'DM Sans',system-ui,sans-serif}.site{width:calc(100% - 32px);max-width:1540px;min-height:100vh;margin:16px auto;background:var(--paper);box-shadow:0 4px 24px rgba(50,34,30,.11)}a{color:inherit;text-decoration:none}.wrap{width:min(1110px,calc(100% - 88px));margin:auto}.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:88px}.brand{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.mark{color:var(--wine);font-family:'DM Serif Display',Georgia,serif;font-size:39px;line-height:1}.nav{display:flex;gap:28px;font-size:12px}.nav a{padding:8px 0}.nav a:hover,.nav a[aria-current='page']{color:var(--wine);border-bottom:1px solid var(--wine)}.header-cta{justify-self:end;padding:12px 18px;background:var(--wine);border-radius:4px;color:#fff;font-size:12px}.intro{padding:74px 0 66px;background:linear-gradient(115deg,#f7efe4,#fcf8f2 65%)}.eyebrow{color:var(--wine);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.intro h1,.article h1,.article h2,.article h3,.post-card h2,.featured h2{font-family:'DM Serif Display',Georgia,serif;font-weight:400}.intro h1{max-width:720px;margin:17px 0 22px;font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.035em}.intro p{max-width:560px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}.intro-rule{width:33px;height:2px;margin-top:28px;background:var(--wine)}.blog{padding:60px 0 72px}.section-title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 38px;font-family:'DM Serif Display',Georgia,serif;font-size:32px;font-weight:400}.section-title:before,.section-title:after{content:'';width:34px;height:1px;background:var(--line)}.post-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.featured{display:flex;min-height:385px;flex-direction:column;justify-content:flex-end;padding:34px;background:radial-gradient(circle at 75% 30%,rgba(187,46,64,.75) 0 1%,transparent 2%),radial-gradient(circle at 57% 64%,rgba(187,46,64,.58) 0 1%,transparent 2%),linear-gradient(125deg,#1a1115 20%,#54111e 72%,#7d1b2b);border-radius:6px;color:var(--paper);box-shadow:0 5px 19px rgba(55,37,33,.12)}.meta{color:#be717a;font-size:11px}.featured .meta{color:#e7c2bd}.featured h2{max-width:560px;margin:16px 0;font-size:38px;line-height:1.06}.featured p{max-width:530px;margin:0;color:#e7d6d2;line-height:1.65}.read{display:inline-block;margin-top:24px;color:var(--wine);font-size:12px;font-weight:500}.featured .read{color:#f2c6c0}.post-list{display:grid;gap:18px}.post-card{padding:26px;background:#faf5ef;border-radius:6px;box-shadow:0 3px 14px rgba(55,37,33,.08)}.post-card h2{margin:10px 0 12px;font-size:26px;line-height:1.12}.post-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.featured:hover,.post-card:hover{transform:translateY(-3px)}.featured,.post-card{transition:transform .25s ease}.footer{color:#eee2db;background:#21191d;border-top:3px solid var(--wine);padding:0}.footer-grid{display:grid;grid-template-columns:1.6fr .72fr .72fr;gap:72px;padding-top:38px;padding-bottom:30px}.footer-brand{display:inline-flex;align-items:center;margin-bottom:14px;text-decoration:none}.footer-logo{display:block;width:188px;height:auto;filter:brightness(0) saturate(100%) invert(92%) sepia(12%) saturate(361%) hue-rotate(320deg) brightness(105%) contrast(92%)}.footer h3{margin:0 0 13px;color:#c98289;font-size:9px;letter-spacing:.18em;text-transform:uppercase}.footer p{max-width:355px;margin:0;color:#d3c0bb;font-size:11px;line-height:1.65}.footer a:not(.footer-brand){display:block;color:#eee2db;font-size:11px;line-height:1.7;transition:color .2s ease}.footer a:not(.footer-brand):hover{color:#d9858c}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid rgba(238,226,219,.13)}.footer-bottom .wrap{display:flex;justify-content:space-between;gap:24px;padding-top:14px;padding-bottom:16px;color:#a99898;font:10px/1.5 'DM Sans',system-ui,sans-serif}.article-hero{padding:68px 0 54px;background:var(--cream)}.back{display:inline-block;margin-bottom:38px;color:var(--wine);font-size:13px}.article-hero h1{max-width:850px;margin:15px 0 18px;font-size:clamp(42px,6vw,74px);line-height:1.04;letter-spacing:-.035em}.article-lead{max-width:690px;color:var(--muted);font-size:18px;line-height:1.6}.article{padding:65px 0 80px}.article-content{max-width:740px;margin:auto;font-size:18px;line-height:1.78}.article-content p{margin:0 0 24px}.article-content h2{margin:50px 0 16px;font-size:34px;line-height:1.15}.article-note{margin:36px 0;padding:24px 26px;border-left:3px solid var(--wine);background:var(--cream);font-size:16px}.article-bottom{margin-top:56px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}@media(max-width:820px){.site{width:100%;margin:0;box-shadow:none}.wrap{width:calc(100% - 48px)}.header{grid-template-columns:1fr auto;gap:16px;padding:19px 0}.nav{grid-column:1/-1;grid-row:2;gap:17px;overflow:auto;font-size:11px}.header-cta{font-size:11px;padding:10px 12px}.intro{padding:55px 0}.post-grid{grid-template-columns:1fr}.featured{min-height:325px}.featured h2{font-size:33px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px;padding-top:32px}.footer-grid>div:first-child{grid-column:1/-1}.article-hero{padding:48px 0 40px}.article-content{font-size:16px}.article-content h2{font-size:29px}}@media(max-width:470px){.wrap{width:calc(100% - 36px)}.brand{font-size:9px;gap:8px}.mark{font-size:33px}.intro h1{font-size:42px}.featured{padding:26px}.featured h2{font-size:30px}.section-title{font-size:29px}.article-hero h1{font-size:42px}.footer-grid{grid-template-columns:1fr;gap:26px;padding-bottom:26px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom .wrap{display:block}}
