@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap";:root{--font-body:"Inter", system-ui, sans-serif;--font-display:"DM Sans", system-ui, sans-serif;--font-metric:"Space Grotesk", system-ui, sans-serif;--text:#3d3d42;--text-muted:#8e8e93;--text-h:#0a0a0a;--bg:#fff;--surface:#f5f5f3;--border:#0a0a0a1a;--border-light:#0a0a0a0f;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--page-pad:clamp(1.25rem, 4vw, 3rem);--max-width:1440px}*,:before,:after{box-sizing:border-box}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}html{scroll-padding-top:96px}[id]{scroll-margin-top:96px}body{min-height:100svh;font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}#root{min-height:100svh}h1,h2,h3{font-family:var(--font-display)}.label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:500}a:focus-visible{outline:2px solid var(--text-h);outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.header{z-index:100;box-sizing:border-box;width:100%;padding:clamp(.75rem,1.5vw,1rem) clamp(.5rem,1.25vw,1rem) 0;position:sticky;top:0}.header__inner{isolation:isolate;box-sizing:border-box;background:0 0;border:1px solid #ffffff73;border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:16px 20px;transition:border-color .35s;display:flex;position:relative}.header__inner:before{content:"";z-index:0;border-radius:inherit;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);pointer-events:none;background:#ffffff6b;transition:background .35s;position:absolute;inset:0}.header--scrolled .header__inner{border-color:#ffffff8c}.header--scrolled .header__inner:before{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:#ffffff85}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.header__inner{background:#ffffffe6}.header__inner:before{display:none}.header--scrolled .header__inner{background:#fffffff0}}.header__brand,.header__nav{z-index:1;position:relative}.header__brand{color:inherit;align-items:center;gap:14px;text-decoration:none;display:flex}.header__avatar-wrap{background:#e0e0e0cc;border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden}.header__avatar{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.header__profile-text{flex-direction:column;gap:.15rem;display:flex}.header__name{font-family:var(--font-body);letter-spacing:-.02em;color:var(--text-h);font-size:.95rem;font-weight:600}.header__role{color:var(--text-muted);font-size:.8rem}.header__lang{z-index:1;background:#efefef;border-radius:999px;align-items:center;gap:2px;padding:4px;display:flex;position:relative}.header__lang-sep{display:none}.header__lang-btn{font-family:var(--font-body);letter-spacing:.04em;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 14px;font-size:.75rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.header__lang-btn:hover{color:var(--text-h)}.header__lang-btn--active{color:var(--text-h);background:#fff;box-shadow:0 1px 4px #0000001a}.header__lang-btn--active:hover{color:var(--text-h);background:#fff}.hero{padding:clamp(3rem,8vw,6rem) 0 clamp(2rem,5vw,4rem)}.hero__statements{max-width:1200px;font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-h);flex-direction:column;gap:clamp(1.5rem,3vw,2.5rem);margin:0;font-size:clamp(1.75rem,4.2vw,3.25rem);font-weight:400;line-height:1.15;display:flex}.hero__line{display:block}.coming-soon{z-index:200;justify-content:center;align-items:center;animation:.35s cubic-bezier(.22,1,.36,1) coming-soon-in;display:flex;position:fixed;inset:0}@keyframes coming-soon-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.coming-soon{animation:none}}.coming-soon__backdrop{-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);cursor:pointer;animation:.35s coming-soon-blur-in;position:absolute;inset:0}@keyframes coming-soon-blur-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.coming-soon__backdrop{animation:none}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.coming-soon__backdrop{background:#000000e0}}.coming-soon__content{z-index:1;text-align:center;flex-direction:column;gap:.5rem;max-width:640px;padding:0 clamp(1.5rem,5vw,3rem);animation:.45s cubic-bezier(.22,1,.36,1) .1s both coming-soon-text-in;display:flex;position:relative}@keyframes coming-soon-text-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.coming-soon__content{animation:none}}.coming-soon__text{letter-spacing:-.02em;color:#fff;margin:0;font-family:DM Sans,system-ui,sans-serif;font-size:clamp(1.35rem,3vw,2rem);font-weight:400;line-height:1.35}.coming-soon__link{color:#fff;text-underline-offset:3px;text-decoration-thickness:1px;transition:opacity .2s}.coming-soon__link:hover{opacity:.7}.coming-soon__close{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:20px;right:20px}.coming-soon__close:hover{background:#ffffff40;transform:scale(1.08)}.bento-card{--card-accent:var(--text-h);border-radius:var(--radius-lg);height:100%;min-height:0;font:inherit;text-align:left;color:var(--text-h);cursor:pointer;background:#f4f4f4;border:none;padding:0;text-decoration:none;transition:background .35s;display:block;position:relative;overflow:hidden}.bento-card__surface,.bento-card__preview{width:100%;height:100%;position:absolute;inset:0}.bento-card__surface{background:#f4f4f4;transition:background .35s}.bento-card--has-preview{background:#f4f4f4}.bento-card:hover,.bento-card:hover .bento-card__surface{background:var(--card-accent)}.bento-card__preview{object-position:center center;will-change:transform;transition:transform .6s;display:block;transform:scale(1)}.bento-card:hover .bento-card__preview{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.bento-card__preview{transition:none}.bento-card:hover .bento-card__preview{transform:none}}.bento-card__preview--fill{object-fit:cover}.bento-card__preview--fit{object-fit:contain}.bento-card__overlay{z-index:1;pointer-events:none;flex-direction:column;justify-content:space-between;height:100%;padding:clamp(1.25rem,2.5vw,2rem);display:flex;position:relative}.bento-card__top{justify-content:space-between;align-items:flex-start;display:flex}.bento-card__year{color:var(--text-h);background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.bento-card__arrow{width:44px;height:44px;color:var(--text-h);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;transition:background .25s,color .25s,transform .25s;display:flex}.bento-card--combocards:hover .bento-card__title,.bento-card--combocards:hover .bento-card__meta dt,.bento-card--combocards:hover .bento-card__meta dd,.bento-card--trendtech:hover .bento-card__title,.bento-card--trendtech:hover .bento-card__meta dt,.bento-card--trendtech:hover .bento-card__meta dd,.bento-card--ozon-travel:hover .bento-card__title,.bento-card--ozon-travel:hover .bento-card__meta dt,.bento-card--ozon-travel:hover .bento-card__meta dd,.bento-card--soveak:hover .bento-card__title,.bento-card--soveak:hover .bento-card__meta dt,.bento-card--soveak:hover .bento-card__meta dd,.bento-card--interra:hover .bento-card__title,.bento-card--interra:hover .bento-card__meta dt,.bento-card--interra:hover .bento-card__meta dd{color:#fff}.bento-card--combocards:hover .bento-card__arrow,.bento-card--trendtech:hover .bento-card__arrow,.bento-card--ozon-travel:hover .bento-card__arrow,.bento-card--soveak:hover .bento-card__arrow,.bento-card--interra:hover .bento-card__arrow{color:var(--text-h);background:#fff;transform:translate(2px,-2px)}.bento-card__bottom{margin-top:auto}.bento-card__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-h);margin:0 0 1.25rem;font-size:clamp(1.35rem,2.2vw,2.25rem);font-weight:500;line-height:1.05}.bento-card__meta{gap:2rem;margin:0;display:flex}.bento-card__meta div{flex-direction:column;gap:.25rem;display:flex}.bento-card__meta dt{color:var(--text-muted);margin:0}.bento-card__meta dd{color:var(--text-h);margin:0;font-size:.9rem;font-weight:500}@media (width<=768px){.bento-card__year,.bento-card__bottom{display:none}.bento-card__top{justify-content:flex-end}}.projects{width:100%;padding:clamp(1.5rem,3vw,2.5rem) 0 clamp(3rem,6vw,5rem)}.projects__inner{box-sizing:border-box;width:100%;padding:0 clamp(.5rem,1.25vw,1rem)}.projects__bento{grid-template-rows:minmax(560px,44vw) minmax(560px,44vw) minmax(520px,40vw) minmax(560px,44vw);grid-template-columns:35fr 65fr;gap:clamp(.5rem,1vw,1rem);width:100%;display:grid}.bento-card--full{grid-column:1/-1}.bento-card--left{grid-column:1}.bento-card--right{grid-column:2}@media (width<=1024px){.projects__bento{grid-template-rows:minmax(480px,50vw) minmax(480px,50vw) minmax(440px,46vw) minmax(480px,50vw)}}@media (width<=768px){.projects__bento{grid-template-rows:repeat(5,minmax(420px,75vw));grid-template-columns:1fr}.bento-card--full,.bento-card--left,.bento-card--right{grid-column:1}}.social-buttons{padding-bottom:clamp(1.5rem,3vw,2.5rem)}.social-buttons--footer{margin-bottom:2rem;padding-bottom:0}.social-buttons--footer .social-buttons__row{justify-content:flex-start}.social-buttons__row{flex-wrap:wrap;gap:8px;display:flex}.social-buttons__btn{width:fit-content;height:auto;color:var(--text-h);background:#f4f4f4;border:none;border-radius:20px;align-items:center;gap:16px;padding:16px;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.social-buttons__btn:hover{background:#ebebeb;transform:translateY(-1px)}.social-buttons__icon{object-fit:contain;flex-shrink:0;width:40px;height:40px;display:block}.social-buttons__label{white-space:nowrap;font-size:20px;font-weight:400;line-height:1.2}@media (width<=768px){.social-buttons__label{display:none}.social-buttons__btn{justify-content:center;gap:0;width:72px;height:72px;padding:16px}}.case-hypotheses-wrap{flex-direction:column;gap:1.25rem;width:100%;display:flex}.case-hypotheses{flex-direction:column;gap:8px;width:100%;display:flex}.case-hypothesis{border-radius:var(--radius-lg);background:#f4f4f4;overflow:hidden}.case-hypothesis__toggle{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1.25rem,2vw,1.75rem);display:flex}.case-hypothesis__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-h);font-size:clamp(1.35rem,2.5vw,2rem);font-weight:400;line-height:1.1}.case-hypothesis__arrow{width:44px;height:44px;color:var(--text-h);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;transition:transform .4s cubic-bezier(.22,1,.36,1),background .3s,color .3s;display:flex}.case-hypothesis--open .case-hypothesis__arrow{background:var(--text-h);color:#fff;transform:rotate(90deg)}.case-hypothesis__panel{grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.22,1,.36,1);display:grid}.case-hypothesis--open .case-hypothesis__panel{grid-template-rows:1fr}.case-hypothesis__panel-inner{min-height:0;overflow:hidden}.case-hypothesis__desc{color:var(--text);opacity:0;margin:0;padding:0 clamp(1.25rem,2vw,1.75rem) clamp(1.25rem,2vw,1.75rem);font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.65;transition:opacity .35s,transform .35s cubic-bezier(.22,1,.36,1);transform:translateY(-6px)}.case-hypothesis--open .case-hypothesis__desc{opacity:1;transition-delay:80ms;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.case-hypothesis__panel,.case-hypothesis__arrow,.case-hypothesis__desc{transition:none}.case-hypothesis--open .case-hypothesis__desc{transition-delay:0s}}.case-hypotheses__footnote{max-width:50%;color:var(--text-muted);margin:0;font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.65}@media (width<=900px){.case-hypotheses__footnote{max-width:100%}}.case-improvements{width:100%}.case-improvements__grid{grid-template-columns:repeat(2,1fr);gap:clamp(.5rem,1vw,1rem);display:grid}.case-improvements__card{border-radius:var(--radius-lg);background:#f4f4f4;margin:0;padding:clamp(1.25rem,2vw,1.75rem)}.case-improvements__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-h);margin:0 0 clamp(.75rem,1.5vw,1rem);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:400;line-height:1.15}.case-improvements__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.case-improvements__item{font-family:var(--font-body);color:var(--text);font-size:clamp(.95rem,1.6vw,1.05rem);line-height:1.5}@media (width<=900px){.case-improvements__grid{grid-template-columns:1fr}}.case-media{gap:clamp(.5rem,1vw,1rem);width:100%;display:grid}.case-media--full{grid-template-columns:1fr}.case-media--duo{grid-template-columns:repeat(2,1fr)}.case-media--mobile-mosaic{flex-direction:column;gap:clamp(.5rem,1vw,1rem);width:100%;display:flex}.case-media--mobile-mosaic>.case-media__frame{min-height:clamp(560px,44vw,1200px)}.case-media__row{grid-template-rows:1fr;gap:clamp(.5rem,1vw,1rem);min-width:0;min-height:clamp(560px,44vw,1200px);display:grid}.case-media__row--35-65{grid-template-columns:35fr 65fr}.case-media__row--35-65>.case-media__frame:only-child{grid-column:2}.case-media__row--65-35{grid-template-columns:65fr 35fr}.case-media--mobile-mosaic .case-media__frame{justify-content:center;align-items:center;height:100%;min-height:0;display:flex}.case-media--mobile-mosaic .case-media__placeholder,.case-media--mobile-mosaic .case-media__img{object-fit:contain;object-position:center center;width:100%;height:100%;min-height:clamp(560px,44vw,1200px)}.case-media__frame{border-radius:var(--radius-lg);background:#f4f4f4;min-width:0;margin:0;overflow:hidden}.case-media__placeholder,.case-media__img{border-radius:var(--radius-lg);width:100%;min-height:clamp(720px,56vw,1100px)}.case-media__placeholder{background:#f4f4f4;display:block}.case-media__img{object-fit:contain;object-position:center center;background:#f4f4f4;display:block}.case-media--duo .case-media__placeholder,.case-media--duo .case-media__img{min-height:clamp(520px,40vw,820px)}@media (width<=1024px){.case-media--full .case-media__placeholder,.case-media--full .case-media__img{min-height:clamp(600px,58vw,1100px)}.case-media--duo .case-media__placeholder,.case-media--duo .case-media__img{min-height:clamp(440px,42vw,760px)}}@media (width<=768px){.case-media--duo{grid-template-columns:1fr}.case-media__row--35-65,.case-media__row--65-35{grid-template-columns:1fr}.case-media--full .case-media__placeholder,.case-media--full .case-media__img{min-height:clamp(520px,85vw,1100px)}.case-media--duo .case-media__placeholder,.case-media--duo .case-media__img{min-height:clamp(380px,68vw,640px)}.case-media--mobile-mosaic>.case-media__frame,.case-media--mobile-mosaic .case-media__row,.case-media--mobile-mosaic .case-media__placeholder,.case-media--mobile-mosaic .case-media__img{min-height:clamp(420px,75vw,900px)}}.case-results{flex-direction:column;gap:clamp(1.25rem,2.5vw,2rem);width:100%;display:flex}.case-results__title{max-width:50%;font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-h);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.1}.case-results__grid{grid-template-columns:repeat(4,1fr);gap:clamp(.5rem,1vw,1rem);width:100%;display:grid}.case-results__card{aspect-ratio:auto;border-radius:var(--radius-lg);background:#f4f4f4;grid-template-rows:auto 1fr auto;align-content:stretch;gap:.375rem;min-width:0;min-height:clamp(132px,16vw,188px);padding:clamp(1rem,1.75vw,1.5rem);display:grid;container-type:inline-size}.case-results__card-spacer{grid-row:2;align-self:start;height:50%;min-height:0}.case-results__card--lime{background:#d4ff3d}.case-results__card--purple{color:#fff;background:#5d37da}.case-results__card--dark{color:#fff;background:#000}.case-results__card--purple .case-results__value,.case-results__card--purple .case-results__label,.case-results__card--dark .case-results__value,.case-results__card--dark .case-results__label{color:#fff}.case-results__value-wrap{flex-wrap:wrap;grid-row:1;align-self:start;align-items:baseline;gap:.12em;min-width:0;display:flex}.case-results__trend{font-family:var(--font-metric);color:var(--text-muted);flex-shrink:0;font-size:clamp(1.1rem,5cqi,1.65rem);font-weight:600;line-height:1}.case-results__trend--up{color:#2d6a4f}.case-results__value{font-family:var(--font-metric);letter-spacing:-.04em;color:var(--text-h);overflow-wrap:anywhere;margin:0;font-size:clamp(1.75rem,14cqi,3.25rem);font-weight:700;line-height:.95}.case-results__label{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);grid-row:3;align-self:end;margin:0;font-size:16px;font-weight:500;line-height:1.2}@media (width<=1024px){.case-results__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.case-results__title{max-width:100%}}@media (width<=480px){.case-results__grid{grid-template-columns:1fr}.case-results__card{aspect-ratio:auto;min-height:140px}}.case-text{flex-direction:column;gap:clamp(1rem,2vw,1.5rem);max-width:50%;display:flex}.case-text__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-h);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.1}.case-text__body{flex-direction:column;gap:1rem;width:100%;display:flex}.case-text__paragraph{color:var(--text);margin:0;font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.65}@media (width<=900px){.case-text{max-width:100%}}.case-content{--case-block-gap:clamp(2rem, 4vw, 3rem);--case-media-gap:clamp(.5rem, 1vw, 1rem);gap:var(--case-block-gap);flex-direction:column;width:100%;display:flex}.case-content>.case-media+.case-media{margin-top:calc(var(--case-media-gap) - var(--case-block-gap))}.case-tabs-wrap{width:100%;position:relative}.case-tabs{flex-wrap:wrap;gap:8px;display:flex}.case-tabs__btn{color:var(--text-h);font-family:var(--font-body);cursor:pointer;background:#f4f4f4;border:none;border-radius:20px;align-items:center;gap:10px;padding:16px 20px;font-size:18px;font-weight:400;line-height:1.2;transition:background .2s,color .2s,transform .2s;display:inline-flex}.case-tabs__btn:hover:not(:disabled){background:#ebebeb;transform:translateY(-1px)}.case-tabs__btn--active{background:var(--text-h);color:#fff}.case-tabs__btn--active:hover{background:#1a1a1a}.case-tabs__btn--soon{opacity:.55;cursor:not-allowed}.case-tabs__badge{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:500}.case-tabs__btn--active .case-tabs__badge{color:#ffffffa6}@media (width<=768px){.case-tabs-wrap{width:calc(100% + var(--case-pad));margin-right:calc(var(--case-pad) * -1);overflow:hidden}.case-tabs-wrap:after{content:"";pointer-events:none;background:linear-gradient(90deg, #fff0, var(--bg));opacity:0;width:64px;transition:opacity .2s;position:absolute;top:0;bottom:0;right:0}.case-tabs-wrap--fade-right:after{opacity:1}.case-tabs{padding-right:calc(var(--case-pad) + 56px);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow:auto hidden}.case-tabs::-webkit-scrollbar{display:none}.case-tabs__btn{white-space:nowrap;flex:none}}.case-page{--case-pad:40px;width:100%;padding-bottom:clamp(3rem,6vw,5rem)}.case-page__head,.case-page__body{width:100%;padding-left:var(--case-pad);padding-right:var(--case-pad);box-sizing:border-box}.case-page__head{flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,2.5vw,2rem);padding-top:clamp(1.5rem,3vw,2.5rem);padding-bottom:clamp(1.5rem,3vw,2rem);display:flex}.case-page__back{width:48px;height:48px;color:var(--text-h);background:#f4f4f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.case-page__back:hover{background:var(--text-h);color:#fff;transform:translateY(-2px)}.case-page__back-arrow{font-size:1.25rem;font-weight:500;line-height:1}.case-page__title-row{justify-content:space-between;align-items:flex-end;gap:clamp(1rem,2vw,2rem);width:100%;display:flex}.case-page__title{min-width:0;font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-h);flex:1;margin:0;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.02}.case-page__intro{flex-direction:column;gap:clamp(.75rem,1.5vw,1.25rem);max-width:50%;display:flex}.case-page__summary{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-h);margin:0;font-size:clamp(1.75rem,4.2vw,3.25rem);font-weight:400;line-height:1.15}.case-page__summary-note{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400;line-height:1.5}.case-page__badges{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:8px;display:flex}.case-page__badge{background:#f4f4f4;border-radius:20px;flex-direction:column;gap:6px;padding:16px 20px;display:inline-flex}.case-page__badge-value{color:var(--text-h);font-size:20px;font-weight:500;line-height:1.2}.case-page .case-tabs,.case-page__panel{width:100%}.case-page__empty{border-radius:var(--radius-lg);color:var(--text-muted);background:#f4f4f4;padding:clamp(2rem,4vw,3rem);font-size:1.05rem}@media (width<=900px){.case-page{--case-pad:clamp(1.25rem, 4vw, 40px)}.case-page__intro{max-width:100%}.case-page__title-row{flex-direction:column;align-items:flex-start}.case-page__badges{justify-content:flex-start}}.site{width:100%}.page{width:100%;max-width:var(--max-width);padding:0 var(--page-pad);margin:0 auto}
