:root{--ink:#18242b;--paper:#f6f3ec;--white:#fff;--muted:#66747a;--line:#d9dedb;--amber:#d69a45;--sage:#8fad9b;--coral:#e97862;--blue:#5274dc}*{box-sizing:border-box;min-width:0}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 Inter,system-ui,sans-serif}a{color:inherit}:focus-visible{outline:3px solid #275cc7;outline-offset:3px}.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900;color:#657b70}.hero{max-width:1120px;margin:auto;padding:86px 22px 78px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);align-items:center;grid-gap:clamp(44px,7vw,92px);gap:clamp(44px,7vw,92px);position:relative;overflow:clip}.hero:before{content:"";position:absolute;width:420px;height:420px;right:-160px;top:-160px;border-radius:50%;background:radial-gradient(circle,rgba(143,173,155,.17),transparent 68%);pointer-events:none}.hero-copy,.hero-summary{position:relative}.hero h1{font:700 clamp(40px,5.2vw,66px)/1.03 Georgia,serif;letter-spacing:-.045em;margin:18px 0 0;max-width:760px}.hero-summary{padding:30px 0 28px 34px;border-left:1px solid rgba(24,36,43,.18)}.hero-count{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px}.hero-count strong{font:700 54px/.8 Georgia,serif;letter-spacing:-.06em}.hero-count span{font-size:11px;line-height:1.15;text-transform:uppercase;letter-spacing:.15em;font-weight:900;color:var(--muted);max-width:80px}.hero-summary>p{font-size:17px;line-height:1.65;color:var(--muted);margin:0}.hero-summary>p strong{color:var(--ink)}.hero-summary .hero-formats{font-size:12px;line-height:1.5;font-weight:850;letter-spacing:.035em;color:#52635b;margin-top:17px}.primary{display:inline-flex;gap:10px;align-items:center;min-height:50px;background:var(--ink);color:#fff;text-decoration:none;padding:13px 24px;border-radius:99px;font-weight:800;margin-top:22px;box-shadow:0 10px 25px rgba(24,36,43,.14);transition:transform .2s ease,box-shadow .2s ease}.primary:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(24,36,43,.2)}.projects{padding:64px max(20px,calc((100vw - 1120px)/2)) 96px;background:#edf0ec;border-block:1px solid var(--line)}.projects-head{max-width:780px;margin:0 auto 34px;text-align:center}.projects-head h2{font:700 clamp(30px,4vw,46px)/1.12 Georgia,serif;letter-spacing:-.025em;margin:12px 0}.projects-head>p:last-child{color:var(--muted);margin:0}.project-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;perspective:1200px}.project-grid article{min-height:310px;position:relative}.project-card{height:100%;display:block;position:relative;overflow:hidden;padding:27px;border-radius:26px;border:1px solid rgba(24,36,43,.11);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.86));box-shadow:0 8px 26px rgba(24,36,43,.055),inset 0 1px 0 rgba(255,255,255,.9);text-decoration:none;transform-style:preserve-3d;transform:perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry));transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease;will-change:transform}.project-card:before{content:"";position:absolute;inset:0;background:radial-gradient(420px circle at var(--spot-x) var(--spot-y),var(--card-glow),transparent 58%);opacity:0;transition:opacity .25s ease;pointer-events:none}.project-card:after{content:"";position:absolute;left:27px;right:27px;top:0;height:4px;border-radius:0 0 5px 5px;background:var(--card-accent);opacity:.95}.project-card-content{height:100%;display:flex;flex-direction:column;position:relative;z-index:1;transform:translateZ(18px)}.project-grid article.amber{--card-accent:var(--amber);--card-glow:rgba(214,154,69,.15)}.project-grid article.sage{--card-accent:var(--sage);--card-glow:rgba(143,173,155,.18)}.project-grid article.coral{--card-accent:var(--coral);--card-glow:rgba(233,120,98,.14)}.project-grid article.blue{--card-accent:var(--blue);--card-glow:rgba(82,116,220,.14)}@media(hover:hover) and (pointer:fine){.project-card:hover{box-shadow:0 24px 56px rgba(24,36,43,.14),inset 0 1px 0 rgba(255,255,255,.95);border-color:rgba(24,36,43,.18)}.project-card:hover:before{opacity:1}.project-card:hover .project-icon{transform:translateY(-3px) rotate(-2deg) scale(1.055)}.project-card:hover .project-cta b{transform:translate(3px,-3px)}}.project-visual{display:grid;grid-template-columns:auto 1fr auto;align-items:start;grid-gap:14px;gap:14px}.project-visual>span{font-size:19px;font-weight:900;color:#8a9699}.project-visual i{font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);padding-top:5px}.project-icon{justify-self:center;width:88px;height:88px;display:grid;place-items:center;border-radius:27px;background:#f4f6f4;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75);transition:transform .32s cubic-bezier(.2,.8,.2,1)}.project-icon svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.amber .project-icon{color:#a66d20;background:#fff3dd}.sage .project-icon{color:#537565;background:#eaf2ed}.coral .project-icon{color:#ba4e3c;background:#fff0ec}.blue .project-icon{color:#3858b8;background:#edf1ff}.project-grid h3{font:700 26px/1.18 Georgia,serif;margin:20px 0 9px}.project-grid p{color:var(--muted);font-size:16px;margin:0}.project-cta{margin-top:auto;padding-top:22px;font-weight:850;display:flex;justify-content:space-between;align-items:center}.project-cta b{font-size:18px;transition:transform .25s cubic-bezier(.2,.8,.2,1)}.trust{max-width:1080px;margin:auto;padding:54px 20px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.trust div{padding:20px;border-left:3px solid var(--sage)}.trust span,.trust strong{display:block}.trust span{margin-top:5px;color:var(--muted);font-size:14px}.professional{padding:42px max(20px,calc((100vw - 1000px)/2)) 80px;text-align:center;border-top:1px solid var(--line)}.business-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px}.business-row a{min-height:44px;display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:99px;padding:9px 17px;text-decoration:none;font-weight:750;font-size:14px}.business-row a span{margin-left:7px}footer{padding:36px max(20px,calc((100vw - 1080px)/2));background:var(--ink);color:#c8d1d0;display:flex;justify-content:space-between;gap:24px}footer address b{display:none}footer a{color:inherit}@media(max-width:800px){.hero{grid-template-columns:1fr;gap:34px}.hero-summary{max-width:620px;padding:25px 0 0;border-left:0;border-top:1px solid rgba(24,36,43,.18)}.project-grid,.trust{grid-template-columns:1fr}.trust{gap:0}.project-grid article{min-height:270px}}@media(max-width:560px){.hero{padding:46px 17px 25px;gap:22px}.hero h1{font-size:35px}.hero-summary{padding-top:19px}.hero-count,.hero-formats,.primary{display:none}.hero-summary>p{font-size:16px;line-height:1.55}.projects{padding:18px 15px 24px;border-top:0}.projects-head{display:none}.project-grid{gap:14px}.project-grid article{min-height:255px}.project-card{padding:21px;border-radius:22px;transform:none!important}.project-card:after{left:21px;right:21px}.project-card-content{transform:none}.project-icon{width:70px;height:70px;border-radius:20px}.project-icon svg{width:47px;height:47px}.project-grid h3{font-size:23px}.professional,.trust{display:none}footer{padding:27px 17px;display:block}footer>span,footer>strong{display:none}footer address{font-size:12px;line-height:1.65}footer address b{display:block;color:#fff;font-style:normal;margin-bottom:7px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary,.project-card,.project-cta b,.project-icon{transition:none}.project-card{transform:none!important}.project-card-content{transform:none}}.project-grid article{min-height:300px}.project-card{padding:24px}.project-card:after{left:24px;right:24px}.project-card-content{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(150px,.92fr);grid-gap:20px;gap:20px;align-items:stretch}.project-copy{display:flex;flex-direction:column;min-width:0}.project-brand{min-height:58px}.project-grid h3{font-size:24px;margin:18px 0 9px}.project-grid p{font-size:15px;line-height:1.52}.project-art{position:relative;align-self:center;width:100%;min-height:178px;max-height:188px;border-radius:18px;overflow:hidden;border:1px solid rgba(24,36,43,.1);background:#f8faf9;box-shadow:inset 0 1px rgba(255,255,255,.9)}.visual-book{background:#faf9f6;display:grid;place-items:center}.visual-book img{position:relative;z-index:1;display:block;height:152px;width:auto;max-width:82%;object-fit:contain;filter:drop-shadow(0 9px 8px rgba(35,42,39,.17))}.visual-path{background:#f7faf8;padding:18px;color:#476a59}.visual-path>span{font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.visual-path svg{position:absolute;inset:22px 9px 2px auto;width:76%;height:90%;fill:none;stroke:#628574;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;opacity:.72}.visual-path b{position:absolute;left:18px;bottom:18px;font:700 23px/1.03 Georgia,serif;color:#29493a}.visual-zweiheim{background:#f7faf9;padding:12px;display:grid;place-items:center}.mini-phone{width:82px;aspect-ratio:9/19.5;margin:0;background:#f9fbfa;border:5px solid #143236;border-radius:18px;padding:10px 7px 8px;box-shadow:0 13px 20px rgba(15,61,63,.18);font-style:normal;transform:rotate(1deg);overflow:hidden}.mini-phone b,.mini-phone em,.mini-phone i,.mini-phone small{display:block;font-style:normal}.mini-phone small{font-size:8px;color:#607574}.mini-phone b{font:700 17px Georgia,serif;margin:4px 0 8px}.mini-phone i{font-size:9px;background:#fff0eb;color:#8f392b;border-radius:8px;padding:7px}.mini-phone em{font-size:7px;color:#0f6b69;margin-top:5px}.mini-phone div{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3px;gap:3px;margin-top:8px}.mini-phone div span{text-align:center;border-radius:4px;background:#d7ebe6;color:#0b524f;font-size:8px;font-weight:900}.mini-phone div span:nth-child(n+3){background:#fbe7e0;color:#9a3d2e}.visual-klarakte{background:#f8f9fc;padding:14px;display:grid;align-content:start}.visual-klarakte>strong{font-size:19px}.visual-klarakte>strong span{color:#3b5bdb}.mail-window{margin-top:12px;background:#fff;border:1px solid #d8deed;border-radius:12px;padding:10px;box-shadow:0 14px 27px rgba(38,64,159,.15);transform:rotate(-1deg)}.mail-window small{display:block;color:#6c7894;font-size:8px;margin-bottom:7px}.mail-window i{display:flex;justify-content:space-between;gap:6px;padding:7px 3px;border-top:1px solid #edf0f7;font-style:normal;font-size:8px}.mail-window i b{font-size:9px}.mail-window i span{background:#eaf0ff;color:#26409f;border-radius:5px;padding:2px 4px;font-weight:800}.mail-window em{display:block;margin-top:8px;background:#fff3bf;color:#795b00;border-radius:7px;padding:7px;font-size:8px;font-style:normal;font-weight:800}footer{align-items:flex-start;display:grid;grid-template-columns:1.2fr .9fr .9fr;padding-block:26px;background:#173632;font-size:14px}.project-dots{display:none}.footer-identity{display:flex;align-items:center}.footer-identity div{display:grid}.footer-identity small{color:#96a5a3;margin-top:3px}footer .footer-legal,footer address{font-style:normal;display:grid;grid-gap:5px;gap:5px;font-size:14px}footer .footer-legal b,footer address b{display:block;color:#fff;font-style:normal;margin-bottom:3px}footer .footer-legal span{color:#9facaa;line-height:1.55}footer a{text-underline-offset:3px}@media(max-width:800px){.project-card-content{grid-template-columns:minmax(0,1fr) 128px}.project-art{min-height:168px}}@media(max-width:560px){.hero{padding:34px 17px 20px}.hero h1{font-size:32px}.hero-summary>p{font-size:15px;line-height:1.48}.project-grid{display:flex;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-padding-inline:2px;padding:2px 2px 10px;scrollbar-width:none;perspective:none}.project-grid::-webkit-scrollbar{display:none}.project-grid article{flex:0 0 86%;min-height:190px;scroll-snap-align:start}.project-card{padding:14px;border-radius:18px}.project-card:after{left:14px;right:14px}.project-card-content{grid-template-columns:minmax(0,1fr) 82px;gap:10px;align-items:center}.project-copy{min-height:164px}.project-brand{min-height:44px}.project-grid h3{font-size:16px;line-height:1.06;margin:9px 0 6px}.project-book h3{font-size:13px;line-height:1.02;max-width:17ch}.project-grid p{font-size:11.5px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-cta{padding-top:8px;font-size:11.5px}.project-cta b{font-size:14px}.project-dots{display:flex;justify-content:center;gap:7px;margin-top:5px}.project-dots i{width:8px;height:8px;border-radius:50%;background:#afbbb5}.project-dots i:first-child{width:22px;border-radius:99px;background:#4e9b91}.project-art{width:82px;min-height:126px;max-height:126px;border-radius:12px;background:#f8faf9}.visual-book img{height:108px;max-width:80%}.visual-path{padding:8px}.visual-path>span{font-size:5.5px}.visual-path b{left:8px;bottom:9px;font-size:13px}.visual-path svg{inset:12px 1px 0 auto;width:86%}.visual-klarakte,.visual-zweiheim{padding:6px}.visual-klarakte>strong{font-size:12px}.mini-phone{width:56px;aspect-ratio:9/19.5;border-width:4px;border-radius:13px;padding:7px 4px 5px;margin:0}.mini-phone small{font-size:4px}.mini-phone b{font-size:9px;margin:2px 0 3px}.mini-phone i{font-size:5px;padding:3px}.mini-phone em{font-size:4px}.mini-phone div{margin-top:3px}.mini-phone div span{font-size:4px}.mail-window{margin-top:5px;padding:5px}.mail-window em,.mail-window i,.mail-window small{font-size:4.5px}.mail-window i{padding:3px 1px}.mail-window i b{font-size:5px}.mail-window em{padding:3px;margin-top:3px}footer{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px 16px;gap:20px 16px;padding:20px 17px}.footer-identity{grid-column:1/-1}.footer-identity small,footer .footer-legal,footer address{font-size:11px}}:root{--zh-navy-950:#0D2235;--zh-navy-900:#17324D;--zh-navy-800:#263F56;--zh-navy-700:#365168;--zh-navy-600:#4B6478;--zh-navy-500:#64798A;--zh-navy-400:#8494A1;--zh-navy-300:#AAB6BF;--zh-navy-200:#CCD4DA;--zh-navy-100:#E8EEF2;--zh-navy-50:#F4F7F9;--zh-teal-900:#174D49;--zh-teal-800:#23645E;--zh-teal-700:#2F827A;--zh-teal-600:#3D9188;--zh-teal-500:#4E9B91;--zh-teal-400:#78B8B0;--zh-teal-300:#A1D0C9;--zh-teal-200:#C9E5E0;--zh-teal-100:#E5F2EF;--zh-teal-50:#F3F9F7;--zh-violet-900:#352943;--zh-violet-800:#493A5B;--zh-violet-700:#57456E;--zh-violet-600:#665383;--zh-violet-500:#786594;--zh-violet-400:#9686AA;--zh-violet-300:#B7AAC5;--zh-violet-200:#D8D0E3;--zh-violet-100:#F0EDF5;--zh-violet-50:#F8F6FA;--zh-terra-900:#713C2C;--zh-terra-800:#8B4C37;--zh-terra-700:#A45C43;--zh-terra-600:#B86F4D;--zh-terra-500:#C98161;--zh-terra-400:#D99F85;--zh-terra-300:#E8BDAA;--zh-terra-200:#F2D9CE;--zh-terra-100:#F8EEE9;--zh-terra-50:#FCF7F4;--zh-gold-900:#6C4A17;--zh-gold-800:#815C1D;--zh-gold-700:#9A6F25;--zh-gold-600:#B88932;--zh-gold-500:#C99B4E;--zh-gold-400:#D9B874;--zh-gold-300:#E8D3A6;--zh-gold-200:#F0E4C8;--zh-gold-100:#F7F0DF;--zh-gold-50:#FCF9F1;--zh-neutral-950:#1B252D;--zh-neutral-900:#263746;--zh-neutral-800:#354652;--zh-neutral-700:#4A5964;--zh-neutral-600:#64727E;--zh-neutral-500:#7B8791;--zh-neutral-400:#9BA5AD;--zh-neutral-300:#BEC6CB;--zh-neutral-200:#DDE4E5;--zh-neutral-100:#EEF1F1;--zh-neutral-50:#F8F9F8;--zh-warm-900:#6E675D;--zh-warm-500:#C8BBA8;--zh-warm-200:#EDE4D8;--zh-warm-100:#F7F2E9;--zh-warm-50:#FCFAF6;--zh-green-700:#2F6B50;--zh-green-600:#39765C;--zh-green-100:#E5F1EA;--zh-orange-700:#A95F28;--zh-orange-600:#C47735;--zh-orange-100:#FFF1E5;--zh-red-700:#8D3B43;--zh-red-600:#A94D55;--zh-red-100:#FBEAEC;--zh-blue-700:#315E7D;--zh-blue-600:#447A9E;--zh-blue-100:#E8F1F6;--zh-zwei:var(--zh-navy-900);--zh-heim:var(--zh-teal-500);--zh-ink:var(--zh-neutral-900);--zh-muted:var(--zh-neutral-600);--zh-warm:var(--zh-warm-100);--zh-white:#FFFFFF;--zh-line:var(--zh-neutral-200);--zh-app:var(--zh-teal-700);--zh-email:var(--zh-violet-600);--zh-klarblick:var(--zh-terra-600);--zh-buch:var(--zh-gold-600);--zh-success:var(--zh-green-600);--zh-warning:var(--zh-orange-600);--zh-danger:var(--zh-red-600);--zh-info:var(--zh-blue-600);--zh-radius-xs:9px;--zh-radius-sm:12px;--zh-radius-md:20px;--zh-radius-lg:30px;--zh-radius-pill:999px;--zh-shadow-sm:0 5px 16px rgba(13,34,53,.08);--zh-shadow:0 18px 50px rgba(13,34,53,.10);--zh-shadow-lg:0 28px 80px rgba(13,34,53,.15);--zh-font:Inter,Aptos,"Segoe UI",Arial,sans-serif;--zh-serif:"Iowan Old Style","Palatino Linotype",Georgia,serif;--zh-max:1180px;--zh-space-1:4px;--zh-space-2:8px;--zh-space-3:12px;--zh-space-4:16px;--zh-space-5:20px;--zh-space-6:24px;--zh-space-8:32px;--zh-space-10:40px;--zh-space-12:48px;--zh-space-16:64px}.zh-brand{font-family:var(--zh-font);font-weight:800;letter-spacing:-.045em}.zh-zwei{color:var(--zh-zwei)}.zh-heim{color:var(--zh-heim)}.zh-label{font-family:var(--zh-font);font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--zh-ink)}.zh-card{background:var(--zh-white);border:1px solid var(--zh-line);border-radius:var(--zh-radius-md);box-shadow:var(--zh-shadow)}.zh-sitebar{position:-webkit-sticky;position:sticky;top:0;z-index:20;min-height:clamp(60px,8vw,68px);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px clamp(10px,3vw,22px);background:rgba(246,243,236,.95);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(24,36,43,.09)}.zh-sitebar--hub{min-height:clamp(68px,9vw,78px)}.zh-sitebar>.zh-brand-lockup{flex:0 1 auto;overflow:visible}.zh-sitebar__actions{display:flex;align-items:center;gap:clamp(6px,1.8vw,8px);flex:none;position:relative}.zh-btn{display:inline-flex;align-items:center;gap:6px;width:auto;min-width:clamp(40px,11vw,44px);height:clamp(40px,11vw,44px);padding-inline:clamp(10px,2.8vw,14px);border-radius:var(--zh-radius-pill);border:1px solid var(--zh-line);text-decoration:none;font-family:var(--zh-font);font-weight:750;font-size:13px;cursor:pointer;color:var(--zh-ink)}.zh-btn,.zh-btn--all{background:var(--zh-white)}.zh-btn--menu{background:var(--zh-ink);color:#fff;border-color:var(--zh-ink)}@media(max-width:390px){.zh-sitebar{padding-inline:9px}.zh-btn{padding-inline:10px}.zh-btn--menu .zh-btn__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}}@media(max-width:349px){.zh-btn--all .zh-btn__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}}.zh-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--zh-white);border:1px solid var(--zh-line);border-radius:var(--zh-radius-md);box-shadow:var(--zh-shadow-lg);padding:8px}.zh-menu nav ul{list-style:none;margin:0;padding:0;display:grid}.zh-menu nav a{display:flex;align-items:center;gap:10px;min-height:46px;padding:7px 10px;border-radius:var(--zh-radius-sm);text-decoration:none;color:var(--zh-ink);font-family:var(--zh-font);font-weight:750;font-size:14px}.zh-menu__brand-icon{display:block;width:32px;height:32px;flex:0 0 32px;border:1px solid rgba(23,50,77,.1);border-radius:9px;background:#fff}.zh-menu nav a:focus-visible,.zh-menu nav a:hover{background:var(--zh-neutral-100)}#hilfen,#impressum,#kontakt{scroll-margin-top:88px}:root{--zh-brand-sub-light:#536c68;--zh-brand-sub-dark:#ded6c7}.zh-brand-lockup{--zh-icon-size:30px;--zh-icon-gap:12px;--zh-wordmark-width:178px;--zh-subbrand-gap:5px;--zh-subbrand-size:13px;--zh-subbrand-tracking:0.13em;display:inline-flex;align-items:flex-start;justify-content:flex-start;gap:var(--zh-icon-gap);min-width:0;max-width:100%;overflow:visible;line-height:1;text-decoration:none;vertical-align:top}.zh-brand-lockup__icon{display:grid;place-items:center;flex:0 0 var(--zh-icon-size);width:var(--zh-icon-size);height:var(--zh-icon-size);overflow:visible}.zh-brand-lockup__icon img{display:block;width:100%;height:100%;max-width:none;object-fit:contain}.zh-brand-lockup__text{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-width:0;overflow:visible;line-height:1}.zh-brand-lockup__wordmark{display:block;width:var(--zh-wordmark-width);height:auto;max-width:100%;overflow:visible;aspect-ratio:660/206}.zh-brand-lockup__subbrand{display:block;margin:var(--zh-subbrand-gap) 0 0 0;padding:0;font-family:Arial,Helvetica,system-ui,sans-serif;font-size:var(--zh-subbrand-size);font-weight:800;line-height:1;letter-spacing:var(--zh-subbrand-tracking);white-space:nowrap;color:var(--zh-brand-sub-light)}.zh-brand-lockup--dark .zh-brand-lockup__subbrand{color:var(--zh-brand-sub-dark)}.zh-brand-lockup--without-icon{--zh-icon-gap:0px}.zh-brand-lockup--tile{--zh-icon-size:25px;--zh-icon-gap:10px;--zh-wordmark-width:164px;--zh-subbrand-gap:4px;--zh-subbrand-size:12px}.zh-brand-lockup--header{--zh-icon-size:32px;--zh-icon-gap:12px;--zh-wordmark-width:184px;--zh-subbrand-gap:5px;--zh-subbrand-size:13px}.zh-brand-lockup--demo{--zh-icon-size:30px;--zh-icon-gap:11px;--zh-wordmark-width:176px;--zh-subbrand-gap:5px;--zh-subbrand-size:13px}.zh-brand-lockup--hero{--zh-icon-size:42px;--zh-icon-gap:15px;--zh-wordmark-width:230px;--zh-subbrand-gap:6px;--zh-subbrand-size:15px}.zh-brand-lockup--mobile{--zh-icon-size:25px;--zh-icon-gap:9px;--zh-wordmark-width:142px;--zh-subbrand-gap:4px;--zh-subbrand-size:11px;--zh-subbrand-tracking:0.11em}@media (max-width:760px){.zh-brand-lockup--demo,.zh-brand-lockup--header{--zh-icon-size:25px;--zh-icon-gap:9px;--zh-wordmark-width:142px;--zh-subbrand-gap:4px;--zh-subbrand-size:11px;--zh-subbrand-tracking:0.11em}.zh-brand-lockup--tile{--zh-icon-size:22px;--zh-icon-gap:8px;--zh-wordmark-width:136px;--zh-subbrand-gap:4px;--zh-subbrand-size:10.5px}}@media (max-width:359px){.zh-brand-lockup--demo,.zh-brand-lockup--header{--zh-icon-size:23px;--zh-icon-gap:8px;--zh-wordmark-width:126px;--zh-subbrand-size:10px}}.zh-brand-lockup,.zh-brand-lockup *{box-sizing:border-box}.zh-sitebar--hub .zh-brand-lockup{align-items:flex-end;--zh-icon-size:46px;--zh-icon-gap:14px;--zh-wordmark-width:208px}@media(max-width:760px){.zh-sitebar--hub .zh-brand-lockup{--zh-icon-size:38px;--zh-icon-gap:11px;--zh-wordmark-width:168px}}