@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap";:root{font-family:Manrope,Aptos,Segoe UI,sans-serif;color:#24303b;background:radial-gradient(circle at top left,rgba(255,127,17,.16),transparent 28%),radial-gradient(circle at top right,rgba(15,23,42,.08),transparent 24%),linear-gradient(180deg,#fbf8f2,#efe8de);line-height:1.6;font-weight:400;--color-primary: #ff7f11;--color-secondary: #111827;--color-background: #f7f2ea;--color-panel: rgba(255, 255, 255, .84);--color-panel-strong: #ffffff;--color-border: rgba(17, 24, 39, .08);--color-copy: #24303b;--color-muted: #6b7280;--color-soft: #fff2e5;--color-success: #15803d;--color-error: #dc2626;--shadow-soft: 0 24px 70px rgba(15, 23, 42, .08);--shadow-card: 0 24px 54px rgba(15, 23, 42, .16)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(255,127,17,.16),transparent 28%),radial-gradient(circle at top right,rgba(15,23,42,.08),transparent 24%),linear-gradient(180deg,#fbf8f2,#efe8de);color:var(--color-copy)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}#root{min-height:100vh}.page{max-width:1560px;margin:0 auto;padding:16px 14px 72px}.page-stack{display:grid;gap:18px;margin-top:18px}.site-header{position:sticky;top:8px;z-index:20;display:block}.utility-bar{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 18px;border-radius:999px;background:linear-gradient(90deg,var(--color-secondary),#24334a);color:#fff;box-shadow:var(--shadow-soft);font-size:14px}.utility-bar__contact{display:flex;flex-wrap:wrap;gap:16px;font-weight:700}.topbar{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:10px 14px;border-radius:18px;background:#ffffffd1;border:1px solid rgba(255,255,255,.64);box-shadow:0 16px 32px #0f172a14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.topbar__mobile-actions,.topbar__mobile-meta{display:none}.brand--button{border:none;background:transparent;padding:0;cursor:pointer}.brand{display:inline-flex}.brand img,.footer__brand img{width:136px;object-fit:contain;border-radius:16px;background:#fffffff5;padding:7px 12px;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.topbar__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.nav-link{border:1px solid transparent;background:transparent;color:var(--color-secondary);padding:8px 10px;border-radius:999px;font-size:.89rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease,border-color .2s ease}.nav-link:hover{background:#ff7f1114;transform:translateY(-1px)}.nav-link.active{background:linear-gradient(135deg,#ff7f1129,#ff7f110f);border-color:#ff7f1159}.nav-link--quiet{color:var(--color-muted)}.topbar__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;align-items:center}.topbar__contact-link{color:var(--color-secondary);font-size:.84rem;font-weight:800;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 16px;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;text-align:center}.btn__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px}.btn__icon svg{display:block;width:100%;height:100%}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--color-primary),#ff9f3f);color:#fff;box-shadow:0 16px 30px #ff7f1142}.topbar__account-button{white-space:nowrap}.topbar__icon-button,.topbar__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#fff8f0fa,#fffffff5);color:var(--color-secondary);box-shadow:0 12px 24px #0f172a14}.topbar__menu-toggle{cursor:pointer}.topbar__menu-toggle.active{background:linear-gradient(135deg,#ff7f112e,#ff9f3f1f);border-color:#ff7f1147}.btn-secondary{background:#fff;color:var(--color-secondary);border-color:#1118271f}.btn-secondary--light{background:#ffffff1f;border-color:#ffffff52;color:#fff}.btn-ghost{background:#ff7f1114;color:var(--color-secondary)}.btn--full{width:100%}.panel{position:relative;overflow:hidden;background:var(--color-panel);border:1px solid var(--color-border);border-radius:28px;padding:clamp(20px,3vw,30px);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel:before{content:"";position:absolute;inset:auto 0 0 auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,127,17,.1),transparent 70%);pointer-events:none}.panel--hero{background:linear-gradient(180deg,#fffffff5,#fff8eff0)}.panel--warm{background:linear-gradient(180deg,#fff7ef,#ffffffeb)}.panel--accent{background:linear-gradient(135deg,#111827,#22324a);color:#fff}.panel--accent:before{background:radial-gradient(circle,rgba(255,255,255,.12),transparent 70%)}h1,h2,h3,h4{margin:0;color:var(--color-secondary);font-family:Sora,Aptos,sans-serif;line-height:1.02;letter-spacing:-.05em}.panel--accent h1,.panel--accent h2,.panel--accent h3,.panel--accent h4{color:#fff}p{margin:0}.lede{color:var(--color-muted);font-size:.97rem;line-height:1.62;max-width:66ch}.panel--accent .lede,.panel--accent p{color:#ffffffd1}.eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#ff7f111f;color:#b45309;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:none}.eyebrow--light{background:#ffffff1f;color:#fff}.eyebrow--dark{background:#ffffff1f;color:#fff0da}.section-heading{display:grid;gap:12px;margin-bottom:22px}.section-heading h2{font-size:clamp(1.62rem,2.8vw,2.18rem);line-height:1.08}.section-heading--centered{text-align:center;justify-items:center}.breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px;color:var(--color-muted);font-size:.9rem}.breadcrumbs__link{color:var(--color-secondary);font-weight:700}.breadcrumbs__current{font-weight:700}.breadcrumbs__separator{margin:0 6px;color:#11182757}.hero{display:grid;gap:26px;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr))}.hero__copy{display:grid;gap:18px}.hero__copy h1{font-size:clamp(2.05rem,4.2vw,3.35rem)}.hero-tagline{font-size:.92rem;font-weight:800;color:#b45309}.hero__support{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--color-secondary);font-size:.92rem;font-weight:700}.hero__support span{position:relative}.hero__support span:not(:first-child):before{content:"";position:absolute;left:-11px;top:50%;width:4px;height:4px;border-radius:999px;background:#1118273d;transform:translateY(-50%)}.hero__chips,.hero__details,.cta-row{display:flex;flex-wrap:wrap;gap:10px}.chip,.detail-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#ffffffbd;border:1px solid rgba(17,24,39,.08);box-shadow:inset 0 1px #ffffffbf;font-weight:700;color:var(--color-secondary)}.home-hero-panel{background:radial-gradient(circle at 15% 15%,rgba(255,127,17,.12),transparent 28%),linear-gradient(180deg,#fffffff5,#fff7eeeb)}.home-hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:30px;align-items:stretch}.home-hero__copy{display:grid;gap:18px;align-content:center;padding:10px 0 10px 4px}.home-hero__copy h1{max-width:13ch;font-size:clamp(2.8rem,4.9vw,4.85rem)}.home-hero__actions{margin-top:6px}.home-hero__support{max-width:54ch;margin-top:-2px}.home-hero__visual{display:block}.home-project-card{position:relative;display:block;min-height:250px;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.18);background:#111827;box-shadow:var(--shadow-card)}.home-project-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1118270a,#111827bd)}.home-project-card img,.home-project-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.home-project-card__placeholder{background:linear-gradient(135deg,#ff9b46,#ff7f11)}.home-project-card__overlay{position:absolute;inset:auto 0 0 0;z-index:2;display:grid;gap:10px;padding:22px}.home-project-card__overlay h3{color:#fff;font-size:clamp(1.24rem,2.2vw,1.84rem)}.home-project-card__overlay p{color:#ffffffc7;max-width:48ch;font-size:.94rem;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.home-project-card--featured{min-height:540px;grid-row:span 2}.home-project-card--featured .home-project-card__overlay{padding:28px}.home-project-card--featured .home-project-card__overlay p{-webkit-line-clamp:4}.home-contact-card,.home-total-card{display:grid;gap:14px;padding:18px;border-radius:24px;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-card)}.home-contact-card{background:#ffffffeb;cursor:pointer;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.home-contact-card:hover{transform:translateY(-2px)}.home-contact-card__header{display:flex;justify-content:space-between;gap:12px;align-items:center}.home-contact-card__arrow{color:var(--color-secondary);font-size:1rem;font-weight:800}.home-contact-card__body{display:grid;grid-template-columns:94px 1fr;gap:14px;align-items:center}.home-contact-card__body img{width:94px;height:94px;object-fit:cover;border-radius:22px}.home-contact-card__meta{display:grid;gap:4px}.home-contact-card__meta strong{color:var(--color-secondary)}.home-contact-card__meta span{color:#b45309;font-size:.9rem;font-weight:700}.home-contact-card__meta p{color:var(--color-muted);font-size:.9rem;line-height:1.5}.home-contact-card__dots{display:flex;justify-content:center;gap:8px}.home-contact-card__dot{width:8px;height:8px;border-radius:50%;background:#1118272e}.home-contact-card__dot.active{background:var(--color-primary);transform:scale(1.2)}.home-total-card{align-content:start;background:radial-gradient(circle at top right,rgba(255,127,17,.18),transparent 30%),linear-gradient(160deg,#111827,#213147 72%);color:#fff}.home-total-card h3{color:#fff;font-size:clamp(1.24rem,2vw,1.54rem)}.home-total-card .check-list li{color:#fffc}.home-total-card .btn{width:100%}.hero-stage{position:relative;display:block;min-height:560px;border-radius:32px;background:radial-gradient(circle at 20% 20%,rgba(255,127,17,.22),transparent 30%),radial-gradient(circle at 80% 30%,rgba(17,24,39,.14),transparent 30%),linear-gradient(160deg,#fff7ef,#f2ede4);border:1px solid rgba(255,127,17,.16);box-shadow:var(--shadow-card);overflow:hidden}.hero-stage__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.94}.hero-stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1118270a,#1118274d),radial-gradient(circle at top right,rgba(255,127,17,.16),transparent 30%)}.home-intro-panel{background:linear-gradient(180deg,#fffffff0,#fff8f0eb)}.home-intro-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr) minmax(280px,.86fr);gap:14px;align-items:start}.home-intro-project{position:relative;overflow:hidden;min-height:280px;border-radius:26px;box-shadow:var(--shadow-card)}.home-intro-project:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1118270f,#111827cc)}.home-intro-project img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.home-intro-project__overlay{position:absolute;inset:auto 0 0 0;z-index:2;display:grid;gap:10px;padding:22px}.home-intro-project__overlay h3{color:#fff;font-size:clamp(1.3rem,2vw,1.72rem)}.home-intro-project__overlay p{color:#ffffffc7;max-width:42ch;line-height:1.6}.home-intro-card{height:auto;align-self:start;align-content:start}.home-route-card__cta--light{color:#fff0da}.hero--service{align-items:start}.service-hero__visual{display:grid;gap:14px;align-content:start}.service-hero__visual--hekwerk{gap:0}.hekwerk-hero-preview{display:grid;gap:16px;align-content:start}.hekwerk-hero-preview img{width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:26px;box-shadow:var(--shadow-card)}.hekwerk-hero-preview__body{display:grid;gap:8px;align-content:start}.hekwerk-hero-preview__body h3,.hekwerk-overview__visual-copy h3{margin:0;font-size:clamp(1.2rem,2vw,1.6rem)}.hekwerk-hero-preview__body p,.hekwerk-overview__visual-copy p{margin:0;color:var(--color-muted)}.hekwerk-overview__visual{display:grid;gap:12px;padding:16px;border-radius:24px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08)}.hekwerk-overview__visual img{width:100%;height:auto;object-fit:contain;border-radius:20px;background:linear-gradient(145deg,#ff7f111a,#1118270a)}.hekwerk-overview__visual-copy{display:grid;gap:8px}.hekwerk-overview-panel{background:linear-gradient(180deg,#fffffff0,#fff6edeb)}.hekwerk-overview{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:24px;align-items:start}.hekwerk-overview__copy{display:grid;gap:18px;align-content:start}.hekwerk-overview__story{display:grid;gap:8px;padding:22px;border-radius:24px;background:#1118270a;border:1px solid rgba(17,24,39,.06)}.hekwerk-overview__story strong{color:var(--color-secondary)}.hekwerk-overview__story p{margin:0;color:var(--color-muted)}.hekwerk-overview__story .check-list{margin-top:2px}.hekwerk-overview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.hekwerk-overview__card{display:grid;gap:10px;align-self:start;padding:22px;border-radius:24px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.hekwerk-overview__card h3{margin:0;font-size:1.16rem}.hekwerk-overview__card p{margin:0;color:var(--color-muted)}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;align-items:start}.total-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:20px;align-items:center}.total-hero__visual{position:relative;min-height:480px;display:grid;align-content:start;gap:14px}.total-hero__card,.aside-card,.module-card,.total-case-card{display:grid;gap:12px;align-self:start;align-content:start;padding:22px;border-radius:24px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.total-hero__card{background:radial-gradient(circle at top right,rgba(255,127,17,.14),transparent 28%),linear-gradient(180deg,#fff,#fff8ef)}.total-hero__card h3,.module-card h3,.total-case-card h3,.aside-card h3{font-size:clamp(1.18rem,2vw,1.42rem);line-height:1.25}.total-hero__note{justify-self:stretch;width:100%;display:grid;gap:4px;padding:16px 18px;border-radius:20px;background:#111827eb;color:#fff;box-shadow:var(--shadow-card);overflow-wrap:anywhere}.total-hero__note strong{line-height:1.3}.total-hero__note-label{color:#ffffffbd;font-size:13px}.total-hero__note-phone{color:#fff;font-size:1.02rem;font-weight:800;line-height:1.45;word-break:break-word}.total-hero__experience{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:14px;width:100%}.total-hero__experience-item{display:grid;gap:8px;align-content:start;min-height:108px;padding:14px;border-radius:20px;background:#ffffffe0;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.total-hero__experience-item strong{color:var(--color-secondary);font-size:clamp(1rem,1.2vw,1.08rem);line-height:1.25}.total-hero__experience-item span{display:block;color:var(--color-muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.total-premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.total-premium-card{display:grid;gap:14px;align-self:start;padding:24px;border-radius:26px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.total-premium-card--warm{background:radial-gradient(circle at top right,rgba(255,127,17,.14),transparent 28%),linear-gradient(180deg,#fff,#fff8ef)}.total-premium-card h2{font-size:clamp(1.28rem,2vw,1.6rem);line-height:1.22}.total-premium-card p{color:var(--color-muted)}.total-premium-card__list{margin-top:4px}.total-premium-card__footer{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:8px}.total-premium-card__pill{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#ffffffeb;border:1px solid rgba(17,24,39,.08);color:var(--color-secondary);font-size:.84rem;font-weight:700}.total-mini-case{display:grid;gap:12px}.total-mini-case__step{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:14px;border-radius:18px;background:#1118270a;border:1px solid rgba(17,24,39,.06)}.total-mini-case__number{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--color-secondary),#2b3b53);color:#fff;font-weight:800}.total-mini-case__step h3{margin:0 0 4px;font-size:1rem}.total-mini-case__step p{margin:0;font-size:.92rem;line-height:1.48}.total-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.total-card{display:grid;gap:16px;padding:24px;border-radius:26px;background:linear-gradient(180deg,#fff,#fff8ef);border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.total-card--main{background:radial-gradient(circle at top right,rgba(255,127,17,.12),transparent 28%),linear-gradient(180deg,#fff,#fff7ec)}.total-card h3{font-size:clamp(1.28rem,2.25vw,1.6rem);line-height:1.25}.module-grid,.total-case-grid{display:grid;gap:14px;align-items:start}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.total-case-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;align-items:start}.quote-layout__intro,.quote-layout__form{display:grid;gap:16px}.quote-layout__form{position:sticky;top:134px}.contact-form--quote{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#fff9f1);border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.stat-card{display:grid;gap:8px;align-self:start;padding:18px;border-radius:22px;background:#ffffffb8;border:1px solid rgba(17,24,39,.08)}.stat-card strong{font-size:clamp(1.3rem,2.8vw,1.72rem);color:var(--color-secondary);font-family:Arial Black,Trebuchet MS,sans-serif;letter-spacing:-.05em}.stat-card span{color:var(--color-muted)}.tab-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.tab-button{border:1px solid rgba(17,24,39,.08);background:#fff;color:var(--color-secondary);padding:12px 16px;border-radius:999px;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease,color .2s ease}.tab-button:hover{transform:translateY(-1px)}.tab-button.active{background:linear-gradient(135deg,var(--color-secondary),#25354c);color:#fff}.usecase-card{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}.usecase-card__content{display:grid;gap:16px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#fff7ef);border:1px solid rgba(17,24,39,.08)}.usecase-card__content h3{font-size:clamp(1.42rem,2.75vw,1.88rem)}.check-list{display:grid;gap:10px;padding:0;margin:0;list-style:none}.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"";position:absolute;left:0;top:.5em;width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),#ffb260);box-shadow:0 0 0 4px #ff7f1124}.usecase-visual{position:relative;min-height:360px;border-radius:26px;overflow:hidden;border:1px solid rgba(17,24,39,.08);background:linear-gradient(145deg,#ff7f1129,#ffffffdb),linear-gradient(180deg,#fff7ef,#f5f0e7);box-shadow:var(--shadow-card)}.usecase-visual img{position:absolute;right:20px;top:18px;width:min(58%,240px);aspect-ratio:1 / 1;object-fit:cover;border-radius:24px;box-shadow:var(--shadow-card)}.usecase-visual__card{position:absolute;left:18px;display:grid;gap:6px;max-width:240px;padding:16px 18px;border-radius:20px;background:#ffffffeb;border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow-card)}.usecase-visual__card strong{color:var(--color-secondary)}.usecase-visual__card span{color:var(--color-muted);font-size:14px}.usecase-visual__card--top{top:30px}.usecase-visual__card--bottom{bottom:24px}.feature-grid,.choice-grid,.product-grid,.route-promo-grid,.showcase-grid,.project-grid,.values-grid,.seo-link-grid{display:grid;gap:14px;align-items:start}.feature-grid,.choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-grid--pair{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.seo-link-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.choice-card,.value-card,.product-card,.seo-link-card{display:grid;gap:10px;align-self:start;padding:20px;border-radius:22px;background:#ffffffc2;border:1px solid rgba(17,24,39,.08);transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover,.choice-card:hover,.value-card:hover,.product-card:hover,.seo-link-card:hover,.card:hover,.showcase-card:hover,.project-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card)}.seo-link-card{color:var(--color-copy);align-content:start}.seo-link-card__cta{color:#b45309;font-weight:800}.story-block{display:grid;gap:14px;margin-top:18px;padding:24px;border-radius:24px;background:linear-gradient(180deg,#ffffffd1,#ffffffa6);border:1px solid rgba(17,24,39,.08)}.material-use-tags{display:flex;flex-wrap:wrap;gap:8px}.material-use-tags--compact{margin-bottom:2px}.material-use-tag{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#ff7f111f;color:#b45309;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.home-section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:24px}.home-section-head--light .section-heading{margin-bottom:0}.home-inline-link{color:#b45309;font-weight:800;white-space:nowrap}.home-spotlight-panel{background:linear-gradient(180deg,#fffffff0,#fff6ede6)}.home-spotlight{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(400px,.88fr);gap:28px;align-items:center}.home-spotlight--reverse{grid-template-columns:minmax(400px,.88fr) minmax(0,1.12fr)}.home-spotlight--reverse .home-spotlight__media{order:2}.home-spotlight--reverse .home-spotlight__copy{order:1}.home-spotlight__media{position:relative;overflow:hidden;min-height:460px;border-radius:28px;box-shadow:var(--shadow-card)}.home-spotlight__media img{width:100%;height:100%;min-height:460px;object-fit:cover}.home-spotlight__copy{display:grid;gap:16px;align-content:start;padding:6px 0}.home-spotlight__copy h2{font-size:clamp(2rem,3.2vw,3rem);max-width:12ch}.home-routes-panel{background:linear-gradient(180deg,#ffffffeb,#fff9f1e0)}.home-route-card__cta{color:#b45309;font-weight:800}.home-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.home-quick-card{align-self:start;overflow:hidden;border-radius:24px;background:#fffc;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft);color:var(--color-copy);transition:transform .2s ease,box-shadow .2s ease}.home-quick-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card)}.home-quick-card img{width:100%;height:190px;object-fit:cover}.home-quick-card__body{display:grid;gap:10px;padding:18px}.home-quick-card__body h3{font-size:clamp(1.12rem,1.9vw,1.42rem)}.home-quick-card__body p{color:var(--color-muted);font-size:.94rem}.home-showcase-panel{background:radial-gradient(circle at top right,rgba(255,127,17,.18),transparent 28%),linear-gradient(145deg,#0f1725,#233248)}.home-project-mosaic{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.home-project-mosaic .home-project-card--featured{grid-column:1;grid-row:1 / span 2;min-height:100%}.home-proof-compact{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:20px;align-items:stretch}.home-proof-compact__copy{display:grid;gap:18px;align-content:start;padding:24px;border-radius:28px;background:#ffffffc7;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.home-proof-compact__text{margin:0;color:var(--color-muted);max-width:54ch}.home-proof-compact__reasons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}.home-proof-compact__reason{display:grid;gap:8px;align-self:start;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff9f3f5,#ffffffe6);border:1px solid rgba(17,24,39,.07)}.home-proof-compact__reason h3{font-size:clamp(1.02rem,1.55vw,1.18rem)}.home-proof-compact__reason p{margin:0;color:var(--color-muted);font-size:.95rem;line-height:1.52}.home-proof-compact__visual{position:relative;overflow:hidden;min-height:100%;border-radius:28px;box-shadow:var(--shadow-card)}.home-proof-compact__visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.home-proof-compact__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1118270a,#111827bd)}.home-proof-compact__overlay{position:absolute;inset:auto 0 0 0;z-index:2;display:grid;gap:9px;padding:22px}.home-proof-compact__overlay strong{color:#fff;font-family:Sora,Aptos,sans-serif;font-size:clamp(1.14rem,1.8vw,1.42rem);line-height:1.18}.home-proof-compact__overlay p{margin:0;color:#ffffffd1;max-width:36ch;line-height:1.52}.home-closing{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;align-items:start}.home-closing__copy{display:grid;gap:16px}.home-closing__mail{color:#fffc;font-weight:700}.home-closing__team{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}.home-closing__team-card{display:grid;gap:12px;align-self:start;padding:14px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.home-closing__team-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:18px}.home-closing__team-card div{display:grid;gap:4px}.home-closing__team-card strong{color:#fff}.home-closing__team-card span{color:#fff0da;font-size:.92rem}.home-closing__team-card p{color:#ffffffb8;font-size:.9rem;line-height:1.5}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:start}.process-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.process-step{display:grid;gap:12px;align-self:start;padding:22px;border-radius:24px;background:#ffffffc7;border:1px solid rgba(17,24,39,.08)}.process-step__number{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,var(--color-secondary),#25354c);color:#fff;font-weight:800}.showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.showcase-card,.project-card{overflow:hidden;align-self:start;border-radius:26px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.showcase-card__visual,.project-card__visual{min-height:220px;background:linear-gradient(145deg,#ff7f112e,#1118271f)}.showcase-card__visual img,.project-card__visual img{width:100%;height:100%;min-height:220px;object-fit:cover}.showcase-card__body,.project-card__body{display:grid;gap:10px;padding:18px 20px 22px}.showcase-card__placeholder,.project-card__placeholder{display:grid;place-items:center;height:100%;min-height:220px;padding:18px;text-align:center;color:#fff;font-family:Arial Black,Trebuchet MS,sans-serif}.showcase-card__placeholder span,.project-card__placeholder span{font-size:14px;letter-spacing:.08em;text-transform:uppercase}.showcase-card__placeholder strong{font-size:4.6rem;line-height:1}.showcase-card__placeholder--1,.project-card__placeholder--1{background:linear-gradient(135deg,#ff9c4a,#ff7f11)}.showcase-card__placeholder--2,.project-card__placeholder--2{background:linear-gradient(135deg,#34537a,#1f2f46)}.showcase-card__placeholder--3,.project-card__placeholder--3{background:linear-gradient(135deg,#6a8a44,#3c5521)}.team-highlight{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}.team-highlight__copy{display:grid;gap:16px}.team-highlight__grid{display:grid;gap:12px;align-items:start}.team-highlight__card{display:grid;grid-template-columns:82px 1fr;gap:12px;align-self:start;align-items:center;padding:12px;border-radius:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.team-highlight__card img{width:82px;height:82px;object-fit:cover;border-radius:18px}.team-highlight__card div{display:grid;gap:2px}.team-highlight__card strong{color:#fff}.team-highlight__card span{color:#ffffffb8;font-size:14px}.hero__visual--order{position:relative;min-height:340px;display:grid;place-items:center}.banner-preview{width:min(100%,420px);display:grid;gap:16px;padding:24px;border-radius:26px;background:linear-gradient(145deg,#fffffff0,#fff7effa);border:1px solid rgba(255,127,17,.16);box-shadow:var(--shadow-card)}.banner-preview__eyebrow{color:#b45309;font-weight:800;text-transform:none;letter-spacing:.04em;font-size:11px}.banner-preview__surface{display:grid;gap:8px;padding:22px;border-radius:22px;background:linear-gradient(135deg,var(--color-primary),#ffb057);color:#fff;box-shadow:0 20px 34px #ff7f1138}.banner-preview__surface strong{font-family:Arial Black,Trebuchet MS,sans-serif;font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.05em}.banner-preview__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.banner-preview__meta div{display:grid;gap:4px;padding:14px;border-radius:18px;background:#1118270d}.banner-preview__meta span{color:var(--color-muted);font-size:13px}.floating-note{position:absolute;right:0;bottom:18px;max-width:240px;padding:14px 16px;border-radius:18px;background:#111827e6;color:#fff;box-shadow:var(--shadow-card)}.order-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:18px;align-items:start}.order__left{display:grid;gap:18px}.order__left--expanded{grid-column:1 / -1}.order__right{position:sticky;top:134px;display:grid;gap:18px}.order__right--collapsed{display:none}.order__left--expanded .design-section{padding:28px}.order__left--expanded .design-editor{gap:18px}.order__left--expanded .design-toolbar{position:sticky;top:110px;z-index:5;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 28px #11182714}.order__left--expanded .design-canvas-wrap{min-height:70vh}.order__left--expanded .design-canvas{max-width:100%}.content-card{display:grid;gap:16px;padding:22px;border-radius:24px;background:#ffffffc2;border:1px solid rgba(17,24,39,.08)}.content-card__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.dimension-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dim-input{display:grid;grid-template-columns:1fr 68px;border-radius:18px;overflow:hidden;border:1px solid rgba(17,24,39,.1);background:#fff}.dim-input input{border:none;outline:none;padding:14px 16px;color:var(--color-secondary);background:transparent}.dim-input span{display:inline-flex;align-items:center;justify-content:center;background:#1118270d;font-weight:800;color:var(--color-secondary)}label{display:grid;gap:7px;color:var(--color-secondary);font-weight:700}.materials__grid,.finishing__grid{display:grid;gap:12px}.materials__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.materials__grid>.card{min-height:100%;align-content:start}.finishing__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.finishing__grid>.card{min-height:100%;align-content:start}.card{text-align:left;display:grid;gap:4px;padding:16px;border-radius:20px;border:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#fff,#fff7ef);color:var(--color-copy);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card--fin{grid-template-columns:auto 1fr;align-items:start;gap:12px}.card input[type=radio]{margin-top:5px}.card--active{border-color:#ff7f1185;box-shadow:0 0 0 4px #ff7f111f}.price{color:#b45309;font-weight:800}.title{font-weight:800;color:var(--color-secondary)}.desc,.hint,.note{color:var(--color-muted)}.desc--accent{color:#b45309;font-weight:700}.summary-card{display:grid;gap:10px;padding:22px;border-radius:26px;background:linear-gradient(145deg,#111827,#213147);color:#fff;box-shadow:var(--shadow-card)}.summary-row{display:flex;justify-content:space-between;gap:12px;align-items:baseline;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}.summary-row:last-child{border-bottom:none}.summary-row span{color:#ffffffb8}.contact-form{display:grid;gap:14px}.contact-form h4{margin-top:8px;font-size:12px;color:var(--color-muted);text-transform:none;letter-spacing:.04em}.contact-form h4:first-child{margin-top:0}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border-radius:16px;border:1px solid rgba(17,24,39,.12);padding:12px 14px;background:#fff;color:var(--color-copy);font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus,.dim-input input:focus{border-color:#ff7f117a;box-shadow:0 0 0 4px #ff7f111f}.contact-form textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-row--wide{display:flex}.form-row .flex-1{flex:1}.form-row .flex-2{flex:2}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;background:#ff7f1114;color:var(--color-secondary);font-weight:800}.price-row--subtle{background:#1118270a;color:var(--color-copy)}.form-status{font-weight:700}.form-status.success{color:var(--color-success)}.form-status.error{color:var(--color-error)}.design-section{display:grid;gap:16px;padding:24px;border-radius:26px;background:linear-gradient(180deg,#fff,#fff8ef);border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.design-section--compact{gap:12px;padding:18px;border-radius:22px}.design-section--compact .design-toolbar{gap:10px;padding:12px;border-radius:16px}.design-section--compact .design-canvas-wrap{min-height:300px}.design-section__hint-compact{margin:0}.design-section__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap}.design-section__actions,.design-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#15803d24;color:#166534;font-weight:800}.design-editor{display:grid;gap:14px}.design-toolbar{display:flex;gap:12px;flex-wrap:wrap;padding:14px;border-radius:18px;background:#1118270a;border:1px solid rgba(17,24,39,.08)}.toolbar-section{display:flex;flex-direction:column;gap:8px}.toolbar-section h4{font-size:12px;color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em}.toolbar-btn,.close-btn,.category-btn,.style-btn,.background-btn{border:1px solid rgba(17,24,39,.12);background:#fff;color:var(--color-secondary);border-radius:14px;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.toolbar-btn,.style-btn,.category-btn{padding:10px 12px;font-weight:700}.toolbar-btn{min-width:148px;text-align:left}.toolbar-btn:hover,.close-btn:hover,.category-btn:hover,.style-btn:hover,.background-btn:hover,.emoji-btn:hover{transform:translateY(-1px)}.toolbar-btn.danger{border-color:#dc262647;color:#b91c1c}.emoji-picker,.background-picker,.text-options{display:grid;gap:12px;padding:16px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.emoji-header,.text-options-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.close-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0}.emoji-categories{display:flex;gap:8px;flex-wrap:wrap}.category-btn.active,.style-btn.active{background:linear-gradient(135deg,var(--color-primary),#ff9f3f);color:#fff;border-color:#ff7f114d}.emoji-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(46px,1fr));gap:8px;max-height:300px;overflow-y:auto}.emoji-btn{border:1px solid rgba(17,24,39,.1);background:#fff;border-radius:12px;padding:10px;cursor:pointer;font-size:24px}.background-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;max-height:360px;overflow-y:auto}.background-btn{display:flex;flex-direction:column;gap:8px;padding:10px;align-items:center}.background-btn img{width:100%;height:80px;object-fit:cover;border-radius:10px}.background-btn span{font-size:12px;color:var(--color-muted);text-align:center}.background-btn--none{justify-content:center;min-height:110px;border-style:dashed}.text-options-grid{display:grid;gap:12px}.text-options-grid label{font-size:14px}.text-options-grid input[type=color]{height:42px;padding:4px}.text-style-btns,.text-align-btns{display:flex;gap:8px}.text-align-btns .style-btn:nth-child(1){text-align:left}.text-align-btns .style-btn:nth-child(2){text-align:center}.text-align-btns .style-btn:nth-child(3){text-align:right}.design-canvas-wrap{min-height:420px;padding:12px;border-radius:20px;background:linear-gradient(180deg,#f8fafc,#edf2f7);border:1px solid rgba(17,24,39,.12);box-shadow:inset 0 0 0 1px #fff9;overflow:auto}.design-canvas-wrap canvas{display:block}.design-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--color-muted);font-size:13px}.faq-list{display:grid;gap:12px}.faq-item{overflow:hidden;border-radius:20px;border:1px solid rgba(17,24,39,.08);background:#ffffffd1}.faq-item.active{border-color:#ff7f1147}.faq-question{width:100%;display:flex;justify-content:space-between;gap:12px;padding:18px 20px;border:none;background:transparent;color:var(--color-secondary);font-weight:800;text-align:left;cursor:pointer}.faq-answer{padding:0 20px 20px;color:var(--color-muted)}.product-grid,.product-grid--visual,.product-grid--routes{grid-template-columns:repeat(2,minmax(0,1fr))}.overige-visual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.overige-visual-card__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;padding:16px;background:radial-gradient(circle at 18% 22%,rgba(255,127,17,.16),transparent 42%),radial-gradient(circle at 82% 18%,rgba(17,24,39,.1),transparent 44%),linear-gradient(145deg,#ffffffe6,#fff6eddb);border-bottom:1px solid rgba(17,24,39,.08)}.overige-visual-card__image-wrap{width:100%;height:100%;display:grid;place-items:center;border-radius:20px;border:1px solid rgba(17,24,39,.08);background:#ffffffad;box-shadow:inset 0 1px #ffffffb3}.overige-visual-card__img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:16px;filter:drop-shadow(0 18px 26px rgba(17,24,39,.14))}.overige-visual-card .overige-visual-card__img{height:auto;object-fit:contain}.overige-visual-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#111827bf;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(145deg,#ff7f111f,#1118270f)}.overige-visual-card__placeholder span{padding:10px 12px;border-radius:999px;border:1px solid rgba(17,24,39,.1);background:#ffffffbf}.overige-visual-card:hover .overige-visual-card__img{transform:scale(1.01);transition:transform .25s ease}.overige-visual-card__body{padding:16px 160px 18px 18px;position:relative}.overige-visual-card__body h3{letter-spacing:-.01em}.overige-visual-card__logo{position:absolute;top:16px;right:16px;display:grid;place-items:center;align-content:start;width:152px;height:50px;border-radius:16px;background:#ffffffeb;border:1px solid rgba(17,24,39,.1);box-shadow:0 14px 28px #11182724;overflow:hidden}.overige-visual-card__logo img{display:block;width:auto;height:auto;max-width:72%;max-height:72%;object-fit:contain;transform:none;margin-top:-1px}.overige-visual-card__body p{margin:0}.route-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.route-promo-card__overlay{max-width:52ch}.product-card--visual{padding:0;gap:0;overflow:hidden;background:#ffffffdb}.product-card__media{position:relative;min-height:248px;background:linear-gradient(145deg,#ff7f111f,#11182714)}.product-card__media img{width:100%;height:100%;min-height:248px;object-fit:cover;transition:transform .25s ease}.product-card--visual:hover .product-card__media img{transform:scale(1.02)}.product-card__body{display:grid;gap:10px;padding:18px 20px 22px}.product-card__body h3{font-size:1.45rem}.product-grid--visual .product-card--visual{min-height:100%}.product-grid--visual .product-card__media,.product-grid--visual .product-card__media img{min-height:420px}.product-card__points{display:grid;gap:8px;margin:2px 0 0;padding:0;list-style:none}.product-card__points li{position:relative;padding-left:18px;color:var(--color-muted)}.product-card__points li:before{content:"";position:absolute;top:.62em;left:0;width:8px;height:8px;border-radius:999px;background:var(--color-primary)}.product-card__cta{color:#b45309;font-weight:800}.product-card--route .product-card__media,.product-card--route .product-card__media img{min-height:220px}.quick-order-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;align-items:start}.hekwerk-quick-intro{display:grid;gap:14px;margin-bottom:18px}.hekwerk-quick-intro__summary{display:grid;gap:12px;padding:22px;border-radius:24px;background:#ffffffd6;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.hekwerk-quick-intro__summary h3{font-size:clamp(1.12rem,1.8vw,1.34rem)}.hekwerk-quick-intro__summary p{margin:0;color:var(--color-muted)}.hekwerk-quick-intro__facts{display:flex;flex-wrap:wrap;gap:8px}.hekwerk-quick-intro__facts span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#fff6edeb;border:1px solid rgba(17,24,39,.06);color:var(--color-secondary);font-size:.84rem;font-weight:700}.hekwerk-quick-intro__grid{display:grid;grid-template-columns:minmax(220px,.9fr) repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.hekwerk-price-card,.hekwerk-difference-card{display:grid;gap:8px;align-content:start;min-height:100%;padding:18px;border-radius:22px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.hekwerk-price-card{background:radial-gradient(circle at top right,rgba(255,127,17,.12),transparent 26%),linear-gradient(180deg,#fff,#fff7ed)}.hekwerk-price-card strong{color:var(--color-secondary);font-size:clamp(1.08rem,1.4vw,1.24rem);line-height:1.3}.hekwerk-price-card p,.hekwerk-difference-card p{margin:0;color:var(--color-muted);font-size:.92rem;line-height:1.48}.hekwerk-difference-card h3{font-size:1rem;line-height:1.28}.quick-order-form,.quick-order-summary{display:grid;gap:18px;padding:24px;border-radius:28px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.quick-order-form--design-expanded{grid-column:1 / -1}.quick-order-summary{position:sticky;top:134px;background:linear-gradient(180deg,#ffffffeb,#fff6edeb)}.quick-order-summary--collapsed{display:none}.quick-order-form--design-expanded .design-section{padding:28px}.quick-order-form--design-expanded .design-editor{gap:18px}.quick-order-form--design-expanded .design-toolbar{position:sticky;top:110px;z-index:5;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 28px #11182714}.quick-order-form--design-expanded .design-canvas-wrap{min-height:70vh}.quick-order__field{display:grid;gap:12px}.quick-order-static{display:grid;gap:8px;padding:18px;border-radius:22px;background:#fff6edc7;border:1px solid rgba(17,24,39,.08)}.quick-order-static strong{color:var(--color-secondary);font-size:1.02rem}.quick-order-static p{margin:0;color:var(--color-muted)}.quick-order__label{color:var(--color-secondary);font-weight:800}.choice-pills{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.choice-pill{min-height:58px;width:100%;padding:16px;font:inherit;text-align:left;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.choice-pill:hover{transform:translateY(-1px)}.choice-pill.active{color:var(--color-copy)}.quick-order-summary__list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.quick-order-summary__list li{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:12px 0;border-bottom:1px solid rgba(17,24,39,.08)}.quick-order-summary__list li:last-child{border-bottom:none;padding-bottom:0}.quick-order-summary__list span{color:var(--color-muted)}.quick-order-summary__list strong{text-align:right;color:var(--color-secondary)}.quick-order-summary__note{display:grid;gap:8px;padding:18px;border-radius:22px;background:#1118270a}.product-card--highlight{background:linear-gradient(135deg,#ff7f111f,#fffffff5)}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card--featured{grid-column:span 2}.project-card--featured .project-card__visual,.project-card--featured .project-card__placeholder{min-height:280px}.about-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}.values-grid{grid-template-columns:1fr}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.team-card{display:grid;grid-template-columns:108px 1fr;gap:14px;align-items:center;padding:16px;border-radius:24px;background:#ffffffd1;border:1px solid rgba(17,24,39,.08)}.team-card img{width:108px;height:108px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow-soft)}.team-card div{display:grid;gap:6px}.team-name{font-size:1.18rem;color:var(--color-secondary);font-weight:800}.team-role{color:#b45309;font-weight:700}.team-note{color:var(--color-muted)}.contact-card{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.footer{margin-top:22px;display:grid;gap:18px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#111827,#22324a);color:#fff;box-shadow:var(--shadow-card)}.footer__top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.footer__brand{display:grid;gap:10px;max-width:360px}.footer__info{display:flex;flex-wrap:wrap;gap:18px;font-weight:800}.footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.footer__card{display:grid;gap:10px;padding:18px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.footer__text{color:#ffffffc2}.footer__socials{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.footer-social{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:10px 14px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:800;transition:background .2s ease,transform .2s ease}.footer-social:hover{background:#ffffff24;transform:translateY(-1px)}.footer-social:focus-visible{outline:3px solid rgba(255,127,17,.55);outline-offset:3px}.footer-social__icon{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14)}.footer-social__icon svg{width:18px;height:18px}.footer-social__label{letter-spacing:-.01em}.footer__links{display:flex;flex-wrap:wrap;gap:10px}.footer__link{display:inline-flex;align-items:center;min-height:40px;padding:10px 14px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:700;transition:background .2s ease,transform .2s ease}.footer__link:hover{background:#ffffff24;transform:translateY(-1px)}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes portrait-swap{0%{opacity:0;transform:translate(18px) scale(.97)}to{opacity:1;transform:translate(0) scale(1)}}@media (max-width: 1100px){.topbar{grid-template-columns:1fr;justify-items:center}.topbar__actions{justify-content:center}.home-hero,.home-intro-grid,.home-spotlight,.home-proof-compact,.home-closing,.home-hero__visual,.hero,.total-hero,.total-premium-grid,.hero--service,.hekwerk-overview,.usecase-card,.team-highlight,.about-layout,.order-grid,.total-layout,.quick-order-layout{grid-template-columns:1fr}.stats-grid,.process-grid,.process-grid--five,.feature-grid,.choice-grid,.seo-link-grid,.module-grid,.showcase-grid,.total-case-grid,.project-grid,.footer__grid,.home-quick-grid,.home-project-mosaic,.hekwerk-quick-intro__grid,.home-closing__team,.hekwerk-overview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-proof-compact__reasons{grid-template-columns:repeat(3,minmax(0,1fr))}.home-project-mosaic .home-project-card--featured{grid-column:span 2;grid-row:auto;min-height:320px}.order__right,.quote-layout__form,.quick-order-summary{position:static}.quick-order-form--design-expanded .design-toolbar{position:static;top:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.project-card--featured{grid-column:span 1}}@media (max-width: 760px){.page{padding:6px 6px 36px}.page-stack{gap:10px;margin-top:10px}.site-header{top:4px}.panel{padding:14px 12px;border-radius:20px}.lede{max-width:100%;font-size:.82rem;line-height:1.42}.eyebrow{padding:6px 9px;font-size:9px}.hero-tagline{font-size:.74rem}.utility-bar,.footer__top,.contact-card{flex-direction:column;align-items:flex-start}.utility-bar__contact{gap:10px}.topbar{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:7px;border-radius:16px;justify-items:stretch}.brand{justify-self:start}.brand img,.footer__brand img{width:100%;max-width:96px}.topbar__mobile-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.topbar__nav,.topbar__actions,.topbar__mobile-meta{display:none}.topbar--mobile-open .topbar__nav,.topbar--mobile-open .topbar__mobile-meta{display:grid;grid-column:1 / -1}.topbar--mobile-open .topbar__nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:8px}.topbar--mobile-open .nav-link{display:flex;align-items:center;justify-content:flex-start;min-height:46px;padding:12px 14px;border-radius:16px;border:1px solid rgba(17,24,39,.08);background:#ffffffe0}.topbar--mobile-open .topbar__mobile-meta{gap:10px;padding-top:4px}.topbar__contact-link--mobile{font-size:.92rem;font-weight:800}.topbar__mobile-account{width:100%}.home-section-head{flex-direction:column;align-items:flex-start}.home-hero__copy h1{max-width:100%;font-size:clamp(1.5rem,7vw,1.9rem)}.home-spotlight__copy h2{max-width:100%}.home-contact-card__body{grid-template-columns:1fr}.home-contact-card__body img{width:100%;max-width:112px;height:auto;aspect-ratio:1 / 1}.hero-stage{min-height:196px;border-radius:20px}.hero__chips,.hero__details,.cta-row{gap:8px}.chip,.detail-pill{padding:7px 10px;font-size:.74rem}.hero__support{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;font-size:.76rem}.hero__support span{display:grid;gap:2px;padding:8px 7px;border-radius:14px;background:#ffffffd6;border:1px solid rgba(17,24,39,.08);line-height:1.25}.hero__support span:not(:first-child):before{display:none}.stats-grid,.dimension-grid,.form-row,.quote-layout,.quick-order-layout,.feature-grid,.choice-grid,.module-grid,.showcase-grid,.total-case-grid,.seo-link-grid,.project-grid,.product-grid,.route-promo-grid,.overige-visual-grid,.footer__grid,.banner-preview__meta{grid-template-columns:1fr}.product-grid--visual .product-card__media,.product-grid--visual .product-card__media img{min-height:200px}.overige-visual-card__logo{position:static;width:118px;height:38px;margin-top:6px;border-radius:12px;justify-self:start}.overige-visual-card__body{padding:12px}.home-intro-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(238px,76vw);grid-template-columns:none;overflow-x:auto;gap:10px;padding-bottom:4px;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none}.home-intro-grid::-webkit-scrollbar{display:none}.home-intro-grid>*{scroll-snap-align:start;min-width:0}.home-quick-grid,.home-proof-compact__reasons,.hekwerk-quick-intro__grid,.home-closing__team,.hekwerk-overview__grid,.feature-grid,.choice-grid,.module-grid,.total-case-grid,.product-grid,.overige-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-proof-compact__copy{padding:16px;border-radius:20px;gap:12px}.home-project-mosaic{grid-template-columns:1fr}.home-intro-project{grid-column:auto;min-height:184px}.home-total-card,.home-contact-card{min-height:0;align-content:start;padding:12px;border-radius:18px;gap:8px}.home-total-card h3{font-size:.92rem;line-height:1.22}.home-total-card .check-list{gap:4px;font-size:.76rem}.home-total-card .check-list li:nth-child(n+3){display:none}.home-contact-card__body{grid-template-columns:52px 1fr;align-items:center;gap:8px}.home-contact-card__body img{width:52px;max-width:none;height:52px;border-radius:14px}.home-contact-card__meta span{font-size:.72rem}.home-contact-card__meta p{display:none}.home-contact-card__meta strong{font-size:.88rem}.home-contact-card__header{gap:8px}.home-contact-card__arrow{font-size:.9rem}.home-contact-card__dots{gap:6px}.home-project-mosaic .home-project-card--featured{grid-column:span 1;grid-row:auto;min-height:184px}.home-intro-project__overlay,.home-project-card__overlay{padding:14px;gap:8px}.home-intro-project__overlay h3,.home-project-card__overlay h3{font-size:.96rem}.home-intro-project__overlay p,.home-project-card__overlay p{font-size:.76rem;line-height:1.34}.home-hero__copy{gap:12px}.home-hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hero__copy h1{font-size:clamp(1.55rem,6.8vw,2rem)}.hero__support,.home-hero__support{gap:6px;font-size:.76rem}.home-quick-card img{height:92px}.home-quick-card__body{gap:6px;padding:11px 10px 12px}.home-quick-card__body h3{font-size:.9rem;line-height:1.24}.home-quick-card__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:.74rem;line-height:1.34}.home-proof-compact__reason{gap:6px;padding:12px}.home-proof-compact__reason h3{font-size:.9rem;line-height:1.24}.home-proof-compact__reason p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;font-size:.74rem;line-height:1.34}.home-proof-compact__text{font-size:.78rem;line-height:1.38}.home-proof-compact__visual{min-height:208px;border-radius:20px}.home-proof-compact__overlay{gap:6px;padding:14px}.home-proof-compact__overlay strong{font-size:1rem}.home-proof-compact__overlay p{font-size:.74rem;line-height:1.34}.hekwerk-hero-preview img,.hekwerk-overview__visual img{max-height:180px}.showcase-card__visual,.project-card__visual,.showcase-card__visual img,.project-card__visual img{min-height:170px}.materials__grid,.finishing__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.card{gap:3px;padding:10px;border-radius:14px}.card--fin{gap:10px}.card input[type=radio]{margin-top:3px}.price{font-size:.76rem}.title{font-size:.84rem;line-height:1.22}.desc,.hint,.note{font-size:.72rem;line-height:1.3}.desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.desc--accent{-webkit-line-clamp:2;font-size:.72rem}.breadcrumbs{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;padding-bottom:2px;-ms-overflow-style:none;scrollbar-width:none}.breadcrumbs::-webkit-scrollbar{display:none}.form-row--wide{display:grid}.team-card,.team-highlight__card{grid-template-columns:1fr}.total-hero__card,.aside-card,.total-premium-card,.module-card,.total-case-card,.total-card,.summary-card,.hekwerk-price-card,.hekwerk-difference-card,.quick-order-form,.quick-order-summary{padding:16px 14px;border-radius:18px}.total-hero__experience{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:row;overflow:visible;gap:6px;padding-bottom:0}.total-hero__experience-item{min-height:0;gap:4px;padding:8px 8px 9px;border-radius:12px}.total-hero__experience-item strong{font-size:.76rem;line-height:1.2}.total-hero__experience-item span{font-size:9px;line-height:1.28}.total-hero__note{padding:10px 12px;border-radius:15px}.total-hero__note-phone{font-size:.82rem}.team-card img,.team-highlight__card img,.brand img,.footer__brand img{width:100%;max-width:170px}.team-card img,.team-highlight__card img{width:100%;height:auto;aspect-ratio:1 / 1}.hero__copy h1{font-size:clamp(1.42rem,6.2vw,1.82rem)}.hero,.total-hero,.hero--service{gap:12px}.hero__copy{gap:10px}.home-spotlight,.home-spotlight--reverse{grid-template-columns:1fr;gap:12px}.home-spotlight__media,.home-spotlight__media img{min-height:184px}.home-spotlight__copy{gap:12px}.home-spotlight__copy h2{font-size:1.2rem;line-height:1.12}.home-spotlight__copy .check-list li:nth-child(n+3){display:none}.service-hero__visual,.hekwerk-hero-preview{gap:8px}.hekwerk-hero-preview__body{gap:5px}.choice-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.choice-pill{min-height:40px;padding:8px 9px;font-size:.74rem;line-height:1.22;border-radius:12px}.material-use-tags{gap:6px}.material-use-tag{padding:5px 8px;font-size:10px}.total-premium-grid,.hekwerk-quick-intro__grid{grid-template-columns:1fr}.total-premium-card__footer{gap:8px}.total-premium-card__pill{padding:7px 10px;font-size:.74rem}.total-mini-case__step{padding:12px;border-radius:14px}.total-mini-case__number{min-width:34px;height:34px;border-radius:10px;font-size:.74rem}.hekwerk-quick-intro{gap:10px;margin-bottom:12px}.hekwerk-quick-intro__summary{padding:14px;border-radius:18px}.hekwerk-quick-intro__facts{gap:6px}.hekwerk-quick-intro__facts span{padding:6px 9px;font-size:.74rem}.hekwerk-price-card strong{font-size:.98rem}.quick-order-summary__list li,.summary-row{gap:8px}.quick-order-summary__note{padding:12px}.banner-preview{gap:8px}.banner-preview__surface{padding:12px}.banner-preview__surface strong{font-size:1.28rem}.banner-preview__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.banner-preview__meta div{padding:8px 10px}.content-card{padding:14px 12px;border-radius:16px}.section-heading{gap:6px;margin-bottom:12px}.feature-card,.choice-card,.total-premium-card,.module-card,.total-case-card,.hekwerk-price-card,.hekwerk-difference-card,.overige-visual-card{gap:6px;padding:12px;border-radius:16px}.home-proof-compact__copy{padding:12px;border-radius:16px;gap:10px}.feature-card h3,.choice-card h3,.total-premium-card h2,.module-card h3,.total-case-card h3,.hekwerk-difference-card h3,.overige-visual-card__body h3{font-size:.88rem;line-height:1.22}.feature-card p,.choice-card p,.total-premium-card p,.module-card p,.total-case-card p,.hekwerk-price-card p,.hekwerk-difference-card p,.overige-visual-card__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;font-size:.74rem;line-height:1.34}.home-contact-card,.home-total-card{padding:14px 13px;border-radius:18px}.btn,.cta-row .btn{width:100%;min-height:42px}.floating-note{position:static;max-width:none;margin-top:10px;padding:10px 12px;font-size:.8rem;line-height:1.4}.total-hero__note{justify-self:stretch;max-width:none}.design-section__actions,.design-toolbar,.cta-row{flex-direction:column;align-items:stretch}.home-hero__actions,.hero--order .cta-row,.total-hero .cta-row,.hero--service .cta-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar-btn{min-width:0}label{gap:6px;font-size:.86rem}.contact-form{gap:10px}.contact-form h4{margin-top:6px;font-size:10px}.contact-form input,.contact-form textarea,.contact-form select{padding:10px 12px;border-radius:14px;font-size:16px}.price-row{padding:9px 10px;border-radius:12px;font-size:.82rem}.summary-card{gap:6px;padding:12px}.summary-row{padding:7px 0;font-size:.76rem}.design-section{gap:10px;padding:12px;border-radius:18px}.design-section--compact{gap:10px;padding:12px}.design-section__header{gap:10px}.design-section__actions,.design-actions{gap:8px}.design-canvas-wrap{min-height:210px;padding:8px}.design-section--compact .design-canvas-wrap{min-height:180px}.quick-order-form--design-expanded .design-canvas-wrap,.quick-order-form--design-expanded .design-section--compact .design-canvas-wrap{min-height:240px}.design-meta{font-size:12px}.product-card__media,.product-card--route .product-card__media,.product-grid--visual .product-card__media,.product-grid--visual .product-card__media img,.product-card__media img,.product-card--route .product-card__media img{min-height:0;aspect-ratio:16 / 10}.product-card__body{gap:8px;padding:12px 12px 14px}.product-card__body h3{font-size:.92rem;line-height:1.24}.product-card__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;font-size:.75rem;line-height:1.34}.product-card__points{gap:6px}.product-card__points li{font-size:.82rem;line-height:1.45}.quick-order-form,.quick-order-summary{gap:12px}.quick-order-form--design-expanded .design-section{padding:16px}.quick-order__field{gap:8px}.quick-order-static{gap:6px;padding:12px;border-radius:16px}.quick-order-static strong{font-size:.92rem}.quick-order-static p{font-size:.78rem;line-height:1.4}.faq-question{padding:14px 16px;font-size:.92rem}.faq-answer{padding:0 16px 16px;font-size:.86rem}.home-process-strip,.process-grid,.process-grid--five{display:grid;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;gap:8px;padding-bottom:0;scroll-snap-type:none}.home-process-strip::-webkit-scrollbar,.process-grid::-webkit-scrollbar,.process-grid--five::-webkit-scrollbar,.total-hero__experience::-webkit-scrollbar{display:none}.process-grid--five>:last-child{grid-column:1 / -1}.home-process-card,.process-step{gap:6px;padding:11px;border-radius:16px;min-height:0;scroll-snap-align:none}.home-process-card h3,.process-step h3{font-size:.84rem;line-height:1.22}.home-process-card p,.process-step p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;font-size:.72rem;line-height:1.28}.home-process-card__number,.process-step__number{width:30px;height:30px;border-radius:9px;font-size:.72rem}.home-closing__team-card{grid-template-columns:60px 1fr;align-items:center;gap:10px;padding:12px}.home-closing__team-card img{width:60px;height:60px;border-radius:16px}.home-closing__team-card p{display:none}.check-list{gap:7px}.check-list li{padding-left:20px;font-size:.82rem;line-height:1.38}.check-list li:before{width:8px;height:8px;top:.48em;box-shadow:0 0 0 3px #ff7f111f}}@media (max-width: 420px){.topbar{grid-template-columns:1fr;gap:12px}.topbar__nav{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.nav-link{flex:0 0 auto}.topbar__actions{justify-content:flex-start}.topbar__contact-link{white-space:normal;font-size:.82rem}.overige-visual-card__body{padding-right:18px}.overige-visual-card__logo{position:static;width:148px;height:48px;margin-top:10px;justify-self:start}.footer-social{padding:10px 12px;gap:8px}.footer-social__label{font-size:.92rem}}.account-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;flex-wrap:wrap}.account-switch,.account-actions{display:flex;gap:12px;flex-wrap:wrap}.account-auth-grid,.account-history-grid,.account-conversation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.account-summary{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.9fr);gap:20px;align-items:stretch}.account-profile-card,.history-card,.conversation-layout{padding:24px;border-radius:26px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:var(--shadow-soft)}.account-profile-card{display:grid;gap:8px}.account-profile-card h2,.history-card h3,.conversation-thread__header h3{margin:0}.account-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.account-stat{display:grid;gap:8px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff8ef,#fff);border:1px solid rgba(255,127,17,.16)}.account-stat span{color:var(--color-muted);font-size:.92rem}.account-stat strong{font-size:1.45rem;color:var(--color-secondary)}.history-card{display:grid;gap:16px}.history-list,.conversation-list,.message-list{display:grid;gap:12px}.history-item{display:grid;gap:8px;padding:16px 18px;border-radius:20px;background:#11182708;border:1px solid rgba(17,24,39,.07)}.history-item>div{display:flex;justify-content:space-between;gap:12px;align-items:baseline;flex-wrap:wrap}.history-item span,.conversation-thread__meta,.conversation-thread__header p,.history-item p,.account-empty-note{color:var(--color-muted)}.history-item p{margin:0}.history-links{display:flex;gap:12px;flex-wrap:wrap}.history-links a{font-weight:700;color:var(--color-primary)}.conversation-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:16px}.conversation-list__item{width:100%;display:grid;gap:6px;padding:16px 18px;border-radius:20px;border:1px solid rgba(17,24,39,.08);background:#fff8ef;color:var(--color-copy);text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.conversation-list__item:hover,.conversation-list__item.active{border-color:#ff7f1152;box-shadow:0 16px 30px #ff7f111f;transform:translateY(-1px)}.conversation-thread{display:grid;gap:16px;min-height:100%}.conversation-thread__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.conversation-thread__meta{display:grid;gap:6px;justify-items:end}.message-list{align-content:start}.message-bubble{display:grid;gap:8px;max-width:90%;padding:16px 18px;border-radius:22px}.message-bubble p,.message-bubble small{margin:0}.message-bubble--customer{background:#fff4e7;border:1px solid rgba(255,127,17,.2)}.message-bubble--team{margin-left:auto;background:#111827eb;color:#fff}.message-bubble--team small,.message-bubble--team strong{color:#ffffffd1}.conversation-reply{display:grid;gap:12px;padding-top:8px;border-top:1px solid rgba(17,24,39,.08)}.account-empty{display:grid;gap:8px;place-items:center;text-align:center;padding:40px 20px}.account-empty h1,.account-empty p{margin:0}@media (max-width: 980px){.overige-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-auth-grid,.account-history-grid,.account-conversation-grid,.account-summary,.conversation-layout,.account-stats{grid-template-columns:1fr}.conversation-thread__meta{justify-items:start}.message-bubble{max-width:100%}}
