:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: var(--font-sans);--font-mono: "SF Mono", "Menlo", ui-monospace, monospace;--weight-heading: 700;--weight-subheading: 600;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 48px;--space-xl: 80px;--space-2xl: 120px;--container-max: 1080px;--container-narrow: 720px;--header-height: 64px;--bg: #fafafa;--bg-elevated: #ffffff;--bg-subtle: #f4f4f5;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .12);--text-primary: #111111;--text-secondary: #52525b;--text-tertiary: #71717a;--accent: #1a1a1a;--accent-hover: #000000}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-sans);font-size:16px;font-weight:400;line-height:1.6;letter-spacing:-.011em;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:var(--weight-heading);letter-spacing:-.03em;color:var(--text-primary)}a{color:inherit}button,input,select{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-md)}.mono{font-family:var(--font-mono);font-size:.85em}.text-link{font-size:15px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.text-link:hover{color:var(--text-primary)}.site{display:flex;flex-direction:column;min-height:100vh}.site__main{flex:1}.header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#fafafad9;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--border)}.header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.header__brand{display:inline-flex;align-items:center;flex-shrink:0;height:100%;text-decoration:none;color:var(--text-primary)}.header__brand .header__logo{display:block;width:148px;height:auto;max-height:22px;object-fit:contain;object-position:left center}.header__logo.logo__fallback{width:auto;max-height:none;font-size:17px;line-height:1}.logo{display:block;object-fit:contain}.logo--pending{visibility:hidden}.logo__fallback{font-size:17px;font-weight:600;letter-spacing:-.03em;color:var(--text-primary);line-height:1;white-space:nowrap}.header__nav{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}.header__nav::-webkit-scrollbar{display:none}.header__link{padding:8px 12px;font-size:14px;font-weight:500;color:var(--text-tertiary);text-decoration:none;border-radius:var(--radius-sm);white-space:nowrap;transition:color .2s ease,background .2s ease}.header__link:hover{color:var(--text-primary)}.header__link--active{color:var(--text-primary);background:var(--bg-subtle)}.footer{border-top:1px solid var(--border);background:var(--bg-elevated);padding:var(--space-lg) 0 var(--space-md);margin-top:var(--space-xl)}.footer__inner{display:grid;gap:var(--space-md);justify-items:center;text-align:center}.footer__brand{display:flex;flex-direction:column;align-items:center;gap:8px}.footer__brand .footer__logo{display:block;width:clamp(148px,18vw,180px);height:auto;max-height:28px;object-fit:contain;object-position:center}.footer__logo.logo__fallback{width:auto;max-height:none;font-size:18px}.footer__name{font-size:15px;font-weight:600;letter-spacing:-.02em}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}.footer__link{font-size:13px;color:var(--text-tertiary);text-decoration:none;transition:color .2s ease}.footer__link:hover{color:var(--text-primary)}.footer__link--linkedin{display:inline-flex;align-items:center;gap:6px}.footer__linkedin-icon{width:14px;height:14px;fill:currentColor}.footer__copy{margin:0;font-size:12px;color:var(--text-tertiary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;font-size:14px;font-weight:500;letter-spacing:-.01em;text-decoration:none;border-radius:var(--radius-sm);transition:background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-strong)}.btn--secondary:hover{background:var(--bg-subtle);border-color:var(--text-tertiary)}.hero{padding:var(--space-2xl) 0 var(--space-xl);background:var(--bg-elevated);border-bottom:1px solid var(--border)}.hero__inner{max-width:720px}.hero__eyebrow{margin:0 0 var(--space-sm);font-size:13px;font-weight:500;color:var(--text-tertiary);letter-spacing:.04em;text-transform:uppercase}.hero__headline{margin:0 0 var(--space-md);font-family:var(--font-sans);font-size:clamp(36px,5vw,52px);font-weight:var(--weight-heading);line-height:1.08;letter-spacing:-.035em}.hero__subhead{margin:0 0 var(--space-lg);font-size:18px;line-height:1.55;color:var(--text-secondary);max-width:560px}.hero__description{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-lg);max-width:640px}.hero__paragraph{margin:0;font-size:17px;line-height:1.65;color:var(--text-secondary)}.hero--intro{padding-bottom:var(--space-xl)}.home-feature{background:var(--bg)}.home-feature--slider{padding:var(--space-md) 0 var(--space-lg);border-bottom:1px solid var(--border)}.home-feature--slider .home-feature__inner{display:flex;flex-direction:column;gap:var(--space-md)}.home-feature--slider .home-feature__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.home-feature--slider .home-feature__eyebrow{margin:0;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.home-feature--slider .home-feature__link{font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.home-feature--slider .home-feature__link:hover{color:var(--text-primary)}.home-feature--panel{padding:0;margin:0;border:none}.home-feature--panel .home-feature__card{display:grid;grid-template-columns:60% 40%;min-height:min(51vh,432px);background:var(--bg-elevated);border:none;border-radius:0;border-top:1px solid var(--border);overflow:hidden}.home-feature--panel+.home-feature--panel .home-feature__card{border-top:none}.home-feature--slider+.home-feature--panel .home-feature__card{border-top:1px solid var(--border)}.home-feature__card--image-right .home-feature__media{order:2}.home-feature__card--image-right .home-feature__content{order:1}.home-feature--panel .home-feature__card--image-right{grid-template-columns:40% 60%}.home-feature__media{position:relative;min-height:100%;overflow:hidden}.home-feature--panel .home-feature__media{min-height:min(51vh,432px)}.home-feature__content{display:flex;flex-direction:column;gap:12px;padding:clamp(32px,5vw,56px)}.home-feature--panel .home-feature__content{justify-content:flex-start;min-height:min(51vh,432px)}.home-feature__section-name{margin:0 0 4px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.home-feature__actions{margin-top:auto;padding-top:var(--space-md)}.home-feature__title{margin:0;font-family:var(--font-sans);font-size:clamp(24px,3.5vw,32px);font-weight:var(--weight-heading);line-height:1.2;letter-spacing:-.03em}.home-feature__text{display:flex;flex-direction:column;gap:10px}.home-feature__summary{margin:0;font-size:16px;line-height:1.55;color:var(--text-secondary)}.home-feature__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.home-feature__list-link{display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:var(--bg-subtle);border-radius:var(--radius-sm);text-decoration:none;transition:background .2s ease}.home-feature__list-link:hover{background:var(--bg)}.home-feature__list-name{font-size:14px;font-weight:600;letter-spacing:-.01em}.home-feature__list-desc{font-size:13px;color:var(--text-tertiary);line-height:1.4}.home-story{background:var(--bg);padding-bottom:var(--space-lg)}.home-story__inner{display:flex;flex-direction:column}.home-story__essay{width:100%;display:flex;flex-direction:column;gap:12px}.home-story__hero{border-top:1px solid var(--border);padding:clamp(48px,7vw,72px) 0}.home-story__hero-logo{display:block;width:clamp(160px,22vw,220px);height:auto;max-height:36px;object-fit:contain;object-position:left center;margin-bottom:var(--space-md)}.home-story__hero-logo.logo__fallback{width:auto;max-height:none;font-size:clamp(26px,3.5vw,34px)}.home-feature--slider+.home-story .home-story__hero{border-top:1px solid var(--border)}.home-story__hero-title{margin:0;font-size:clamp(20px,2.6vw,28px);font-weight:var(--weight-heading);line-height:1.25;letter-spacing:-.03em;color:var(--text-primary)}.home-story__hero-lead{display:flex;flex-direction:column;gap:6px;margin-top:var(--space-sm)}.home-story__hero-lead-line{margin:0;font-size:clamp(17px,2.2vw,20px);font-weight:400;line-height:1.5;letter-spacing:-.01em;color:var(--text-primary)}.home-story__prose{padding:clamp(40px,6vw,64px) 0;border-top:1px solid var(--border)}.home-story__prose:nth-of-type(2n){background:transparent}.home-story__section-title{margin:0;font-size:clamp(22px,3vw,28px);font-weight:var(--weight-heading);line-height:1.2;letter-spacing:-.03em}.home-story__lead{display:flex;flex-direction:column;gap:4px}.home-story__lead-line{margin:0;font-size:17px;font-weight:var(--weight-subheading);line-height:1.45;color:var(--text-primary)}.home-story__text{display:flex;flex-direction:column;gap:12px}.home-story__paragraph{margin:0;font-size:17px;line-height:1.7;color:var(--text-secondary);text-align:justify;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto}.home-story__hero-title,.home-story__section-title,.home-story__hero-lead-line,.home-story__lead-line,.home-story__prompt{text-align:start}.home-story__emphasis{margin:var(--space-sm) 0 0;padding-top:var(--space-sm);border-top:1px solid var(--border);font-size:17px;line-height:1.7;font-weight:var(--weight-subheading);letter-spacing:-.015em;color:var(--text-primary);text-align:justify;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto}.home-story__prompts{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.home-story__prompt{position:relative;padding-left:1.1em;font-size:17px;line-height:1.5;color:var(--text-primary);font-weight:500;letter-spacing:-.01em}.home-story__prompt:before{content:"—";position:absolute;left:0;color:var(--text-tertiary);font-weight:400}.home-story__list-label{margin:4px 0 0;font-size:17px;font-weight:500;line-height:1.5;color:var(--text-primary);letter-spacing:-.01em}.home-story__figure-full{margin:0;padding:var(--space-md) 0;border-top:1px solid var(--border)}.home-story__figure-full-inner{width:100%;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-elevated)}.home-story__figure-full .home-story__image-frame:not(:has(.home-story__image--loaded)){min-height:clamp(200px,38vw,440px)}.home-story__figure{margin:0;width:100%}.home-story__image-frame{position:relative;width:100%;overflow:hidden;background:#1a1814}.home-story__image-frame:has(.home-story__image--loaded){background:transparent}.home-story__image{display:block;width:100%;height:auto;opacity:0;transition:opacity .5s ease}.home-story__image--loaded{opacity:1}.home-story__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:var(--space-md);background:linear-gradient(145deg,#1a1814,#2e2820,#3d3528);text-align:center}.home-story__placeholder-label{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffff8c}.home-story__placeholder-hint{font-size:12px;color:#ffffff59;line-height:1.5}.home-story__placeholder-hint code{font-family:var(--font-mono);font-size:11px}.home-story__closing{border-top:1px solid var(--border);padding:clamp(48px,7vw,72px) 0}.home-story__essay--closing{align-items:center;text-align:center;gap:10px}.home-story__essay--closing .home-story__logo{display:block;width:clamp(200px,28vw,280px);height:auto;max-height:44px;object-fit:contain}.home-story__logo.logo__fallback{width:auto;max-height:none;font-size:clamp(32px,4.5vw,44px)}.home-story__tagline{margin:0;max-width:52ch;font-size:clamp(15px,2vw,17px);line-height:1.55;color:var(--text-secondary);text-align:center}.section-cover{position:relative;width:100%;height:100%;min-height:100%;display:flex;align-items:flex-end;padding:var(--space-md)}.section-cover__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.section-cover__label{position:relative;z-index:1;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80}.home-feature--slider .featured-news__viewport{overflow:hidden;border-radius:var(--radius-lg)}.featured-news__track{display:flex;transition:transform .6s cubic-bezier(.25,.1,.25,1)}.featured-news__slide{flex:0 0 100%;min-width:0}.featured-card{display:grid;grid-template-columns:1.1fr 1fr;min-height:360px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .25s ease}.featured-card:hover{border-color:var(--border-strong);box-shadow:0 8px 40px #0000000f}.featured-card__media{position:relative;min-height:280px;overflow:hidden;background:#1a1814}.featured-card__media .news-article-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.news-article-image{display:block;width:100%;height:auto}.news-card__media{margin:calc(-1 * var(--space-md)) calc(-1 * var(--space-md)) 0;overflow:hidden;border-radius:var(--radius-md) var(--radius-md) 0 0;background:#1a1814}.news-card__media .news-article-image{width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}.article__figure{margin:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated)}.article__figure .news-article-image{width:100%;height:auto}.featured-card__content{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:clamp(24px,4vw,40px)}.featured-card__category{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary)}.featured-card__title{margin:0;font-family:var(--font-sans);font-size:clamp(24px,3.5vw,32px);font-weight:var(--weight-heading);line-height:1.2;letter-spacing:-.03em}.featured-card__excerpt{margin:0;font-size:16px;line-height:1.55;color:var(--text-secondary)}.featured-card__date{font-size:13px;color:var(--text-tertiary)}.featured-card__cta{margin-top:4px;font-size:14px;font-weight:500;color:var(--text-primary)}.news-cover{position:relative;width:100%;height:100%;min-height:280px;display:flex;align-items:flex-end;padding:var(--space-md)}.news-cover__mesh{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.news-cover__label{position:relative;z-index:1;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80}.featured-news__controls{display:flex;align-items:center;justify-content:center;gap:var(--space-sm)}.featured-news__arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:100px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.featured-news__arrow:hover{background:var(--bg-subtle);border-color:var(--border-strong)}.featured-news__dots{display:flex;align-items:center;gap:8px}.featured-news__dot{width:8px;height:8px;padding:0;border:none;border-radius:100px;background:var(--border-strong);cursor:pointer;transition:width .25s ease,background .25s ease}.featured-news__dot--active{width:24px;background:var(--accent)}.preview{padding:var(--space-xl) 0;border-bottom:1px solid var(--border)}.preview__inner{display:grid;gap:var(--space-lg)}.preview__header{max-width:640px}.preview__title{margin:0 0 var(--space-sm);font-family:var(--font-sans);font-size:clamp(28px,4vw,36px);font-weight:var(--weight-heading);line-height:1.15;letter-spacing:-.03em}.preview__summary{margin:0 0 var(--space-md);font-size:17px;line-height:1.55;color:var(--text-secondary)}.preview--news .preview__inner{gap:var(--space-md)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-sm)}.product-card{position:relative;display:block;padding:var(--space-md);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.product-card:hover{border-color:var(--border-strong);box-shadow:0 4px 24px #0000000a}.product-card__name{margin:0 0 8px;font-size:18px;font-weight:600;letter-spacing:-.02em}.product-card__desc{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary)}.product-card__arrow{position:absolute;top:var(--space-md);right:var(--space-md);font-size:16px;color:var(--text-tertiary)}.news-carousel{position:relative;margin:0 calc(var(--space-md) * -1);overflow:hidden}.news-carousel:before,.news-carousel:after{content:"";position:absolute;top:0;bottom:0;width:48px;z-index:1;pointer-events:none}.news-carousel:before{left:0;background:linear-gradient(to right,var(--bg),transparent)}.news-carousel:after{right:0;background:linear-gradient(to left,var(--bg),transparent)}.news-carousel__track{display:flex;gap:var(--space-sm);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px var(--space-md) 8px;-webkit-overflow-scrolling:touch}.news-carousel__track::-webkit-scrollbar{display:none}.news-card{flex:0 0 min(320px,85vw);scroll-snap-align:start;display:flex;flex-direction:column;gap:10px;padding:var(--space-md);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.news-card:hover{border-color:var(--border-strong);box-shadow:0 4px 24px #0000000a}.news-card__category{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.news-card__title{margin:0;font-size:17px;font-weight:600;line-height:1.35;letter-spacing:-.02em}.news-card__excerpt{margin:0;flex:1;font-size:14px;line-height:1.5;color:var(--text-secondary)}.news-card__date{font-size:12px;color:var(--text-tertiary)}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-sm)}.page{padding:var(--space-xl) 0 var(--space-2xl)}.page__inner{display:flex;flex-direction:column;gap:var(--space-lg)}.page__inner--narrow{max-width:var(--container-narrow)}.page__lede{margin:0;font-size:18px;line-height:1.6;color:var(--text-secondary);max-width:680px}.page__actions{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap}.page-header__eyebrow{margin:0 0 var(--space-xs);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.page-header__logo{display:block;width:clamp(120px,16vw,168px);height:auto;max-height:28px;object-fit:contain;object-position:left center;margin-bottom:var(--space-sm)}.page-header__logo.logo__fallback{width:auto;max-height:none;font-size:22px}.page-header__title{margin:0 0 var(--space-sm);font-family:var(--font-sans);font-size:clamp(32px,5vw,44px);font-weight:var(--weight-heading);line-height:1.1;letter-spacing:-.035em}.page-header__intro{margin:0;font-size:18px;line-height:1.55;color:var(--text-secondary);max-width:640px}.content-blocks{display:flex;flex-direction:column;gap:var(--space-lg)}.content-block__title{margin:0 0 var(--space-sm);font-size:22px;font-weight:var(--weight-heading);letter-spacing:-.025em}.content-block__body{margin:0;font-size:16px;line-height:1.65;color:var(--text-secondary);max-width:680px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-sm)}.info-card{padding:var(--space-md);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md)}.info-card__title{margin:0 0 10px;font-size:17px;font-weight:600;letter-spacing:-.02em}.info-card__body{margin:0;font-size:15px;line-height:1.55;color:var(--text-secondary)}.beliefs__title{margin:0 0 var(--space-md);font-size:22px;font-weight:600;letter-spacing:-.02em}.beliefs__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-md)}.beliefs__list--compact{gap:var(--space-sm)}.beliefs__item{padding-bottom:var(--space-md);border-bottom:1px solid var(--border)}.beliefs__list--compact .beliefs__item{padding-bottom:var(--space-sm)}.beliefs__belief{margin:0 0 6px;font-size:16px;font-weight:600;letter-spacing:-.01em}.beliefs__detail{margin:0;font-size:15px;line-height:1.55;color:var(--text-secondary)}.products-page__intro{display:flex;flex-direction:column;gap:12px}.products-page__intro-paragraph{margin:0;font-size:17px;line-height:1.7;color:var(--text-secondary);text-align:justify;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto}.product-platform{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--border)}.product-platform__header{display:flex;flex-direction:column;gap:6px}.product-platform__name{margin:0;font-size:clamp(28px,4vw,36px);font-weight:var(--weight-heading);letter-spacing:-.03em;text-align:start}.product-platform__tagline{margin:0;font-size:16px;line-height:1.5;color:var(--text-tertiary);text-align:start}.product-platform__figure{margin:0}.product-platform__body{display:flex;flex-direction:column;gap:12px}.product-platform__paragraph{margin:0;font-size:16px;line-height:1.7;color:var(--text-secondary);text-align:justify;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto}.product-platform__capabilities{max-width:760px}.product-platform__capabilities-title{margin:0 0 var(--space-sm);font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);text-align:start}.product-platform__capabilities-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.product-platform__capabilities-list li{position:relative;padding-left:18px;font-size:15px;line-height:1.55;color:var(--text-secondary)}.product-platform__capabilities-list li:before{content:"—";position:absolute;left:0;color:var(--text-tertiary)}.product-synthesis{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg) 0 0;border-top:1px solid var(--border)}.product-synthesis__title{margin:0;font-size:clamp(24px,3.5vw,30px);font-weight:var(--weight-heading);letter-spacing:-.025em;text-align:start}.product-synthesis__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-md)}.product-synthesis__paragraph,.product-synthesis__closing{margin:0;font-size:16px;line-height:1.7;color:var(--text-secondary);text-align:justify;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto}.product-list{display:flex;flex-direction:column;gap:var(--space-sm)}.product-list__item{display:block;padding:var(--space-md);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.product-list__item:hover{border-color:var(--border-strong);box-shadow:0 4px 24px #0000000a}.product-list__header{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.product-list__name{margin:0;font-size:22px;font-weight:600;letter-spacing:-.02em}.product-list__tagline{font-size:13px;color:var(--text-tertiary)}.product-list__desc{margin:0 0 12px;font-size:15px;line-height:1.55;color:var(--text-secondary)}.product-list__capabilities{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}.product-list__capabilities li{font-size:12px;color:var(--text-tertiary);padding:4px 10px;background:var(--bg-subtle);border-radius:100px}.future-block{padding:var(--space-md);background:var(--bg-subtle);border-radius:var(--radius-md)}.future-block__title{margin:0 0 10px;font-size:20px;font-weight:600}.future-block__body{margin:0 0 var(--space-sm);font-size:15px;line-height:1.55;color:var(--text-secondary)}.tag-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.tag-list__item{font-size:13px;color:var(--text-secondary);padding:6px 12px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:100px}.layer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-elevated)}.layer-list__item{display:grid;grid-template-columns:140px 1fr;gap:var(--space-sm);padding:14px var(--space-md);border-bottom:1px solid var(--border)}.layer-list__item:last-child{border-bottom:none}.layer-list__label{font-size:14px;font-weight:600;letter-spacing:-.01em}.layer-list__detail{font-size:14px;color:var(--text-secondary)}.capabilities__title{margin:0 0 var(--space-sm);font-size:20px;font-weight:600}.capabilities__list{margin:0;padding-left:1.2em;color:var(--text-secondary);line-height:1.7}.article__back{margin-bottom:var(--space-sm)}.article__meta{display:flex;align-items:center;gap:12px;margin:0 0 var(--space-sm);font-size:13px;color:var(--text-tertiary)}.article__category{font-weight:600;letter-spacing:.04em;text-transform:uppercase}.article__body{display:flex;flex-direction:column;gap:12px}.article__body p{margin:0;font-size:17px;line-height:1.7;color:var(--text-secondary);text-align:justify;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto}.page--article .page-header__intro{text-align:justify;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto;max-width:none}.contact-block{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);padding:var(--space-md);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md)}.contact-block__email{font-size:22px;font-weight:500;letter-spacing:-.02em;text-decoration:none;color:var(--text-primary)}.contact-block__email:hover{text-decoration:underline}.contact-areas__title{margin:0 0 var(--space-sm);font-size:16px;font-weight:600}.contact-areas__list{margin:0;padding-left:1.2em;color:var(--text-secondary);line-height:1.7}@media(max-width:768px){.header__brand .header__logo{width:124px;max-height:20px}.header__nav{gap:0}.header__link{padding:8px 10px;font-size:13px}.hero{padding-top:var(--space-xl)}.featured-card,.home-feature--panel .home-feature__card{grid-template-columns:1fr;min-height:auto}.home-feature--panel .home-feature__content{min-height:auto}.home-feature__card--image-right .home-feature__media,.home-feature__card--image-right .home-feature__content{order:unset}.featured-card__media,.home-feature--panel .home-feature__media{min-height:144px}.home-story__figure-full .home-story__image-frame:not(:has(.home-story__image--loaded)){min-height:200px}.section-cover,.news-cover{min-height:144px}.layer-list__item{grid-template-columns:1fr;gap:4px}}@media(prefers-reduced-motion:reduce){.featured-news__track{transition:none}.news-carousel__track{scroll-behavior:auto}}
