/* ============================================================
   BENLEO VERLAG — shared site styles
   Design tokens identical to the original homepage (blue/gold).
============================================================ */
:root{
  --blue-deep:#0d1530; --blue-rich:#1a2257; --blue-mid:#273481; --blue-light:#3344A8;
  --gold:#F9D386; --gold-lt:#FFE9A8; --gold-dk:#C9A84C;
  --cream:#F5EDD5; --cream-dk:#E3D5B0; --white:#fff;
  --muted:rgba(255,255,255,.6); --line:rgba(249,211,134,.18);
  --ok:#5fd08a; --warn:#f0b95f; --err:#ef6f6f;
  --ease:cubic-bezier(.4,0,.2,1);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Montserrat',sans-serif;background:var(--blue-rich);color:var(--white);overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{cursor:pointer;font-family:inherit}
[data-lucide]{width:20px;height:20px;stroke:currentColor;stroke-width:1.5;fill:none;display:inline-block;vertical-align:middle;flex-shrink:0}

/* ---------- typography / utilities ---------- */
.label{font-size:.65rem;font-weight:600;letter-spacing:.45em;text-transform:uppercase;color:var(--gold)}
.h-display{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5.5vw,5rem);font-weight:300;line-height:1.08;letter-spacing:-.01em}
.serif{font-family:'Cormorant Garamond',serif;font-weight:400}
.gold-rule{width:56px;height:1px;background:var(--gold);margin:2rem 0}
.center{text-align:center}
.muted{color:var(--muted)}
.wrap{max-width:1280px;margin:0 auto}
.narrow{max-width:820px;margin:0 auto}

.btn{display:inline-flex;align-items:center;gap:.65rem;padding:.85rem 2.1rem;font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border:none;transition:all .3s var(--ease);white-space:nowrap;border-radius:2px}
.btn-gold{background:var(--gold);color:var(--blue-rich)}
.btn-gold:hover{background:var(--gold-lt);transform:translateY(-2px);box-shadow:0 12px 32px rgba(201,168,76,.28)}
.btn-ghost{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.35)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-dark{background:var(--blue-rich);color:var(--cream)}
.btn-dark:hover{background:var(--blue-mid);transform:translateY(-2px)}
.btn-sm{padding:.55rem 1.1rem;font-size:.62rem}

/* ---------- scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.45s}

/* ---------- navigation ---------- */
#nav{position:fixed;top:var(--announce-h,0);left:0;right:0;z-index:200;padding:1.5rem 6%;display:flex;align-items:center;justify-content:space-between;transition:top .3s var(--ease),padding .4s var(--ease),background .4s var(--ease),border-color .4s;border-bottom:1px solid transparent}
#nav.pinned{background:rgba(13,21,48,.96);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);padding:1rem 6%;border-bottom-color:rgba(249,211,134,.18)}
.nav-logo img{height:52px;width:auto}
.nav-links{display:flex;align-items:center;gap:1.7rem;list-style:none}
.nav-links a{font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.85);position:relative;transition:color .3s;white-space:nowrap}
.nav-links a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s var(--ease)}
.nav-links a:hover,.nav-links a.current{color:var(--gold)}
.nav-links a:hover::after,.nav-links a.current::after{width:100%}
/* dropdown menus */
.nav-links>li{position:relative}
.has-dd>a{display:inline-flex;align-items:center;gap:.3rem}
.dd-caret{width:12px;height:12px;opacity:.65;transition:transform .25s;stroke-width:2}
.has-dd:hover>a .dd-caret{transform:rotate(180deg)}
.dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:215px;background:rgba(13,21,48,.98);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgba(249,211,134,.16);border-radius:10px;padding:.5rem;list-style:none;display:flex;flex-direction:column;gap:.1rem;opacity:0;visibility:hidden;transition:opacity .2s var(--ease),transform .2s var(--ease);box-shadow:0 20px 46px rgba(0,0,0,.42);z-index:210}
.dropdown::before{content:'';position:absolute;top:-12px;left:0;right:0;height:12px}
.has-dd:hover .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(6px)}
.dropdown a{display:block;padding:.6rem .85rem;border-radius:6px;font-size:.66rem;letter-spacing:.1em;white-space:nowrap;color:rgba(255,255,255,.82)}
.dropdown a::after{display:none}
.dropdown a:hover,.dropdown a.current{background:rgba(249,211,134,.12);color:var(--gold)}
.nav-cta{border:1px solid var(--gold);color:var(--gold)!important;padding:.55rem 1.2rem;white-space:nowrap}
.nav-cta:hover{background:var(--gold);color:var(--blue-rich)!important}
.nav-cta::after{display:none!important}
.nav-right{display:flex;align-items:center;gap:1rem}
.icon-btn{background:transparent;border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.85);border-radius:2px;width:38px;height:34px;display:inline-flex;align-items:center;justify-content:center;transition:.25s}
.icon-btn:hover{border-color:var(--gold);color:var(--gold)}

/* language toggle */
.lang-toggle{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.28);border-radius:2px;overflow:hidden}
.lang-btn{background:transparent;color:rgba(255,255,255,.6);border:none;padding:.4rem .6rem;font-family:'Montserrat',sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.15em;line-height:1;transition:.3s}
.lang-btn:not(.active):hover{color:var(--gold)}
.lang-btn.active{background:var(--gold);color:var(--blue-rich)}

/* hamburger + mobile overlay */
.nav-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;z-index:210}
.nav-burger span{display:block;width:26px;height:2px;background:var(--white);border-radius:2px;transition:all .35s var(--ease);transform-origin:center}
.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-mobile{display:none;position:fixed;inset:0;background:rgba(13,21,48,.98);backdrop-filter:blur(20px);z-index:190;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.3rem;padding:6rem 1.5rem 3rem;overflow-y:auto;opacity:0;transition:opacity .35s var(--ease)}
.nav-mobile.open{display:flex;opacity:1}
.nav-mobile>a{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,6vw,2.1rem);font-weight:300;color:var(--white);letter-spacing:.06em}
.nav-mobile>a:hover{color:var(--gold)}
.nav-mobile-sub{display:flex;flex-direction:column;align-items:center;gap:.55rem;margin-top:-.5rem}
.nav-mobile-sub a{font-family:'Montserrat',sans-serif;font-size:.9rem;letter-spacing:.06em;color:rgba(255,255,255,.6)}
.nav-mobile-sub a:hover{color:var(--gold)}
.nav-mobile .lang-toggle{margin-top:1rem}
.nav-mobile .lang-btn{padding:.55rem 1rem;font-size:.72rem}

/* ---------- page hero (subpages) ---------- */
.page-hero{position:relative;padding:12rem 6% 5rem;text-align:center;overflow:hidden;background:var(--blue-deep);border-bottom:1px solid var(--line)}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 0%,rgba(249,211,134,.08),transparent 70%);pointer-events:none}
.page-hero .label{position:relative}
.page-hero h1{position:relative;font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,6vw,5rem);font-weight:300;line-height:1.05;margin:.5rem 0 1rem}
.page-hero h1 em{font-style:italic;color:var(--gold)}
.page-hero p{position:relative;max-width:640px;margin:1.25rem auto 0;color:var(--muted);font-weight:300;line-height:1.9;font-size:.95rem}
.page-hero .gold-rule{margin:1.5rem auto}

/* ---------- sections ---------- */
section.block{padding:7rem 6%}
.bg-cream{background:var(--cream);color:var(--blue-rich)}
.bg-deep{background:var(--blue-deep)}
.bg-mid{background:var(--blue-mid)}
.bg-cream .label{color:var(--gold-dk)}
.bg-cream .h-display{color:var(--blue-rich)}
.bg-cream .gold-rule{background:var(--gold-dk)}
.sec-head{text-align:center;max-width:720px;margin:0 auto 3.5rem}
.sec-head .gold-rule{margin:1.5rem auto}
.sec-head p{color:var(--muted);font-weight:300;line-height:1.9;font-size:.95rem}
.bg-cream .sec-head p{color:rgba(11,24,84,.65)}

/* ---------- cards grid (generic) ---------- */
.grid{display:grid;gap:2rem}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}

/* product cards */
.prod-card{background:var(--blue-rich);border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s var(--ease),border-color .35s}
.bg-cream .prod-card{background:var(--blue-rich)}
.prod-card:hover{transform:translateY(-4px);border-color:var(--gold)}
.prod-cover{display:flex;aspect-ratio:1/1;background:linear-gradient(135deg,var(--blue-mid),var(--blue-deep));position:relative;align-items:center;justify-content:center;overflow:hidden}
a.prod-cover{cursor:pointer}
/* blurred backdrop of the same cover behind the sharp, contained cover */
.cov-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(22px) brightness(.5) saturate(1.15);transform:scale(1.25)}
.cov-fg{position:relative;z-index:1;width:100%;height:100%;object-fit:contain}
.prod-title-link{text-decoration:none;color:inherit}
.prod-title-link:hover .prod-title{color:var(--gold)}
.prod-cover .ph{font-family:'Cormorant Garamond',serif;font-size:3rem;color:rgba(249,211,134,.4)}
.prod-soon{position:absolute;top:.75rem;left:.75rem;background:rgba(240,185,95,.9);color:var(--blue-deep);font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .6rem;border-radius:20px}
.prod-body{padding:1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1;color:var(--white)}
.prod-type{font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}
.prod-title{font-family:'Cormorant Garamond',serif;font-size:1.5rem;line-height:1.15;color:var(--white)}
.prod-title.blur{filter:blur(7px);user-select:none}
.prod-title.tba,.pd-title.tba{color:var(--muted);font-style:italic;font-weight:400}
.prod-author{font-size:.78rem;color:var(--muted)}
.prod-desc{font-size:.82rem;line-height:1.7;color:rgba(255,255,255,.7);font-weight:300;flex:1}
.prod-foot{margin-top:.5rem}

/* event / werkstatt cards */
.ev-card{background:var(--blue-deep);border:1px solid var(--line);border-radius:10px;padding:2rem;position:relative;transition:.3s}
.ev-card:hover{border-color:var(--gold);transform:translateY(-4px)}
.ev-kind{font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.ev-title{font-family:'Cormorant Garamond',serif;font-size:1.7rem;color:var(--white);margin-bottom:.4rem}
.ev-meta{font-size:.75rem;color:var(--muted);margin-bottom:1rem;display:flex;gap:.8rem;flex-wrap:wrap}
.ev-desc{font-size:.86rem;line-height:1.8;color:rgba(255,255,255,.72);font-weight:300}
.badge-soon{display:inline-block;background:rgba(240,185,95,.16);color:var(--warn);font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .55rem;border-radius:20px}
.ev-card-link{display:block;text-decoration:none}
.ev-info{font-size:.78rem;color:var(--gold);font-weight:500;margin-bottom:.6rem}
.ev-more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);opacity:.85;transition:.25s}
.ev-more i{width:15px;height:15px}
.ev-card-link:hover .ev-more{gap:.7rem;opacity:1}
.pd-ev-meta{margin:.2rem 0 1rem}

/* category tiles (Programm → Kunst/Literatur/Musik) */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.cat-tile{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:300px;padding:2.2rem;border:1px solid var(--line);border-radius:12px;background:linear-gradient(155deg,#16205c 0%,var(--blue-deep) 72%);background-size:cover;background-position:center;text-decoration:none;overflow:hidden;transition:transform .4s var(--ease),border-color .4s,box-shadow .4s}
.cat-tile::after{content:attr(data-initial);position:absolute;top:-1.4rem;right:.7rem;font-family:'Cormorant Garamond',serif;font-size:9.5rem;line-height:1;font-weight:500;color:rgba(249,211,134,.09);pointer-events:none;transition:color .4s}
.cat-tile.has-img::after{display:none}
.cat-tile:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:0 24px 48px rgba(0,0,0,.28)}
.cat-tile:hover::after{color:rgba(249,211,134,.17)}
.cat-tile-name{position:relative;font-family:'Cormorant Garamond',serif;font-size:2.15rem;color:var(--white);line-height:1.05}
.cat-tile-name::before{content:'';display:block;width:34px;height:2px;background:var(--gold);opacity:.9;margin-bottom:1rem}
.cat-tile-count{position:relative;font-size:.72rem;letter-spacing:.08em;color:rgba(255,255,255,.6);margin-top:.5rem}
.cat-tile-go{position:relative;display:inline-flex;align-items:center;gap:.45rem;margin-top:1.2rem;font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
.cat-tile-go [data-lucide]{width:15px;height:15px;transition:transform .3s}
.cat-tile:hover .cat-tile-go [data-lucide]{transform:translateX(4px)}
@media(max-width:900px){.cat-grid{grid-template-columns:1fr}.cat-tile{min-height:200px;padding:1.8rem}}

/* product detail (produkt.html) */
.pd-back{display:inline-flex;align-items:center;gap:.4rem;color:var(--gold);text-decoration:none;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.6rem}
.pd-back [data-lucide]{width:16px;height:16px}
.pd-head{display:grid;grid-template-columns:300px 1fr;gap:2.5rem;align-items:start}
.pd-cover{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,var(--blue-mid),var(--blue-deep));border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.pd-cover .ph{font-family:'Cormorant Garamond',serif;font-size:4rem;color:rgba(249,211,134,.4)}
.pd-kind{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}
.pd-title{font-family:'Cormorant Garamond',serif;font-size:2.4rem;line-height:1.1;color:var(--white);margin:.4rem 0}
.pd-title.blur{filter:blur(9px);user-select:none}
.pd-author{color:var(--muted);font-size:.9rem}
.pd-lead{margin-top:1rem;line-height:1.85;color:rgba(255,255,255,.78);font-weight:300}
.pd-block{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--line)}
.pd-h{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.pd-body{line-height:1.9;color:rgba(255,255,255,.78);font-weight:300;max-width:780px}
.pd-audio{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.pd-audio-label{min-width:140px;color:var(--white);font-size:.9rem}
.pd-audio audio{flex:1;min-width:240px;height:38px}
.pd-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.pd-gitem{position:relative;border:1px solid var(--line);border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:var(--blue-deep);aspect-ratio:1/1}
.pd-gitem img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.pd-gitem:hover img{transform:scale(1.05)}
.pd-gcap{position:absolute;left:0;right:0;bottom:0;padding:.35rem .5rem;background:linear-gradient(transparent,rgba(4,8,30,.85));color:#fff;font-size:.66rem;text-align:left}
.pd-artist{display:flex;gap:1.4rem;align-items:flex-start}
.pd-artist-photo{width:96px;height:96px;object-fit:cover;border-radius:50%;border:1px solid var(--line);flex-shrink:0}
.pd-artist-name{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--white);margin-bottom:.4rem}
.pd-artist-bio{line-height:1.8;color:rgba(255,255,255,.72);font-weight:300}
@media(max-width:768px){.pd-head{grid-template-columns:1fr;gap:1.4rem}.pd-cover{max-width:260px}.pd-gallery{grid-template-columns:repeat(2,1fr)}.pd-audio-label{min-width:100%}}

/* product videos + artist link on detail */
.pd-artist-wrap{display:block;text-decoration:none;color:inherit}
.pd-artist-wrap:hover .pd-artist-name{color:var(--gold)}
.pd-artist-role{color:var(--gold);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}
.pd-artist-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.6rem;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.pd-artist-link [data-lucide]{width:14px;height:14px}
.pd-videos{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}
.pd-video .video-frame{border-radius:8px;overflow:hidden;border:1px solid var(--line)}
.pd-video-label{margin-top:.5rem;color:var(--white);font-size:.86rem}
@media(max-width:768px){.pd-videos{grid-template-columns:1fr}}

/* artist profile page (kuenstler.html) */
.artist-hero{position:relative;text-align:center;padding:3.2rem 1.5rem;border:1px solid var(--line);border-radius:12px;background:linear-gradient(150deg,#16205c,var(--blue-deep));background-size:cover;background-position:center;margin-bottom:2.2rem}
.artist-photo{width:124px;height:124px;object-fit:cover;border-radius:50%;border:2px solid var(--gold);margin:0 auto .9rem;display:block}
.artist-role{display:block;color:var(--gold);font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;margin-bottom:.45rem}
.artist-name{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3rem);color:var(--white);line-height:1.05}
.artist-bio{max-width:780px;margin:0 auto 3rem;line-height:1.9;color:rgba(255,255,255,.78);font-weight:300;text-align:center}
.artist-works{margin-top:1rem}
/* artist overview (kuenstler.html without id) */
.artist-index-head{text-align:center;max-width:720px;margin:0 auto 3rem}
.artist-index-head h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5vw,3.4rem);color:var(--white);line-height:1.08;margin:.5rem 0}
.artist-index-head .gold-rule{margin:1.25rem auto}
.artist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}
.artist-card{display:flex;flex-direction:column;text-decoration:none;background:var(--blue-rich);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:transform .35s var(--ease),border-color .35s}
.artist-card:hover{transform:translateY(-5px);border-color:var(--gold)}
.artist-card-photo{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,var(--blue-mid),var(--blue-deep));display:flex;align-items:center;justify-content:center;overflow:hidden}
.artist-card-photo img{width:100%;height:100%;object-fit:cover}
.artist-card-ph{font-family:'Cormorant Garamond',serif;font-size:3rem;color:rgba(249,211,134,.4)}
.artist-card-body{padding:1rem 1.1rem 1.2rem;text-align:center}
.artist-card-role{display:block;font-size:.58rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}
.artist-card-name{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:var(--white);line-height:1.15}
@media(max-width:900px){.artist-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.artist-grid{grid-template-columns:1fr}}

/* image viewer (gallery + reading sample) */
.img-viewer{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:2rem}
.img-viewer.open{display:flex}
.img-viewer-bg{position:absolute;inset:0;background:rgba(4,8,30,.9);backdrop-filter:blur(4px)}
.iv-figure{position:relative;z-index:1;max-width:90vw;max-height:86vh;margin:0;display:flex;flex-direction:column;align-items:center;gap:.6rem}
.iv-img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:6px;box-shadow:0 10px 40px rgba(0,0,0,.5)}
.iv-cap{color:rgba(255,255,255,.85);font-size:.82rem}
.iv-count{position:absolute;bottom:1.2rem;left:50%;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.7);font-size:.74rem}
.iv-close{position:absolute;top:1.2rem;right:1.2rem;z-index:3;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.iv-close:hover{background:var(--gold);color:var(--blue-rich)}
.iv-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.iv-nav:hover{background:var(--gold);color:var(--blue-rich)}
.iv-prev{left:1.2rem}.iv-next{right:1.2rem}

/* video tiles (Lesungen & Talks) */
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.video-tile{background:var(--blue-rich);border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s var(--ease),border-color .35s}
.video-tile:hover{transform:translateY(-4px);border-color:var(--gold)}
.video-thumb{position:relative;display:block;width:100%;aspect-ratio:16/9;border:0;padding:0;cursor:pointer;background:linear-gradient(135deg,var(--blue-mid),var(--blue-deep));overflow:hidden}
.video-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.video-thumb-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:3rem;color:rgba(249,211,134,.4)}
.video-play{position:absolute;inset:0;margin:auto;width:52px;height:52px;border-radius:50%;background:rgba(11,24,84,.55);border:1.5px solid rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;color:#fff;transition:.2s}
.video-thumb:hover .video-play{background:var(--gold);color:var(--blue-rich);border-color:var(--gold);transform:scale(1.08)}
.video-play [data-lucide]{width:22px;height:22px;margin-left:2px}
.video-badge{position:absolute;top:.6rem;right:.6rem;display:inline-flex;align-items:center;gap:.3rem;background:rgba(11,24,84,.78);color:#fff;font-size:.62rem;font-weight:600;padding:.24rem .5rem;border-radius:20px}
.video-badge [data-lucide]{width:12px;height:12px}
.video-tile-body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.35rem;color:var(--white)}
.video-kind{font-size:.56rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}
.video-title{font-family:'Cormorant Garamond',serif;font-size:1.35rem;line-height:1.15;color:var(--white)}
.video-desc{font-size:.82rem;line-height:1.7;color:rgba(255,255,255,.7);font-weight:300}
.video-watch{display:inline-flex;align-items:center;gap:.35rem;margin-top:.3rem;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.video-watch [data-lucide]{width:14px;height:14px}
@media(max-width:900px){.video-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.video-grid{grid-template-columns:1fr}}

/* shared layout (products + videos): grid up to 4, clickable gallery for 5+ */
.pv-row{position:relative}
.pv-track{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.pv-row.is-gallery .pv-track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.25rem .25rem 1.1rem;scrollbar-width:thin}
.pv-row.is-gallery .pv-track>*{flex:0 0 calc((100% - 4rem)/3);scroll-snap-align:start}
.pv-nav{position:absolute;top:38%;transform:translateY(-50%);z-index:6;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s;backdrop-filter:blur(4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.pv-nav:hover{background:var(--gold);color:var(--blue-rich);border-color:var(--gold)}
.pv-nav.disabled{opacity:.25;pointer-events:none}
.pv-prev{left:-8px}.pv-next{right:-8px}
.bg-cream .pv-nav{background:#fff;color:var(--blue-rich);border-color:rgba(11,24,84,.12)}
.bg-cream .pv-nav:hover{background:var(--gold);border-color:var(--gold)}
@media(max-width:900px){.pv-track{grid-template-columns:repeat(2,1fr)}.pv-row.is-gallery .pv-track>*{flex-basis:calc((100% - 2rem)/2)}}
@media(max-width:560px){.pv-track{grid-template-columns:1fr}.pv-row.is-gallery .pv-track>*{flex-basis:86%}}

/* single featured video (thumbnail + text beside) */
.video-featured{display:grid;grid-template-columns:1.25fr 1fr;gap:2.5rem;align-items:center;max-width:980px}
.video-featured-media{position:relative}
.video-featured-media .video-thumb{border-radius:10px;border:1px solid var(--line)}
.video-featured-body{display:flex;flex-direction:column;gap:.6rem;color:var(--white)}
.video-featured-body .video-title{font-size:2rem}
@media(max-width:768px){.video-featured{grid-template-columns:1fr;gap:1.4rem}}

/* video lightbox (the big view) */
.video-frame{position:relative;aspect-ratio:16/9;background:#000}
.video-frame iframe,.video-frame video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000}
.video-frame .video-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.35)}
.video-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:1.5rem}
.video-lightbox.open{display:flex}
.video-lightbox-bg{position:absolute;inset:0;background:rgba(4,8,30,.85);backdrop-filter:blur(4px)}
.video-lightbox-inner{position:relative;z-index:1;width:100%;max-width:900px;max-height:92vh;overflow:auto;background:var(--blue-rich);border:1px solid var(--line);border-radius:12px}
.video-lightbox-close{position:absolute;top:.6rem;right:.6rem;z-index:3;width:36px;height:36px;border-radius:50%;background:rgba(11,24,84,.72);border:1px solid var(--line);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s}
.video-lightbox-close:hover{background:var(--gold);color:var(--blue-rich);border-color:var(--gold)}
.video-lb-parts{padding:.9rem 1.4rem 0}
.video-lightbox-info{padding:1.1rem 1.4rem 1.5rem;color:var(--white);display:flex;flex-direction:column;gap:.4rem}
.video-lightbox-info .video-title{font-size:1.7rem}
/* playlist chips (multiple clips per reading) */
.video-parts{display:flex;flex-wrap:wrap;gap:.5rem}
.video-part{display:inline-flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.05);border:1px solid var(--line);color:rgba(255,255,255,.8);font-size:.74rem;font-weight:500;padding:.4rem .7rem;border-radius:20px;cursor:pointer;transition:.15s;max-width:100%}
.video-part:hover{border-color:var(--gold);color:var(--white)}
.video-part.active{background:var(--gold);color:var(--blue-rich);border-color:var(--gold)}
.video-part-idx{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:rgba(0,0,0,.15);font-size:.62rem;font-weight:700;flex-shrink:0}
.video-part.active .video-part-idx{background:rgba(0,0,0,.18)}
.video-part-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}

/* ---------- forms ---------- */
.form-card{max-width:760px;margin:0 auto}
.fg{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.5rem}
.fg label{font-size:.6rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}
.fg input,.fg select,.fg textarea{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.16);color:var(--white);padding:.8rem .9rem;font-family:'Montserrat',sans-serif;font-size:.92rem;font-weight:300;outline:none;width:100%;transition:border-color .3s;border-radius:6px}
.fg select option{background:var(--blue-rich);color:var(--white)}
.fg textarea{resize:vertical;min-height:120px}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--gold)}
.fg input::placeholder,.fg textarea::placeholder{color:rgba(255,255,255,.28);font-weight:300}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.filedrop{border:1px dashed rgba(255,255,255,.25);border-radius:8px;padding:1.4rem;text-align:center;color:var(--muted);font-size:.82rem;cursor:pointer;transition:.25s}
.filedrop:hover{border-color:var(--gold);color:var(--gold)}
.filedrop.has{border-style:solid;border-color:var(--gold);color:var(--white)}
.filedrop input{display:none}
.form-note{font-size:.72rem;color:var(--muted);margin-top:-.5rem}
.form-msg{padding:1rem 1.2rem;border-radius:8px;margin-bottom:1rem;font-size:.85rem;display:none}
.form-msg.show{display:block}
.form-msg.ok{background:rgba(95,208,138,.12);border:1px solid rgba(95,208,138,.4);color:#bfeccd}
.form-msg.err{background:rgba(239,111,111,.12);border:1px solid rgba(239,111,111,.4);color:#f6c9c9}
.progress{height:4px;background:rgba(255,255,255,.1);border-radius:4px;overflow:hidden;margin-top:.6rem;display:none}
.progress.show{display:block}
.progress > i{display:block;height:100%;width:0;background:var(--gold);transition:width .2s}

/* ---------- account / profile ---------- */
.acct-card{background:var(--blue-deep);border:1px solid var(--line);border-radius:12px;padding:2rem;max-width:760px;margin:0 auto}
.sub-item{display:flex;gap:1rem;align-items:center;padding:1rem 1.2rem;border:1px solid var(--line);border-radius:8px;margin-bottom:.6rem}
.sub-item .si-main{flex:1;min-width:0}
.sub-status{font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.15rem .5rem;border-radius:20px;background:rgba(249,211,134,.15);color:var(--gold)}

/* ---------- modal (auth) ---------- */
.modal-bg{display:none;position:fixed;inset:0;background:rgba(5,9,25,.78);backdrop-filter:blur(4px);z-index:300;align-items:center;justify-content:center;padding:1.5rem}
.modal-bg.open{display:flex}
.modal{width:100%;max-width:420px;background:var(--blue-deep);border:1px solid var(--line);border-radius:14px;padding:2.25rem 2rem}
.modal h3{font-family:'Cormorant Garamond',serif;font-size:1.8rem;text-align:center;margin-bottom:.25rem;color:var(--white)}
.modal .msub{text-align:center;color:var(--muted);font-size:.78rem;margin-bottom:1.5rem}
.modal .fg{margin-bottom:1rem}
.modal .btn{width:100%;justify-content:center}
.modal-switch{text-align:center;font-size:.78rem;color:var(--muted);margin-top:1.25rem}
.modal-switch a{color:var(--gold);cursor:pointer}
.modal-close{position:absolute;top:1rem;right:1.2rem;color:var(--muted);background:none;border:none;font-size:1.4rem}

/* ---------- footer ---------- */
footer{padding:5rem 6% 2.5rem;background:var(--blue-deep);border-top:1px solid var(--line)}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:2rem}
.footer-brand img{height:52px;margin-bottom:1.5rem}
.footer-brand p{font-size:.82rem;line-height:1.8;color:var(--muted);font-weight:300;max-width:270px}
.footer-col h4{font-size:.6rem;font-weight:600;letter-spacing:.38em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}
.footer-col ul a{color:var(--muted);font-size:.82rem;font-weight:300;transition:color .3s;overflow-wrap:break-word;word-break:break-word}
.footer-col ul a:hover{color:var(--gold)}
.footer-bottom{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.footer-bottom p{font-size:.7rem;color:rgba(255,255,255,.22)}

/* ---------- plugin: announcement bar ---------- */
#announceBar{position:fixed;top:0;left:0;right:0;z-index:260;background:linear-gradient(90deg,var(--gold-dk),var(--gold));color:var(--blue-deep);display:flex;align-items:center;justify-content:center;gap:1rem;padding:.55rem 3rem .55rem 1rem;font-size:.78rem;font-weight:600;letter-spacing:.02em;text-align:center}
#announceBar a{color:var(--blue-deep);text-decoration:underline;display:inline-flex;align-items:center;gap:.3rem;font-weight:700}
#announceBar a [data-lucide]{width:14px;height:14px}
#announceBar .ann-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--blue-deep);font-size:1.3rem;line-height:1;opacity:.7}
#announceBar .ann-close:hover{opacity:1}

/* ---------- plugin: cookie bar ---------- */
#cookieBar{position:fixed;bottom:0;left:0;right:0;z-index:255;background:rgba(13,21,48,.98);backdrop-filter:blur(10px);border-top:1px solid var(--line);padding:1rem 6%;display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;font-size:.82rem;color:var(--muted)}
#cookieBar .btn{flex-shrink:0}

/* ---------- plugin: newsletter ---------- */
.nl-form{display:flex;gap:.75rem;max-width:460px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.nl-form input{flex:1;min-width:220px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.16);color:var(--white);padding:.8rem 1rem;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:.9rem;outline:none}
.nl-form input:focus{border-color:var(--gold)}
.nl-form input::placeholder{color:rgba(255,255,255,.3)}

/* ---------- toast ---------- */
#toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:400;display:flex;flex-direction:column;gap:.5rem}
.toast{background:var(--blue-deep);border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:8px;padding:.75rem 1.1rem;font-size:.82rem;box-shadow:0 10px 30px rgba(0,0,0,.4)}
.toast.err{border-left-color:var(--err)}

/* ---------- responsive ---------- */
@media(max-width:1024px){
  .g4{grid-template-columns:repeat(2,1fr)}
  .g3{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
}
@media(max-width:768px){
  .nav-links{display:none}
  .nav-burger{display:flex}
  #nav{padding:1.2rem 5%}#nav.pinned{padding:.9rem 5%}
  .nav-logo img{height:42px}
  .nav-right .lang-btn{padding:.35rem .5rem;font-size:.58rem}
  section.block{padding:4.5rem 5%}
  .page-hero{padding:9rem 5% 3.5rem}
  .g2,.g3,.g4{grid-template-columns:1fr}
  .fg-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .footer-brand{grid-column:span 2}
  .footer-bottom{flex-direction:column;gap:.4rem;text-align:center}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}
  .nav-logo img{height:36px}
}
