@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');

:root{
  --bg:#0b0c14;
  --bg2:#131522;
  --card:#171a28;
  --ink:#11131c;
  --muted:#6d7180;
  --light:#f6f4ef;
  --white:#fff;
  --gold:#f3bd53;
  --gold2:#ffd986;
  --red:#d65b5b;
  --line:rgba(255,255,255,.12);
  --shadow:0 30px 80px rgba(7,8,15,.18);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(9,10,17,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;color:#fff;font-size:17px;letter-spacing:-.02em}
.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#17110a;font-weight:900;box-shadow:0 8px 26px rgba(243,189,83,.22)}
.brand span:last-child{display:flex;flex-direction:column;line-height:1.02}
.brand b{font-size:18px}
.brand em{font-family:"Playfair Display",Georgia,serif;font-style:italic;color:var(--gold2);font-size:15px}
.nav-links{display:flex;align-items:center;gap:28px;color:#e8e8ee;font-size:14px;font-weight:600}
.nav-links a:not(.nav-cta){opacity:.85}
.nav-links a:hover{opacity:1}
.nav-cta{padding:11px 17px;border:1px solid rgba(243,189,83,.55);border-radius:999px;color:var(--gold2)}
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:26px}
.hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 70% 22%,rgba(122,70,200,.22),transparent 28%),
 radial-gradient(circle at 30% 0%,rgba(243,189,83,.12),transparent 26%),
 linear-gradient(135deg,#080912 0%,#111422 54%,#090a12 100%);color:#fff;min-height:700px}
.hero-noise{position:absolute;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}
.spot{position:absolute;top:-110px;width:220px;height:700px;background:linear-gradient(to bottom,rgba(255,220,160,.23),rgba(255,220,160,0));clip-path:polygon(45% 0,55% 0,100% 100%,0 100%);filter:blur(4px);transform-origin:top}
.spot-a{left:18%;transform:rotate(12deg)}
.spot-b{left:56%;transform:rotate(-10deg);opacity:.6}
.spot-c{right:6%;transform:rotate(16deg);opacity:.45}
.stage-lines{position:absolute;left:0;right:0;bottom:0;height:180px;background:linear-gradient(transparent,rgba(0,0,0,.52)),repeating-linear-gradient(90deg,transparent 0 100px,rgba(255,255,255,.03) 101px)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding:95px 0 110px}
.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--gold2);margin-bottom:18px}
.eyebrow.dark{color:#9b6f20}
.hero h1,.page-hero h1,.profile-hero h1{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(58px,7vw,94px);line-height:.92;letter-spacing:-.045em}
.hero h1 span{color:var(--gold2);font-style:italic}
.hero-copy>p{max-width:620px;color:#c8cad4;font-size:18px;margin:28px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 20px;font-weight:800;font-size:14px;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#1b1408;box-shadow:0 12px 30px rgba(243,189,83,.18)}
.btn-ghost{border:1px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.04)}
.btn-dark{background:#11131c;color:#fff}
.btn-outline{background:#fff;border:1px solid #d8dae2;color:#222}
.btn-danger{background:#a93333;color:#fff}
.btn-large{padding:16px 26px;font-size:15px}
.btn.small{padding:9px 14px;font-size:12px}
.btn.full{width:100%}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;color:#aeb1bd;font-size:12px;margin-top:22px}
.stage-card{position:relative;height:500px;border-radius:34px;background:
 linear-gradient(to top,rgba(3,3,8,.96),rgba(10,12,24,.15)),
 radial-gradient(circle at 50% 20%,rgba(253,200,100,.25),transparent 28%),
 linear-gradient(135deg,#231d35,#0c1020);border:1px solid rgba(255,255,255,.15);box-shadow:0 50px 110px rgba(0,0,0,.5);overflow:hidden}
.stage-card:before,.stage-card:after{content:"";position:absolute;top:-35px;width:90px;height:440px;background:linear-gradient(rgba(255,224,167,.32),transparent);clip-path:polygon(44% 0,56% 0,100% 100%,0 100%)}
.stage-card:before{left:8%;transform:rotate(13deg)}
.stage-card:after{right:8%;transform:rotate(-13deg)}
.stage-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(147,84,210,.22);filter:blur(60px);left:50%;top:28%;transform:translate(-50%,-50%)}
.performer{position:absolute;bottom:95px;width:85px;height:240px;filter:drop-shadow(0 20px 10px rgba(0,0,0,.55))}
.performer .head{position:absolute;left:28px;top:0;width:30px;height:34px;border-radius:50%;background:#070811}
.performer .body{position:absolute;left:18px;top:32px;width:50px;height:150px;border-radius:30px 30px 10px 10px;background:#070811;clip-path:polygon(20% 0,80% 0,100% 100%,0 100%)}
.performer .guitar{position:absolute;left:44px;top:82px;width:65px;height:88px;border-radius:55% 45% 50% 50%;background:#070811;transform:rotate(-24deg)}
.performer .guitar:after{content:"";position:absolute;width:80px;height:10px;background:#070811;right:-58px;top:26px;transform:rotate(-15deg);border-radius:8px}
.performer .mic{position:absolute;left:62px;top:52px;width:6px;height:130px;background:#070811;transform:rotate(2deg)}
.performer .mic:after{content:"";position:absolute;top:-9px;left:-4px;width:15px;height:15px;border-radius:50%;background:#070811}
.performer-left{left:15%;transform:scale(.95)}
.performer-center{left:43%;transform:scale(1.08)}
.performer-right{right:14%;transform:scale(.92) rotateY(180deg)}
.drums{position:absolute;bottom:103px;left:50%;transform:translateX(-50%);width:130px;height:110px}
.drums span{position:absolute;left:35px;bottom:0;width:70px;height:70px;border:11px solid #080911;border-radius:50%}
.drums i,.drums b{position:absolute;top:0;width:48px;height:10px;background:#080911;border-radius:50%}
.drums i{left:7px;transform:rotate(12deg)}
.drums b{right:7px;transform:rotate(-12deg)}
.crowd{position:absolute;left:0;right:0;bottom:0;height:78px;background:
 radial-gradient(circle at 8% 65%,#020307 0 10px,transparent 11px),
 radial-gradient(circle at 19% 46%,#020307 0 13px,transparent 14px),
 radial-gradient(circle at 32% 70%,#020307 0 11px,transparent 12px),
 radial-gradient(circle at 47% 48%,#020307 0 15px,transparent 16px),
 radial-gradient(circle at 60% 68%,#020307 0 12px,transparent 13px),
 radial-gradient(circle at 74% 45%,#020307 0 14px,transparent 15px),
 radial-gradient(circle at 88% 64%,#020307 0 12px,transparent 13px),
 linear-gradient(to top,#020307 0 44%,transparent 45%)}
.stage-caption{position:absolute;left:28px;right:28px;bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;color:#fff;z-index:2}
.stage-caption small{font-size:10px;letter-spacing:.2em;color:var(--gold2)}
.stage-caption strong{font-size:12px;font-weight:600;color:#c9cbd3}
.search-band{position:relative;z-index:4;margin-top:-42px}
.quick-search{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:14px;align-items:end;background:#fff;border-radius:22px;padding:18px;box-shadow:0 22px 70px rgba(11,12,20,.2)}
.quick-search label,.search-panel label{display:block;font-size:12px;font-weight:800;color:#292c36;margin-bottom:7px}
.quick-search label span,.search-panel small{font-weight:500;color:#8a8e9b}
.quick-search input,.quick-search select,.search-panel input,.search-panel select{width:100%;border:1px solid #e1e3e8;border-radius:14px;padding:13px 14px;background:#fafafa;outline:none}
.quick-search input:focus,.quick-search select:focus,.search-panel input:focus,.search-panel select:focus{border-color:#d8ad5a;box-shadow:0 0 0 4px rgba(243,189,83,.12)}
.section{padding:90px 0}
.section-dark{background:#0d0f18;color:#fff}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:34px}
.section-head h2,.feature-copy h2,.cta-inner h2,.profile-text h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(36px,4vw,56px);line-height:1.02;margin:0;letter-spacing:-.035em}
.section-head>p{max-width:520px;margin:0;color:#6b6f7d}
.section-head.light>p{color:#bbb}
.text-link{color:var(--gold2);font-weight:700;font-size:14px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{position:relative;min-height:158px;padding:22px;border:1px solid #e6e4df;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfaf7);transition:.22s transform,.22s box-shadow,.22s border-color}
.category-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(28,29,35,.08);border-color:#e4c78a}
.cat-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#11131c;color:var(--gold2);font-size:20px;margin-bottom:18px}
.category-card strong{display:block;font-size:15px}
.category-card small{color:#8b8f99}
.cat-arrow{position:absolute;right:18px;bottom:17px;font-size:22px;color:#b68b3c}
.artist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.artist-card{overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:#141722;transition:.25s transform,.25s border-color}
.artist-card:hover{transform:translateY(-5px);border-color:rgba(243,189,83,.5)}
.artist-photo{position:relative;aspect-ratio:16/10;background:#222636;overflow:hidden}
.artist-photo img{width:100%;height:100%;object-fit:cover;transition:.35s transform}
.artist-card:hover .artist-photo img{transform:scale(1.035)}
.photo-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:68px;color:rgba(243,189,83,.6);background:radial-gradient(circle at 50% 30%,#31364c,#151825)}
.badge{position:absolute;left:14px;top:14px;background:rgba(8,9,14,.8);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);color:var(--gold2);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em}
.badge.standalone{position:static;display:inline-flex;margin-bottom:16px}
.artist-body{padding:19px}
.artist-body h3{font-size:20px;margin:0 0 7px}
.artist-body p{font-size:13px;color:#aeb0bb;margin:0 0 15px;min-height:42px}
.artist-meta{display:flex;justify-content:space-between;gap:10px;color:#7f8390;font-size:11px}
.light-grid .artist-card{background:#fff;border-color:#e5e6ea;color:#171922;box-shadow:0 14px 40px rgba(20,22,30,.05)}
.light-grid .artist-body p{color:#6f7380}
.empty-stage{border:1px dashed rgba(255,255,255,.18);border-radius:24px;text-align:center;padding:60px 24px;color:#c4c6cf}
.empty-stage h3{font-family:"Playfair Display";font-size:36px;margin:8px 0}
.empty-stage p{margin:0 auto 22px;max-width:520px}
.empty-note{font-size:48px;color:var(--gold2)}
.light-empty{border-color:#ddd;color:#6e7280;background:#fafafa}
.feature-split{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}
.feature-copy>p{color:#6f7280;font-size:17px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin:26px 0 30px;color:#4c505b;font-size:14px}
.business-card-demo{position:relative;border-radius:28px;padding:28px;background:linear-gradient(145deg,#121520,#20243a);color:#fff;box-shadow:0 35px 100px rgba(12,14,22,.22);transform:rotate(1.5deg)}
.business-card-demo:before{content:"";position:absolute;inset:-1px;border-radius:28px;padding:1px;background:linear-gradient(135deg,rgba(255,217,134,.7),transparent 45%,rgba(124,95,190,.5));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.demo-top{display:flex;gap:16px;align-items:center}
.demo-avatar{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#17120a;font-weight:900}
.demo-top div{display:flex;flex-direction:column}
.demo-top small{color:var(--gold2);font-size:10px;letter-spacing:.16em}
.demo-top strong{font-family:"Playfair Display";font-size:24px}
.demo-top span{color:#aeb1bc;font-size:12px}
.demo-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:8px;margin:26px 0 18px}
.demo-gallery i{height:135px;border-radius:14px;background:linear-gradient(145deg,#473d65,#1d2030);position:relative;overflow:hidden}
.demo-gallery i:before{content:"";position:absolute;inset:20% 30% 0;background:#090a10;border-radius:50% 50% 10% 10%;box-shadow:0 0 45px rgba(255,212,125,.25)}
.demo-gallery i:nth-child(2){background:linear-gradient(145deg,#6a3c45,#201e29)}
.demo-gallery i:nth-child(3){background:linear-gradient(145deg,#314663,#1c202c)}
.business-card-demo>p{color:#c0c2cb;font-size:13px}
.demo-contact{display:flex;gap:10px}
.demo-contact span{padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;font-size:11px}
.cta-stage{padding:72px 0;background:
 radial-gradient(circle at 15% 0,rgba(243,189,83,.12),transparent 28%),
 linear-gradient(135deg,#0a0b13,#16192a);color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.cta-inner p{color:#aeb0bb;margin:12px 0 0}
.footer{background:#080910;color:#a8abb5;padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1.1fr;gap:60px;padding-bottom:40px}
.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.footer-grid strong,.footer-brand{color:#fff}
.footer-brand{font-family:"Playfair Display";font-size:24px}
.footer-grid p{font-size:13px;margin:0}
.footer-grid a{font-size:13px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding-top:20px;display:flex;justify-content:space-between;font-size:11px}
.page-hero{background:radial-gradient(circle at 75% 25%,rgba(137,80,200,.19),transparent 30%),linear-gradient(135deg,#090a12,#161928);color:#fff}
.page-hero.compact{padding:76px 0}
.page-hero h1{font-size:clamp(48px,6vw,74px)}
.page-hero p{color:#b8bbc7;font-size:17px;max-width:700px;margin-bottom:0}
.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;align-items:start}
.portal-form{display:flex;flex-direction:column;gap:22px}
.portal-form fieldset{border:1px solid #e4e5e9;border-radius:20px;padding:24px;margin:0;background:#fff}
.portal-form legend{padding:0 9px;font-weight:800;color:#1b1d25}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:7px}
.field.span-2{grid-column:span 2}
.field>span{font-size:12px;font-weight:800;color:#363943}
.field small{font-weight:500;color:#8c909a}
.field input,.field select,.field textarea{width:100%;border:1px solid #dfe1e6;background:#fbfbfc;border-radius:13px;padding:12px 13px;outline:none}
.field textarea{resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#d5aa55;box-shadow:0 0 0 4px rgba(243,189,83,.12)}
.upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1.5px dashed #d2b06d;border-radius:18px;background:#fffcf6;padding:34px;cursor:pointer}
.upload-box input{display:none}
.upload-icon{font-size:34px;color:#9b6f20}
.upload-box small{color:#8c8271}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;color:#666b77}
.notice{border-radius:16px;padding:16px 18px;margin-bottom:18px}
.notice strong{display:block}
.notice p{margin:4px 0 0}
.notice ul{margin:8px 0 0;padding-left:20px}
.notice.success{background:#edf9f2;border:1px solid #bfe5cd;color:#1d6338}
.notice.error{background:#fff2f2;border:1px solid #efc4c4;color:#832e2e}
.form-side{display:flex;flex-direction:column;gap:14px;position:sticky;top:96px}
.info-card{border:1px solid #e5e6e9;border-radius:20px;padding:20px;background:#fafafa}
.info-card.accent{background:#11131c;color:#fff;border-color:#11131c}
.info-card h3{margin:8px 0 5px;font-size:16px}
.info-card p{margin:0;color:#737782;font-size:13px}
.info-card.accent p{color:#b7bac5}
.info-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:12px;background:#f5e6c5;color:#8d681f;font-weight:900}
.search-panel{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:14px;align-items:end;background:#fafafa;border:1px solid #e8e8eb;border-radius:20px;padding:18px}
.results-head{display:flex;justify-content:space-between;align-items:center;margin:42px 0 22px}
.results-head h2{margin:0;font-size:22px}
.results-head a{color:#9b6f20;font-weight:700;font-size:13px}
.profile-hero{padding:70px 0;background:radial-gradient(circle at 80% 20%,rgba(243,189,83,.12),transparent 32%),linear-gradient(135deg,#090a12,#171a29);color:#fff}
.back-link{display:inline-block;color:#aeb1bd;font-size:13px;margin-bottom:35px}
.profile-head{display:flex;justify-content:space-between;gap:30px;align-items:end}
.profile-hero h1{font-size:clamp(54px,7vw,86px)}
.profile-sub{font-size:17px;color:#b8bbc6;max-width:720px}
.profile-scope{border-left:1px solid rgba(255,255,255,.16);padding-left:28px;min-width:190px}
.profile-scope small{display:block;color:#888d9b;font-size:10px;letter-spacing:.14em}
.profile-scope strong{color:var(--gold2)}
.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;align-items:start}
.gallery{display:grid;grid-template-columns:2fr 1fr;grid-auto-rows:190px;gap:10px}
.gallery-item{padding:0;border:0;border-radius:18px;overflow:hidden;background:#ddd;cursor:zoom-in}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.25s transform}
.gallery-item:hover img{transform:scale(1.025)}
.gallery-main{grid-row:span 2}
.profile-placeholder{height:420px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(145deg,#1c2030,#0d0f18);color:var(--gold2);font-size:100px}
.profile-text{padding-top:52px}
.prose{color:#555a66;font-size:16px}
.contact-card,.location-card,.service-promo{border:1px solid #e5e6e9;border-radius:20px;padding:20px;margin-bottom:14px;background:#fff}
.contact-card small,.location-card small,.service-promo small{font-size:10px;letter-spacing:.14em;font-weight:800;color:#9b6f20}
.contact-card h3{font-family:"Playfair Display";font-size:28px;margin:5px 0 18px}
.contact-row{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid #eee;font-size:12px}
.contact-row span{color:#7d818d}
.contact-row strong{text-align:right}
.contact-card .btn{margin-top:14px}
.location-card strong,.location-card span{display:block}
.location-card p,.service-promo p{color:#747884;font-size:12px;margin-bottom:0}
.service-promo{background:#11131c;color:#fff;border-color:#11131c}
.service-promo strong{display:block;margin:8px 0}
.service-promo p{color:#b4b7c1}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.92);display:grid;place-items:center;padding:40px}
.lightbox[hidden]{display:none}
.lightbox img{max-height:90vh;max-width:92vw;border-radius:12px}
.lightbox-close{position:absolute;right:24px;top:18px;border:0;background:none;color:#fff;font-size:42px;cursor:pointer}
.no-scroll{overflow:hidden}

/* Admin */
.admin-login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 0,rgba(243,189,83,.12),transparent 30%),#0b0c14;padding:24px}
.admin-login-card{width:min(460px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 40px 100px rgba(0,0,0,.35)}
.admin-login-card h1{margin:22px 0 0;font-family:"Playfair Display";font-size:38px}
.admin-login-card>p{color:#747884;margin-top:4px}
.admin-login-card>small{display:block;margin-top:18px;color:#777}
.admin-brand{display:inline-flex;color:#111}
.admin-brand em{color:#9b6f20}
.admin-body{background:#f3f4f6;min-height:100vh}
.admin-top{height:70px;padding:0 26px;background:#0d0f18;color:#fff;display:flex;align-items:center;justify-content:space-between}
.admin-top a{color:#ffd986}
.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - 70px)}
.admin-nav{background:#fff;border-right:1px solid #e1e2e5;padding:22px 14px;display:flex;flex-direction:column;gap:6px}
.admin-nav a{padding:12px 14px;border-radius:12px;font-size:13px;font-weight:700;display:flex;justify-content:space-between}
.admin-nav a.active{background:#11131c;color:#fff}
.admin-nav b{color:#a87928}
.admin-main{padding:34px}
.admin-title{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}
.admin-title small{font-size:10px;letter-spacing:.18em;color:#9b6f20;font-weight:800}
.admin-title h1{font-family:"Playfair Display";font-size:44px;margin:0}
.admin-table{display:flex;flex-direction:column;gap:10px}
.admin-row{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;background:#fff;border:1px solid #e2e3e7;border-radius:16px;padding:16px 18px}
.admin-row>div:first-child{display:flex;flex-direction:column}
.admin-row>div:first-child span{font-size:12px;color:#757985}
.admin-row-meta{display:flex;gap:10px;align-items:center;color:#777c88;font-size:11px}
.status-pill{padding:5px 8px;border-radius:999px;background:#eee}
.status-pill.pending{background:#fff3d7;color:#845e0e}
.status-pill.approved{background:#e8f7ee;color:#246a3c}
.status-pill.rejected{background:#fdeaea;color:#853737}
.admin-empty{background:#fff;border:1px dashed #d7d9df;border-radius:18px;padding:50px;text-align:center;color:#888}
.admin-edit{width:min(1050px,calc(100% - 40px));margin:0 auto;padding:38px 0 70px}
.admin-images{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:22px}
.admin-images img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}
.admin-form{background:#fff;border-radius:20px;padding:24px;border:1px solid #e2e3e7}
.admin-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:6px}
.back-admin{font-weight:700}
.category-add{display:grid;grid-template-columns:70px 1fr auto;gap:10px;background:#fff;border:1px solid #e2e3e7;border-radius:16px;padding:14px;margin-bottom:18px}
.category-add input{border:1px solid #dfe1e6;border-radius:12px;padding:10px}
.category-admin-list{display:flex;flex-direction:column;gap:8px}
.category-admin-row{display:grid;grid-template-columns:40px 1fr auto auto;gap:12px;align-items:center;background:#fff;border:1px solid #e2e3e7;border-radius:14px;padding:12px 14px}
.category-admin-row small{color:#777}

@media (max-width: 980px){
  .hero-inner,.feature-split,.form-layout,.profile-grid{grid-template-columns:1fr}
  .stage-card{height:420px}
  .quick-search,.search-panel{grid-template-columns:1fr 1fr}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .artist-grid{grid-template-columns:repeat(2,1fr)}
  .form-side{position:static;display:grid;grid-template-columns:repeat(3,1fr)}
  .admin-shell{grid-template-columns:1fr}
  .admin-nav{display:flex;flex-direction:row;overflow:auto;border-right:0;border-bottom:1px solid #ddd}
  .admin-nav a{white-space:nowrap}
}
@media (max-width: 720px){
  .wrap{width:min(100% - 26px,1180px)}
  .nav-toggle{display:block}
  .nav-links{display:none;position:absolute;left:13px;right:13px;top:68px;flex-direction:column;align-items:stretch;background:#11131c;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px}
  .nav-links.open{display:flex}
  .hero{min-height:auto}
  .hero-inner{padding:68px 0 92px;gap:44px}
  .hero h1{font-size:56px}
  .stage-card{height:360px}
  .quick-search,.search-panel{grid-template-columns:1fr}
  .search-band{margin-top:-26px}
  .section{padding:64px 0}
  .section-head{align-items:flex-start;flex-direction:column}
  .category-grid{grid-template-columns:1fr 1fr}
  .artist-grid{grid-template-columns:1fr}
  .feature-split{gap:45px}
  .check-grid{grid-template-columns:1fr}
  .cta-inner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;gap:8px}
  .field-grid{grid-template-columns:1fr}
  .field.span-2{grid-column:auto}
  .form-side{grid-template-columns:1fr}
  .profile-head{align-items:flex-start;flex-direction:column}
  .profile-scope{border-left:0;padding-left:0}
  .gallery{grid-template-columns:1fr 1fr;grid-auto-rows:150px}
  .gallery-main{grid-column:span 2}
  .admin-main{padding:20px 14px}
  .admin-row{grid-template-columns:1fr}
  .admin-row-meta{flex-wrap:wrap}
  .admin-images{grid-template-columns:repeat(3,1fr)}
  .category-admin-row{grid-template-columns:36px 1fr auto}
  .category-admin-row small{display:none}
}


/* ===== V2: große Musiker-Visitenkarte + kostenlose Medien ===== */
.field-help{display:block;color:#8c909a;font-weight:500;font-size:11px;margin-top:3px}
.media-fieldset{background:linear-gradient(180deg,#fff,#fffcf6)!important}
.media-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.audio-upload{margin-top:4px}
.media-rights{margin-top:14px}

.card-page{
  min-height:calc(100vh - 76px);
  padding:44px 0 90px;
  background:
    radial-gradient(circle at 12% 10%,rgba(243,189,83,.12),transparent 24%),
    radial-gradient(circle at 88% 5%,rgba(112,79,180,.12),transparent 28%),
    linear-gradient(180deg,#f4f1ea,#fbfaf7 45%,#f0eee8);
}
.dark-back{color:#5f5a50;margin-bottom:22px}
.artist-business-card{
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(36,31,24,.09);
  box-shadow:0 36px 100px rgba(34,30,24,.17);
}
.artist-card-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:40px;
  padding:42px 46px 34px;
  background:
    radial-gradient(circle at 80% 20%,rgba(243,189,83,.12),transparent 32%),
    linear-gradient(135deg,#0b0d15,#191c2b);
  color:#fff;
}
.artist-kicker{
  display:block;
  font-size:10px;
  letter-spacing:.2em;
  font-weight:800;
  color:var(--gold2);
  margin-bottom:14px;
}
.artist-title-block h1{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(52px,7vw,86px);
  line-height:.94;
  letter-spacing:-.045em;
}
.artist-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.artist-tags span{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:#e6e6eb;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:700;
}
.artist-intro{max-width:700px;color:#bbbfc9;margin:20px 0 0;font-size:16px}
.artist-contact-mini{
  align-self:end;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  padding:18px;
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
}
.artist-contact-mini>a,.artist-contact-mini>span{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:12px;
}
.artist-contact-mini>a:last-child,.artist-contact-mini>span:last-child{border-bottom:0}
.artist-contact-mini small{color:#8f93a1}
.artist-contact-mini strong{color:#fff;text-align:right;overflow-wrap:anywhere}

.business-gallery{
  display:grid;
  grid-template-columns:2fr 1fr;
  grid-template-rows:220px 220px;
  gap:10px;
  padding:12px;
  background:#10121b;
}
.business-gallery.one-image{grid-template-columns:1fr;grid-template-rows:460px}
.business-image{
  position:relative;
  overflow:hidden;
  border:0;
  padding:0;
  background:#1a1d29;
  cursor:zoom-in;
}
.business-image.main-image{grid-row:1 / 3}
.business-gallery.one-image .business-image.main-image{grid-row:auto}
.business-image:first-child{border-radius:22px 8px 8px 22px}
.business-image:nth-child(2){border-radius:8px 22px 8px 8px}
.business-image:nth-child(3){border-radius:8px 8px 22px 8px}
.business-gallery.one-image .business-image:first-child{border-radius:22px}
.business-image img{width:100%;height:100%;object-fit:cover;transition:.3s transform}
.business-image:hover img{transform:scale(1.025)}
.zoom-hint{
  position:absolute;
  right:12px;
  bottom:12px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(8,9,14,.75);
  color:#fff;
  font-size:10px;
  opacity:0;
  transition:.2s opacity;
}
.business-image:hover .zoom-hint{opacity:1}
.business-image-placeholder{
  grid-column:1/-1;
  min-height:320px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:10px;
  color:var(--gold2);
  background:linear-gradient(145deg,#1b1f2d,#0e1018);
}
.business-image-placeholder span{font-size:82px}
.business-image-placeholder small{color:#9fa2af}

.media-strip{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:18px 22px;
  background:#f5f2eb;
  border-bottom:1px solid #e9e4db;
}
.media-tile{
  min-height:92px;
  border:1px solid #ded8cd;
  background:#fff;
  border-radius:20px;
  padding:15px 17px;
  display:flex;
  align-items:center;
  gap:14px;
  text-align:left;
  color:#15171f;
}
button.media-tile{cursor:pointer;transition:.2s transform,.2s box-shadow}
button.media-tile:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(33,29,23,.08)}
.media-round{
  flex:0 0 46px;
  width:46px;height:46px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#11131c;
  color:var(--gold2);
  font-weight:900;
}
.media-tile small{display:block;font-size:9px;letter-spacing:.15em;color:#9b6f20;font-weight:800}
.media-tile strong{display:block;font-size:15px}
.audio-copy{min-width:0;flex:1}
.audio-copy audio{width:100%;height:32px;margin-top:8px}

.business-card-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:44px;
  padding:42px 46px 48px;
}
.artist-about h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:42px;
  line-height:1.05;
  margin:0 0 18px;
}
.business-card-actions{display:flex;flex-direction:column;gap:14px}
.action-box{
  border:1px solid #e5e2db;
  border-radius:22px;
  padding:20px;
  background:#faf9f6;
}
.action-box>small{
  display:block;
  color:#9b6f20;
  font-size:9px;
  letter-spacing:.16em;
  font-weight:800;
}
.action-box>strong{
  display:block;
  font-family:"Playfair Display",Georgia,serif;
  font-size:27px;
  margin:3px 0 14px;
}
.contact-action{
  display:flex;
  align-items:center;
  gap:10px;
  border-top:1px solid #e9e5de;
  padding:11px 0;
  font-size:12px;
}
.contact-action span{
  width:28px;height:28px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#eee9df;
  color:#78581d;
}
.action-box .btn{margin-top:12px}
.business-promo{margin:0}
.business-promo strong{font-size:16px}

.video-modal{
  position:fixed;
  inset:0;
  z-index:110;
  background:rgba(0,0,0,.92);
  display:grid;
  place-items:center;
  padding:54px 22px;
}
.video-modal[hidden]{display:none}
.video-modal-close{
  position:absolute;
  top:18px;
  right:24px;
  background:none;
  border:0;
  color:#fff;
  font-size:42px;
  cursor:pointer;
}
.video-frame-wrap{
  width:min(1100px,94vw);
  aspect-ratio:16/9;
  border-radius:18px;
  overflow:hidden;
  background:#000;
  box-shadow:0 35px 100px rgba(0,0,0,.55);
}
.video-frame-wrap iframe{width:100%;height:100%;border:0}

.admin-audio-preview{
  display:flex;
  align-items:center;
  gap:15px;
  background:#fff;
  border:1px solid #e2e3e7;
  border-radius:14px;
  padding:12px 15px;
  margin-bottom:18px;
}
.admin-audio-preview audio{width:min(420px,100%)}

@media (max-width:980px){
  .artist-card-top,.business-card-content{grid-template-columns:1fr}
  .artist-contact-mini{width:100%}
  .media-form-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .artist-card-top{padding:30px 22px 26px}
  .artist-title-block h1{font-size:50px}
  .business-gallery,.business-gallery.one-image{
    grid-template-columns:1fr 1fr;
    grid-template-rows:260px 150px;
  }
  .business-image.main-image,.business-gallery.one-image .business-image.main-image{
    grid-column:1/-1;
    grid-row:auto;
    border-radius:18px 18px 8px 8px;
  }
  .business-image:nth-child(2){border-radius:8px 8px 8px 18px}
  .business-image:nth-child(3){border-radius:8px 8px 18px 8px}
  .media-strip{grid-template-columns:1fr;padding:14px}
  .business-card-content{padding:30px 22px}
  .artist-about h2{font-size:36px}
}


/* ===== V2.4: Künstler-Visitenkarte im breiten Querformat ===== */
.card-page > .wrap{
  width:min(1480px,calc(100% - 36px));
}

.landscape-card{
  border-radius:32px;
}

.landscape-head{
  grid-template-columns:minmax(0,1fr) 390px;
  padding:34px 42px 28px;
}

.landscape-head .artist-title-block h1{
  font-size:clamp(52px,6vw,82px);
}

.landscape-body{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
  align-items:stretch;
  background:#fff;
}

.landscape-media{
  min-width:0;
  background:#10121b;
  border-right:1px solid #ece8df;
}

.landscape-info{
  min-width:0;
  padding:34px 36px 38px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:28px;
}

/* Bilder bewusst begrenzt: max. 3, feste Kartenhöhe statt riesiger Originalhöhe */
.landscape-card .business-gallery{
  height:430px;
  min-height:430px;
  padding:12px;
  display:grid;
  grid-template-columns:2fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:10px;
  background:#10121b;
}

.landscape-card .business-image{
  min-width:0;
  min-height:0;
}

.landscape-card .business-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* 1 Bild: groß, aber klar begrenzt */
.landscape-card .business-gallery.one-image{
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  height:430px;
}
.landscape-card .business-gallery.one-image .main-image{
  grid-column:auto;
  grid-row:auto;
  border-radius:22px;
}

/* 2 Bilder: nebeneinander im Querformat */
.landscape-card .business-gallery.two-images{
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr;
  height:430px;
}
.landscape-card .business-gallery.two-images .main-image{
  grid-row:auto;
}
.landscape-card .business-gallery.two-images .business-image:first-child{
  border-radius:22px 8px 8px 22px;
}
.landscape-card .business-gallery.two-images .business-image:nth-child(2){
  border-radius:8px 22px 22px 8px;
}

/* 3 Bilder: ein Hauptbild + zwei kleine Bilder */
.landscape-card .business-gallery:not(.one-image):not(.two-images) .main-image{
  grid-row:1 / 3;
}

.compact-media-strip{
  grid-template-columns:1fr;
  padding:12px;
  background:#151824;
  border-bottom:0;
}
.compact-media-strip .media-tile{
  min-height:78px;
}
.compact-media-strip .audio-copy audio{
  max-width:100%;
}

.landscape-info .artist-about h2{
  font-size:38px;
}

.landscape-info .artist-about .prose{
  font-size:15px;
  line-height:1.7;
  max-height:220px;
  overflow:auto;
  padding-right:6px;
}

.landscape-info .business-card-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media (max-width:1180px){
  .landscape-body{
    grid-template-columns:1fr;
  }
  .landscape-media{
    border-right:0;
    border-bottom:1px solid #ece8df;
  }
  .landscape-card .business-gallery,
  .landscape-card .business-gallery.one-image,
  .landscape-card .business-gallery.two-images{
    height:390px;
    min-height:390px;
  }
}

@media (max-width:720px){
  .card-page > .wrap{
    width:min(100% - 20px,1480px);
  }
  .landscape-head{
    padding:28px 20px 24px;
  }
  .landscape-body{
    display:block;
  }
  .landscape-card .business-gallery,
  .landscape-card .business-gallery.one-image,
  .landscape-card .business-gallery.two-images{
    height:auto;
    min-height:0;
    grid-template-columns:1fr 1fr;
    grid-template-rows:250px 140px;
  }
  .landscape-card .business-gallery.one-image{
    grid-template-columns:1fr;
    grid-template-rows:290px;
  }
  .landscape-card .business-gallery.two-images{
    grid-template-columns:1fr 1fr;
    grid-template-rows:240px;
  }
  .landscape-card .business-gallery:not(.one-image):not(.two-images) .main-image{
    grid-column:1/-1;
    grid-row:auto;
  }
  .landscape-info{
    padding:28px 22px 32px;
  }
}


/* ===== V2.5: neue Startseite, Rubriken, Tassen, Maskottchen ===== */
.brand-mascot-wrap{
  width:46px;height:46px;display:grid;place-items:center;
  flex:0 0 46px;
}
.brand-mascot{
  width:54px;height:54px;object-fit:contain;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.2));
}
.hero-photo{
  min-height:690px;
  background-image:url('hero-musiker.webp');
  background-size:cover;
  background-position:center center;
  color:#fff;
}
.hero-photo-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,7,12,.97) 0%,rgba(5,7,12,.91) 28%,rgba(5,7,12,.56) 52%,rgba(5,7,12,.10) 78%,rgba(5,7,12,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.35));
}
.hero-photo-inner{
  position:relative;z-index:2;
  min-height:690px;
  display:flex;align-items:center;
}
.hero-photo-copy{max-width:690px;padding:74px 0 100px}
.hero-photo-copy h1{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(62px,7vw,100px);
  line-height:.9;
  letter-spacing:-.05em;
}
.hero-photo-copy h1 span{color:var(--gold2);font-style:italic}
.hero-photo-copy>p{max-width:620px;color:#d4d5dc;font-size:18px;margin:24px 0 24px}
.hero-free-list{
  display:grid;grid-template-columns:1fr 1fr;
  gap:8px 22px;
  max-width:620px;
  margin:0 0 28px;
  color:#e7e7eb;font-size:13px;
}
.hero-free-list span{display:flex;gap:6px}
.hero-mascot-callout{
  position:absolute;
  right:2%;
  bottom:48px;
  display:flex;align-items:center;gap:8px;
  padding:10px 14px 10px 7px;
  border:1px solid rgba(255,217,134,.28);
  border-radius:999px;
  background:rgba(10,12,18,.72);
  backdrop-filter:blur(10px);
}
.hero-mascot-callout img{width:68px;height:68px;object-fit:contain;margin-top:-18px}
.hero-mascot-callout div{display:flex;flex-direction:column}
.hero-mascot-callout strong{color:var(--gold2);font-size:13px}
.hero-mascot-callout span{color:#d0d2d9;font-size:10px}
.search-band-photo{margin-top:-44px}

.centered-head{align-items:center}
.centered-head>div{max-width:620px}
.category-showcase{background:linear-gradient(180deg,#fff,#f7f4ed)}
.visual-category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.visual-category-card{
  position:relative;
  min-height:180px;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  padding:20px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  box-shadow:0 18px 44px rgba(18,20,29,.12);
  isolation:isolate;
  transition:.25s transform,.25s box-shadow;
  background-image:
    linear-gradient(180deg,rgba(8,10,16,.06),rgba(8,10,16,.94)),
    url('hero-musiker.webp');
  background-size:auto 360px;
}
.visual-category-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(18,20,29,.18)}
.visual-category-card:after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:radial-gradient(circle at 80% 10%,rgba(243,189,83,.28),transparent 28%);
}
.cat-1{background-position:71% 38%}
.cat-2{background-position:92% 42%}
.cat-3{background-position:62% 16%}
.cat-4{background-position:86% 68%}
.cat-5{background-position:18% 46%;background-image:linear-gradient(180deg,rgba(30,9,42,.05),rgba(15,7,25,.94)),radial-gradient(circle at 50% 45%,#6b2b89 0,#24102f 44%,#0d0b14 80%)}
.cat-6{background-position:74% 54%}
.cat-7{background-position:20% 54%;background-image:linear-gradient(180deg,rgba(3,28,30,.1),rgba(3,19,22,.94)),radial-gradient(circle at 50% 40%,#156b72 0,#0c3036 42%,#091114 80%)}
.cat-8{background-position:55% 40%}
.cat-9{background-position:44% 76%}
.cat-10{background-position:52% 64%;background-image:linear-gradient(180deg,rgba(30,24,8,.08),rgba(30,22,8,.94)),radial-gradient(circle at 50% 30%,#7d5f21 0,#30240e 44%,#100d08 82%)}
.cat-11{background-position:80% 76%}
.cat-12{background-position:10% 30%;background-image:linear-gradient(180deg,rgba(20,10,30,.08),rgba(20,10,30,.94)),radial-gradient(circle at 50% 30%,#6c284e 0,#31162c 45%,#100b11 82%)}
.visual-cat-icon{
  position:absolute;right:16px;top:14px;
  width:42px;height:42px;display:grid;place-items:center;
  border-radius:14px;background:rgba(0,0,0,.38);
  color:var(--gold2);font-size:20px;
  border:1px solid rgba(255,255,255,.13);
}
.visual-cat-copy strong{
  display:block;
  font-family:"Playfair Display",Georgia,serif;
  font-size:24px;
  line-height:1.05;
  text-shadow:0 2px 14px rgba(0,0,0,.45);
}
.visual-cat-copy small{color:#c6c9d2;font-size:10px}
.visual-cat-arrow{position:absolute;right:17px;bottom:16px;color:var(--gold2);font-size:22px}
.all-categories{
  margin-top:24px;
  padding:18px 20px;
  border:1px solid #e4dfd5;
  border-radius:18px;
  background:rgba(255,255,255,.72);
}
.all-categories>strong{display:block;font-size:12px;color:#7a5a20;margin-bottom:10px}
.category-pills{display:flex;flex-wrap:wrap;gap:8px}
.category-pills a{
  border:1px solid #ddd8ce;
  border-radius:999px;padding:7px 11px;
  background:#fff;font-size:11px;font-weight:700;
}
.category-pills a:hover{border-color:#cfaa62;background:#fff9ee}

.free-section{padding:0 0 90px;background:#f7f4ed}
.free-panel{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:260px 1fr;
  gap:28px;
  align-items:center;
  padding:34px 40px 34px 20px;
  border:1px solid #ded7c9;
  border-radius:28px;
  background:linear-gradient(135deg,#fff,#fff9ec);
  box-shadow:0 24px 65px rgba(31,27,19,.08);
}
.free-mascot{align-self:end;text-align:center}
.free-mascot img{width:235px;max-height:260px;object-fit:contain;filter:drop-shadow(0 15px 24px rgba(80,59,17,.16))}
.free-content h2{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:54px;
  line-height:1;
}
.free-lead{color:#656975;max-width:780px;margin:12px 0 22px}
.free-feature-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:12px;
}
.free-feature-grid>div{
  display:flex;align-items:center;gap:13px;
  border:1px solid #e7e2d8;
  border-radius:16px;
  padding:13px 14px;
  background:#fff;
}
.free-feature-grid b{
  width:42px;height:42px;flex:0 0 42px;
  border-radius:13px;
  display:grid;place-items:center;
  background:#11131c;color:var(--gold2);
  font-size:18px;
}
.free-feature-grid span{display:flex;flex-direction:column}
.free-feature-grid strong{font-size:13px}
.free-feature-grid small{font-size:10px;color:#818590}
.free-bottom{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  margin-top:18px;
}
.free-bottom>span{font-size:10px;font-weight:800;color:#82621f}
.free-bottom .btn{margin-left:auto}

.mugs-section{padding:0 0 90px;background:#f7f4ed}
.mugs-panel{
  overflow:hidden;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 10%,rgba(243,189,83,.16),transparent 30%),
    linear-gradient(135deg,#0b0d15,#171b29);
  color:#fff;
  box-shadow:0 32px 80px rgba(10,12,20,.18);
}
.mugs-copy{padding:44px 0 44px 44px;position:relative;z-index:2}
.mugs-copy h2{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:52px;line-height:1;
}
.mugs-copy p{color:#c1c4cd;max-width:540px}
.mugs-points{display:flex;gap:10px 20px;flex-wrap:wrap;color:#cfd1d8;font-size:11px;margin:18px 0 24px}
.mugs-visual{
  min-height:390px;
  display:flex;align-items:flex-end;justify-content:center;
  padding:18px 24px 0;
  overflow:hidden;
}
.mugs-visual img{
  width:min(720px,100%);
  max-height:420px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 22px 36px rgba(0,0,0,.35));
}

.services-section{background:#fff}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  position:relative;overflow:hidden;
  min-height:410px;
  border:1px solid #e2e2e5;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#faf9f6);
  padding:26px;
  display:flex;flex-direction:column;
}
.service-icon{
  width:44px;height:44px;display:grid;place-items:center;
  border-radius:14px;background:#11131c;color:var(--gold2);
  font-size:20px;margin-bottom:18px;
}
.service-label{font-size:9px;letter-spacing:.16em;color:#9b6f20;font-weight:800}
.service-card h3{font-family:"Playfair Display",Georgia,serif;font-size:32px;line-height:1.02;margin:6px 0 10px}
.service-card p{font-size:13px;color:#6f7380;margin:0 0 18px}
.dark-link{color:#8e681e;margin-top:auto}
.mini-business-cards{position:relative;height:140px;margin:10px 0 18px}
.mini-business-cards i{
  position:absolute;width:190px;height:110px;border-radius:12px;
  background:linear-gradient(135deg,#11131c,#292d3d);
  border:1px solid rgba(243,189,83,.55);
  color:#fff;padding:18px;
  display:flex;flex-direction:column;justify-content:flex-end;
  box-shadow:0 16px 34px rgba(15,17,25,.18);
}
.mini-business-cards i:first-child{left:9%;top:10px;transform:rotate(-7deg)}
.mini-business-cards i:last-child{right:8%;top:22px;transform:rotate(7deg);background:linear-gradient(135deg,#efe3ca,#fff)}
.mini-business-cards i:last-child b,.mini-business-cards i:last-child span{color:#342813}
.mini-business-cards span{font-size:10px;color:var(--gold2)}
.mini-business-cards b{font-family:"Playfair Display";font-size:22px}
.web-device-mock{height:140px;position:relative;margin:8px 0 20px}
.mock-screen{
  position:absolute;left:8%;top:8px;width:76%;height:116px;
  border:8px solid #222632;border-bottom-width:16px;border-radius:10px;
  background:radial-gradient(circle at 65% 25%,#815125,#181a24 55%);
  color:#fff;padding:24px 18px;
  display:flex;flex-direction:column;
}
.mock-screen strong{font-family:"Playfair Display";font-size:20px}
.mock-screen span{font-size:9px;color:#d4c19e}
.mock-phone{
  position:absolute;right:7%;bottom:0;width:52px;height:94px;
  border:6px solid #20232d;border-radius:12px;
  background:#f7e7c7;display:grid;place-items:center;
  color:#7e5c1a;font-size:26px;box-shadow:0 12px 26px rgba(0,0,0,.16)
}
.print-swatch{display:flex;align-items:flex-end;gap:6px;height:140px;margin:8px 0 20px}
.print-swatch i{display:block;width:20%;border-radius:8px 8px 2px 2px;box-shadow:0 10px 18px rgba(0,0,0,.08)}
.print-swatch i:nth-child(1){height:70%;background:#d9c08f}
.print-swatch i:nth-child(2){height:92%;background:#1b1d26}
.print-swatch i:nth-child(3){height:82%;background:#8f4a42}
.print-swatch i:nth-child(4){height:62%;background:#54707f}
.print-swatch i:nth-child(5){height:100%;background:#d4a647}

.cta-mascot-stage .cta-side{display:flex;align-items:center;gap:16px}
.cta-mascot-stage .cta-side img{width:100px;height:100px;object-fit:contain;margin-top:-22px}

.youtube-help{
  margin-top:8px;
  border:1px solid #e4dfd4;
  border-radius:12px;
  background:#fffaf0;
  overflow:hidden;
}
.youtube-help summary{
  cursor:pointer;
  padding:9px 11px;
  font-size:11px;
  font-weight:800;
  color:#805f1d;
}
.youtube-help div{
  padding:0 11px 11px;
  color:#686c76;
  font-size:11px;
  line-height:1.7;
}

@media (max-width:1050px){
  .visual-category-grid{grid-template-columns:repeat(3,1fr)}
  .free-panel{grid-template-columns:200px 1fr}
  .mugs-panel{grid-template-columns:1fr}
  .mugs-copy{padding:40px 40px 12px}
  .mugs-visual{min-height:300px}
  .service-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .brand-mascot-wrap{width:40px;height:40px;flex-basis:40px}
  .brand-mascot{width:46px;height:46px}
  .hero-photo{min-height:auto;background-position:66% center}
  .hero-photo-overlay{background:linear-gradient(90deg,rgba(5,7,12,.96),rgba(5,7,12,.79) 70%,rgba(5,7,12,.58))}
  .hero-photo-inner{min-height:650px}
  .hero-photo-copy{padding:60px 0 100px}
  .hero-photo-copy h1{font-size:55px}
  .hero-free-list{grid-template-columns:1fr}
  .hero-mascot-callout{right:13px;bottom:32px;max-width:260px}
  .hero-mascot-callout img{width:58px;height:58px}
  .visual-category-grid{grid-template-columns:1fr 1fr}
  .visual-category-card{min-height:155px;padding:16px}
  .visual-cat-copy strong{font-size:19px}
  .free-panel{grid-template-columns:1fr;padding:26px 20px}
  .free-mascot{display:none}
  .free-content h2{font-size:43px}
  .free-feature-grid{grid-template-columns:1fr}
  .free-bottom .btn{margin-left:0;width:100%}
  .mugs-copy{padding:32px 22px 6px}
  .mugs-copy h2{font-size:42px}
  .mugs-visual{min-height:240px;padding:0 10px}
  .service-grid{grid-template-columns:1fr}
  .cta-mascot-stage .cta-side{width:100%;justify-content:space-between}
  .cta-mascot-stage .cta-side img{width:78px;height:78px}
}


/* ===== V2.6: Feinschliff nach Feedback ===== */
.mugs-copy p{max-width:560px}
.mugs-visual img{
  width:min(780px,100%);
  max-height:470px;
}
.brighter-cards{
  height:170px;
}
.brighter-cards i{
  border-width:1px;
  box-shadow:0 18px 38px rgba(20,22,30,.15);
  justify-content:flex-end;
  padding:18px 18px 16px;
}
.brighter-cards i span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
}
.brighter-cards i b{
  font-family:"Playfair Display", Georgia, serif;
  font-size:24px;
  line-height:1;
  margin:4px 0 6px;
}
.brighter-cards i small{
  font-size:11px;
  opacity:.9;
}
.brighter-cards .card-singer{
  left:4%;
  top:14px;
  width:200px;
  height:126px;
  transform:rotate(-6deg);
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.04)),
    radial-gradient(circle at 18% 25%, rgba(255,230,130,.50), transparent 18%),
    linear-gradient(135deg, #6e1841 0%, #bc4a74 46%, #f6d5d4 100%);
  color:#fff;
  border-color:rgba(255,255,255,.55);
}
.brighter-cards .card-trio{
  right:4%;
  top:28px;
  width:215px;
  height:126px;
  transform:rotate(7deg);
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.03)),
    radial-gradient(circle at 82% 26%, rgba(255,233,145,.48), transparent 17%),
    linear-gradient(135deg, #f8efe0 0%, #e6c48a 38%, #8fb0c4 100%);
  color:#2f2518;
  border-color:rgba(123,88,24,.30);
}
.brighter-cards .card-trio span,
.brighter-cards .card-trio small,
.brighter-cards .card-trio b{
  color:#2f2518;
}
@media (max-width:720px){
  .brighter-cards{
    height:188px;
  }
  .brighter-cards .card-singer{
    left:2%;
    width:180px;
  }
  .brighter-cards .card-trio{
    right:2%;
    width:184px;
  }
}


/* ===== V2.7: 8 neueste Einträge kompakt, 4 x 2 ===== */
.latest-showcase{
  padding-top:76px;
  padding-bottom:88px;
}
.latest-head{
  margin-bottom:24px;
}
.latest-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.latest-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:linear-gradient(180deg,#171a25,#10121a);
  color:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
  transition:.22s transform,.22s border-color,.22s box-shadow;
}
.latest-card:hover{
  transform:translateY(-4px);
  border-color:rgba(243,189,83,.45);
  box-shadow:0 24px 54px rgba(0,0,0,.25);
}
.latest-card-photo{
  position:relative;
  height:155px;
  background:#0c0e15;
  overflow:hidden;
}
.latest-card-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.latest-category{
  position:absolute;
  left:10px;
  bottom:10px;
  max-width:calc(100% - 20px);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(8,10,16,.78);
  border:1px solid rgba(255,255,255,.13);
  color:var(--gold2);
  font-size:9px;
  font-weight:800;
  backdrop-filter:blur(8px);
}
.latest-card-body{
  padding:15px 16px 16px;
}
.latest-card-body h3{
  margin:0 0 6px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:22px;
  line-height:1.05;
}
.latest-card-body p{
  margin:0 0 11px;
  min-height:30px;
  color:#b8bbc5;
  font-size:11px;
  line-height:1.4;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.latest-card-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#8f93a0;
  font-size:9px;
}
.latest-open{
  display:block;
  margin-top:10px;
  color:var(--gold2);
  font-size:10px;
}
@media (max-width:1050px){
  .latest-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:620px){
  .latest-grid{grid-template-columns:1fr}
  .latest-card{
    display:grid;
    grid-template-columns:125px 1fr;
  }
  .latest-card-photo{
    height:100%;
    min-height:150px;
  }
}


/* ===== V2.7: Suchseite mit 16 Treffern pro Seite ===== */
.search-page-form{margin-bottom:24px}
.search-result-head{
  display:flex;justify-content:space-between;gap:20px;
  margin:8px 0 18px;
  color:#7c7f88;
  font-size:12px;
}
.search-result-head strong{color:#171920}
.directory-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.directory-card{
  overflow:hidden;
  border:1px solid #e3e0d8;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 34px rgba(28,24,18,.07);
  transition:.2s transform,.2s box-shadow,.2s border-color;
}
.directory-card:hover{
  transform:translateY(-3px);
  border-color:#cfaa62;
  box-shadow:0 20px 46px rgba(28,24,18,.11);
}
.directory-thumb{
  position:relative;
  height:135px;
  background:#11131b;
}
.directory-thumb img{width:100%;height:100%;object-fit:cover}
.directory-thumb>span{
  position:absolute;left:9px;bottom:9px;
  padding:5px 8px;border-radius:999px;
  background:rgba(7,9,14,.78);
  color:#ffd374;
  font-size:9px;font-weight:800;
}
.directory-body{padding:13px 14px 15px}
.directory-title-row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.directory-title-row h3{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:20px;line-height:1.05;
}
.media-icons{display:flex;gap:4px}
.media-icons b{
  width:24px;height:24px;display:grid;place-items:center;
  border-radius:50%;
  background:#11131c;color:#f2bd53;font-size:10px;
}
.directory-body p{
  min-height:30px;margin:7px 0 10px;
  color:#747883;font-size:10px;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.directory-meta{
  display:flex;justify-content:space-between;gap:10px;
  border-top:1px solid #eeeae2;
  padding-top:9px;color:#9a9ca4;font-size:9px;
}
.directory-body>strong{
  display:block;margin-top:10px;
  color:#956d20;font-size:10px;
}
.pagination{
  display:flex;flex-wrap:wrap;gap:7px;
  justify-content:center;
  margin-top:34px;
}
.pagination a{
  width:36px;height:36px;
  display:grid;place-items:center;
  border-radius:10px;
  border:1px solid #dedad1;
  background:#fff;
  color:#40434b;
  font-size:11px;font-weight:800;
}
.pagination a.active{
  background:#11131c;color:#f2bd53;border-color:#11131c;
}
@media (max-width:1050px){
  .directory-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:780px){
  .directory-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
  .directory-grid{grid-template-columns:1fr}
  .directory-card{display:grid;grid-template-columns:120px 1fr}
  .directory-thumb{height:100%;min-height:150px}
}


/* ===== V2.8: Tassen, echte Visitenkarten-Beispiele, Angebote bleiben im neuen Tab ===== */
.external-note{
  display:block;
  margin-top:9px;
  color:#9ea2ad;
  font-size:10px;
}
.mugs-panel-v28{
  grid-template-columns:.9fr 1.1fr;
}
.mug-showcase{
  position:relative;
  min-height:470px;
  padding:28px 28px 18px 8px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  grid-template-rows:1fr 1fr;
  gap:14px;
  align-items:stretch;
}
.mug-card{
  margin:0;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 22px 48px rgba(0,0,0,.28);
  position:relative;
}
.mug-card-main{
  grid-row:1 / 3;
}
.mug-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.mug-card figcaption{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(7,9,14,.78);
  color:#ffd374;
  font-size:9px;
  font-weight:800;
  backdrop-filter:blur(6px);
}

.offers-layout{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);
  gap:18px;
  align-items:stretch;
}
.offer-title-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}
.offer-title-row .service-icon{
  margin:0;
  flex:0 0 44px;
}
.real-card-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:8px 0 20px;
}
.real-card-gallery figure{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:14px;
  background:#f1f0ec;
  box-shadow:0 14px 30px rgba(25,22,18,.12);
}
.real-card-gallery img{
  display:block;
  width:100%;
  aspect-ratio:1.56/1;
  object-fit:cover;
}
.real-card-gallery figure span{
  position:absolute;
  left:9px;
  bottom:9px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(8,10,15,.78);
  color:#fff;
  font-size:9px;
  font-weight:800;
}
.offer-actions{
  margin-top:auto;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.offer-actions small{
  color:#888b94;
  font-size:10px;
  max-width:390px;
}

.website-offer-card{
  background:linear-gradient(180deg,#fff,#f7f5ef);
}
.mini-website-copy{
  overflow:hidden;
  border:1px solid #dcd8cf;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 36px rgba(22,20,16,.12);
  margin:8px 0 22px;
}
.mini-browser-bar{
  height:34px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 11px;
  background:#eeeeee;
  border-bottom:1px solid #ddd;
}
.mini-browser-bar i{
  width:7px;height:7px;border-radius:50%;
  background:#aaa;
}
.mini-browser-bar span{
  margin-left:7px;
  color:#888;
  font-size:8px;
}
.mini-site-hero{
  min-height:210px;
  padding:30px 22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,7,12,.93),rgba(5,7,12,.35)),
    url('hero-musiker.webp') center/cover;
}
.mini-site-hero strong{
  font-family:"Playfair Display",Georgia,serif;
  font-size:29px;
  line-height:1;
}
.mini-site-hero span{
  margin-top:7px;
  font-size:9px;
  color:#d4d6dc;
}
.mini-site-hero b{
  align-self:flex-start;
  margin-top:14px;
  padding:7px 10px;
  border-radius:8px;
  background:#eebc58;
  color:#17140d;
  font-size:8px;
}
.mini-site-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
  padding:10px;
}
.mini-site-cards i{
  display:block;
  padding:12px 5px;
  border-radius:8px;
  background:#f5f1e7;
  color:#4c4334;
  text-align:center;
  font-size:8px;
  font-style:normal;
  font-weight:800;
}
.other-services-strip{
  margin-top:18px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  padding:16px 18px;
  border:1px solid #e3dfd7;
  border-radius:16px;
  background:#faf9f6;
}
.other-services-strip strong{
  margin-right:4px;
  color:#8d671e;
  font-size:11px;
}
.other-services-strip span{
  padding:6px 9px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e5e1d9;
  font-size:10px;
  color:#676a73;
}

@media (max-width:1050px){
  .mugs-panel-v28{grid-template-columns:1fr}
  .mug-showcase{min-height:430px;padding:12px 24px 26px}
  .offers-layout{grid-template-columns:1fr}
  .website-offer-card{min-height:auto}
}
@media (max-width:650px){
  .mug-showcase{
    min-height:0;
    grid-template-columns:1fr 1fr;
    grid-template-rows:230px 180px;
    padding:10px 14px 18px;
  }
  .mug-card-main{
    grid-column:1/-1;
    grid-row:auto;
  }
  .real-card-gallery{grid-template-columns:1fr}
}


/* ===== V2.9: Portal im Vordergrund, Werbung nur dezent ===== */
.hero-mascot-callout{display:none!important}

.sample-cards-section{
  background:linear-gradient(180deg,#fff,#f7f4ed);
}
.sample-business-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.sample-business-card{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  border:1px solid #e2ded5;
  box-shadow:0 16px 38px rgba(26,22,16,.10);
}
.sample-business-card img{
  display:block;
  width:100%;
  aspect-ratio:1.56/1;
  object-fit:cover;
}
.sample-business-card figcaption{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  padding:11px 12px;
}
.sample-business-card figcaption strong{
  font-size:12px;
}
.sample-business-card figcaption span{
  color:#8b8e97;
  font-size:9px;
}
.sample-note{
  max-width:960px;
  margin:22px auto 0;
  text-align:center;
  color:#5f636e;
  font-size:13px;
  line-height:1.6;
}

.quiet-links-section{
  padding:0 0 78px;
  background:#f7f4ed;
}
.quiet-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.quiet-link-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border:1px solid #e0dcd3;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  color:#1b1d24;
  transition:.2s transform,.2s border-color,.2s background;
}
.quiet-link-card:hover{
  transform:translateY(-2px);
  border-color:#cdaa63;
  background:#fff;
}
.quiet-link-icon{
  width:42px;height:42px;flex:0 0 42px;
  display:grid;place-items:center;
  border-radius:13px;
  background:#11131c;
  color:#efbe5d;
  font-size:18px;
}
.quiet-link-card small{
  display:block;
  color:#9a6f1e;
  font-size:8px;
  letter-spacing:.14em;
  font-weight:800;
}
.quiet-link-card strong{
  display:block;
  margin-top:2px;
  font-size:13px;
}
.quiet-link-card p{
  margin:3px 0 0;
  color:#7c7f88;
  font-size:10px;
}

.musician-site-page-head .back-link{
  color:#d4d6dc;
  margin-bottom:18px;
}
.musician-template-section{
  background:#f7f4ed;
}
.musician-template-browser{
  overflow:hidden;
  border:1px solid #d9d5cd;
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 70px rgba(28,24,18,.14);
}
.template-browser-bar{
  height:42px;
  display:flex;align-items:center;gap:7px;
  padding:0 14px;
  background:#ececec;
  border-bottom:1px solid #ddd;
}
.template-browser-bar i{
  width:8px;height:8px;border-radius:50%;background:#aaa;
}
.template-browser-bar span{
  margin-left:8px;
  color:#858585;
  font-size:9px;
}
.template-hero{
  min-height:430px;
  padding:54px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,7,12,.94),rgba(5,7,12,.36)),
    url('hero-musiker.webp') center/cover;
}
.template-hero h2{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:70px;
  line-height:.9;
}
.template-hero p{
  max-width:560px;
  color:#d2d4da;
}
.template-buttons{
  display:flex;gap:8px;flex-wrap:wrap;margin-top:16px;
}
.template-buttons span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.17);
  font-size:10px;
}
.template-panels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:#e5e1d8;
}
.template-panels article{
  padding:22px;
  background:#fff;
}
.template-panels strong{font-size:13px}
.template-panels p{margin:6px 0 0;color:#81848d;font-size:10px}
.musician-template-copy{
  max-width:820px;
  margin:28px auto 0;
  text-align:center;
}
.musician-template-copy h3{
  margin:0 0 8px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:34px;
}
.musician-template-copy p{
  color:#70737c;
  line-height:1.7;
}
.template-actions{
  display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px;
}

@media (max-width:900px){
  .sample-business-grid{grid-template-columns:repeat(2,1fr)}
  .quiet-links{grid-template-columns:1fr}
  .template-hero{min-height:360px;padding:34px}
  .template-hero h2{font-size:54px}
}
@media (max-width:560px){
  .sample-business-grid{grid-template-columns:1fr}
  .template-panels{grid-template-columns:1fr}
}


/* ===== V3.0: Rubriken selbst als Visitenkarten ===== */
.category-business-showcase{
  background:linear-gradient(180deg,#fff,#f6f2ea);
}
.business-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.business-category-card{
  position:relative;
  overflow:hidden;
  min-height:185px;
  border-radius:20px;
  color:#fff;
  border:1px solid rgba(255,255,255,.26);
  box-shadow:0 18px 42px rgba(27,23,18,.13);
  background-size:cover;
  background-position:center;
  transition:.22s transform,.22s box-shadow;
  isolation:isolate;
}
.business-category-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 56px rgba(27,23,18,.19);
}
.business-card-shade{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(3,5,10,.08),rgba(3,5,10,.18) 38%,rgba(3,5,10,.88) 100%),
    linear-gradient(90deg,rgba(0,0,0,.28),transparent 62%);
}
.business-category-label{
  position:absolute;
  left:18px;
  right:42px;
  bottom:17px;
}
.business-category-kicker{
  display:block;
  margin-bottom:5px;
  color:#f0bd59;
  font-size:7px;
  font-weight:800;
  letter-spacing:.15em;
}
.business-category-label strong{
  display:block;
  color:#fff;
  font-family:"Playfair Display",Georgia,serif;
  font-size:25px;
  line-height:1.02;
  text-shadow:0 2px 14px rgba(0,0,0,.75);
}
.business-category-label small{
  display:block;
  margin-top:5px;
  color:#e1e2e7;
  font-size:9px;
}
.business-category-arrow{
  position:absolute;
  right:15px;
  bottom:16px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(6,8,13,.62);
  border:1px solid rgba(255,255,255,.18);
  color:#f3c261;
  font-size:15px;
}

/* Acht abwechslungsreiche Beispielkarten als wiederkehrende Hintergründe */
.business-category-card.sample-1{background-image:url('vk-saengerin.webp')}
.business-category-card.sample-2{background-image:url('vk-trio.webp')}
.business-category-card.sample-3{background-image:url('vk-pianistin.webp')}
.business-category-card.sample-4{background-image:url('vk-bigband.webp')}
.business-category-card.sample-5{background-image:url('vk-gitarrist.webp')}
.business-category-card.sample-6{background-image:url('vk-saxophonist.webp')}
.business-category-card.sample-7{background-image:url('vk-schlagzeuger.webp')}
.business-category-card.sample-8{background-image:url('vk-akkordeon.webp')}

.business-category-note{
  margin:24px auto 0;
  max-width:980px;
  text-align:center;
  padding:17px 20px;
  border-radius:16px;
  border:1px solid #e0d9cc;
  background:rgba(255,255,255,.74);
}
.business-category-note p{
  margin:0;
  color:#62666f;
  font-size:12px;
  line-height:1.6;
}
.business-category-note strong{
  color:#1d2027;
}
.business-category-note a{
  display:inline-block;
  margin-top:8px;
  color:#936b20;
  font-size:10px;
  font-weight:800;
}

/* Der frühere eigene Visitenkarten-Beispielblock ist bewusst nicht mehr nötig. */
.sample-cards-section{display:none!important}

@media (max-width:1050px){
  .business-category-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:780px){
  .business-category-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
  .business-category-grid{grid-template-columns:1fr}
  .business-category-card{min-height:170px}
}


/* ===== V3.1: Verkaufs-Visitenkarten in den Rubriken =====
   Wichtig: Diese Karten zeigen NUR die Rubrik.
   Keine Telefonnummer, keine Adresse, kein Personenname.
*/
.business-category-card{
  min-height:190px;
  background-position:center;
}
.business-category-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:inherit;
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.business-card-shade{
  background:
    linear-gradient(90deg,rgba(5,7,12,.18),rgba(5,7,12,.04) 45%,rgba(5,7,12,.30)),
    linear-gradient(180deg,rgba(5,7,12,.03),rgba(5,7,12,.08) 44%,rgba(5,7,12,.90) 100%);
}
.business-category-card:after{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:14px;
  pointer-events:none;
}
.business-category-kicker{
  color:#f4c769;
}
.business-category-label strong{
  color:#fff;
  font-size:26px;
  text-shadow:
    0 2px 4px rgba(0,0,0,.85),
    0 5px 18px rgba(0,0,0,.65);
}
.business-category-label small{
  color:#f0f1f4;
}

/* Die Hintergründe sind bewusst nur Foto-/Gestaltungsbereiche
   der Beispielkarten. Persönliche Angaben wurden herausgeschnitten. */
.business-category-card.sample-1{background-image:url('rubrik-saengerin.webp')}
.business-category-card.sample-2{background-image:url('rubrik-keyboard.webp')}
.business-category-card.sample-3{background-image:url('rubrik-gitarre.webp')}
.business-category-card.sample-4{background-image:url('rubrik-saxophon.webp')}
.business-category-card.sample-5{background-image:url('rubrik-piano.webp')}
.business-category-card.sample-6{background-image:url('rubrik-schlagzeug.webp')}
.business-category-card.sample-7{background-image:url('rubrik-trompete.webp')}
.business-category-card.sample-8{background-image:url('rubrik-geige.webp')}

.business-category-note{
  margin-top:22px;
  padding:18px 22px;
}
.business-category-note p{
  font-size:13px;
  line-height:1.65;
}
.business-category-note strong{
  font-family:"Playfair Display",Georgia,serif;
  font-size:18px;
  color:#25272e;
}
.business-category-note a{
  margin-top:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid #d3b06b;
  background:#fffaf0;
  color:#8d661c;
}


/* ===== V3.2: Familienbild, 18 gemischte Visitenkarten, dezente Extras, Zähler ===== */

/* Familienbild als neues Hauptbild */
.hero-photo{
  background-image:url('hero-familie.webp') !important;
  background-position:center 34%;
}
.hero-photo-overlay{
  background:
    linear-gradient(90deg,
      rgba(5,7,12,.97) 0%,
      rgba(5,7,12,.91) 25%,
      rgba(5,7,12,.62) 45%,
      rgba(5,7,12,.22) 68%,
      rgba(5,7,12,.10) 100%
    ),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.30));
}

/* 18 unterschiedliche Visitenkartenmotive, bevor überhaupt etwas wiederholt wird */
.business-category-card.sample-1{background-image:url('rubrik-07-saengerin.webp')}
.business-category-card.sample-2{background-image:url('rubrik-03-saxophon.webp')}
.business-category-card.sample-3{background-image:url('rubrik-16-volksmusik.webp')}
.business-category-card.sample-4{background-image:url('rubrik-08-gitarre.webp')}
.business-category-card.sample-5{background-image:url('rubrik-13-alleinunterhalter.webp')}
.business-category-card.sample-6{background-image:url('rubrik-02-schlagzeug.webp')}
.business-category-card.sample-7{background-image:url('rubrik-14-duo.webp')}
.business-category-card.sample-8{background-image:url('rubrik-09-piano.webp')}
.business-category-card.sample-9{background-image:url('rubrik-05-bass.webp')}
.business-category-card.sample-10{background-image:url('rubrik-18-orchester.webp')}
.business-category-card.sample-11{background-image:url('rubrik-12-posaune.webp')}
.business-category-card.sample-12{background-image:url('rubrik-06-akkordeon.webp')}
.business-category-card.sample-13{background-image:url('rubrik-17-liveband.webp')}
.business-category-card.sample-14{background-image:url('rubrik-01-keyboard.webp')}
.business-category-card.sample-15{background-image:url('rubrik-10-geige.webp')}
.business-category-card.sample-16{background-image:url('rubrik-15-bigband.webp')}
.business-category-card.sample-17{background-image:url('rubrik-04-trompete.webp')}
.business-category-card.sample-18{background-image:url('rubrik-11-klarinette.webp')}

/* Kleine, unaufdringliche Zusatzhinweise */
.quiet-extras-section{
  padding:0 0 82px;
  background:#f7f4ed;
}
.quiet-extras-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.quiet-extra{
  display:grid;
  grid-template-columns:1fr 210px;
  gap:18px;
  align-items:center;
  min-height:220px;
  padding:22px;
  border:1px solid #e0d9ce;
  border-radius:20px;
  background:rgba(255,255,255,.78);
  box-shadow:0 14px 34px rgba(26,22,17,.05);
}
.quiet-extra h3{
  margin:4px 0 8px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:26px;
  line-height:1.05;
}
.quiet-extra p{
  margin:0 0 12px;
  color:#737780;
  font-size:11px;
  line-height:1.55;
}
.quiet-extra-link{
  color:#8f681e;
  font-size:10px;
  font-weight:800;
}
.website-mini-preview{
  overflow:hidden;
  border:1px solid #d4d1c9;
  border-radius:13px;
  background:#fff;
  box-shadow:0 14px 28px rgba(20,20,20,.12);
}
.mini-browser-top{
  display:flex;
  gap:4px;
  padding:7px 9px;
  background:#ececec;
}
.mini-browser-top i{
  width:6px;height:6px;border-radius:50%;background:#aaa;
}
.mini-musician-hero{
  height:145px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(4,6,11,.88),rgba(4,6,11,.24)),
    url('hero-musiker.webp') center/cover;
}
.mini-musician-hero strong{
  font-family:"Playfair Display",Georgia,serif;
  font-size:28px;
}
.mini-musician-hero span{
  font-size:8px;
  color:#d7d9df;
}
.small-mug-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
}
.small-mug-row img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:11px;
  border:1px solid #e0ddd5;
  background:#fff;
}

/* Zähler unten */
.visitor-counter{
  padding:5px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}
.visitor-counter strong{
  color:var(--gold2);
}

@media (max-width:900px){
  .quiet-extras-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .hero-photo{background-position:58% 34%}
  .quiet-extra{grid-template-columns:1fr}
  .small-mug-row{max-width:300px}
}


/* ===== V3.3 FINAL: Familienbild heller + echte Beispiel-Webseite ===== */

/* Das Familienbild selbst bleibt unverändert.
   Nur die dunkle Überlagerung wird deutlich reduziert, damit die
   Kinder links sichtbar bleiben. */
.hero-photo{
  background-image:url('hero-familie.webp') !important;
  background-position:center 34% !important;
}
.hero-photo-overlay{
  background:
    radial-gradient(ellipse at 43% 43%,
      rgba(5,7,12,.58) 0%,
      rgba(5,7,12,.40) 24%,
      rgba(5,7,12,.18) 46%,
      rgba(5,7,12,.04) 68%,
      rgba(5,7,12,0) 82%
    ),
    linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.18)) !important;
}
.hero-photo-copy h1,
.hero-photo-copy>p,
.hero-free-list{
  text-shadow:
    0 2px 5px rgba(0,0,0,.92),
    0 6px 22px rgba(0,0,0,.72);
}

/* 21 unterschiedliche Rubrikenmotive, bevor sich ein Motiv wiederholt */
.business-category-card.sample-19{background-image:url('rubrik-19-bigband-detail.webp')}
.business-category-card.sample-20{background-image:url('rubrik-20-volksmusik-detail.webp')}
.business-category-card.sample-21{background-image:url('rubrik-21-liveband-detail.webp')}

/* Kleine Tassenbeispiele bleiben bewusst dezent */
.small-mug-row img{
  object-position:center;
}

/* Interne Beispiel-Webseite */
.real-site-preview{
  overflow:hidden;
  border:1px solid #d8d4cb;
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 70px rgba(27,23,18,.15);
}
.real-site-browserbar{
  height:40px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 15px;
  background:#efefef;
  border-bottom:1px solid #dbdbdb;
  color:#8a8a8a;
  font-size:9px;
}
.browser-dots{display:flex;gap:5px}
.browser-dots i{width:8px;height:8px;border-radius:50%;background:#aaa}

.real-site-nav{
  min-height:76px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:#090b11;
  color:#fff;
  border-bottom:1px solid rgba(238,190,90,.26);
}
.real-site-logo{
  display:flex;
  align-items:baseline;
  gap:3px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:25px;
}
.real-site-logo b{color:#fff}
.real-site-logo span{color:#efbd5a}
.real-site-nav nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:21px;
}
.real-site-nav nav span{
  color:#d6d8df;
  font-size:10px;
  font-weight:700;
  cursor:default;
}
.real-site-nav nav .active{color:#efbd5a}

.real-site-hero{
  min-height:470px;
  padding:54px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,7,12,.94),rgba(5,7,12,.36) 54%,rgba(5,7,12,.09)),
    url('hero-musiker.webp') center/cover;
}
.real-site-hero-copy{max-width:570px}
.real-site-hero-copy small{
  color:#efbd5a;
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}
.real-site-hero-copy h2{
  margin:7px 0 9px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:70px;
  line-height:.9;
}
.real-site-hero-copy p{
  margin:0;
  color:#d4d6dc;
  font-size:13px;
}
.real-site-buttons{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}
.real-site-buttons span{
  padding:9px 13px;
  border-radius:7px;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:9px;
  font-weight:800;
}
.real-site-buttons span:first-child{
  background:#efbd5a;
  border-color:#efbd5a;
  color:#15120c;
}

.real-site-content{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:26px;
  padding:32px;
  background:#fff;
}
.real-site-overline{
  color:#9a6d1b;
  font-size:8px;
  font-weight:800;
  letter-spacing:.15em;
}
.real-site-content h3{
  margin:5px 0 8px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:31px;
}
.real-site-content p{
  margin:0;
  color:#777b84;
  font-size:10px;
  line-height:1.55;
}
.real-site-icons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:20px;
}
.real-site-icons i{
  min-height:70px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#f6f2e9;
  color:#8d671e;
  font-style:normal;
  font-size:18px;
}
.real-site-icons small{
  margin-top:5px;
  color:#666a72;
  font-size:7px;
}

.real-site-sidebar{
  display:grid;
  gap:10px;
}
.real-site-event,
.real-site-track{
  border:1px solid #e1ddd4;
  border-radius:13px;
  background:#faf9f6;
  padding:13px;
}
.real-site-event{
  display:grid;
  grid-template-columns:auto 54px 1fr;
  gap:10px;
  align-items:center;
}
.real-site-event>strong{
  grid-column:1/-1;
  color:#8e681e;
  font-size:9px;
}
.real-site-event>b{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border-radius:9px;
  background:#151821;
  color:#efbd5a;
  font-size:16px;
  line-height:.85;
}
.real-site-event>b small{font-size:7px}
.real-site-event>span{color:#555963;font-size:9px}
.real-site-track strong{
  display:block;
  margin-bottom:9px;
  color:#8e681e;
  font-size:9px;
}
.real-site-track>div{
  display:flex;
  gap:9px;
  align-items:center;
}
.real-site-track>div>span{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#151821;
  color:#efbd5a;
  font-size:10px;
}
.real-site-track p{color:#454851;line-height:1.2}
.real-site-track small{color:#999ca3}

.real-site-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:#dedbd3;
  border-top:1px solid #dedbd3;
}
.real-site-gallery>div{
  min-height:95px;
  padding:20px;
  background:#f7f4ed;
}
.real-site-gallery strong{
  display:block;
  color:#282a31;
  font-family:"Playfair Display",Georgia,serif;
  font-size:18px;
}
.real-site-gallery span{
  display:block;
  margin-top:4px;
  color:#858891;
  font-size:8px;
}

.real-site-footer{
  min-height:46px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:0 28px;
  background:#0b0d13;
  color:#9da0aa;
  font-size:8px;
}

@media (max-width:820px){
  .real-site-nav{align-items:flex-start;flex-direction:column;padding:18px}
  .real-site-nav nav{gap:12px}
  .real-site-hero{min-height:390px;padding:32px}
  .real-site-hero-copy h2{font-size:52px}
  .real-site-content{grid-template-columns:1fr}
  .real-site-gallery{grid-template-columns:1fr}
}


/* ===== V3.4: kompakte Startseite, Rubriken klein, Links dezent ===== */

/* Familienbild: Personen sichtbar lassen; Abdunklung nur unten links für Text */
.hero-photo{
  min-height:610px !important;
  background-image:url('hero-familie.webp') !important;
  background-position:center 32% !important;
}
.hero-photo-inner{
  min-height:610px !important;
  align-items:flex-end !important;
}
.hero-photo-overlay{
  background:
    radial-gradient(ellipse at 20% 82%,
      rgba(4,6,10,.82) 0%,
      rgba(4,6,10,.64) 25%,
      rgba(4,6,10,.30) 48%,
      rgba(4,6,10,.05) 69%,
      transparent 82%
    ),
    linear-gradient(180deg,
      rgba(0,0,0,.01) 0%,
      rgba(0,0,0,.03) 52%,
      rgba(0,0,0,.18) 100%
    ) !important;
}
.hero-photo-copy-compact{
  max-width:560px !important;
  padding:0 0 96px !important;
}
.hero-photo-copy-compact h1{
  font-size:clamp(56px,5.6vw,82px) !important;
  line-height:.90 !important;
  margin:0 !important;
}
.hero-photo-copy-compact>p{
  margin:18px 0 20px !important;
  max-width:520px !important;
  font-size:17px !important;
  line-height:1.5 !important;
  color:#f0f1f4 !important;
  text-shadow:0 2px 9px rgba(0,0,0,.9);
}
.hero-photo-copy-compact .hero-actions{
  margin-top:0 !important;
}
.search-band-photo{
  margin-top:-48px !important;
  position:relative;
  z-index:5;
}

/* Kompakte Rubriken statt großer Bildkarten */
.compact-categories-section{
  padding:78px 0 26px;
  background:#0d1017;
}
.compact-category-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
  gap:9px;
}
.compact-category-card{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:13px;
  background:linear-gradient(180deg,#171b24,#11151d);
  color:#f4f4f5;
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  transition:.18s transform,.18s border-color,.18s background;
}
.compact-category-card:hover{
  transform:translateY(-2px);
  border-color:rgba(243,189,83,.55);
  background:#1b202b;
}
.compact-category-icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  color:#f2bd53;
  font-size:18px;
}
.compact-category-name{
  font-size:12px;
  line-height:1.18;
  font-weight:800;
}

/* Kostenlos-Bereich kleiner, aber Schrift gut lesbar */
.free-section-compact{
  padding:28px 0 32px !important;
  background:#f6f2ea !important;
}
.free-panel-compact{
  grid-template-columns:190px 1fr !important;
  padding:28px 34px 28px 18px !important;
}
.free-panel-compact .free-mascot img{
  width:170px !important;
  max-height:190px !important;
}
.free-panel-compact .free-content h2{
  font-size:48px !important;
}
.free-panel-compact .free-lead{
  font-size:15px !important;
  line-height:1.5 !important;
  margin:10px 0 18px !important;
}
.free-feature-grid-compact{
  grid-template-columns:repeat(4,1fr) !important;
  gap:10px !important;
}
.free-feature-grid-compact>div{
  padding:12px !important;
  align-items:flex-start !important;
}
.free-feature-grid-compact b{
  width:36px !important;
  height:36px !important;
  flex-basis:36px !important;
}
.free-feature-grid-compact strong{
  font-size:13px !important;
}
.free-feature-grid-compact small{
  font-size:11px !important;
  line-height:1.35 !important;
  color:#747884 !important;
}
.free-bottom-compact{
  margin-top:14px !important;
}
.free-bottom-compact>span{
  font-size:11px !important;
}

/* Zwei dezente Hinweise */
.quiet-extras-v34{
  padding:0 0 36px !important;
  background:#f6f2ea !important;
}
.quiet-extras-v34 .quiet-extra{
  min-height:210px !important;
  grid-template-columns:1fr 200px !important;
  padding:24px !important;
}
.quiet-extras-v34 .quiet-extra h3{
  font-size:27px !important;
  margin:5px 0 9px !important;
}
.quiet-extras-v34 .quiet-extra p{
  font-size:13px !important;
  line-height:1.55 !important;
  color:#666b75 !important;
}
.quiet-extras-v34 .quiet-extra-link{
  font-size:12px !important;
}
.quiet-extras-v34 .small-mug-row img{
  border-radius:12px !important;
}
.quiet-extras-v34 .mini-musician-hero{
  height:150px !important;
}

/* Die Texte in den neuesten Einträgen nicht zu klein */
.latest-card-body p{
  font-size:12px !important;
}
.latest-card-meta,
.latest-open{
  font-size:10px !important;
}

/* Zähler unten gut lesbar */
.footer-bottom{
  gap:10px !important;
  flex-wrap:wrap;
}
.visitor-counter{
  font-size:12px !important;
  padding:6px 11px !important;
}
.visitor-counter strong{
  font-size:13px !important;
}

@media (max-width:1050px){
  .free-feature-grid-compact{grid-template-columns:repeat(2,1fr) !important}
  .free-panel-compact{grid-template-columns:150px 1fr !important}
}
@media (max-width:720px){
  .hero-photo{
    min-height:640px !important;
    background-position:56% 30% !important;
  }
  .hero-photo-inner{min-height:640px !important}
  .hero-photo-copy-compact{
    max-width:100% !important;
    padding:0 0 100px !important;
  }
  .hero-photo-copy-compact h1{
    font-size:52px !important;
  }
  .compact-categories-section{padding-top:70px}
  .compact-category-grid{grid-template-columns:repeat(2,1fr)}
  .free-panel-compact{grid-template-columns:1fr !important;padding:24px 20px !important}
  .free-panel-compact .free-mascot{display:none !important}
  .free-feature-grid-compact{grid-template-columns:1fr !important}
  .quiet-extras-v34 .quiet-extra{grid-template-columns:1fr !important}
}

/* ===== V3.5: Navigation, Musiker-Zugang, Gesuche, mobiler Admin ===== */
.nav-links{font-size:16px!important;gap:30px!important}.nav-links a{padding:8px 0}.nav-cta{font-size:15px!important;padding:12px 18px!important;border-radius:12px!important}
.hero-photo-inner{align-items:flex-end!important}.hero-photo-copy-v35{max-width:540px;padding:0 0 42px}.hero-photo-copy-v35 h1{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(58px,6vw,86px);line-height:.88;letter-spacing:-.045em;text-shadow:0 3px 12px rgba(0,0,0,.95)}.hero-photo-copy-v35 h1 span{color:var(--gold2);font-style:italic}.hero-photo-copy-v35 p{margin:13px 0 0;color:#fff;font-size:17px;font-weight:700;text-shadow:0 2px 9px rgba(0,0,0,.95)}.hero-photo-overlay{background:linear-gradient(180deg,transparent 0%,transparent 56%,rgba(5,7,12,.16) 70%,rgba(5,7,12,.62) 100%)!important}
.fieldset-intro{margin:0 0 15px;color:#696d77;font-size:13px;line-height:1.55}.access-hint{display:block;margin-top:10px;color:#8b671f;font-weight:700}.member-login-card{width:min(560px,100%);margin:0 auto;padding:28px;border:1px solid #e0ddd5;border-radius:22px;background:#fff;box-shadow:0 20px 50px rgba(25,22,17,.08)}.member-login-card h2{font-family:"Playfair Display",Georgia,serif;font-size:34px;margin:0}.member-login-card p{color:#777b85}.member-login-card small{display:block;margin-top:14px;color:#8c9098}.member-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px;padding:18px 20px;border-radius:18px;background:#11131c;color:#fff}.member-toolbar>div:first-child{display:flex;flex-direction:column}.member-toolbar small{color:#c7a25d;font-size:9px;letter-spacing:.12em}.member-toolbar strong{font-family:"Playfair Display";font-size:25px}.member-toolbar>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.member-current-images{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.member-current-images img{width:100%;height:180px;object-fit:cover;border-radius:15px}.pending-notice{background:#fff8e8!important;border-color:#ead2a2!important;color:#715317!important}
.requests-home-section{padding:62px 0;background:#f4f0e8}.requests-home-head{align-items:center}.requests-home-actions{display:flex;gap:9px;flex-wrap:wrap}.request-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.request-preview-card,.request-list-card{display:flex;flex-direction:column;border:1px solid #ddd8ce;border-radius:18px;background:#fff;padding:18px;box-shadow:0 14px 34px rgba(25,22,17,.07)}.request-preview-card h3,.request-list-card h2{font-family:"Playfair Display",Georgia,serif;line-height:1.06;margin:10px 0}.request-preview-card h3{font-size:22px}.request-type-badge{align-self:flex-start;padding:6px 9px;border-radius:999px;background:#11131c;color:#f2bd53;font-size:8px;font-weight:800}.request-preview-meta,.request-list-meta{display:flex;gap:8px;flex-wrap:wrap;color:#777b85;font-size:10px}.request-preview-card small{margin-top:9px;color:#8a6721}.request-preview-card>strong,.request-list-card>strong{margin-top:auto;padding-top:14px;color:#8d671e;font-size:10px}.request-empty-home{display:flex;flex-direction:column;gap:5px;border:1px dashed #d3ccbd;border-radius:18px;padding:24px;text-align:center;background:rgba(255,255,255,.6)}.request-empty-home span{color:#7d8089;font-size:12px}
.request-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.request-filter a{padding:9px 12px;border:1px solid #ddd8ce;border-radius:999px;background:#fff;font-size:11px;font-weight:800}.request-filter a.active{background:#11131c;color:#f2bd53;border-color:#11131c}.request-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.request-list-card h2{font-size:25px}.request-list-card p{color:#6d717b;font-size:12px;line-height:1.55}.request-detail-page{padding:58px 0;background:#f5f2ec}.request-detail-card{max-width:900px;margin:18px auto 0;padding:34px;border-radius:24px;background:#fff;border:1px solid #ded9cf;box-shadow:0 22px 55px rgba(25,22,17,.09)}.request-detail-card h1{font-family:"Playfair Display",Georgia,serif;font-size:46px;line-height:1;margin:14px 0 22px}.request-detail-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:26px}.request-detail-meta span{padding:14px;border-radius:14px;background:#f7f4ed;display:flex;flex-direction:column}.request-detail-meta small{font-size:8px;color:#8c6a29}.request-detail-meta strong{font-size:13px}.request-prose{font-size:15px;line-height:1.75;color:#555a64}.request-contact-box{margin-top:28px;padding:20px;border-radius:17px;background:#11131c;color:#fff}.request-contact-box small{display:block;color:#caa55e;font-size:8px;letter-spacing:.13em}.request-contact-box>strong{display:block;font-size:20px;margin:4px 0 14px}.request-contact-box>div{display:flex;gap:8px;flex-wrap:wrap}.request-type-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.request-type-choice label{cursor:pointer}.request-type-choice input{position:absolute;opacity:0}.request-type-choice span{display:flex;flex-direction:column;padding:16px;border:2px solid #e0ddd6;border-radius:16px;background:#fff}.request-type-choice input:checked+span{border-color:#d1a955;background:#fff9ea}.request-type-choice strong{font-size:13px}.request-type-choice small{margin-top:4px;color:#7d818a;font-size:10px}.contact-choice{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px}
.detail-top-links{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap}.manage-entry-link{font-size:11px;font-weight:800;color:#8d671e}.subtle-promo{display:block;color:inherit}.admin-row-actions{display:flex;gap:7px;align-items:center}.admin-row-actions form{margin:0}.admin-access-card{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:0 0 20px;padding:18px;border:1px solid #e0e1e5;border-radius:17px;background:#fff}.admin-access-card>div{display:flex;flex-direction:column}.admin-access-card small{font-size:9px;color:#9a6d1d}.admin-access-card strong{font-size:18px}.admin-access-card span{font-size:11px;color:#777}.access-code-box{margin-top:10px;padding:12px 14px;border-radius:12px;background:#11131c;color:#fff;font-size:15px}.access-code-box b{color:#ffd986;font-size:20px;letter-spacing:.08em}.change-review-card{padding:24px;border-radius:20px;background:#fff;border:1px solid #e0e1e5}.change-review-card h2{font-family:"Playfair Display";font-size:30px;margin-top:0}.change-review-list{display:grid;grid-template-columns:180px 1fr;gap:1px;background:#e7e7e9;border:1px solid #e7e7e9}.change-review-list dt,.change-review-list dd{margin:0;padding:10px 12px;background:#fff;font-size:11px}.change-review-list dt{font-weight:800;color:#555}.change-review-list dd{color:#656a73}.admin-review-actions{margin-top:18px}
@media(max-width:1100px){.request-preview-grid{grid-template-columns:repeat(2,1fr)}.request-list-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.nav-links{font-size:16px!important}.hero-photo-copy-v35{padding-bottom:26px;max-width:95%}.hero-photo-copy-v35 h1{font-size:51px}.hero-photo-copy-v35 p{font-size:14px}.request-preview-grid,.request-list-grid{grid-template-columns:1fr}.request-detail-meta{grid-template-columns:1fr}.request-type-choice{grid-template-columns:1fr}.member-toolbar{align-items:flex-start;flex-direction:column}.member-current-images{grid-template-columns:1fr}.member-current-images img{height:220px}.admin-top{height:auto;min-height:64px;padding:14px 16px;gap:12px}.admin-shell{display:block}.admin-nav{position:sticky;top:0;z-index:20;display:flex!important;flex-direction:row!important;overflow-x:auto;padding:10px;background:#fff;border-bottom:1px solid #ddd}.admin-nav a{min-height:44px;align-items:center;padding:11px 13px!important}.admin-main{padding:18px 12px!important}.admin-title{align-items:flex-start;flex-direction:column}.admin-title h1{font-size:34px!important}.admin-row{grid-template-columns:1fr!important;padding:15px!important}.admin-row-meta{flex-wrap:wrap}.admin-row-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.admin-row-actions .btn,.admin-row-actions form,.admin-row-actions form .btn{width:100%}.admin-edit{width:calc(100% - 20px)!important;padding:20px 0 50px!important}.admin-form{padding:16px!important}.admin-actions{display:grid!important;grid-template-columns:1fr 1fr}.admin-actions .btn{min-height:48px}.admin-access-card{align-items:stretch;flex-direction:column}.admin-access-card form,.admin-access-card .btn{width:100%}.change-review-list{grid-template-columns:1fr}.change-review-list dt{padding-bottom:3px}.change-review-list dd{padding-top:3px}}


/* =========================================================
   V3.6 – größere Schriften + Banner/Band besser sichtbar
   ========================================================= */

/* ---------- Kopfzeile / Navigation ---------- */
.topbar .wrap{
  max-width:1420px;
}
.brand{
  font-size:17px !important;
}
.brand b{
  font-size:17px !important;
}
.brand em{
  font-size:13px !important;
}
.nav-links{
  gap:34px !important;
  font-size:18px !important;
}
.nav-links a{
  font-size:18px !important;
  line-height:1.2;
}
.nav-cta{
  font-size:17px !important;
  padding:13px 20px !important;
}

/* ---------- Familienbanner ----------
   Der Inhalt nutzt nicht mehr die schmale zentrierte Inhaltsbreite.
   Dadurch sitzt die Überschrift weiter links und nicht mitten auf
   den Personen. Gleichzeitig ist der Banner höher, damit deutlich
   mehr Instrumente / Band zu sehen sind.
*/
.hero-photo{
  min-height:780px !important;
  background-position:center 42% !important;
}
.hero-photo-inner{
  width:100% !important;
  max-width:none !important;
  min-height:780px !important;
  padding-left:clamp(46px,5vw,100px) !important;
  padding-right:clamp(46px,5vw,100px) !important;
  align-items:flex-end !important;
}
.hero-photo-copy-v35{
  max-width:500px !important;
  padding:0 0 105px !important;
}
.hero-photo-copy-v35 h1{
  font-size:clamp(66px,5.3vw,94px) !important;
  line-height:.88 !important;
  letter-spacing:-.045em !important;
}
.hero-photo-copy-v35 p{
  margin-top:18px !important;
  font-size:20px !important;
  line-height:1.45 !important;
  max-width:470px !important;
}
.hero-photo-overlay{
  background:
    radial-gradient(ellipse at 12% 78%,
      rgba(4,6,10,.80) 0%,
      rgba(4,6,10,.62) 25%,
      rgba(4,6,10,.27) 48%,
      rgba(4,6,10,.05) 68%,
      transparent 78%
    ),
    linear-gradient(180deg,
      rgba(0,0,0,.01) 0%,
      rgba(0,0,0,.01) 52%,
      rgba(0,0,0,.16) 72%,
      rgba(0,0,0,.42) 100%
    ) !important;
}

/* Suchleiste größer */
.search-band-photo{
  margin-top:-58px !important;
}
.search-panel{
  padding:16px 18px !important;
  border-radius:20px !important;
}
.search-panel label,
.search-panel .search-label{
  font-size:13px !important;
}
.search-panel input,
.search-panel select{
  min-height:52px !important;
  font-size:16px !important;
}
.search-panel .btn{
  min-height:52px !important;
  font-size:15px !important;
  padding-left:22px !important;
  padding-right:22px !important;
}

/* ---------- Rubriken größer/lesbarer ---------- */
.compact-categories-section{
  padding-top:86px !important;
  padding-bottom:34px !important;
}
.compact-category-grid{
  gap:11px !important;
}
.compact-category-card{
  min-height:66px !important;
  padding:12px 15px !important;
}
.compact-category-icon{
  width:34px !important;
  flex-basis:34px !important;
  font-size:21px !important;
}
.compact-category-name{
  font-size:14px !important;
  line-height:1.25 !important;
}

/* ---------- Kostenlos-Bereich ---------- */
.free-panel-compact .free-content h2{
  font-size:56px !important;
}
.free-panel-compact .free-lead{
  font-size:17px !important;
  line-height:1.55 !important;
}
.free-feature-grid-compact strong{
  font-size:15px !important;
}
.free-feature-grid-compact small{
  font-size:13px !important;
  line-height:1.4 !important;
}
.free-bottom-compact>span{
  font-size:13px !important;
}
.free-bottom-compact .btn{
  font-size:14px !important;
}

/* ---------- Webseiten / Tassen ---------- */
.quiet-extras-v34 .quiet-extra h3{
  font-size:32px !important;
  line-height:1.03 !important;
}
.quiet-extras-v34 .quiet-extra p{
  font-size:15px !important;
  line-height:1.6 !important;
}
.quiet-extras-v34 .quiet-extra-link{
  font-size:14px !important;
}
.quiet-extras-v34 .eyebrow{
  font-size:11px !important;
}

/* ---------- Gesuche / neueste Einträge ---------- */
.requests-home-head h2,
.latest-showcase h2{
  font-size:48px !important;
}
.request-preview-card h3{
  font-size:25px !important;
}
.request-preview-meta,
.request-list-meta{
  font-size:12px !important;
}
.request-preview-card>strong,
.request-list-card>strong{
  font-size:12px !important;
}
.latest-card-body h3{
  font-size:24px !important;
}
.latest-card-body p{
  font-size:14px !important;
  line-height:1.45 !important;
}
.latest-card-meta,
.latest-open{
  font-size:12px !important;
}

/* =========================================================
   ADMIN – deutlich größere Schrift
   ========================================================= */
.admin-body{
  font-size:16px !important;
}
.admin-top{
  min-height:78px !important;
  height:auto !important;
  padding:14px 26px !important;
  font-size:16px !important;
}
.admin-top a,
.admin-top span{
  font-size:16px !important;
}
.admin-brand b{
  font-size:18px !important;
}
.admin-brand em{
  font-size:14px !important;
}

.admin-nav{
  padding:24px 16px !important;
  gap:8px !important;
}
.admin-nav a{
  min-height:50px !important;
  padding:14px 16px !important;
  font-size:16px !important;
  line-height:1.25 !important;
}
.admin-nav b{
  font-size:15px !important;
}

.admin-main{
  padding:40px !important;
}
.admin-title small{
  font-size:12px !important;
}
.admin-title h1{
  font-size:54px !important;
}
.admin-row{
  padding:20px 20px !important;
  min-height:84px !important;
}
.admin-row>div:first-child strong{
  font-size:19px !important;
}
.admin-row>div:first-child span{
  margin-top:5px !important;
  font-size:15px !important;
}
.admin-row-meta{
  gap:12px !important;
  font-size:14px !important;
}
.status-pill{
  font-size:13px !important;
  padding:7px 11px !important;
}
.admin-row-actions{
  gap:9px !important;
}
.admin-row-actions .btn,
.admin-actions .btn,
.admin-edit .btn{
  font-size:14px !important;
  padding:11px 16px !important;
  min-height:43px !important;
}
.btn-danger{
  font-size:14px !important;
}

.admin-edit{
  font-size:16px !important;
}
.admin-edit .field span,
.admin-form .field span{
  font-size:14px !important;
}
.admin-edit input,
.admin-edit textarea,
.admin-edit select,
.admin-form input,
.admin-form textarea,
.admin-form select{
  font-size:16px !important;
  min-height:48px !important;
}
.admin-edit textarea,
.admin-form textarea{
  line-height:1.5 !important;
}
.admin-access-card small{
  font-size:11px !important;
}
.admin-access-card strong{
  font-size:21px !important;
}
.admin-access-card span{
  font-size:14px !important;
}
.change-review-list dt,
.change-review-list dd{
  font-size:14px !important;
  line-height:1.45 !important;
}

/* Rubrikenverwaltung ebenfalls größer */
.category-admin-row{
  min-height:64px !important;
  padding:15px 16px !important;
}
.category-admin-row input,
.category-admin-row select{
  font-size:15px !important;
}
.category-admin-row small{
  font-size:13px !important;
}

/* ---------- Tablet ---------- */
@media (max-width:1100px){
  .nav-links{
    gap:20px !important;
  }
  .nav-links a{
    font-size:16px !important;
  }
  .hero-photo{
    min-height:720px !important;
  }
  .hero-photo-inner{
    min-height:720px !important;
    padding-left:38px !important;
    padding-right:38px !important;
  }
  .hero-photo-copy-v35{
    padding-bottom:86px !important;
  }
}

/* ---------- Handy ---------- */
@media (max-width:760px){
  .hero-photo{
    min-height:690px !important;
    background-position:57% 38% !important;
  }
  .hero-photo-inner{
    min-height:690px !important;
    padding-left:20px !important;
    padding-right:20px !important;
  }
  .hero-photo-copy-v35{
    padding-bottom:88px !important;
    max-width:92% !important;
  }
  .hero-photo-copy-v35 h1{
    font-size:54px !important;
  }
  .hero-photo-copy-v35 p{
    font-size:16px !important;
  }

  .compact-category-name{
    font-size:14px !important;
  }

  .admin-main{
    padding:20px 14px !important;
  }
  .admin-nav a{
    font-size:15px !important;
    min-height:48px !important;
  }
  .admin-title h1{
    font-size:39px !important;
  }
  .admin-row>div:first-child strong{
    font-size:19px !important;
  }
  .admin-row>div:first-child span,
  .admin-row-meta{
    font-size:14px !important;
  }
  .admin-row-actions .btn,
  .admin-actions .btn{
    font-size:15px !important;
    min-height:50px !important;
  }
}


/* =========================================================
   V3.7 – Neueröffnung + nochmals größere Schrift
   ========================================================= */

/* Allgemeine Lesbarkeit */
body{
  font-size:17px;
}
p{
  line-height:1.62;
}
.eyebrow{
  font-size:12px !important;
  letter-spacing:.14em;
}

/* Navigation noch etwas größer */
.nav-links{
  font-size:19px !important;
}
.nav-links a{
  font-size:19px !important;
}
.nav-cta{
  font-size:18px !important;
}

/* Neueröffnungs-Leiste */
.opening-announcement{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,#fff8e6 0%,#fffdf7 48%,#fff8e6 100%);
  border-top:1px solid #ead4a1;
  border-bottom:1px solid #e7cf99;
  box-shadow:0 10px 30px rgba(31,24,12,.06);
}
.opening-announcement-inner{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding-top:18px;
  padding-bottom:18px;
}
.opening-copy{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.opening-kicker{
  color:#a56f10;
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
}
.opening-copy strong{
  color:#161922;
  font-family:"Playfair Display",Georgia,serif;
  font-size:29px;
  line-height:1.06;
}
.opening-copy p{
  margin:4px 0 0;
  color:#646a76;
  font-size:16px;
  line-height:1.5;
}
.opening-cta{
  flex:0 0 auto;
  padding:14px 20px;
  border-radius:14px;
  background:#11131c;
  color:#ffd67b;
  border:1px solid #11131c;
  font-size:16px;
  font-weight:900;
  white-space:nowrap;
}
.opening-decoration{
  position:absolute;
  top:50%;
  display:flex;
  align-items:center;
  gap:5px;
  transform:translateY(-50%);
  opacity:.55;
  pointer-events:none;
}
.opening-decoration span{
  font-size:24px;
}
.opening-decoration-left{left:18px}
.opening-decoration-right{right:18px}

/* Damit die Dekoration nie in den Text ragt */
.opening-announcement .wrap{
  padding-left:82px;
  padding-right:82px;
}

/* Hero-Texte noch besser lesbar */
.hero-photo-copy-v35 p{
  font-size:21px !important;
}

/* Suchformular */
.search-panel label,
.search-panel .search-label{
  font-size:14px !important;
}
.search-panel input,
.search-panel select{
  font-size:17px !important;
}
.search-panel .btn{
  font-size:16px !important;
}

/* Rubriken */
.compact-category-name{
  font-size:15px !important;
}
.compact-category-card{
  min-height:70px !important;
}

/* Kostenlos */
.free-panel-compact .free-content h2{
  font-size:60px !important;
}
.free-panel-compact .free-lead{
  font-size:18px !important;
}
.free-feature-grid-compact strong{
  font-size:16px !important;
}
.free-feature-grid-compact small{
  font-size:14px !important;
}
.free-bottom-compact>span{
  font-size:14px !important;
}
.free-bottom-compact .btn{
  font-size:15px !important;
}

/* Webseiten/Tassen */
.quiet-extras-v34 .quiet-extra h3{
  font-size:34px !important;
}
.quiet-extras-v34 .quiet-extra p{
  font-size:16px !important;
}
.quiet-extras-v34 .quiet-extra-link{
  font-size:15px !important;
}

/* Gesuche / Karten */
.request-preview-card h3{
  font-size:27px !important;
}
.request-preview-meta,
.request-list-meta{
  font-size:13px !important;
}
.request-list-card p{
  font-size:14px !important;
}
.request-preview-card>strong,
.request-list-card>strong{
  font-size:13px !important;
}

/* Leere Zustände: "neu gestartet" statt "nichts da" */
.launch-empty{
  display:flex !important;
  flex-direction:column;
  align-items:center;
  gap:9px;
  padding:32px !important;
  text-align:center;
  border:1px dashed #d3bd8c !important;
  background:linear-gradient(180deg,#fffdf8,#fff9eb) !important;
}
.launch-empty-badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#11131c;
  color:#ffd67b;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.launch-empty strong{
  color:#252832;
  font-family:"Playfair Display",Georgia,serif;
  font-size:25px !important;
}
.launch-empty span:not(.launch-empty-badge){
  max-width:760px;
  color:#6d727d;
  font-size:15px !important;
  line-height:1.55;
}
.launch-empty .btn{
  margin-top:5px;
  font-size:15px !important;
}
.launch-empty-page{
  max-width:950px;
  margin:0 auto;
}

/* Footer lesbarer */
.site-footer{
  font-size:15px !important;
}
.site-footer h3,
.site-footer h4,
.site-footer strong{
  font-size:18px !important;
}
.site-footer p,
.site-footer a,
.footer-bottom span{
  font-size:14px !important;
}
.visitor-counter{
  font-size:14px !important;
}
.visitor-counter strong{
  font-size:15px !important;
}

/* Admin noch eine Stufe größer */
.admin-body{
  font-size:18px !important;
}
.admin-top,
.admin-top a,
.admin-top span{
  font-size:17px !important;
}
.admin-nav a{
  font-size:17px !important;
  min-height:54px !important;
}
.admin-row>div:first-child strong{
  font-size:21px !important;
}
.admin-row>div:first-child span{
  font-size:16px !important;
}
.admin-row-meta{
  font-size:15px !important;
}
.status-pill{
  font-size:14px !important;
}
.admin-row-actions .btn,
.admin-actions .btn,
.admin-edit .btn{
  font-size:15px !important;
}
.admin-edit .field span,
.admin-form .field span{
  font-size:15px !important;
}
.admin-edit input,
.admin-edit textarea,
.admin-edit select,
.admin-form input,
.admin-form textarea,
.admin-form select{
  font-size:17px !important;
}

/* Handy */
@media(max-width:760px){
  .opening-announcement .wrap{
    padding-left:20px;
    padding-right:20px;
  }
  .opening-announcement-inner{
    flex-direction:column;
    align-items:flex-start;
    min-height:0;
    gap:12px;
  }
  .opening-decoration{
    display:none;
  }
  .opening-copy strong{
    font-size:25px;
  }
  .opening-copy p{
    font-size:15px;
  }
  .opening-cta{
    width:100%;
    text-align:center;
  }

  .nav-links a{
    font-size:17px !important;
  }

  .launch-empty strong{
    font-size:22px !important;
  }
  .launch-empty span:not(.launch-empty-badge){
    font-size:14px !important;
  }

  .admin-nav a{
    font-size:16px !important;
  }
}


/* =========================================================
   V3.8 – Besucherzähler wie bei Tassenhasser + Admin-Statistik
   ========================================================= */

/* Öffentlicher Besucherzähler */
.public-counter-wrap{
  padding-top:22px;
  padding-bottom:18px;
}
.public-counter-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  padding:12px;
  border:1px solid rgba(243,189,83,.25);
  border-radius:18px;
  background:rgba(255,255,255,.025);
}
.public-counter-box{
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:10px 8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:13px;
  background:rgba(255,255,255,.04);
  text-align:center;
}
.public-counter-box .counter-icon{
  display:block;
  margin-bottom:3px;
  font-size:23px;
}
.public-counter-box strong{
  display:block;
  color:#f2bd53;
  font-size:24px;
  line-height:1;
}
.public-counter-box small{
  display:block;
  margin-top:5px;
  color:#f0f0f2;
  font-size:13px;
  font-weight:800;
}
.counter-online-dot{
  display:block;
  width:22px;
  height:22px;
  margin-bottom:5px;
  border-radius:50%;
  background:#44cf7a;
  box-shadow:0 0 18px rgba(68,207,122,.55);
}
.online-box strong{
  color:#68df94;
}
.footer-bottom{
  margin-top:0 !important;
}

/* Admin-Startseite – Schnellübersicht */
.admin-quick-stats{
  display:grid;
  grid-template-columns:repeat(6,minmax(130px,1fr));
  gap:10px;
  margin:0 0 26px;
}
.admin-quick-stat{
  min-height:92px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid #e0e1e5;
  border-radius:16px;
  background:#fff;
  color:#171922;
  box-shadow:0 8px 24px rgba(27,30,38,.04);
}
.admin-quick-stat>span{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#fff5db;
  font-size:20px;
}
.admin-quick-stat>div{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.admin-quick-stat strong{
  font-size:23px;
  line-height:1;
}
.admin-quick-stat small{
  margin-top:5px;
  color:#6f7480;
  font-size:13px;
  line-height:1.2;
}

/* Statistik-Seite */
.admin-statistics-page{
  max-width:1500px;
}
.statistics-section{
  margin-bottom:32px;
}
.statistics-section h2{
  margin:0 0 13px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:30px;
}
.statistics-card-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(130px,1fr));
  gap:11px;
}
.statistics-card-grid.compact{
  grid-template-columns:repeat(2,minmax(180px,280px));
}
.statistics-card{
  min-height:126px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:17px;
  border:1px solid #e0e1e5;
  border-radius:17px;
  background:#fff;
  box-shadow:0 10px 28px rgba(27,30,38,.045);
  text-align:center;
}
.statistics-card>span{
  min-height:28px;
  display:grid;
  place-items:center;
  color:#ae7614;
  font-size:24px;
  font-weight:900;
}
.statistics-card strong{
  margin-top:5px;
  color:#161922;
  font-size:32px;
  line-height:1;
}
.statistics-card small{
  margin-top:8px;
  color:#666c78;
  font-size:14px;
  font-weight:800;
}
.statistics-card.online>span,
.statistics-card.online strong{
  color:#25aa5b;
}
.statistics-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}
.conversion-badge{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:12px;
  padding:10px 13px;
  border-radius:13px;
  background:#11131c;
  color:#fff;
}
.conversion-badge strong{
  color:#ffd67b;
  font-size:20px;
}
.conversion-badge span{
  font-size:12px;
}
.statistics-trend{
  overflow:hidden;
  border:1px solid #e0e1e5;
  border-radius:18px;
  background:#fff;
}
.trend-row{
  display:grid;
  grid-template-columns:64px minmax(160px,1fr) 110px 90px;
  gap:12px;
  align-items:center;
  min-height:49px;
  padding:7px 14px;
  border-bottom:1px solid #eff0f2;
}
.trend-row:last-child{
  border-bottom:0;
}
.trend-date{
  font-weight:800;
}
.trend-bar-track{
  height:12px;
  overflow:hidden;
  border-radius:999px;
  background:#eceef2;
}
.trend-bar{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#efbd5a,#d79b2d);
}
.trend-value{
  color:#505661;
  font-size:13px;
  font-weight:800;
}
.trend-entry{
  color:#976b1f;
  font-size:13px;
  font-weight:800;
}
.statistics-note{
  padding:13px 15px;
  border-radius:13px;
  background:#fff8e8;
  color:#6d592d;
  font-size:13px;
}

@media(max-width:1200px){
  .public-counter-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .admin-quick-stats,
  .statistics-card-grid{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:760px){
  .public-counter-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .public-counter-box{
    min-height:86px;
  }
  .admin-quick-stats,
  .statistics-card-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .statistics-card-grid.compact{
    grid-template-columns:1fr 1fr;
  }
  .statistics-heading-row{
    align-items:flex-start;
    flex-direction:column;
  }
  .trend-row{
    grid-template-columns:52px 1fr;
    gap:6px 10px;
  }
  .trend-value,
  .trend-entry{
    font-size:12px;
  }
}


/* =========================================================
   V3.10 – Gesuche & Aufträge deutlich sichtbarer
   ========================================================= */

.request-filter{
  gap:12px !important;
  margin-bottom:30px !important;
}
.request-filter a{
  padding:13px 18px !important;
  font-size:17px !important;
  font-weight:900 !important;
  border-radius:999px !important;
}
.request-filter a.active{
  padding-left:20px !important;
  padding-right:20px !important;
}

/* Großer Hinweis, solange noch keine Gesuche veröffentlicht sind */
.request-empty-big{
  min-height:330px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:42px 50px;
  border:2px dashed #dfc78f;
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,220,145,.22), transparent 38%),
    linear-gradient(180deg,#fffdf8,#fff9ec);
  text-align:center;
  box-shadow:0 16px 40px rgba(32,26,18,.05);
}
.request-empty-badge{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:#11131c;
  color:#ffd477;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
}
.request-empty-big h2{
  max-width:900px;
  margin:3px 0 0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:38px;
  line-height:1.08;
  color:#171922;
}
.request-empty-big p{
  max-width:980px;
  margin:0;
  color:#5f6570;
  font-size:19px;
  line-height:1.65;
}
.request-empty-big p strong{
  color:#8f651b;
}
.request-empty-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:7px;
}
.request-empty-actions .btn{
  min-height:52px;
  font-size:16px !important;
  padding:14px 21px !important;
}
.request-empty-big small{
  margin-top:2px;
  color:#777d87;
  font-size:14px;
}

/* Falls Gesuche vorhanden sind: Karten ebenfalls größer */
.request-list-card{
  padding:22px !important;
}
.request-list-card h2{
  font-size:29px !important;
}
.request-list-card p{
  font-size:16px !important;
  line-height:1.6 !important;
}
.request-list-meta{
  font-size:14px !important;
}
.request-list-card>strong{
  font-size:14px !important;
}

/* Seitentext im oberen Gesuche-Bereich */
.page-hero.compact p{
  font-size:18px !important;
  line-height:1.6 !important;
  max-width:850px;
}
.page-hero.compact .btn{
  font-size:16px !important;
}

/* Handy */
@media(max-width:760px){
  .request-filter a{
    font-size:15px !important;
    padding:11px 14px !important;
  }
  .request-empty-big{
    min-height:0;
    padding:30px 20px;
  }
  .request-empty-big h2{
    font-size:31px;
  }
  .request-empty-big p{
    font-size:17px;
  }
  .request-empty-actions{
    width:100%;
  }
  .request-empty-actions .btn{
    width:100%;
    text-align:center;
  }
}


/* ===== V3.11: Gesuche-Schaltflächen öffnen direkt das Formular ===== */
.request-action-filter .request-action-link{
  position:relative;
  padding-right:34px !important;
}
.request-action-filter .request-action-link::after{
  content:"→";
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:#b77f20;
  font-weight:900;
}
.request-action-filter .request-action-link:hover{
  border-color:#d7ad5c;
  background:#fff8e9;
}

/* ===== V3.12: Formular-Schriften deutlich größer ===== */
.portal-form fieldset{padding:28px 28px 30px}
.portal-form legend{font-size:24px;font-weight:900}
.field-grid{gap:18px}
.field{gap:9px}
.field>span{font-size:19px;line-height:1.25}
.field small{font-size:16px}
.field input,.field select,.field textarea{
  font-size:18px;
  line-height:1.45;
  padding:16px 17px;
  border-radius:16px;
}
.field textarea{min-height:180px}
.field input::placeholder,.field textarea::placeholder{font-size:18px;color:#8c909a}
.consent{font-size:17px;line-height:1.5}
.notice{font-size:17px}
.notice strong{font-size:20px}
.request-type-choice{gap:16px}
.request-type-choice span{padding:22px 20px;border-radius:18px}
.request-type-choice strong{font-size:20px;line-height:1.25}
.request-type-choice small{margin-top:6px;font-size:16px;line-height:1.45}
.info-card{padding:24px;border-radius:22px}
.info-card h3{font-size:28px;line-height:1.2;margin:10px 0 8px}
.info-card p{font-size:17px;line-height:1.6}
.info-icon{width:44px;height:44px;font-size:22px;border-radius:14px}
.btn-large,.portal-form .btn-large{font-size:19px;padding:16px 24px}

@media(max-width:980px){
  .portal-form legend{font-size:22px}
  .field>span{font-size:18px}
  .field input,.field select,.field textarea,.field input::placeholder,.field textarea::placeholder{font-size:17px}
  .request-type-choice strong{font-size:18px}
  .request-type-choice small{font-size:15px}
  .info-card h3{font-size:24px}
  .info-card p{font-size:16px}
  .consent{font-size:16px}
}
@media(max-width:760px){
  .portal-form fieldset{padding:22px 18px 24px}
  .portal-form legend{font-size:20px}
  .field>span{font-size:17px}
  .field input,.field select,.field textarea,.field input::placeholder,.field textarea::placeholder{font-size:16px}
  .request-type-choice strong{font-size:17px}
  .request-type-choice small{font-size:14px}
  .info-card h3{font-size:22px}
  .info-card p{font-size:15px}
}

/* ===== V3.13: Musikerbörse und Veranstalterformular sauber getrennt ===== */
.event-only,.musician-only{display:flex}
.request-wanted-line{margin:2px 0 8px;color:#8f651b;font-size:15px;line-height:1.45}
.request-wanted-line strong{color:#22252d}
.portal-form .field select{min-height:57px}
@media(max-width:760px){.request-wanted-line{font-size:14px}}


/* ===== V3.14: direkte Gesuche-Links in der Navigation ===== */
.nav-links{
  gap:20px !important;
}
.nav-links a{
  white-space:nowrap;
  font-size:17px !important;
}
.simple-empty-requests{
  min-height:180px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:30px;
  border:1px dashed #d9dce2;
  border-radius:20px;
  background:#fff;
  text-align:center;
}
.simple-empty-requests strong{
  font-size:22px;
  color:#222630;
}
.simple-empty-requests span{
  font-size:16px;
  color:#777d88;
}

@media(max-width:1200px){
  .nav-links{
    gap:13px !important;
  }
  .nav-links a{
    font-size:15px !important;
  }
}

/* =========================================================
   V3.15 – Musiker-Börse Streifen + Equipment
   ========================================================= */
.musician-market-strip{
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(243,189,83,.24);
  background:linear-gradient(90deg,#11131c,#171923,#11131c);
}
.musician-market-strip-inner{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding-top:10px;
  padding-bottom:10px;
}
.musician-market-title{
  flex:0 0 auto;
  color:#f3bd53;
  font-size:13px;
  letter-spacing:.16em;
}
.musician-market-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.musician-market-buttons a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:43px;padding:10px 17px;border-radius:999px;
  border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.055);
  color:#fff;font-size:15px;font-weight:850;white-space:nowrap;
}
.musician-market-buttons a:hover{border-color:#f3bd53;background:#fff7e5;color:#171922}

.equipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.equipment-card{overflow:hidden;border:1px solid #dfddd7;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(25,22,17,.07)}
.equipment-card-image{height:220px;display:grid;place-items:center;background:#f4f1ea;overflow:hidden;font-size:54px}
.equipment-card-image img{width:100%;height:100%;object-fit:cover}
.equipment-card-body{padding:18px;display:flex;flex-direction:column;gap:8px}
.equipment-card-body small{color:#8b6720;font-size:12px;font-weight:800}
.equipment-card-body h2{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:25px;line-height:1.05}
.equipment-card-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;color:#707681;font-size:13px}
.equipment-card-meta strong{color:#11131c;font-size:18px}
.equipment-more{margin-top:5px;color:#946a20;font-size:13px;font-weight:850}
.equipment-empty{max-width:850px;margin:0 auto;padding:45px 30px;text-align:center;border:1px dashed #d8bd83;border-radius:22px;background:#fffaf0}
.equipment-empty-icon{font-size:52px}.equipment-empty h2{font-family:"Playfair Display";font-size:36px;margin:8px 0}.equipment-empty p{font-size:17px;color:#6c717c}
.equipment-detail-page{padding:56px 0;background:#f5f2ec}.equipment-detail-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;margin-top:18px;padding:28px;border-radius:24px;background:#fff;border:1px solid #ddd9d0}
.equipment-detail-media img,.equipment-detail-placeholder{width:100%;height:520px;object-fit:contain;border-radius:18px;background:#f3f0e9}.equipment-detail-placeholder{display:grid;place-items:center;font-size:80px}
.equipment-detail-copy h1{font-family:"Playfair Display";font-size:48px;line-height:1;margin:8px 0 18px}.equipment-detail-tags{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:24px}.equipment-detail-tags span,.equipment-detail-tags strong{padding:8px 11px;border-radius:999px;background:#f4f0e8;font-size:13px}.equipment-detail-tags strong{background:#11131c;color:#ffd67b}

@media(max-width:1100px){.equipment-grid{grid-template-columns:repeat(2,1fr)}.musician-market-strip-inner{align-items:flex-start;flex-direction:column;gap:8px}.musician-market-buttons{justify-content:flex-start}}
@media(max-width:760px){.musician-market-strip-inner{padding:12px 16px}.musician-market-buttons{display:grid;grid-template-columns:1fr;width:100%}.musician-market-buttons a{width:100%;font-size:15px}.equipment-grid{grid-template-columns:1fr}.equipment-detail-card{grid-template-columns:1fr}.equipment-detail-media img,.equipment-detail-placeholder{height:340px}.equipment-detail-copy h1{font-size:36px}}

/* ===== V3.16: Rubriken-Kacheln – lange Bezeichnungen sauber lesbar ===== */
.compact-category-grid{
  grid-template-columns:repeat(auto-fit,minmax(175px,1fr)) !important;
  gap:12px !important;
}
.compact-category-card{
  min-width:0;
  min-height:72px !important;
  padding:12px 16px !important;
}
.compact-category-name{
  min-width:0;
  font-size:14px !important;
  line-height:1.22 !important;
  white-space:normal !important;
  overflow-wrap:anywhere;
  word-break:normal;
}

@media(max-width:1100px){
  .compact-category-grid{
    grid-template-columns:repeat(auto-fit,minmax(165px,1fr)) !important;
  }
  .compact-category-name{
    font-size:13.5px !important;
  }
}

@media(max-width:760px){
  .compact-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .compact-category-name{
    font-size:13px !important;
  }
}


/* =========================================================
   KOMPAKTE MUSIKER-VISITENKARTE + KONTAKT
   ========================================================= */

/* Die Detailkarte bewusst deutlich feiner und kompakter. */
.card-page{
  padding:28px 0 58px;
}

.card-page > .wrap{
  width:min(1160px,calc(100% - 32px));
}

.artist-business-card.landscape-card{
  border-radius:22px;
  box-shadow:0 18px 52px rgba(34,30,24,.13);
}

.landscape-head{
  grid-template-columns:minmax(0,1fr) 310px;
  gap:24px;
  padding:22px 26px 20px;
}

.landscape-head .artist-title-block h1{
  font-size:clamp(38px,4.5vw,58px);
  line-height:.98;
}

.landscape-head .artist-kicker{
  margin-bottom:8px;
  font-size:8px;
}

.landscape-head .artist-tags{
  margin-top:11px;
  gap:6px;
}

.landscape-head .artist-tags span{
  padding:5px 8px;
  font-size:9px;
}

.landscape-head .artist-intro{
  margin-top:11px;
  font-size:13px;
  line-height:1.45;
}

.landscape-head .artist-contact-mini{
  align-self:center;
  padding:11px 13px;
  border-radius:14px;
}

.landscape-head .artist-contact-mini>a,
.landscape-head .artist-contact-mini>span{
  padding:7px 0;
  font-size:10px;
}

.landscape-body{
  grid-template-columns:minmax(0,1fr) minmax(330px,.78fr);
}

.landscape-card .business-gallery,
.landscape-card .business-gallery.one-image,
.landscape-card .business-gallery.two-images{
  height:320px;
  min-height:320px;
  padding:8px;
  gap:7px;
}

.landscape-card .business-image:first-child{
  border-radius:14px 6px 6px 14px;
}

.landscape-card .business-image:nth-child(2){
  border-radius:6px 14px 6px 6px;
}

.landscape-card .business-image:nth-child(3){
  border-radius:6px 6px 14px 6px;
}

.landscape-card .business-gallery.one-image .main-image{
  border-radius:14px;
}

.landscape-card .business-gallery.two-images .business-image:first-child{
  border-radius:14px 6px 6px 14px;
}

.landscape-card .business-gallery.two-images .business-image:nth-child(2){
  border-radius:6px 14px 14px 6px;
}

.zoom-hint{
  right:8px;
  bottom:8px;
  padding:5px 8px;
  font-size:8px;
}

.compact-media-strip{
  padding:8px;
  gap:8px;
}

.compact-media-strip .media-tile{
  min-height:60px;
  padding:10px 12px;
  border-radius:13px;
}

.compact-media-strip .media-round{
  flex-basis:36px;
  width:36px;
  height:36px;
}

.compact-media-strip .media-tile strong{
  font-size:12px;
}

.compact-media-strip .audio-copy audio{
  height:28px;
  margin-top:5px;
}

.landscape-info{
  padding:22px 24px 24px;
  gap:16px;
}

.landscape-info .artist-about h2{
  margin-bottom:10px;
  font-size:29px;
}

.landscape-info .artist-about .prose{
  max-height:155px;
  padding-right:5px;
  font-size:13px;
  line-height:1.55;
}

.landscape-info .business-card-actions{
  gap:9px;
}

.landscape-info .action-box{
  padding:13px 14px;
  border-radius:14px;
}

.landscape-info .action-box>strong{
  margin:2px 0 8px;
  font-size:21px;
}

.landscape-info .contact-action{
  padding:8px 0;
  font-size:11px;
}

.landscape-info .contact-action span{
  width:24px;
  height:24px;
}

.landscape-info .action-box .btn{
  margin-top:8px;
  padding:9px 12px;
  font-size:11px;
}

.landscape-info .subtle-promo{
  padding:12px 14px;
  border-radius:14px;
}

.landscape-info .subtle-promo strong{
  font-size:13px;
}

.landscape-info .subtle-promo p{
  margin-top:4px;
  font-size:9px;
}

/* Kontaktseite */
.contact-page-wrap{
  width:min(820px,calc(100% - 32px));
}

.contact-help-card{
  padding:24px;
  border:1px solid #e2ded5;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 48px rgba(28,24,19,.08);
}

.ms-contact-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.contact-direct-mail{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:18px;
  padding:12px 14px;
  border:1px solid #e4dfd5;
  border-radius:12px;
  background:#faf8f4;
}

.contact-direct-mail small{
  color:#777b84;
  font-weight:700;
}

.contact-direct-mail a{
  color:#9b6f20;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:980px){
  .landscape-head{
    grid-template-columns:1fr;
  }

  .landscape-head .artist-contact-mini{
    width:100%;
  }

  .landscape-body{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .card-page > .wrap{
    width:min(100% - 18px,1160px);
  }

  .landscape-head{
    padding:20px 17px 18px;
  }

  .landscape-head .artist-title-block h1{
    font-size:40px;
  }

  .landscape-card .business-gallery,
  .landscape-card .business-gallery.one-image,
  .landscape-card .business-gallery.two-images{
    height:auto;
    min-height:0;
  }

  .landscape-info{
    padding:20px 17px 22px;
  }

  .landscape-info .artist-about .prose{
    max-height:none;
    overflow:visible;
  }

  .contact-help-card{
    padding:16px;
  }

  .contact-direct-mail{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
}


/* =========================================================
   INFO-VIDEO – manueller Start, kein Autoplay
   ========================================================= */
.ms-info-video-section{
  padding:22px 0 26px;
  background:linear-gradient(180deg,rgba(255,255,255,.00),rgba(245,239,255,.36));
}

.ms-info-video-card{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);
  gap:28px;
  align-items:center;
  padding:24px;
  border:1px solid rgba(92,67,114,.16);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(55,35,71,.08);
}

.ms-info-video-copy h2{
  margin:0 0 10px;
  font-size:clamp(24px,2.8vw,34px);
  line-height:1.12;
}

.ms-info-video-copy p{
  margin:0 0 10px;
  color:#62596a;
  font-size:14px;
  line-height:1.6;
}

.ms-info-video-copy .ms-info-video-note{
  margin-bottom:0;
  font-size:12px;
  color:#6f3f7d;
  font-weight:800;
}

.ms-info-video-media{
  overflow:hidden;
  border-radius:15px;
  background:#0e0b12;
  box-shadow:0 12px 30px rgba(26,17,31,.18);
}

.ms-info-video-media video{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
  background:#0e0b12;
}

@media (max-width:900px){
  .ms-info-video-card{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .ms-info-video-section{
    padding:16px 0 20px;
  }
  .ms-info-video-card{
    padding:16px;
    gap:16px;
  }
  .ms-info-video-copy p{
    font-size:13px;
  }
}


/* 26.08.2026 – Musiker-Homepage / NOVA-LIVE-Verknüpfung */
.musician-homepage-extra .quiet-extra-link{
  font-weight:900;
}
.nova-mini-preview .mini-musician-hero{
  background:
    radial-gradient(circle at 25% 25%,rgba(55,132,255,.48),transparent 34%),
    radial-gradient(circle at 78% 25%,rgba(255,74,97,.48),transparent 34%),
    linear-gradient(135deg,#081427,#210b15);
}
.nova-mini-preview .mini-musician-hero strong{
  letter-spacing:.06em;
}

.homepage-demo-head{
  background:
    radial-gradient(circle at 20% 10%,rgba(64,129,255,.10),transparent 35%),
    radial-gradient(circle at 80% 10%,rgba(255,91,103,.10),transparent 35%);
}
.musician-homepage-demo-section{
  padding-top:34px;
}
.homepage-demo-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:34px;
  align-items:center;
  padding:28px;
  border:1px solid #d8e0ea;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 55px rgba(20,54,92,.10);
}
.homepage-demo-preview{
  min-width:0;
  border-radius:22px;
  overflow:hidden;
  background:#061223;
  box-shadow:0 18px 48px rgba(7,25,50,.24);
}
.homepage-demo-browserbar{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:0 16px;
  color:#dce5f1;
  background:#0d1828;
  font-size:14px;
}
.homepage-demo-browserbar .browser-dots{
  display:flex;
  gap:7px;
}
.homepage-demo-browserbar .browser-dots i{
  width:9px;height:9px;border-radius:999px;background:#94a7bc;display:block;
}
.homepage-demo-image-wrap{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
}
.homepage-demo-image-wrap img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.homepage-demo-image-badge{
  position:absolute;
  right:16px;
  bottom:16px;
  padding:8px 12px;
  border-radius:999px;
  background:#f2c24f;
  color:#102444;
  font-weight:1000;
  font-size:12px;
  letter-spacing:.08em;
}
.homepage-demo-copy h2{
  margin:8px 0 10px;
  color:#102e58;
  font-size:clamp(29px,3vw,44px);
  line-height:1.06;
}
.homepage-demo-copy>p{
  color:#566e8e;
  line-height:1.65;
}
.homepage-language-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:18px 0;
}
.homepage-language-row span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  background:#edf4fc;
  border:1px solid #d4e2f2;
  color:#153c70;
  font-weight:800;
}
.homepage-feature-list{
  display:grid;
  gap:10px;
  margin:18px 0 22px;
}
.homepage-feature-list>div{
  display:grid;
  grid-template-columns:155px 1fr;
  gap:12px;
  padding:11px 12px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #e3e8ee;
}
.homepage-feature-list b{
  color:#173e70;
}
.homepage-feature-list span{
  color:#62748c;
  line-height:1.45;
}
.homepage-demo-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.homepage-demo-main-btn{
  min-height:50px;
}
.homepage-demo-safe-note{
  margin-top:14px!important;
  padding:11px 13px;
  border-radius:13px;
  background:#f5f9ef;
  border:1px solid #d8e7c9;
  color:#4d6a3e!important;
  font-size:14px;
}
.homepage-demo-steps-section{
  padding-top:18px;
}
.homepage-demo-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.homepage-demo-steps article{
  padding:22px;
  border:1px solid #dce4ec;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(18,48,83,.06);
}
.homepage-demo-steps article>strong{
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:999px;
  color:#fff;
  background:#123f78;
  font-size:20px;
}
.homepage-demo-steps h3{
  margin:14px 0 6px;
  color:#102e58;
}
.homepage-demo-steps p{
  margin:0;
  color:#667b96;
  line-height:1.55;
}
.homepage-demo-bottom-action{
  margin-top:22px;
  text-align:center;
}
@media(max-width:980px){
  .homepage-demo-showcase{grid-template-columns:1fr}
}
@media(max-width:720px){
  .homepage-demo-showcase{padding:15px;border-radius:20px}
  .homepage-feature-list>div{grid-template-columns:1fr;gap:4px}
  .homepage-demo-steps{grid-template-columns:1fr}
  .homepage-demo-browserbar span{font-size:12px}
}

/* Musiker-Homepage prominent in der zweiten Navigation */
.homepage-nav-highlight{
  border-color:#d6a938!important;
  color:#f1c45a!important;
  background:linear-gradient(180deg,rgba(214,169,56,.12),rgba(255,255,255,.03))!important;
}
.homepage-nav-highlight:hover{
  color:#fff!important;
  border-color:#f0c85c!important;
  box-shadow:0 0 0 1px rgba(240,200,92,.18),0 8px 24px rgba(0,0,0,.20);
}

/* =========================================================
   05.09.2026 – MUSIKBOX-SEITENKACHELN
   PC links; Server + Wurlitzer rechts. Nur auf breiten
   Desktop-Bildschirmen, damit der Portalinhalt frei bleibt.
   ========================================================= */
.musicbox-promo-rail{
  position:fixed;
  top:158px;
  z-index:24;
  width:clamp(130px,calc((100vw - 1220px)/2),200px);
  display:none;
  gap:12px;
}
.musicbox-promo-left{
  left:max(10px,calc(50% - 590px - 220px));
}
.musicbox-promo-right{
  right:max(10px,calc(50% - 590px - 220px));
}
.musicbox-promo-card{
  display:block;
  overflow:hidden;
  border:1px solid rgba(243,189,83,.42);
  border-radius:17px;
  background:linear-gradient(180deg,#111522,#0b0d15);
  color:#fff;
  box-shadow:0 16px 38px rgba(5,7,12,.22);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.musicbox-promo-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,217,134,.84);
  box-shadow:0 20px 45px rgba(5,7,12,.30);
}
.musicbox-promo-image{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eef3f8;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.musicbox-promo-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.musicbox-promo-kicker,
.musicbox-promo-card>strong,
.musicbox-promo-card>p,
.musicbox-promo-card>.musicbox-promo-feature,
.musicbox-promo-card>.musicbox-promo-price,
.musicbox-promo-card>small{
  display:block;
  margin-left:12px;
  margin-right:12px;
}
.musicbox-promo-kicker{
  margin-top:10px;
  color:var(--gold2);
  font-size:8px;
  line-height:1.25;
  letter-spacing:.12em;
  font-weight:900;
}
.musicbox-promo-card>strong{
  margin-top:3px;
  color:#fff;
  font-size:14px;
  line-height:1.18;
}
.musicbox-promo-card>p{
  margin-top:6px;
  margin-bottom:8px;
  color:#c7cbd5;
  font-size:10px;
  line-height:1.38;
}
.musicbox-promo-feature{
  margin-bottom:8px;
  padding:6px 7px;
  border:1px solid rgba(104,157,220,.28);
  border-radius:8px;
  background:#152338;
  color:#dcecff;
  font-size:9px;
  line-height:1.25;
  font-weight:800;
}
.musicbox-promo-price{
  margin-bottom:5px;
  color:var(--gold2);
  font-size:10px;
  line-height:1.2;
  font-weight:900;
}
.musicbox-promo-card>small{
  margin-bottom:11px;
  color:#aeb4c2;
  font-size:8px;
  line-height:1.3;
  overflow-wrap:anywhere;
}
@media(min-width:1480px){
  .musicbox-promo-rail{display:grid}
}
@media(min-width:1900px){
  .musicbox-promo-card>strong{font-size:15px}
  .musicbox-promo-card>p{font-size:10.5px}
  .musicbox-promo-feature{font-size:9.5px}
  .musicbox-promo-price{font-size:10.5px}
  .musicbox-promo-card>small{font-size:8.5px}
}

/* ===== RESET alter Musikbox-Seitenleisten: niemals außerhalb des Inhalts anzeigen ===== */
.musicbox-ad-rail,.musicbox-promo-rail{display:none!important}

/* ===== Musiker-Equipment sauber im eigenen Bereich ===== */
.equipment-hero-clean .equipment-action-pair{margin-top:22px}
.equipment-action-pair{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.equipment-action-pair .btn{min-width:160px;text-align:center}
.centered-actions{justify-content:center}
.equipment-featured-section{background:#f7f4ed}
.equipment-list-section{background:#fff}
.equipment-clean-head{margin-bottom:24px}
.equipment-clean-head h2{font-family:"Playfair Display",Georgia,serif;font-size:42px;line-height:1.05;margin:6px 0 8px;color:#171922}
.equipment-clean-head p{margin:0;color:#707681}
.equipment-list-head{display:flex;align-items:end;justify-content:space-between;gap:22px}
.equipment-clean-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.equipment-clean-card{overflow:hidden;border:1px solid #ded8ce;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(35,30,22,.07);display:flex;flex-direction:column}
.equipment-clean-image{height:220px;background:#f4f7fb;padding:14px;display:grid;place-items:center}
.equipment-clean-image img{width:100%;height:100%;object-fit:contain;border-radius:12px}
.equipment-clean-copy{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}
.equipment-clean-copy>small{font-size:9px;letter-spacing:.16em;font-weight:900;color:#9b6f20}
.equipment-clean-copy h3{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:29px;line-height:1.05}
.equipment-clean-copy p{margin:0;color:#666c77;line-height:1.5;font-size:13px}
.equipment-clean-feature{display:inline-flex;align-items:center;gap:6px;color:#26334d;font-size:12px;font-weight:750;background:#f5f7fb;border-radius:10px;padding:9px 10px}
.equipment-clean-bottom{margin-top:auto;padding-top:14px;border-top:1px solid #eee8de;display:flex;align-items:center;justify-content:space-between;gap:12px}
.equipment-clean-bottom strong{font-size:13px;color:#9b6f20}
.equipment-clean-bottom .btn{white-space:nowrap}
.equipment-empty-clean{max-width:none;margin:0;padding:36px 28px}
.equipment-form-wrap{max-width:880px}
.equipment-type-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.equipment-type-choice label{cursor:pointer}
.equipment-type-choice input{position:absolute;opacity:0;pointer-events:none}
.equipment-type-choice span{display:block;padding:15px 18px;border:1px solid #ddd8cf;border-radius:15px;background:#fff;font-weight:850;text-align:center;transition:.18s ease}
.equipment-type-choice input:checked+span{background:#11131c;color:#ffd36d;border-color:#11131c;box-shadow:0 8px 20px rgba(17,19,28,.12)}
.equipment-back-link{text-align:center;margin:20px 0 0}.equipment-back-link a{color:#8d671e;font-weight:750}
.equipment-inquiry-card{max-width:760px;margin:0 auto}.request-contact-box p{color:#707681}
@media(max-width:1000px){.equipment-clean-grid{grid-template-columns:1fr}.equipment-clean-card{display:grid;grid-template-columns:260px 1fr}.equipment-clean-image{height:auto;min-height:220px}.equipment-list-head{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.equipment-clean-card{display:block}.equipment-clean-image{height:210px}.equipment-type-choice{grid-template-columns:1fr}.equipment-clean-head h2{font-size:34px}.equipment-clean-bottom{align-items:flex-start;flex-direction:column}.equipment-clean-bottom .btn{width:100%}.equipment-action-pair{flex-direction:column;align-items:stretch}}
