@layer reset,tokens,layout,components,utilities;@layer reset{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:visited{color:inherit}ul,ol{list-style:none}}@layer tokens{:root{--bg-primary: #FAFAF8;--bg-secondary: #F0EFEB;--bg-dark: #111111;--bg-dark-elevated: #1A1A1A;--text-primary: #1A1A1A;--text-secondary: #5C5C5C;--text-on-dark: #FAFAF8;--text-on-dark-muted: #9A9A9A;--accent: #2A5CDB;--accent-hover: #1E47B0;--border: #E0DED8;--border-dark: #2A2A2A;--font-heading: "Inter", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-kpi: "Roboto", system-ui, -apple-system, sans-serif;--size-hero-name: clamp(2.75rem, 6vw, 5rem);--size-h2: clamp(1.75rem, 3vw, 2.5rem);--size-h3: clamp(1.25rem, 2vw, 1.5rem);--size-body: clamp(1rem, 1.1vw, 1.125rem);--size-small: .875rem;--size-caption: .75rem;--leading-body: 1.65;--leading-heading: 1.15;--letter-tight: -.025em;--max-width: 1200px;--content-width: 720px;--gutter: clamp(1.25rem, 4vw, 2rem);--section-gap: clamp(4rem, 10vh, 8rem)}}@layer layout{body{font-family:var(--font-body);font-size:var(--size-body);line-height:var(--leading-body);color:var(--text-primary);background-color:var(--bg-primary)}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:var(--content-width)}.full-bleed{width:100%}section{padding-block:var(--section-gap)}}@layer components{.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding-block:1rem;transition:background-color .3s ease,backdrop-filter .3s ease}.nav--scrolled{background-color:#fafaf8f2;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--gutter)}.nav__logo{display:flex;align-items:center}.nav__logo-mark{height:1.85rem;width:auto}.nav__logo-mark--on-light,.nav--scrolled .nav__logo-mark--on-dark{display:none}.nav--scrolled .nav__logo-mark--on-light{display:block}.nav__links{display:flex;gap:2rem}.nav__link{font-size:var(--size-small);font-weight:500;color:var(--text-on-dark-muted);transition:color .2s ease}.nav__link:hover{color:var(--text-on-dark)}.nav--scrolled .nav__link{color:var(--text-secondary)}.nav--scrolled .nav__link:hover{color:var(--text-primary)}.hero{background-color:var(--bg-dark);color:var(--text-on-dark);min-height:100dvh;display:flex;align-items:center;padding-top:5rem;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--gutter)}.hero__content{z-index:1}.hero__name{font-family:var(--font-heading);font-size:var(--size-hero-name);font-weight:700;line-height:var(--leading-heading);letter-spacing:var(--letter-tight);margin-bottom:1.5rem}.hero__role{font-size:var(--size-h3);font-weight:400;color:var(--text-on-dark-muted);margin-bottom:1.5rem;line-height:1.4}.hero__description{font-size:var(--size-body);line-height:var(--leading-body);color:var(--text-on-dark-muted);max-width:520px;margin-bottom:2.5rem}.hero__photo{position:relative}.hero__photo picture{display:block;width:100%}.hero__photo img{width:100%;height:auto;object-fit:cover;max-height:85vh}.hero__cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:var(--size-small);font-weight:600;padding:.875rem 1.75rem;border-radius:4px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.btn:active{transform:scale(.98)}.btn--primary{background-color:var(--accent);color:#fff}.btn--primary:hover{background-color:var(--accent-hover)}.btn--ghost{background-color:transparent;background-image:linear-gradient(currentColor,currentColor);background-size:calc(100% - 3.5rem) 1px;background-position:center bottom;background-repeat:no-repeat;color:var(--text-on-dark-muted);padding:.875rem 1.75rem;border-bottom:none}.btn--ghost:hover{color:var(--text-on-dark)}.trust-strip{background-color:var(--bg-secondary);padding-block:clamp(2.5rem,5vh,4rem)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,3vw,2rem)}.trust-strip__item{text-align:center}.trust-strip__number{font-family:var(--font-kpi);font-size:var(--size-h2);font-weight:700;letter-spacing:var(--letter-tight);color:var(--text-primary);line-height:1.2;margin-bottom:.5rem;white-space:nowrap}.trust-strip__unit{font-family:var(--font-kpi);font-size:.48em;font-weight:400;letter-spacing:.01em;line-height:1;margin-inline-start:.18em;color:var(--text-secondary)}.trust-strip__number--text{white-space:normal;font-size:var(--size-h3);font-weight:700;line-height:1.25;max-width:12ch;margin-inline:auto}.trust-strip__label{display:flex;flex-direction:column;align-items:center;gap:.2em;font-size:var(--size-caption);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:500;line-height:1.35}.section-title{font-family:var(--font-heading);font-size:var(--size-h2);font-weight:700;letter-spacing:var(--letter-tight);line-height:var(--leading-heading);margin-bottom:3rem}.products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.5rem)}.product-card{background-color:var(--bg-secondary);padding:clamp(1.5rem,3vw,2rem);border-radius:6px;display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease}.product-card:hover{transform:translateY(-2px)}.product-card--featured{border:1px solid var(--accent)}.product-card--muted{opacity:.8}.product-card__badge{display:inline-block;font-size:var(--size-caption);font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:3px;width:fit-content}.product-card__badge--active{background-color:var(--accent);color:#fff}.product-card__badge--neutral{background-color:var(--border);color:var(--text-primary)}.product-card__badge--muted{background-color:transparent;color:var(--text-secondary);border:1px solid var(--border)}.product-card__name{font-family:var(--font-heading);font-size:var(--size-h3);font-weight:700;letter-spacing:var(--letter-tight)}.product-card__description{font-size:var(--size-small);color:var(--text-secondary);line-height:var(--leading-body)}.product-card__tech{font-size:var(--size-caption);color:var(--text-secondary);margin-top:auto}.origins__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem)}.origin-card{padding:clamp(1.5rem,3vw,2.5rem);border-left:3px solid var(--border)}.origin-card__period{font-size:var(--size-caption);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:500;margin-bottom:.75rem}.origin-card__title{font-family:var(--font-heading);font-size:var(--size-h3);font-weight:700;letter-spacing:var(--letter-tight);margin-bottom:1rem;display:flex;flex-direction:column;gap:.15em;line-height:var(--leading-heading);color:var(--text-primary)}.origin-card__text{font-size:var(--size-small);color:var(--text-secondary);line-height:var(--leading-body);margin-bottom:1.25rem}.origin-card__arrow{font-size:var(--size-small);font-weight:600;color:var(--accent)}.it-league{background-color:var(--bg-dark);color:var(--text-on-dark)}.it-league__photo{display:block;width:100%;margin:0 0 1rem;overflow:hidden;line-height:0}.it-league__photo picture{display:block;width:100%}.it-league__photo img{display:block;width:100%;height:auto;object-fit:cover}@media(min-width:901px){.it-league__photo{aspect-ratio:1.37 / 1}.it-league__photo picture{height:100%}.it-league__photo img{height:100%;object-position:center bottom}}.it-league__caption{font-size:var(--size-caption);color:var(--text-on-dark-muted);line-height:var(--leading-body);max-width:var(--content-width);margin-inline:auto;padding-inline:var(--gutter);margin-bottom:var(--section-gap)}.it-league__cases{max-width:var(--content-width);margin-inline:auto;padding-inline:var(--gutter);display:flex;flex-direction:column;gap:clamp(2rem,4vh,3rem)}.case-item{border-left:2px solid var(--border-dark);padding-left:1.5rem}.case-item__role{font-size:var(--size-caption);color:var(--text-on-dark-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:500;margin-bottom:.5rem}.case-item__company{font-family:var(--font-heading);font-size:var(--size-h3);font-weight:700;letter-spacing:var(--letter-tight);margin-bottom:.75rem}.case-item__company a{text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:.22em;text-underline-position:from-font;transition:text-decoration-color .2s ease}.case-item__company a:hover{text-decoration-color:var(--text-on-dark-muted)}.case-item__company a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.case-item__text{font-size:var(--size-small);color:var(--text-on-dark-muted);line-height:var(--leading-body)}.case-item__cite{margin-top:1.15rem;font-size:var(--size-caption);color:var(--text-on-dark-muted);letter-spacing:.03em;line-height:1.5}.case-item__cite cite{font-style:normal;font-family:var(--font-kpi);font-weight:400;letter-spacing:.08em}.case-item__cite a{color:var(--text-on-dark);text-decoration:none;border-bottom:1px solid var(--border-dark)}.case-item__cite a:hover{border-color:var(--text-on-dark-muted)}.footer{border-top:1px solid var(--border);padding-block:clamp(3rem,6vh,5rem)}.footer__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer__credo{font-family:var(--font-heading);font-size:var(--size-h3);font-weight:600;letter-spacing:var(--letter-tight);color:var(--text-primary)}.footer__contacts{display:flex;gap:2rem;flex-wrap:wrap}.footer__link{font-size:var(--size-small);font-weight:500;color:var(--text-secondary);transition:color .2s ease;border-bottom:1px solid transparent}.footer__link:hover{color:var(--accent);border-color:var(--accent)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal--visible{opacity:1;transform:translateY(0)}}@layer utilities{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@media(max-width:900px){.hero__grid{grid-template-columns:1fr;text-align:center}.hero__photo{order:-1;max-width:400px;margin-inline:auto}.hero__description{margin-inline:auto}.hero__cta{justify-content:center}.trust-strip__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.products__grid,.origins__grid{grid-template-columns:1fr}.nav__links{gap:1.25rem}}@media(max-width:480px){.trust-strip__grid{grid-template-columns:1fr}.footer__inner{flex-direction:column;text-align:center}.footer__contacts{justify-content:center}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}
