:root{--max:1220px;--pad:clamp(1.25rem, 4vw, 3.25rem);--section:clamp(4.5rem, 9vw, 8.5rem)}:root,:root[data-theme=light]{color-scheme:light;--bg:#fff;--surface:#f4f6f5;--surface-strong:#e9eeec;--text:#17201d;--muted:#65706c;--line:#d9dfdc;--accent:#0a7164;--accent-dark:#07584e;--focus:#0a7164;--header-bg:#fffffff5;--header-border:#d9dfdce6;--nav-text:#39433f;--label-text:#49544f;--tag-text:#3e4945;--card-bg:#ffffff94;--media-bg:#cad4d0;--button-bg:#17201d;--button-text:#fff;--button-border:#17201d;--button-primary-hover:#0a7164;--button-secondary-text:#17201d;--button-secondary-hover:#f4f6f5;--image-border:#17201d1a;--caption-bg:#17221ff0;--shadow:#17201d2e;--dialog-backdrop:#17201d75;--dark:#17221f;--dark-soft:#22302c;--dark-section:#17221f;--dark-section-line:#35433e;--dark-section-muted:#bdc8c4;--dark-section-link:#fff;--dark-section-eyebrow:#79bdb3;--footer-text:#aebbb6;--timeline-line-opacity:.72;--timeline-marker-border-width:1px;--timeline-marker-shadow:none}@media (prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg:#0f1513;--surface:#18231f;--surface-strong:#20302b;--text:#edf4f1;--muted:#b9c7c2;--line:#2c3b36;--accent:#73d7c9;--accent-dark:#9ee6dc;--focus:#8ee6da;--header-bg:#101715f5;--header-border:#33433ee6;--nav-text:#d6e1dd;--label-text:#c8d5d0;--tag-text:#d4dfdb;--card-bg:#ffffff10;--media-bg:#263733;--button-bg:#8bcfc5;--button-text:#07110f;--button-border:#8bcfc5;--button-primary-hover:#9ee6dc;--button-secondary-text:#d8e7e2;--button-secondary-hover:#20302b;--image-border:#edf4f124;--caption-bg:#08110ff0;--shadow:#0000005c;--dialog-backdrop:#0000009e;--dark:#08110f;--dark-soft:#101b18;--dark-section:#08110f;--dark-section-line:#24342f;--dark-section-muted:#c0cfca;--dark-section-link:#fff;--dark-section-eyebrow:#7bd9cc;--footer-text:#b8c8c3;--timeline-line-opacity:.9;--timeline-marker-border-width:1.5px;--timeline-marker-shadow:0 0 0 1px #73d7c92e}}:root[data-theme=dark]{color-scheme:dark;--bg:#0f1513;--surface:#18231f;--surface-strong:#20302b;--text:#edf4f1;--muted:#b9c7c2;--line:#2c3b36;--accent:#73d7c9;--accent-dark:#9ee6dc;--focus:#8ee6da;--header-bg:#101715f5;--header-border:#33433ee6;--nav-text:#d6e1dd;--label-text:#c8d5d0;--tag-text:#d4dfdb;--card-bg:#ffffff10;--media-bg:#263733;--button-bg:#8bcfc5;--button-text:#07110f;--button-border:#8bcfc5;--button-primary-hover:#9ee6dc;--button-secondary-text:#d8e7e2;--button-secondary-hover:#20302b;--image-border:#edf4f124;--caption-bg:#08110ff0;--shadow:#0000005c;--dialog-backdrop:#0000009e;--dark:#08110f;--dark-soft:#101b18;--dark-section:#08110f;--dark-section-line:#24342f;--dark-section-muted:#c0cfca;--dark-section-link:#fff;--dark-section-eyebrow:#7bd9cc;--footer-text:#b8c8c3;--timeline-line-opacity:.9;--timeline-marker-border-width:1.5px;--timeline-marker-shadow:0 0 0 1px #73d7c92e}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}[id]{scroll-margin-top:96px}body{background:var(--bg);color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65}img{width:100%;height:auto;display:block}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:120;background:var(--dark);color:var(--dark-section-link);border:1px solid var(--accent);padding:.75rem 1rem;font-weight:700;line-height:1.2;text-decoration:none;position:fixed;top:0;left:50%;transform:translate(-50%,-150%)}.skip-link:focus,.skip-link:focus-visible{transform:translate(-50%,.75rem)}.container{width:min(100% - (2 * var(--pad)), var(--max));margin-inline:auto}.eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem;font-weight:750}h1,h2,h3{letter-spacing:0;overflow-wrap:normal;word-break:normal;hyphens:none;text-wrap:balance;margin:0;font-weight:650;line-height:1.14}h1{max-width:44rem;font-size:clamp(2.25rem,4vw,3.45rem)}h2{max-width:38rem;font-size:clamp(1.7rem,2.75vw,2.55rem)}h3{letter-spacing:0;font-size:1.28rem}p{margin:0}.lead{color:var(--muted);max-width:46rem;font-size:clamp(1.06rem,1.65vw,1.3rem);line-height:1.65}.button-row{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:1px solid var(--button-border);border-radius:2px;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.15rem;font-size:.93rem;font-weight:700;text-decoration:none;transition:background-color .18s,color .18s,border-color .18s;display:inline-flex}.button.primary{background:var(--button-bg);color:var(--button-text)}.button.primary:hover{background:var(--button-primary-hover);border-color:var(--button-primary-hover)}.button.secondary{color:var(--button-secondary-text);background:0 0}.button.secondary:hover{background:var(--button-secondary-hover)}.site-header{z-index:20;background:var(--header-bg);border-bottom:1px solid var(--header-border);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:clamp(.85rem,2vw,2rem);min-height:76px;display:flex}.brand{align-items:baseline;gap:.7rem;text-decoration:none;display:inline-flex}.brand-main{letter-spacing:-.04em;font-size:1.34rem;font-weight:800}.brand-sub{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:700}.nav{align-items:center;gap:clamp(1rem,2.6vw,2rem);display:flex}.nav a{color:var(--nav-text);font-size:.9rem;font-weight:600;text-decoration:none}.nav a:hover{color:var(--accent)}.nav .nav-cta{border:1px solid var(--line);padding:.62rem .85rem}.nav a[aria-current=page],.nav .nav-current{color:var(--accent)}.nav-toggle{display:none}.nav-services{position:relative}.nav-services summary{min-height:44px;color:var(--nav-text);cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;list-style:none;display:flex}.nav-services summary::-webkit-details-marker{display:none}.nav-services summary::marker{content:""}.nav-services summary:hover{color:var(--accent)}.nav-submenu{z-index:30;width:22rem;max-width:calc(100vw - 2 * var(--pad));border:1px solid var(--line);background:var(--bg);box-shadow:0 18px 44px var(--shadow);margin:0;padding:.4rem;list-style:none;position:absolute;top:100%;left:0}.nav-submenu a{padding:.7rem .8rem;display:block}.nav-submenu a:hover,.nav-submenu a[aria-current=page]{background:var(--surface)}.theme-switcher{color:var(--nav-text);flex:none;position:relative}.theme-switcher summary{border:1px solid var(--line);background:var(--bg);min-height:38px;color:inherit;cursor:pointer;align-items:center;gap:.45rem;padding:.42rem .58rem;font-size:.78rem;font-weight:700;list-style:none;display:inline-flex}.theme-switcher summary::-webkit-details-marker{display:none}.theme-switcher summary::marker{content:""}.theme-current{text-align:left;min-width:3rem}.theme-menu{z-index:30;border:1px solid var(--line);background:var(--bg);min-width:9.5rem;box-shadow:0 18px 44px var(--shadow);padding:.35rem;position:absolute;top:calc(100% + .55rem);right:0}.theme-menu button{width:100%;min-height:38px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;padding:.55rem .65rem;font-size:.88rem;display:flex}.theme-menu button:hover,.theme-menu button[aria-pressed=true]{background:var(--surface)}.theme-menu button[aria-pressed=true]:after{content:"Aktiv";color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.hero{padding:clamp(3.5rem,7vw,6.5rem) 0 2.25rem}.hero-grid{grid-template-columns:minmax(0,.98fr) minmax(360px,.88fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.hero-copy{min-width:0}.hero-copy .lead{max-width:40rem;margin-top:1.75rem}.hero-media{aspect-ratio:4/5;background:var(--surface);min-height:0;position:relative;overflow:hidden}.hero-media img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-media:after{content:"";box-shadow:inset 0 0 0 1px var(--image-border);pointer-events:none;position:absolute;inset:0}.hero-caption{z-index:2;background:var(--caption-bg);max-width:22rem;color:var(--dark-section-link);padding:1.1rem 1.25rem;font-size:.82rem;position:absolute;bottom:0;left:0}.capability-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.capability-grid{grid-template-columns:repeat(5,1fr);margin-block:0;padding-left:0;list-style:none;display:grid}.capability-grid li{border-right:1px solid var(--line);color:var(--label-text);letter-spacing:.045em;text-transform:uppercase;text-align:center;padding:1.15rem 1rem;font-size:.82rem;font-weight:700}.capability-grid li:first-child{border-left:1px solid var(--line)}.section{padding:var(--section) 0}.section-intro{grid-template-columns:.85fr 1.15fr;align-items:end;gap:clamp(2rem,7vw,7rem);margin-bottom:clamp(3rem,6vw,5.5rem);display:grid}.section-intro .lead{max-width:42rem}.services{background:var(--surface)}.service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,1fr);display:grid}.service{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--card-bg);min-height:270px;padding:clamp(1.5rem,3vw,2.4rem)}.service-index{color:var(--accent);letter-spacing:.12em;font-size:.75rem;font-weight:800}.service h3{margin-top:2.35rem}.service p{color:var(--muted);max-width:34rem;margin-top:1rem}.service-grid .service:last-child:nth-child(odd){grid-column:1/-1;min-height:230px}.service-overview .service{min-height:0}.service-overview .service-title{hyphens:auto;overflow-wrap:anywhere;max-width:none;margin-top:1.4rem;font-size:1.28rem}.service-overview .service-title a{text-decoration-color:var(--accent);text-underline-offset:.2em}.service-overview .service-title a:hover{color:var(--accent)}.page-intro{margin-bottom:clamp(2.5rem,5vw,4rem)}.page-intro h1{hyphens:auto;overflow-wrap:anywhere;max-width:56rem}.page-intro .lead{max-width:56rem;margin-top:1.5rem}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:.65rem;margin-bottom:2rem;font-size:.85rem;display:flex}.breadcrumbs a{text-underline-offset:.2em}.content-copy{max-width:56rem}.content-copy p{color:var(--muted);margin-top:1.4rem}.content-copy .eyebrow{color:var(--accent);margin-top:0}.content-block{margin-top:3rem}.content-block h2{max-width:none;font-size:clamp(1.4rem,2.4vw,1.9rem)}.scope-list{color:var(--muted);margin:1.5rem 0;padding-left:1.2rem}.scope-list li+li{margin-top:.45rem}.scope-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:1.8rem;display:grid}.scope-group{min-width:0}.scope-group h3{hyphens:auto;font-size:1.12rem}.scope-group .scope-list{hyphens:auto;margin-top:1rem;margin-bottom:0}.process-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin:0;padding:0;list-style:none;display:grid}.process-overview li{border-top:1px solid var(--line);padding-top:1.3rem}.process-overview h3{hyphens:auto;margin-top:1rem}.process-overview p{color:var(--muted);margin-top:1rem}.tags{color:var(--tag-text);flex-wrap:wrap;gap:.45rem .9rem;margin:1.4rem 0 0;padding:0;font-size:.78rem;font-weight:650;list-style:none;display:flex}.tags li:before{content:"— ";color:var(--accent)}.system-optimization{background:var(--bg)}.system-copy{max-width:64rem}.system-copy p:not(.eyebrow){color:var(--muted);max-width:56rem;margin-top:1.35rem}.system-comparison{grid-template-columns:minmax(0,1fr) minmax(7rem,.2fr) minmax(0,1fr);align-items:center;gap:clamp(1.4rem,3.5vw,2.8rem);margin-top:clamp(2.5rem,5vw,4.5rem);display:grid}.system-panel{border-top:1px solid var(--line);min-width:0;padding-top:1.35rem}.system-label{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:800}.system-panel h3{margin-top:.7rem;font-size:clamp(1.18rem,1.7vw,1.45rem)}.system-media{aspect-ratio:4/3;background:var(--surface);border:1px solid var(--line);margin-top:1.35rem;overflow:hidden}.system-media img{object-fit:cover;width:100%;height:100%}.system-media-contain{justify-content:center;align-items:center;padding:clamp(.8rem,2vw,1.25rem);display:flex}.system-media-contain img{object-fit:contain;height:auto}.system-panel p:not(.system-label){color:var(--muted);max-width:38rem;margin-top:1.15rem}.system-transition{color:var(--tag-text);letter-spacing:.08em;text-align:center;text-transform:uppercase;flex-direction:column;justify-content:center;align-self:stretch;font-size:.75rem;font-weight:750;display:flex}.system-transition i{background:var(--line);width:100%;height:1px;margin:1rem 0;display:block;position:relative}.system-transition i:after{content:"";border-right:1px solid var(--accent);border-bottom:1px solid var(--accent);width:.55rem;height:.55rem;position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(-45deg)}.system-benefits{border-top:1px solid var(--line);color:var(--tag-text);grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem clamp(1.5rem,4vw,3rem);margin:clamp(2rem,4vw,3rem) 0 0;padding:1.35rem 0 0;font-size:.82rem;font-weight:700;list-style:none;display:grid}.system-benefits li:before{content:"— ";color:var(--accent)}.image-story{grid-template-columns:1.15fr .85fr;align-items:stretch;display:grid}.image-story-media{background:var(--surface);min-height:560px}.image-story-media img{object-fit:cover;width:100%;height:100%}.image-story-copy{background:var(--dark-section);color:var(--dark-section-link);flex-direction:column;justify-content:center;padding:clamp(2.2rem,5vw,5.3rem);display:flex}.image-story-copy .eyebrow{color:var(--dark-section-eyebrow)}.image-story-copy h2{max-width:30rem}.image-story-copy p{color:var(--dark-section-muted);max-width:35rem;margin-top:1.6rem}.image-story-copy .tags{color:var(--dark-section-link)}.process{background:var(--bg)}.timeline{gap:.25rem;padding:.35rem 0 1rem;display:grid;position:relative}.timeline:before{content:"";background:var(--accent);width:1px;opacity:var(--timeline-line-opacity);position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-step{grid-template-columns:minmax(0,1fr) 2.7rem minmax(0,1fr);align-items:start;padding:clamp(1.35rem,3.2vw,2.45rem) 0;display:grid;position:relative}.timeline-marker{z-index:1;border:var(--timeline-marker-border-width) solid var(--accent);background:var(--bg);width:2.35rem;height:2.35rem;color:var(--accent);box-shadow:var(--timeline-marker-shadow);letter-spacing:.1em;grid-column:2;justify-content:center;justify-self:center;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex;position:relative}.timeline-content{max-width:28rem;padding-top:.15rem}.timeline-step:nth-child(odd) .timeline-content{text-align:right;grid-column:1;justify-self:end}.timeline-step:nth-child(2n) .timeline-content{grid-column:3;justify-self:start}.timeline-content h2{font-size:clamp(1.05rem,1.6vw,1.28rem)}.timeline-content p{color:var(--muted);margin-top:.85rem;font-size:.96rem}.timeline-step-final .timeline-content h2{color:var(--accent-dark)}.company-timeline{margin:0;list-style:none}.company-timeline .timeline-content h3{hyphens:auto;font-size:clamp(1.05rem,1.6vw,1.28rem)}.project{background:var(--surface)}.example-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.example-card{background:var(--card-bg);border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-width:0;display:flex}.example-media{aspect-ratio:4/3;background:var(--media-bg);border-bottom:1px solid var(--line);overflow:hidden}.example-media img{object-fit:cover;width:100%;height:100%}.example-card-body{flex-direction:column;flex:1;padding:clamp(1.45rem,3vw,2rem);display:flex}.example-card h3{margin-top:1.7rem}.example-card p{color:var(--muted);margin-top:1rem}.enclosure{background:var(--bg)}.enclosure-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:clamp(2.5rem,6vw,5.5rem);display:grid}.enclosure-copy p:not(.eyebrow){color:var(--muted);max-width:48rem;margin-top:1.45rem}.enclosure-copy .tags{max-width:45rem}.enclosure-media{background:var(--surface);border:1px solid var(--line);overflow:hidden}.enclosure-media img{object-fit:contain;width:100%;height:auto}.contact{background:var(--dark-section);color:var(--dark-section-link)}.contact-grid{grid-template-columns:1fr .8fr;align-items:end;gap:4rem;display:grid}.contact .eyebrow{color:var(--dark-section-eyebrow)}.contact h2{max-width:34rem}.contact p{color:var(--dark-section-muted);max-width:44rem;margin-top:1.5rem}.contact-panel{border-top:1px solid var(--dark-section-line);padding-top:1.5rem}.contact-panel strong{letter-spacing:.1em;text-transform:uppercase;color:var(--dark-section-eyebrow);font-size:.78rem;display:block}.contact-panel span{margin-top:.55rem;font-size:1.05rem;display:block}.contact-panel a{color:var(--dark-section-link);text-decoration-color:var(--accent);text-underline-offset:.2em}.site-footer{border-top:1px solid var(--dark-section-line);background:var(--dark-section);color:var(--footer-text);padding:1.5rem 0 2.2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:2rem;font-size:.78rem;display:flex}.footer-links{flex-wrap:wrap;gap:.7rem 1.25rem;display:flex}.footer-links a,.footer-links button{appearance:none;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none}.footer-links a:hover,.footer-links button:hover{color:var(--dark-section-link)}.cookie-consent{right:var(--pad);bottom:var(--pad);z-index:50;width:min(100% - (2 * var(--pad)), 760px);background:var(--bg);border:1px solid var(--line);box-shadow:0 24px 70px var(--shadow);position:fixed}.cookie-consent-inner{padding:clamp(1.2rem,3vw,1.8rem)}.cookie-consent h2,.cookie-dialog h2{max-width:none;font-size:1.35rem}.cookie-consent p,.cookie-dialog p,.cookie-options span{color:var(--muted);margin-top:.75rem;font-size:.94rem;line-height:1.55}.cookie-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.35rem;display:flex}.cookie-actions .button{min-height:42px;padding:.65rem .9rem;font-size:.82rem}.cookie-dialog{z-index:60;width:min(100% - (2 * var(--pad)), 680px);max-height:min(760px, calc(100vh - (2 * var(--pad))));padding:var(--pad);color:var(--text);background:0 0;border:0;margin:auto;position:fixed;inset:0;overflow:visible}.cookie-dialog::backdrop{background:var(--dialog-backdrop)}.cookie-dialog-panel{max-height:min(760px, calc(100vh - (2 * var(--pad))));background:var(--bg);border:1px solid var(--line);padding:clamp(1.25rem,3vw,2rem);overflow:auto}.cookie-dialog-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.cookie-close{border:1px solid var(--line);background:var(--surface);width:2.2rem;height:2.2rem;color:var(--text);cursor:pointer;font-size:1.2rem}.cookie-options{margin-top:1.2rem}.cookie-options label{border-top:1px solid var(--line);grid-template-columns:auto 1fr;gap:.8rem;padding:1rem 0;display:grid}.cookie-options input{accent-color:var(--accent);margin-top:.35rem}.cookie-options strong{color:var(--text)}.legal{padding:6rem 0}.legal h1{max-width:none;font-size:clamp(2.3rem,5vw,3.8rem)}.legal h2{max-width:50rem;margin-top:3rem;font-size:clamp(1.45rem,2.4vw,2rem)}.legal p,.legal ul{max-width:50rem;color:var(--muted);margin-top:1.2rem}.legal ul{padding-left:1.2rem}.legal li+li{margin-top:.35rem}.legal a{color:var(--text);text-decoration-color:var(--accent);text-underline-offset:.2em}.legal code{color:var(--text);font:inherit}.legal-subtitle{font-weight:700;color:var(--text)!important}.mobile-home-link{display:none}@media (width<=1080px){.header-inner{flex-wrap:wrap;position:relative}.brand{margin-right:auto}.nav-toggle{border:1px solid var(--line);background:var(--bg);min-height:44px;color:var(--nav-text);font:inherit;cursor:pointer;justify-content:center;align-items:center;padding:.5rem .7rem;font-size:.9rem;font-weight:600;display:inline-flex}.nav{border:1px solid var(--line);background:var(--bg);flex-direction:column;flex:100%;order:3;align-items:stretch;gap:0;padding:.6rem}.nav[data-collapsible]{max-height:calc(100dvh - 82px);box-shadow:0 18px 44px var(--shadow);position:absolute;top:100%;left:0;right:0;overflow-y:auto}.nav[data-collapsible]:not([data-open]){display:none}.nav>a,.nav-services summary{min-height:44px;padding:.65rem .8rem}.nav-services summary{justify-content:space-between}.nav-submenu{width:auto;max-width:none;box-shadow:none;position:static}.nav-submenu a{hyphens:auto;overflow-wrap:anywhere}.process-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid,.section-intro,.image-story,.enclosure-grid,.contact-grid{grid-template-columns:1fr}.hero-media{aspect-ratio:16/10}.capability-strip{padding-block:.95rem}.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem clamp(1rem,4vw,2rem)}.capability-grid li{color:var(--label-text);text-align:left;text-transform:none;letter-spacing:0;border:0;align-items:center;gap:.55rem;padding:.25rem 0;display:flex}.capability-grid li:first-child{border-left:0}.capability-grid li:before{content:"";background:var(--accent);flex:0 0 .45rem;width:.45rem;height:1px}.service-grid,.example-grid{grid-template-columns:1fr}.image-story-media{min-height:480px}.timeline{gap:0;padding-left:0}.timeline:before{left:1.175rem}.timeline-step{grid-template-columns:2.35rem minmax(0,1fr);gap:1rem;padding:1.35rem 0}.timeline-marker{grid-area:1/1}.timeline-step:nth-child(odd) .timeline-content,.timeline-step:nth-child(2n) .timeline-content{text-align:left;grid-column:2;justify-self:start}.timeline-content{max-width:none}}@media (width<=768px){.scope-groups{grid-template-columns:1fr}.mobile-home-link{right:max(1rem, env(safe-area-inset-right));bottom:max(1rem, env(safe-area-inset-bottom));z-index:45;border:1px solid var(--line);background:var(--button-bg);width:3rem;height:3rem;color:var(--button-text);box-shadow:0 12px 32px var(--shadow);border-radius:50%;justify-content:center;align-items:center;font-size:1.55rem;font-weight:650;line-height:1;text-decoration:none;display:inline-flex;position:fixed}body:has(.mobile-home-link) .site-footer{padding-bottom:6.45rem}}@media (width<=700px){.system-comparison{grid-template-columns:1fr;gap:1.7rem}.system-transition{align-items:center;min-height:6rem}.system-transition i{width:1px;height:2.5rem;margin:.6rem 0}.system-transition i:after{inset:auto auto -1px 50%;transform:translate(-50%)rotate(45deg)}.system-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.process-overview{grid-template-columns:1fr}.header-inner{min-height:66px}.brand-sub{display:none}.nav .nav-cta{font-size:.8rem}.theme-switcher summary{justify-content:center;width:2.55rem;padding-inline:.45rem}.theme-current{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.button-row{flex-wrap:wrap;gap:.5rem}.button{white-space:nowrap;flex:100%;min-width:0;padding-inline:.55rem;font-size:.82rem}.hero{padding-top:2.8rem}.hero .eyebrow{letter-spacing:.09em;font-size:.68rem;line-height:1.5}h1{max-width:19ch;font-size:clamp(1.78rem,7.2vw,2.05rem)}h2{font-size:clamp(1.45rem,6vw,1.7rem)}.legal h1{text-wrap:balance;max-width:100%;font-size:clamp(1.8rem,7.8vw,2.05rem);line-height:1.2}h2,.image-story-copy h2,.contact h2{max-width:100%}.hero-media{aspect-ratio:4/3}[id]{scroll-margin-top:82px}.cookie-consent{right:var(--pad);left:var(--pad);width:auto}.cookie-actions{flex-direction:column}.cookie-actions .button{width:100%}}@media (width<=360px){.capability-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,9.25rem),1fr))}h1,h2,h3{overflow-wrap:normal;word-break:normal}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
