:root{
  --black:#09090b;--black-2:#111116;--black-3:#19191f;--red:#d71935;--red-dark:#a90e24;
  --gold:#d8ae58;--gold-dark:#9a6a20;--gold-soft:#f3dfad;--ivory:#f6f3ed;--white:#fff;
  --ink:#141419;--muted:#6f6d6b;--line:#e4dfd6;--green:#267b50;
  --shadow:0 22px 60px rgba(17,13,8,.10);--radius:16px;--shell:min(1220px,calc(100% - 48px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit}.view{display:none}.view.is-active{display:block}.eyebrow{display:block;color:var(--red);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow--gold{color:var(--gold)}

.prototype-bar{position:sticky;z-index:100;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:10px 24px;border-bottom:1px solid rgba(216,174,88,.28);background:rgba(8,8,10,.96);box-shadow:0 12px 32px rgba(0,0,0,.2);color:#fff;backdrop-filter:blur(16px)}
.prototype-bar__brand{display:flex;align-items:center;gap:11px}.prototype-bar__brand div{display:grid;gap:2px}.prototype-bar__brand b{color:var(--gold-soft);font-size:10px;letter-spacing:.16em}.prototype-bar__brand small{color:#8e8e94;font-size:10px}.prototype-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(216,174,88,.12),0 0 22px rgba(216,174,88,.6)}
.prototype-switch{display:flex;padding:4px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#131318}.prototype-switch button{min-height:34px;padding:7px 14px;border:0;border-radius:7px;background:transparent;color:#a7a7ad;font-size:11px;font-weight:800;cursor:pointer}.prototype-switch button:hover,.prototype-switch button:focus{color:#fff;outline:none}.prototype-switch button.is-active{background:linear-gradient(145deg,#302716,#171616);box-shadow:inset 0 0 0 1px rgba(216,174,88,.34);color:var(--gold-soft)}.prototype-bar__note{justify-self:end;color:#84848b;font-size:10px}

.site-nav{position:relative;z-index:8;display:flex;height:92px;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100% - 1220px)/2));border-bottom:1px solid rgba(216,174,88,.16);background:#08080a;color:#fff}.site-nav>img{width:218px;height:auto}.site-nav nav{display:flex;align-items:center;gap:5px}.site-nav nav a{position:relative;display:flex;min-height:42px;align-items:center;padding:0 13px;color:#b9b9bf;font-size:13px;font-weight:700}.site-nav nav a:not(.nav-cta):after{position:absolute;right:13px;bottom:2px;left:13px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);content:"";transform:scaleX(0);transition:.2s}.site-nav nav a:hover,.site-nav nav a.is-active{color:#fff}.site-nav nav a:hover:after,.site-nav nav a.is-active:after{transform:scaleX(1)}.site-nav .nav-cta{margin-left:12px;padding:0 18px;border:1px solid var(--red);border-radius:7px;background:linear-gradient(135deg,var(--red),var(--red-dark));box-shadow:0 8px 24px rgba(215,25,53,.25);color:#fff}.site-nav .nav-cta span{margin-left:10px}.site-nav--compact{height:78px}.portal-account{display:flex;align-items:center;gap:10px;color:#888;font-size:11px}.portal-account b{color:#fff}.portal-account button,.admin-user button{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(216,174,88,.45);border-radius:50%;background:#1b1813;color:var(--gold-soft);font-size:11px;font-weight:900}

/* Gold-dominante Startseitenvariante: Das Original-Logo bleibt unverändert. */
.view[data-screen="website"]{--red:#d8ae58;--red-dark:#9a6a20}
.view[data-screen="website"] .site-nav .nav-cta,.view[data-screen="website"] .button--red{border-color:#e5c679;background:linear-gradient(135deg,#edcf8a,#b77f29);box-shadow:0 12px 28px rgba(144,92,18,.28);color:#1b1408}
.view[data-screen="website"] .site-nav .nav-cta:hover,.view[data-screen="website"] .button--red:hover{background:linear-gradient(135deg,#f4d99a,#c99036);box-shadow:0 15px 32px rgba(144,92,18,.36);color:#130e06}
.view[data-screen="website"] .hero h1 em{color:#e2b75f}
.view[data-screen="website"] .service-card--dark{border-color:rgba(216,174,88,.42);background:radial-gradient(circle at 88% 9%,rgba(216,174,88,.20),transparent 28%),#101014}

.hero{position:relative;min-height:660px;overflow:hidden;background:#050507;color:#fff}.hero__art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,5,.98) 0%,rgba(3,3,5,.92) 28%,rgba(3,3,5,.30) 58%,rgba(3,3,5,.08) 100%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 38%)}.hero__copy{position:relative;z-index:2;width:var(--shell);margin:0 auto;padding:86px 0 150px}.hero h1{max-width:660px;margin:15px 0 24px;color:#fff;font-size:clamp(46px,4.8vw,72px);font-weight:900;letter-spacing:-.055em;line-height:.99}.hero h1 em{color:var(--red);font-style:normal}.hero__copy>p{max-width:540px;margin:0;color:#cccbd0;font-size:16px;line-height:1.65}.hero__actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:12px;padding:11px 20px;border:1px solid transparent;border-radius:8px;font-size:12px;font-weight:900;transition:.2s}.button:hover{transform:translateY(-2px)}.button--red{background:linear-gradient(135deg,var(--red),var(--red-dark));box-shadow:0 13px 30px rgba(215,25,53,.25);color:#fff}.button--ghost{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.045);color:#fff}.button--ghost:hover{border-color:rgba(216,174,88,.7);background:rgba(216,174,88,.08)}.button--gold{border-color:#e0bd71;background:linear-gradient(135deg,#ebcd88,#ba8733);box-shadow:0 13px 30px rgba(147,95,19,.23);color:#1b1408}.hero__seal{position:absolute;bottom:45px;left:0;display:grid;gap:3px;padding:15px 22px;border-left:2px solid var(--gold);background:linear-gradient(90deg,rgba(216,174,88,.10),transparent)}.hero__seal span{color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.18em}.hero__seal b{font-size:13px}.hero__seal small{color:#9c9ca2;font-size:10px}.hero__features{position:absolute;z-index:3;right:max(32px,calc((100% - 1220px)/2));bottom:40px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid rgba(216,174,88,.3);border-radius:12px;background:rgba(10,9,10,.74);box-shadow:0 17px 40px rgba(0,0,0,.28);backdrop-filter:blur(14px)}.hero__features article{min-width:190px;padding:16px 19px;border-right:1px solid rgba(216,174,88,.18)}.hero__features article:last-child{border:0}.hero__features i{display:block;margin-bottom:7px;color:var(--gold);font-size:9px;font-style:normal;font-weight:900}.hero__features b,.hero__features small{display:block}.hero__features b{font-size:11px}.hero__features small{margin-top:3px;color:#909096;font-size:9px}

.platform-strip{display:grid;grid-template-columns:300px 1fr;align-items:center;gap:35px;padding:27px max(32px,calc((100% - 1220px)/2));border-top:1px solid #e4c786;border-bottom:1px solid #d2ad59;background:linear-gradient(115deg,#c99d48,#f1d493 48%,#c99b43);box-shadow:0 12px 28px rgba(111,70,13,.12);color:#1c150b}.platform-strip__intro{padding-right:32px;border-right:1px solid rgba(63,42,12,.22)}.platform-strip__intro span,.platform-strip__intro b{display:block}.platform-strip__intro span{margin-bottom:5px;font-size:9px;font-weight:900;letter-spacing:.18em}.platform-strip__intro b{font-size:13px;line-height:1.45}.platforms{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.platforms span{display:grid;place-items:center;gap:5px;color:#4c391c;font-size:8px;font-weight:800;text-align:center}.platforms i{font-size:23px;font-style:normal;color:#18140f}

.website-section{padding:100px 0}.website-section>*{width:var(--shell);margin-right:auto;margin-left:auto}.website-section--ivory{background:linear-gradient(180deg,#fbfaf7,var(--ivory))}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:70px;margin-bottom:45px}.section-heading h2{max-width:760px;margin:10px 0 0;font-size:clamp(35px,4vw,55px);letter-spacing:-.045em;line-height:1.05}.section-heading>p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;min-height:390px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 16px 44px rgba(17,13,8,.055)}.service-card--dark{border-color:#332a1c;background:radial-gradient(circle at 88% 9%,rgba(216,174,88,.20),transparent 28%),#101014;color:#fff;box-shadow:0 25px 60px rgba(0,0,0,.17)}.card-number{position:absolute;top:24px;right:25px;color:#d2ccc3;font-size:10px;font-weight:900}.service-card--dark .card-number{color:rgba(216,174,88,.55)}.card-icon{display:grid;width:52px;height:52px;margin-bottom:35px;place-items:center;border:1px solid #e9d8b4;border-radius:14px;background:#fff8e8;color:var(--gold-dark);font-size:22px}.service-card--dark .card-icon{border-color:rgba(216,174,88,.32);background:rgba(216,174,88,.10);color:var(--gold)}.service-card h3{margin:10px 0 13px;font-size:25px;letter-spacing:-.025em}.service-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.service-card--dark p{color:#aaa9af}.service-card>a{position:absolute;right:30px;bottom:28px;left:30px;padding-top:18px;border-top:1px solid var(--line);color:var(--red);font-size:11px;font-weight:900}.service-card--dark>a{border-color:rgba(216,174,88,.22);color:var(--gold-soft)}.service-card>a span{float:right}

.portal-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:46px max(32px,calc((100% - 1220px)/2));border-bottom:1px solid rgba(216,174,88,.22);background:radial-gradient(circle at 83% 20%,rgba(216,174,88,.14),transparent 25%),radial-gradient(circle at 70% 90%,rgba(215,25,53,.18),transparent 30%),#0c0c0f;color:#fff}.portal-hero h1{margin:10px 0 8px;font-size:43px;letter-spacing:-.04em}.portal-hero p{margin:0;color:#aaa9af;font-size:14px}.portal-shell{width:var(--shell);margin:0 auto;padding:28px 0 70px}.portal-tabs{display:flex;gap:5px;margin-bottom:18px;padding:6px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 30px rgba(25,19,11,.05)}.portal-tabs a{padding:11px 15px;border-radius:8px;color:#626067;font-size:11px;font-weight:850}.portal-tabs a:hover,.portal-tabs a.is-active{background:#151519;color:var(--gold-soft)}.portal-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr);gap:18px}.release-panel{padding:29px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.panel-heading{display:flex;justify-content:space-between;gap:20px}.panel-heading h2{margin:8px 0 3px;font-size:30px;letter-spacing:-.035em}.panel-heading p{margin:0;color:var(--muted);font-size:12px}.status{display:inline-flex;height:26px;align-items:center;padding:0 10px;border-radius:999px;background:#eee;color:#666;font-size:9px;font-weight:900;white-space:nowrap}.status--gold{border:1px solid #e6c87f;background:#fff5dc;color:#805817}.status--green{background:#e5f4eb;color:var(--green)}.release-progress{margin:27px 0 22px;padding:17px 19px;border-radius:11px;background:#f6f3ed}.release-progress__bar,.mini-progress{height:6px;overflow:hidden;margin-bottom:10px;border-radius:999px;background:#e4ded3}.release-progress__bar span,.mini-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold-dark),var(--gold-soft))}.release-progress b,.release-progress small{display:block}.release-progress b{font-size:12px}.release-progress small{margin-top:3px;color:var(--muted);font-size:10px}.release-checks{display:grid;gap:8px}.release-checks article{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid #ebe7df;border-radius:10px}.release-checks i{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;font-size:11px;font-style:normal;font-weight:900}.release-checks .is-done i{background:#e6f4eb;color:var(--green)}.release-checks .is-open{border-color:#e8c274;background:#fffaf0}.release-checks .is-open i{background:var(--gold);color:#1c1408}.release-checks .is-wait i{background:#ededee;color:#888}.release-checks b,.release-checks small{display:block}.release-checks b{font-size:11px}.release-checks small{margin-top:3px;color:var(--muted);font-size:9px}.release-checks a{color:var(--red);font-size:10px;font-weight:900}.portal-side{display:grid;align-content:start;gap:12px}.next-action{padding:25px;border:1px solid rgba(216,174,88,.32);border-radius:var(--radius);background:radial-gradient(circle at 90% 10%,rgba(216,174,88,.18),transparent 28%),#111115;color:#fff;box-shadow:0 20px 45px rgba(0,0,0,.15)}.next-action h3{margin:10px 0 8px;font-size:23px;line-height:1.15}.next-action p{margin:0 0 22px;color:#aaa9af;font-size:11px;line-height:1.55}.next-action .button{width:100%}.quick-card{display:flex;align-items:center;justify-content:space-between;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}.quick-card span,.quick-card b{display:block}.quick-card span{margin-bottom:4px;color:var(--muted);font-size:9px;text-transform:uppercase}.quick-card b{font-size:12px}.quick-card a{color:var(--red);font-size:9px;font-weight:900}.portal-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;margin-top:18px;border:1px solid #242329;border-radius:13px;background:#242329}.portal-summary article{display:flex;gap:12px;padding:19px;background:#111115;color:#fff}.portal-summary article>span{color:var(--gold);font-size:9px;font-weight:900}.portal-summary b,.portal-summary small{display:block}.portal-summary b{font-size:11px}.portal-summary small{margin-top:3px;color:#88878e;font-size:9px}

.backend-view.is-active{display:grid;min-height:calc(100vh - 58px);grid-template-columns:235px 1fr;background:#eff0f2}.admin-menu{position:sticky;top:58px;height:calc(100vh - 58px);padding:30px 16px 20px;background:#0c0c0f;color:#fff}.admin-menu__logo{display:grid;margin:0 14px 31px}.admin-menu__logo span{color:var(--red);font-size:28px;font-weight:900;letter-spacing:.1em}.admin-menu__logo small{color:#fff;font-size:8px;font-weight:800;letter-spacing:.2em}.admin-menu nav{display:grid;gap:3px}.admin-menu nav a{display:grid;grid-template-columns:24px 1fr auto;align-items:center;min-height:43px;padding:8px 12px;border-radius:8px;color:#9c9ca3;font-size:11px;font-weight:750}.admin-menu nav a i{color:#696970;font-style:normal}.admin-menu nav a b{display:grid;min-width:20px;height:20px;place-items:center;border-radius:10px;background:#29292f;color:#d6d6d9;font-size:8px}.admin-menu nav a:hover,.admin-menu nav a.is-active{background:linear-gradient(90deg,rgba(216,174,88,.15),rgba(216,174,88,.02));box-shadow:inset 2px 0 var(--gold);color:#fff}.admin-menu nav a.is-active i{color:var(--gold)}.admin-menu__footer{position:absolute;right:18px;bottom:21px;left:18px;padding:15px 5px;border-top:1px solid #242429;color:#7f7f87;font-size:9px}.system-dot{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#45b67c;box-shadow:0 0 0 4px rgba(69,182,124,.10)}.admin-main{min-width:0}.admin-top{display:flex;height:70px;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid #dddde1;background:#fff}.admin-top>div:first-child span,.admin-top>div:first-child b{display:block}.admin-top span{color:#8b8b92;font-size:9px}.admin-top b{margin-top:2px;font-size:14px}.admin-user{display:flex;align-items:center;gap:12px}.admin-user button{background:#171719}.admin-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:24px 28px 0;padding:32px 34px;border:1px solid #27231a;border-radius:16px;background:radial-gradient(circle at 88% 20%,rgba(216,174,88,.22),transparent 27%),radial-gradient(circle at 63% 100%,rgba(215,25,53,.22),transparent 32%),#111116;color:#fff;box-shadow:0 18px 45px rgba(13,14,20,.15)}.admin-hero h1{margin:9px 0 6px;font-size:34px;letter-spacing:-.04em}.admin-hero p{margin:0;color:#a2a2a8;font-size:12px}.admin-hero__actions{display:flex;gap:9px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:16px 28px}.metric-grid article{position:relative;overflow:hidden;min-height:135px;padding:21px;border:1px solid #dedee2;border-radius:13px;background:#fff;box-shadow:0 8px 28px rgba(18,19,25,.045)}.metric-icon{position:absolute;top:18px;right:18px;display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#f3efe7;color:var(--gold-dark);font-size:15px}.metric-grid article>b{display:block;margin:0 0 15px;font-size:28px}.metric-grid h3{margin:0 0 4px;font-size:11px}.metric-grid small{color:#85858b;font-size:9px}.metric-line{position:absolute;right:0;bottom:0;left:0;height:3px;background:#ccc}.metric-line.is-red{background:linear-gradient(90deg,var(--red),transparent 86%)}.metric-line.is-gold{background:linear-gradient(90deg,var(--gold),transparent 86%)}.metric-line.is-green{background:linear-gradient(90deg,#38a872,transparent 86%)}.admin-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:16px;margin:0 28px 40px}.admin-card{overflow:hidden;border:1px solid #dedee2;border-radius:14px;background:#fff;box-shadow:0 9px 30px rgba(18,19,25,.04)}.admin-card>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #ededf0}.admin-card>header h2{margin:6px 0 0;font-size:18px}.admin-card>header a{color:var(--red);font-size:9px;font-weight:900}.task-list,.release-list{padding:5px 16px 10px}.task-list article{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 6px;border-bottom:1px solid #eeeef1}.task-list article:last-child{border:0}.task-list i{width:7px;height:7px;border-radius:50%;background:#aaa;box-shadow:0 0 0 5px #f2f2f4}.task-list .is-urgent i{background:var(--red);box-shadow:0 0 0 5px #fde9ed}.task-list .is-gold i{background:var(--gold-dark);box-shadow:0 0 0 5px #fbf2df}.task-list .is-done i{background:#3da673;box-shadow:0 0 0 5px #e6f5ed}.task-list b,.task-list small{display:block}.task-list b{font-size:11px}.task-list small{margin-top:3px;color:#7f7f86;font-size:9px}.task-list article>span{color:#888890;font-size:9px}.release-list article{display:grid;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 5px;border-bottom:1px solid #eeeef1}.release-list article:last-child{border:0}.release-list time{display:grid;width:41px;height:45px;place-items:center;border:1px solid rgba(216,174,88,.30);border-radius:9px;background:#17171a;color:var(--gold-soft);font-size:8px}.release-list time b{font-size:15px;line-height:.8}.release-list div b,.release-list div small{display:block}.release-list div b{font-size:11px}.release-list div small{margin-top:3px;color:#888;font-size:9px}

.system-page{background:var(--ivory)}.system-page>header{padding:95px max(32px,calc((100% - 1220px)/2));background:radial-gradient(circle at 80% 20%,rgba(216,174,88,.2),transparent 24%),#0c0c0f;color:#fff}.system-page>header h1{max-width:800px;margin:14px 0 17px;font-size:58px;letter-spacing:-.05em;line-height:1}.system-page>header p{max-width:650px;margin:0;color:#aeacb1;font-size:15px;line-height:1.65}.system-block{padding:85px max(32px,calc((100% - 1220px)/2))}.system-block--dark{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;background:#111115;color:#fff}.system-block--dark h2{margin:12px 0 0;font-size:38px;letter-spacing:-.04em;line-height:1.08}.swatches{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.swatches article{padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff}.swatches i{display:block;height:90px;margin-bottom:12px;border:1px solid rgba(0,0,0,.05);border-radius:8px;background:var(--swatch)}.swatches b,.swatches small{display:block}.swatches b{font-size:11px}.swatches small{margin-top:3px;color:#888;font-size:8px}.usage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.usage-grid article{padding:20px;border:1px solid rgba(216,174,88,.14);border-radius:12px;background:rgba(255,255,255,.025)}.usage-grid span{color:var(--gold);font-size:9px;font-weight:900}.usage-grid b{display:block;margin:13px 0 7px;font-size:17px}.usage-grid p{margin:0;color:#9f9fa5;font-size:11px;line-height:1.55}.component-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.component-row .button--ghost{border-color:#ccc;color:#222}.mini-progress{width:200px;margin:0}

@media(max-width:1100px){.prototype-bar{grid-template-columns:1fr auto}.prototype-bar__note{display:none}.site-nav nav a:not(.nav-cta){display:none}.hero__features{right:24px}.platforms{grid-template-columns:repeat(4,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}.swatches{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){:root{--shell:min(100% - 28px,1220px)}.prototype-bar{position:relative;grid-template-columns:1fr;padding:11px 14px}.prototype-switch{overflow-x:auto}.prototype-switch button{flex:0 0 auto}.site-nav{height:72px;padding:0 15px}.site-nav>img{width:176px}.site-nav .nav-cta{padding:0 12px;font-size:10px}.hero{min-height:720px}.hero__art{object-position:67% center}.hero__shade{background:linear-gradient(90deg,rgba(3,3,5,.97),rgba(3,3,5,.72) 64%,rgba(3,3,5,.18)),linear-gradient(0deg,rgba(0,0,0,.75),transparent 50%)}.hero__copy{padding:55px 0 250px}.hero h1{font-size:43px}.hero__actions{align-items:stretch;flex-direction:column}.hero__seal{bottom:185px}.hero__features{right:14px;bottom:18px;left:14px;grid-template-columns:1fr}.hero__features article{min-width:0;padding:11px 14px;border-right:0;border-bottom:1px solid rgba(216,174,88,.15)}.platform-strip{grid-template-columns:1fr;padding:23px 15px}.platform-strip__intro{padding:0 0 16px;border-right:0;border-bottom:1px solid rgba(63,42,12,.2)}.platforms{grid-template-columns:repeat(4,1fr)}.website-section{padding:65px 0}.section-heading,.service-cards,.portal-grid,.system-block--dark{grid-template-columns:1fr;gap:25px}.service-card{min-height:355px}.portal-hero{align-items:flex-start;flex-direction:column;padding:35px 15px}.portal-hero h1{font-size:35px}.portal-tabs{overflow-x:auto}.portal-tabs a{flex:0 0 auto}.panel-heading{align-items:flex-start;flex-direction:column}.portal-summary{grid-template-columns:repeat(2,1fr)}.backend-view.is-active{grid-template-columns:1fr}.admin-menu{position:static;height:auto;padding:18px}.admin-menu__logo,.admin-menu__footer{display:none}.admin-menu nav{display:flex;overflow-x:auto}.admin-menu nav a{flex:0 0 auto;grid-template-columns:20px auto auto}.admin-main{overflow:hidden}.admin-top{padding:0 16px}.admin-hero{align-items:flex-start;flex-direction:column;margin:14px;padding:25px}.admin-hero__actions{width:100%;flex-direction:column}.metric-grid{grid-template-columns:repeat(2,1fr);margin:12px 14px}.admin-grid{grid-template-columns:1fr;margin:0 14px 30px}.system-page>header{padding:65px 20px}.system-page>header h1{font-size:42px}.system-block{padding:58px 20px}.swatches{grid-template-columns:repeat(2,1fr)}.usage-grid{grid-template-columns:1fr}}
@media(max-width:460px){.prototype-switch button{padding:7px 10px}.hero h1{font-size:37px}.platforms{grid-template-columns:repeat(2,1fr)}.metric-grid{grid-template-columns:1fr}.portal-summary{grid-template-columns:1fr}.swatches{grid-template-columns:1fr}}

/*
 * Startseite – elegante Goldfassung
 * Gold dient als Material- und Lichtakzent, nicht als laute Volltonfarbe.
 * Das originale MainGlow Records-Logo wird bewusst nicht umgefärbt.
 */
.view[data-screen="website"]{
  --red:#c8a45a;
  --red-dark:#826224;
  --gold:#c8a45a;
  --gold-dark:#826224;
  --gold-soft:#f0dfb3;
  background:#f5f2ec;
}
.view[data-screen="website"] .site-nav{
  border-bottom-color:rgba(200,164,90,.22);
  background:linear-gradient(90deg,#070708 0%,#0e0c09 58%,#151006 100%);
  box-shadow:0 10px 34px rgba(0,0,0,.22);
}
.view[data-screen="website"] .site-nav nav a:not(.nav-cta):after{
  background:linear-gradient(90deg,transparent,#d8b86f,transparent);
}
.view[data-screen="website"] .site-nav .nav-cta,
.view[data-screen="website"] .button--red{
  border:1px solid #e2c57f;
  background:linear-gradient(135deg,#ead08e 0%,#c79d4e 48%,#9b7228 100%);
  box-shadow:inset 0 1px rgba(255,255,255,.58),0 12px 30px rgba(112,76,18,.28);
  color:#171106;
  text-shadow:0 1px rgba(255,255,255,.28);
}
.view[data-screen="website"] .site-nav .nav-cta:hover,
.view[data-screen="website"] .button--red:hover{
  border-color:#f0d99f;
  background:linear-gradient(135deg,#f1dda7 0%,#d0aa5c 48%,#aa7f31 100%);
  box-shadow:inset 0 1px rgba(255,255,255,.68),0 16px 36px rgba(112,76,18,.34);
  color:#120d04;
}
.view[data-screen="website"] .hero{
  border-bottom:1px solid rgba(212,177,103,.26);
  background:#030304;
}
.view[data-screen="website"] .hero__shade{
  background:
    linear-gradient(90deg,rgba(3,3,5,.99) 0%,rgba(3,3,5,.94) 27%,rgba(3,3,5,.39) 57%,rgba(3,3,5,.08) 100%),
    radial-gradient(circle at 78% 0%,rgba(226,190,112,.10),transparent 34%),
    linear-gradient(0deg,rgba(0,0,0,.55),transparent 40%);
}
.view[data-screen="website"] .hero h1 em{
  color:#d8b86f;
  background:linear-gradient(110deg,#f1dfad 0%,#d8b86f 38%,#b88a39 82%,#efd89e 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 14px 40px rgba(173,125,41,.12);
}
.view[data-screen="website"] .hero__seal{
  border-left-color:#d8b86f;
  background:linear-gradient(90deg,rgba(200,164,90,.12),transparent 88%);
}
.view[data-screen="website"] .hero__seal span{color:#e1c37d}
.view[data-screen="website"] .hero__features{
  border-color:rgba(218,183,109,.34);
  background:linear-gradient(135deg,rgba(13,12,11,.88),rgba(24,19,11,.76));
  box-shadow:inset 0 1px rgba(255,255,255,.035),0 20px 48px rgba(0,0,0,.34);
}
.view[data-screen="website"] .hero__features article{border-right-color:rgba(218,183,109,.18)}
.view[data-screen="website"] .hero__features i{color:#ddbd75}

.view[data-screen="website"] .platform-strip{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(225,195,126,.52);
  border-bottom:1px solid rgba(108,77,27,.72);
  background:
    radial-gradient(circle at 48% -80%,rgba(215,177,94,.17),transparent 46%),
    linear-gradient(112deg,#0b0a09 0%,#17130d 52%,#090909 100%);
  box-shadow:inset 0 1px rgba(255,255,255,.025),0 14px 34px rgba(46,32,10,.12);
  color:#f7f1e5;
}
.view[data-screen="website"] .platform-strip:before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:1px;
  background:linear-gradient(90deg,transparent 5%,#9c742d 30%,#edd294 52%,#9c742d 74%,transparent 96%);
  content:"";
  opacity:.8;
}
.view[data-screen="website"] .platform-strip__intro{border-right-color:rgba(218,183,109,.23)}
.view[data-screen="website"] .platform-strip__intro span{color:#d8b86f}
.view[data-screen="website"] .platform-strip__intro b{color:#f5efe3}
.view[data-screen="website"] .platforms span{color:#b7aa91;transition:color .2s,transform .2s}
.view[data-screen="website"] .platforms i{color:#d6b66d;filter:drop-shadow(0 5px 12px rgba(184,136,47,.12));transition:color .2s,transform .2s}
.view[data-screen="website"] .platforms span:hover{color:#f3e1b7;transform:translateY(-2px)}
.view[data-screen="website"] .platforms span:hover i{color:#f0d693;transform:scale(1.05)}

.view[data-screen="website"] .website-section--ivory{
  background:linear-gradient(180deg,#fbfaf7 0%,#f4f0e8 100%);
}
.view[data-screen="website"] .eyebrow{color:#9c762f}
.view[data-screen="website"] .service-card{
  overflow:hidden;
  border-color:#ded4c1;
  background:linear-gradient(155deg,#fff 0%,#faf7f0 100%);
  box-shadow:0 20px 52px rgba(50,36,14,.07);
}
.view[data-screen="website"] .service-card:before{
  position:absolute;
  top:0;
  right:24px;
  left:24px;
  height:1px;
  background:linear-gradient(90deg,transparent,#caa65c,transparent);
  content:"";
}
.view[data-screen="website"] .service-card--dark{
  border-color:rgba(218,183,109,.38);
  background:
    radial-gradient(circle at 88% 8%,rgba(216,174,88,.17),transparent 29%),
    linear-gradient(145deg,#0d0d0f,#17130e);
  box-shadow:inset 0 1px rgba(255,255,255,.035),0 26px 62px rgba(18,12,4,.18);
}
.view[data-screen="website"] .card-icon{
  border-color:#ddc793;
  background:linear-gradient(145deg,#fffaf0,#efe1bc);
  box-shadow:inset 0 1px rgba(255,255,255,.72);
  color:#826224;
}
.view[data-screen="website"] .service-card>a{color:#8d6825}
.view[data-screen="website"] .service-card--dark>a{color:#ead49d}

/* Ausgewählte Detailveredelung 1, 3, 5, 6, 8 und 9 */
.view[data-screen="website"] .feature-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
}
.view[data-screen="website"] .hero__features .feature-meta i{margin:0}
.view[data-screen="website"] .feature-icon{
  display:grid;
  width:25px;
  height:25px;
  place-items:center;
  border:1px solid rgba(220,187,115,.28);
  border-radius:50%;
  background:rgba(216,174,88,.06);
  color:#dbbb74;
}
.view[data-screen="website"] .feature-icon svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.45;
}
.view[data-screen="website"] .hero__features b{font-size:12px;letter-spacing:-.01em}
.view[data-screen="website"] .hero__features small{margin-top:5px;line-height:1.35}

.view[data-screen="website"] .hero__actions .button--ghost{
  position:relative;
  overflow:hidden;
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.018);
  box-shadow:none;
  color:#e8e4dc;
}
.view[data-screen="website"] .hero__actions .button--ghost:after{
  position:absolute;
  right:18px;
  bottom:8px;
  left:18px;
  height:1px;
  background:linear-gradient(90deg,transparent,#caaa64,transparent);
  content:"";
  opacity:0;
  transform:scaleX(.3);
  transition:opacity .22s,transform .22s;
}
.view[data-screen="website"] .hero__actions .button--ghost:hover{
  border-color:rgba(215,181,106,.28);
  background:rgba(216,174,88,.035);
}
.view[data-screen="website"] .hero__actions .button--ghost:hover:after{opacity:1;transform:scaleX(1)}
.view[data-screen="website"] .hero__actions .button span{transition:transform .22s}
.view[data-screen="website"] .hero__actions .button:hover span{transform:translateX(4px)}

.view[data-screen="website"] .platform-strip{
  min-height:116px;
  padding-top:29px;
  padding-bottom:29px;
}
.view[data-screen="website"] .platform-strip:after{
  position:absolute;
  right:0;
  bottom:-22px;
  left:0;
  height:36px;
  background:radial-gradient(ellipse at center,rgba(153,109,37,.18),transparent 67%);
  content:"";
  pointer-events:none;
}
.view[data-screen="website"] .platforms{position:relative;z-index:1;grid-template-columns:repeat(9,1fr);gap:10px}
.view[data-screen="website"] .platforms span{gap:8px}
.view[data-screen="website"] .platforms img{
  width:25px;
  height:25px;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(77%) sepia(29%) saturate(873%) hue-rotate(358deg) brightness(91%) contrast(88%);
  opacity:.9;
  transition:filter .22s,opacity .22s,transform .22s;
}
.view[data-screen="website"] .platforms b{
  color:#a99e89;
  font-size:8px;
  font-weight:750;
  line-height:1.2;
  transition:color .22s;
}
.view[data-screen="website"] .platforms span:hover img{
  filter:brightness(0) saturate(100%) invert(93%) sepia(20%) saturate(518%) hue-rotate(348deg) brightness(102%) contrast(91%);
  opacity:1;
  transform:translateY(-2px) scale(1.04);
}
.view[data-screen="website"] .platforms span:hover b{color:#f0dfb3}

.view[data-screen="website"] .website-section{padding-top:78px;padding-bottom:88px}
.view[data-screen="website"] .section-heading{gap:44px;margin-bottom:36px}
.view[data-screen="website"] .section-heading>p{max-width:455px;color:#625f59;font-size:15px;line-height:1.7}
.view[data-screen="website"] .service-card{min-height:372px;padding:31px}
.view[data-screen="website"] .service-card p{color:#625e58;font-size:14px;line-height:1.72}
.view[data-screen="website"] .service-card--dark p{color:#bbb7ae}
.view[data-screen="website"] .service-card>a{font-size:11px;letter-spacing:.005em}

@media(max-width:1100px){
  .view[data-screen="website"] .platforms{grid-template-columns:repeat(5,1fr);row-gap:17px}
}
@media(max-width:760px){
  .view[data-screen="website"] .site-nav{height:72px;padding:0 14px}
  .view[data-screen="website"] .site-nav>img{width:165px}
  .view[data-screen="website"] .site-nav .nav-cta{min-height:40px;margin-left:7px;padding:0 11px;font-size:9px}
  .view[data-screen="website"] .hero{min-height:830px}
  .view[data-screen="website"] .hero__art{object-position:71% center}
  .view[data-screen="website"] .hero__shade{
    background:linear-gradient(90deg,rgba(3,3,5,.98),rgba(3,3,5,.76) 66%,rgba(3,3,5,.24)),linear-gradient(0deg,rgba(0,0,0,.82),transparent 54%);
  }
  .view[data-screen="website"] .hero__copy{padding-top:48px;padding-bottom:270px}
  .view[data-screen="website"] .hero h1{max-width:460px;margin-top:13px;font-size:clamp(37px,10.4vw,46px);line-height:1.01}
  .view[data-screen="website"] .hero__copy>p{max-width:390px;font-size:14px;line-height:1.6}
  .view[data-screen="website"] .hero__actions{width:100%;max-width:390px;margin-top:27px}
  .view[data-screen="website"] .hero__actions .button{width:100%;min-height:50px}
  .view[data-screen="website"] .hero__seal{right:14px;bottom:205px;left:14px;padding:12px 16px}
  .view[data-screen="website"] .hero__features{bottom:16px}
  .view[data-screen="website"] .hero__features article{display:grid;grid-template-columns:45px 1fr;grid-template-rows:auto auto;column-gap:8px;padding:10px 13px}
  .view[data-screen="website"] .hero__features .feature-meta{grid-row:1/3;grid-column:1;display:grid;justify-items:start;gap:4px;margin:0}
  .view[data-screen="website"] .hero__features b{grid-row:1;grid-column:2;align-self:end}
  .view[data-screen="website"] .hero__features small{grid-row:2;grid-column:2;align-self:start;margin-top:2px}
  .view[data-screen="website"] .feature-icon{width:22px;height:22px}
  .view[data-screen="website"] .platform-strip{min-height:0;gap:20px;padding:24px 16px 26px}
  .view[data-screen="website"] .platform-strip__intro{padding-bottom:17px}
  .view[data-screen="website"] .platforms{grid-template-columns:repeat(3,1fr);gap:18px 10px}
  .view[data-screen="website"] .platforms img{width:27px;height:27px}
  .view[data-screen="website"] .platforms b{font-size:8px}
  .view[data-screen="website"] .website-section{padding-top:58px;padding-bottom:65px}
  .view[data-screen="website"] .section-heading{gap:16px;margin-bottom:28px}
  .view[data-screen="website"] .section-heading h2{font-size:36px}
  .view[data-screen="website"] .section-heading>p{max-width:none;font-size:14px}
  .view[data-screen="website"] .service-cards{gap:14px}
  .view[data-screen="website"] .service-card{min-height:335px;padding:26px}
}
@media(max-width:420px){
  .view[data-screen="website"] .site-nav>img{width:145px}
  .view[data-screen="website"] .site-nav .nav-cta span{display:none}
  .view[data-screen="website"] .hero{min-height:850px}
  .view[data-screen="website"] .hero h1{font-size:36px}
  .view[data-screen="website"] .platforms{grid-template-columns:repeat(3,1fr)}
}

/* Goldfinish aus der unveränderten Alpha-Kontur: keine neue Schrift oder Zeichen. */
.view[data-screen="website"] .site-logo{
  position:relative;display:block;width:280px;flex-shrink:0;isolation:isolate;
  filter:drop-shadow(0 1px .5px rgba(66,40,5,.85)) drop-shadow(0 3px 9px rgba(222,181,98,.22));
}
.site-logo img{display:block;width:100%;height:auto;filter:brightness(0) saturate(100%) invert(88%) sepia(28%) saturate(660%) hue-rotate(341deg) brightness(105%) contrast(92%)}
.site-logo:before{
  content:"";position:absolute;z-index:-1;inset:-9px -18px;pointer-events:none;
  background:radial-gradient(ellipse at 50% 57%,rgba(203,156,67,.11),transparent 68%);
}
@supports (mask-image:url("/wp-content/themes/mainglow-local/mainglow-logo.avif")){
  .site-logo:after{
    content:"";position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(112deg,transparent 30%,rgba(255,253,235,.9) 44%,transparent 55%) 12% 0/210% 100%,
      linear-gradient(180deg,#fff1c8 0%,#dcb36c 27%,#fff7df 45%,#bc873a 52%,#e4bd77 72%,#fff0c7 100%);
    filter:drop-shadow(0 -.35px .15px rgba(255,243,211,.65));
    transition:background-position .65s ease;
    -webkit-mask:url("/wp-content/themes/mainglow-local/mainglow-logo.avif") center/100% 100% no-repeat;
    mask:url("/wp-content/themes/mainglow-local/mainglow-logo.avif") center/100% 100% no-repeat;
  }
  .site-logo:hover:after,.site-logo:focus-visible:after{background-position:85% 0,0 0}
}
@media(prefers-reduced-motion:reduce){.site-logo:after{transition:none}}
.site-logo:focus-visible{outline:2px solid #ead29a;outline-offset:8px;border-radius:3px}
@media(max-width:760px){
  .view[data-screen="website"] .site-logo{width:190px}
}
@media(max-width:420px){
  .view[data-screen="website"] .site-logo{width:174px}
}

/* Lokale Header-Karten: drei klare Einstiege, abgestimmt auf das Bühnenlicht. */
.view[data-screen="website"] .hero__copy{padding-bottom:205px}
.view[data-screen="website"] .hero-services{
  width:min(660px,54%);bottom:32px;gap:12px;overflow:visible;
  border:0;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;
}
.hero-service{
  position:relative;display:grid;grid-template-columns:1fr auto;gap:18px 8px;
  min-width:0;padding:21px 21px 23px;border:1px solid rgba(220,192,136,.27);
  border-radius:14px;color:#f8f4eb;
  background:radial-gradient(ellipse at 10% 0%,rgba(212,176,103,.12),transparent 66%),linear-gradient(145deg,rgba(24,23,21,.96),rgba(10,10,10,.92));
  box-shadow:inset 0 1px rgba(255,244,216,.065),0 12px 32px rgba(0,0,0,.24);
  backdrop-filter:blur(12px);transition:transform .22s,border-color .22s,box-shadow .22s;
}
.hero-service:before{
  content:"";position:absolute;top:-1px;left:22px;right:22px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(238,211,153,.75),transparent);
  pointer-events:none;
}
.hero-service__icon{
  display:grid;width:40px;height:40px;place-items:center;color:#e3c887;
  border:1px solid rgba(222,191,127,.22);border-radius:11px;
  background:linear-gradient(145deg,rgba(225,192,126,.13),rgba(225,192,126,.025));
  box-shadow:inset 0 1px rgba(255,244,215,.07);
}
.hero-service__icon svg{width:26px;height:26px}
.hero-service svg{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.hero-service__arrow{align-self:center;color:#b8a47d;transition:color .22s,transform .22s}
.hero-service__arrow svg{display:block;width:19px;height:19px}
.hero-service__text{grid-column:1/-1}
.view[data-screen="website"] .hero-services b{font-size:16px;font-weight:700;line-height:1.3;letter-spacing:-.015em;color:#f8f4eb}
.view[data-screen="website"] .hero-services small{margin-top:9px;font-size:11px;line-height:1.45;color:#beb5a4}
.hero-service:hover{transform:translateY(-4px);border-color:rgba(229,200,139,.7);box-shadow:inset 0 1px rgba(255,244,216,.09),0 18px 40px rgba(0,0,0,.32)}
.hero-service:hover .hero-service__arrow{color:#f0dba9;transform:translateX(3px)}
.hero-service:focus-visible{outline:2px solid #f0dfb3;outline-offset:5px;border-color:#e6c884}
#digitaler-musikvertrieb,#promotion-bemusterung{scroll-margin-top:84px}
@media(max-width:1050px){
  .view[data-screen="website"] .hero__copy{padding-bottom:138px}
  .view[data-screen="website"] .hero__seal{bottom:32px;left:0;right:auto}
  .view[data-screen="website"] .hero-services{position:relative;right:auto;bottom:auto;left:auto;width:var(--shell);margin:0 auto 26px;grid-template-columns:repeat(3,minmax(0,1fr))}
  .hero-service{padding:20px;gap:14px}
}
@media(max-width:600px){
  .view[data-screen="website"] .hero-services{grid-template-columns:1fr;gap:9px;margin-bottom:22px}
  .hero-service{grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:15px;padding:17px 18px;border-radius:12px}
  .hero-service__icon{grid-column:1;grid-row:1;width:42px;height:42px}
  .hero-service__text{grid-column:2;grid-row:1}
  .hero-service__text br{display:none}
  .hero-service__text br:after{content:" "}
  .hero-service__arrow{grid-column:3;grid-row:1}
  .view[data-screen="website"] .hero-services b{font-size:14px}
  .view[data-screen="website"] .hero-services small{margin-top:4px;font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .hero-service,.hero-service__arrow{transition:none}
  .hero-service:hover,.hero-service:hover .hero-service__arrow{transform:none}
}

/* Flexible Texthöhe hält die ursprünglichen Karten auch bei längerer Copy lesbar. */
.backend-view>.admin-menu{min-width:0}
@media(max-width:460px){.site-nav--compact>img{width:154px;flex-shrink:0}.portal-account{gap:7px}.portal-account>span{display:none}.portal-account button{flex-shrink:0}}
.view[data-screen="website"] .service-card{display:flex;flex-direction:column}
.view[data-screen="website"] .service-card .card-icon{flex-shrink:0}
.view[data-screen="website"] .service-card h3{line-height:1.22;min-height:2.44em}
.view[data-screen="website"] .service-card p{margin-bottom:28px}
.view[data-screen="website"] .service-card>a{position:static;margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}

/* MainGlow: lokale Detailveredelung, ausschließlich Startseiten-Vorschau. */
.view[data-screen="website"] .hero h1{font-size:clamp(45px,5.1vw,74px);line-height:1.03;letter-spacing:-.045em;max-width:650px}
.view[data-screen="website"] .hero__copy>p{max-width:510px;font-size:16px;line-height:1.75;color:#e0dcd3}
.view[data-screen="website"] .hero__copy>.hero__genres{margin-top:16px;font-size:12px;color:#b9ad95;line-height:1.6;max-width:475px}
.view[data-screen="website"] .hero__copy>.eyebrow{letter-spacing:.15em;font-size:10px;line-height:1.6}
.view[data-screen="website"] .hero-service{border-color:rgba(229,202,150,.24);box-shadow:inset 0 1px rgba(255,244,216,.08),0 12px 30px rgba(0,0,0,.20)}
.view[data-screen="website"] .platform-strip__intro small{display:block;margin-top:7px;color:#b5a88e;font-size:10px;line-height:1.5}
.view[data-screen="website"] .platform-strip__intro b{font-size:15px;line-height:1.45}
.view[data-screen="website"] .platforms b{font-size:10px;color:#c9bda6}
.view[data-screen="website"] .section-heading h2{font-size:clamp(34px,3.6vw,52px);line-height:1.09;letter-spacing:-.04em}
.view[data-screen="website"] .service-cards{gap:22px}
.view[data-screen="website"] .service-card{position:relative;padding:32px;min-height:485px;border:1px solid #ded4c1;border-radius:16px;background:linear-gradient(155deg,#fff 10%,#faf7f0 100%);box-shadow:0 9px 24px rgba(44,33,15,.035);transition:transform .22s,border-color .22s,box-shadow .22s;scroll-margin-top:94px}
.view[data-screen="website"] .service-card:before{content:"";position:absolute;top:-1px;left:30px;right:30px;height:1px;background:linear-gradient(90deg,transparent,#c9ac71,transparent);pointer-events:none}
.view[data-screen="website"] .service-card--dark{background:radial-gradient(ellipse at 100% 0%,rgba(207,172,107,.14),transparent 53%),linear-gradient(150deg,#171613,#0d0d0c);border-color:#726144;box-shadow:0 15px 35px rgba(32,25,12,.13)}
.view[data-screen="website"] .service-card:hover,.view[data-screen="website"] .service-card:focus-within{transform:translateY(-3px);border-color:#b2965c;box-shadow:0 17px 38px rgba(44,33,15,.09)}
.view[data-screen="website"] .service-card .card-number{color:#99886a;font-size:11px;font-weight:600;letter-spacing:.08em}
.view[data-screen="website"] .service-card .card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:linear-gradient(140deg,#fbf6e9,#eee1be);border:1px solid #deca96;box-shadow:inset 0 1px #fff9e8;margin-bottom:28px}
.view[data-screen="website"] .card-icon svg{width:25px;height:25px;fill:none;stroke:#836122;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.view[data-screen="website"] .service-card>.eyebrow{font-size:10px;letter-spacing:.16em}
.view[data-screen="website"] .service-card h3{font-size:25px;line-height:1.2;margin-top:13px;margin-bottom:16px;letter-spacing:-.025em;min-height:2.4em}
.view[data-screen="website"] .service-card p{margin:0 0 23px;line-height:1.75;font-size:14px;color:#625d53}
.view[data-screen="website"] .service-card--dark p{color:#cec6b7}
.view[data-screen="website"] .service-highlights{list-style:none;padding:0;margin:0 0 25px;display:grid;gap:10px;color:#575247;font-size:12px;line-height:1.5}
.view[data-screen="website"] .service-highlights li{position:relative;padding-left:17px}
.view[data-screen="website"] .service-highlights li:before{content:"";position:absolute;left:1px;top:7px;width:5px;height:5px;border-radius:50%;background:#b2975d}
.view[data-screen="website"] .service-card--dark .service-highlights{color:#d6c9af}
.view[data-screen="website"] .service-card>a{min-height:49px;padding-top:16px;border-top:1px solid #dfd7c7;font-size:12px;line-height:1.5;color:#785719}
.view[data-screen="website"] .service-card--dark>a{border-color:#453b29;color:#ead49d}
.view[data-screen="website"] a:focus-visible{outline:2px solid #b58a36;outline-offset:5px;border-radius:4px}
.view[data-screen="website"] .release-invitation{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:38px;padding:30px 0 0;border-top:1px solid #dcd3c2;scroll-margin-top:96px}
.view[data-screen="website"] .release-invitation .eyebrow{font-size:10px;color:#806025;letter-spacing:.14em}
.view[data-screen="website"] .release-invitation h3{font-size:25px;letter-spacing:-.025em;line-height:1.25;margin:10px 0}
.view[data-screen="website"] .release-invitation p{font-size:13px;color:#696256;line-height:1.7;margin:0}
.view[data-screen="website"] .release-invitation p a{color:#76551a;text-decoration:underline;text-underline-offset:3px}
.view[data-screen="website"] .release-invitation>.button{flex-shrink:0;min-height:50px}
@media(max-width:1050px) and (min-width:761px){.view[data-screen="website"] .service-card{padding:24px}.view[data-screen="website"] .service-card h3{font-size:22px}.view[data-screen="website"] .service-cards{gap:15px}}
@media(max-width:760px){.view[data-screen="website"] .hero h1{font-size:clamp(38px,7.3vw,54px)}.view[data-screen="website"] .hero__copy>p{font-size:15px}.view[data-screen="website"] .hero__copy>.hero__genres{font-size:11px}.view[data-screen="website"] .service-card{min-height:0;padding:28px}.view[data-screen="website"] .service-card h3{min-height:0}.view[data-screen="website"] .release-invitation{align-items:flex-start;flex-direction:column;gap:22px}.view[data-screen="website"] .release-invitation>.button{width:100%}.view[data-screen="website"] .platforms b{font-size:10px}}
@media(prefers-reduced-motion:reduce){.view[data-screen="website"] .service-card{transition:none}.view[data-screen="website"] .service-card:hover,.view[data-screen="website"] .service-card:focus-within{transform:none}html{scroll-behavior:auto}}

/* Kleine MainGlow-Details: keine Inhalts- oder Funktionsänderung. */
.view[data-screen="website"] .site-nav{box-shadow:inset 0 -1px rgba(232,207,156,.055)}
.view[data-screen="website"] .hero__seal{border-left-color:#ddc183;border-radius:0 10px 10px 0;background:linear-gradient(100deg,rgba(207,174,111,.11),rgba(207,174,111,.015) 85%);box-shadow:inset 0 1px rgba(229,204,156,.055);padding:17px 22px}
.view[data-screen="website"] .hero-service__icon{background:linear-gradient(145deg,rgba(245,218,163,.16),rgba(177,140,72,.035));box-shadow:inset 0 1px rgba(255,244,214,.13),0 4px 12px rgba(0,0,0,.12)}
.view[data-screen="website"] .hero-service__arrow{display:grid;place-items:center;width:27px;height:27px;border:1px solid rgba(215,187,131,.16);border-radius:50%;background:rgba(221,190,127,.035)}
.view[data-screen="website"] .hero-service__arrow svg{width:15px;height:15px}
.view[data-screen="website"] .button--red,.view[data-screen="website"] .button--gold,.view[data-screen="website"] .nav-cta{background:linear-gradient(115deg,#edd59a 0%,#d1ae61 48%,#b38a3b 100%);border-color:#dfc17e;box-shadow:inset 0 1px rgba(255,249,224,.7),inset 0 -1px rgba(93,63,10,.13),0 8px 22px rgba(128,94,33,.18);text-shadow:0 1px rgba(255,247,221,.2)}
.view[data-screen="website"] .button--red:hover,.view[data-screen="website"] .button--gold:hover,.view[data-screen="website"] .nav-cta:hover{background:linear-gradient(115deg,#f4dfaa,#dbbc7b 48%,#bf984d);box-shadow:inset 0 1px rgba(255,249,224,.85),0 10px 26px rgba(128,94,33,.23)}
.view[data-screen="website"] .button:active{transform:translateY(0);box-shadow:inset 0 2px 4px rgba(80,57,16,.14)}
.view[data-screen="website"] .service-card .card-icon{background:linear-gradient(145deg,#fffaf0,#f2e7cc);box-shadow:inset 0 1px #fff,0 5px 12px rgba(140,111,50,.07)}
.view[data-screen="website"] .service-card .card-number{display:flex;align-items:center;gap:8px;color:#8b7651;font-variant-numeric:tabular-nums}
.view[data-screen="website"] .service-card .card-number:before{content:"";width:20px;height:1px;background:linear-gradient(90deg,transparent,#c6b38b)}
.view[data-screen="website"] .service-card--dark .card-number{color:#c8ae77}
.view[data-screen="website"] .service-card>a>span{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;border:1px solid #dfd2b4;border-radius:50%;background:rgba(211,184,127,.08);font-size:16px;font-weight:500;transition:background .2s,border-color .2s,transform .2s}
.view[data-screen="website"] .service-card--dark>a>span{border-color:#665435;background:rgba(214,182,118,.06)}
.view[data-screen="website"] .service-card>a:hover>span,.view[data-screen="website"] .service-card>a:focus-visible>span{background:rgba(211,184,127,.22);border-color:#bba06b;transform:translateX(2px)}
.view[data-screen="website"] .release-invitation{position:relative;margin-top:36px;padding:29px 30px;border:1px solid #e4dac6;border-radius:14px;background:radial-gradient(ellipse at 100% 0%,rgba(215,185,124,.10),transparent 60%),rgba(255,255,255,.45);box-shadow:inset 0 1px rgba(255,255,255,.9)}
.view[data-screen="website"] .release-invitation:before{position:absolute;content:"";top:-1px;left:30px;right:30px;height:1px;background:linear-gradient(90deg,transparent,#cbb583,transparent);pointer-events:none}
.view[data-screen="website"] .release-invitation>.button{box-shadow:inset 0 1px rgba(255,249,224,.7),0 6px 16px rgba(128,94,33,.12)}
@media(max-width:760px){.view[data-screen="website"] .release-invitation{padding:24px}.view[data-screen="website"] .hero__seal{padding:14px 18px}}
@media(max-width:600px){.view[data-screen="website"] .hero-service{grid-template-columns:42px minmax(0,1fr) 27px}}
@media(prefers-reduced-motion:reduce){.view[data-screen="website"] .service-card>a>span{transition:none}.view[data-screen="website"] .service-card>a:hover>span,.view[data-screen="website"] .service-card>a:focus-visible>span{transform:none}}

/* Bühnenlicht als ruhige Hintergrundsignatur in den Boxen. Keine Bilddateien. */
.view[data-screen="website"] .service-card{isolation:isolate;background:radial-gradient(ellipse at 105% -8%,rgba(217,186,122,.17),transparent 49%),linear-gradient(155deg,#fff 10%,#faf7f0 100%)}
.view[data-screen="website"] .service-card--dark{background:radial-gradient(ellipse at 105% -8%,rgba(207,172,107,.23),transparent 53%),linear-gradient(150deg,#171613,#0d0d0c)}
.view[data-screen="website"] .service-card:after{content:"";position:absolute;z-index:-1;pointer-events:none;top:0;right:0;width:66%;height:128px;border-top-right-radius:15px;background:radial-gradient(circle at 65% 30%,rgba(174,135,56,.40) 0 1px,transparent 1.5px),radial-gradient(circle at 85% 64%,rgba(174,135,56,.26) 0 1px,transparent 1.5px),linear-gradient(132deg,transparent 42%,rgba(180,146,78,.20) 42.2%,transparent 42.6%),linear-gradient(132deg,transparent 61%,rgba(180,146,78,.13) 61.2%,transparent 61.6%),linear-gradient(132deg,transparent 42%,rgba(207,174,103,.035) 42.4%,rgba(207,174,103,.08) 61%,transparent 61.5%);mask-image:linear-gradient(180deg,#000 20%,transparent 100%)}
.view[data-screen="website"] .service-card--dark:after{background:radial-gradient(circle at 65% 30%,rgba(237,208,149,.5) 0 1px,transparent 1.7px),radial-gradient(circle at 85% 64%,rgba(237,208,149,.3) 0 1px,transparent 1.7px),linear-gradient(132deg,transparent 42%,rgba(235,204,142,.3) 42.2%,transparent 42.6%),linear-gradient(132deg,transparent 61%,rgba(235,204,142,.2) 61.2%,transparent 61.6%),linear-gradient(132deg,transparent 42%,rgba(225,190,122,.03) 42.4%,rgba(225,190,122,.08) 61%,transparent 61.5%)}
.view[data-screen="website"] .hero-service{isolation:isolate}
.view[data-screen="website"] .hero-service:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;border-radius:inherit;background:radial-gradient(ellipse at 105% -10%,rgba(227,193,124,.12),transparent 62%),linear-gradient(132deg,transparent 72%,rgba(225,197,145,.09) 72.2%,transparent 72.6%);mask-image:linear-gradient(180deg,#000,transparent 90%)}

/* Header-Finish: vier abgestimmte Details, Motiv und Geometrie unverändert. */
.view[data-screen="website"] .hero__shade{
  background:radial-gradient(ellipse at 57% 42%,rgba(226,192,127,.075),transparent 43%),
    linear-gradient(90deg,rgba(3,3,5,.99) 0%,rgba(3,3,5,.96) 24%,rgba(3,3,5,.86) 36%,rgba(3,3,5,.57) 48%,rgba(3,3,5,.23) 63%,rgba(3,3,5,.07) 100%),
    radial-gradient(ellipse at 82% 0%,rgba(241,209,153,.09),transparent 39%),
    linear-gradient(0deg,rgba(0,0,0,.58),transparent 42%);
}
.view[data-screen="website"] .hero h1 em{
  color:#e0c486;background:linear-gradient(115deg,#f4e5be 5%,#e4ca8e 35%,#cda65e 72%,#ead19a 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  text-shadow:none;
}
.view[data-screen="website"] .hero-service{
  background:radial-gradient(ellipse at 10% 0%,rgba(225,193,133,.10),transparent 66%),linear-gradient(145deg,rgba(25,23,20,.85),rgba(10,10,10,.80));
  border-color:rgba(225,199,148,.30);
  box-shadow:inset 0 1px rgba(255,240,207,.07),0 9px 27px rgba(0,0,0,.19);
}
.view[data-screen="website"] .hero-service:after{
  background:radial-gradient(ellipse at 105% -10%,rgba(227,193,124,.14),transparent 62%),
    linear-gradient(132deg,transparent 60%,rgba(230,204,155,.11) 60.2%,transparent 60.6%),
    linear-gradient(132deg,transparent 76%,rgba(230,204,155,.075) 76.2%,transparent 76.6%);
}
.view[data-screen="website"] .hero{border-bottom-color:transparent}
.view[data-screen="website"] .hero:after{
  content:"";position:absolute;z-index:4;left:0;right:0;bottom:0;height:14px;pointer-events:none;
  background:linear-gradient(90deg,transparent 3%,rgba(195,159,90,.34) 24%,rgba(239,213,160,.82) 50%,rgba(195,159,90,.34) 76%,transparent 97%) bottom/100% 1px no-repeat,
    radial-gradient(ellipse at 50% 100%,rgba(218,182,113,.13),transparent 68%);
}
@media(max-width:760px){
  .view[data-screen="website"] .hero__shade{background:linear-gradient(90deg,rgba(3,3,5,.98),rgba(3,3,5,.86) 44%,rgba(3,3,5,.65) 72%,rgba(3,3,5,.30)),radial-gradient(ellipse at 85% 15%,rgba(230,197,135,.065),transparent 50%),linear-gradient(0deg,rgba(0,0,0,.84),transparent 58%)}
  .view[data-screen="website"] .hero-service{background:linear-gradient(145deg,rgba(25,23,20,.90),rgba(10,10,10,.85))}
}
@media(forced-colors:active){.view[data-screen="website"] .hero h1 em{background:none;-webkit-text-fill-color:CanvasText;color:CanvasText}.view[data-screen="website"] .hero:after{display:none}}
