.site-footer{min-height:440px;background:var(--color-background-dark);color:var(--color-white);font-family:var(--font-primary)}.site-footer__inner{width:min(100% - (var(--container-padding) * 2),1123px);margin-inline:auto;padding-block:52px 30px}.site-footer__content{display:grid;grid-template-columns:215px minmax(180px,1fr) minmax(250px,1.1fr) minmax(260px,1fr);gap:clamp(1.75rem,3.5vw,4rem);align-items:start}.site-footer__column{display:contents}.site-footer__brand{display:flex;width:205px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent}.site-footer__brand-logo{display:block;width:100%;max-width:205px;height:auto;object-fit:contain;mix-blend-mode:screen}.site-footer__group{font-size:20px;font-style:normal;font-weight:300;letter-spacing:.15px;line-height:24px}.site-footer__title{margin:0 0 16px;color:var(--color-white);font-size:20px;font-weight:900;letter-spacing:.15px;line-height:24px}.site-footer__list{display:flex;margin:0;padding:0;flex-direction:column;gap:7px;list-style:none}.site-footer__link{display:inline-flex;min-height:26px;align-items:center;color:var(--color-white)}.site-footer__contact-list,.site-footer__contact-link{gap:10px}.site-footer__contact-icon{display:inline-grid;width:22px;min-width:22px;height:22px;place-items:center}.site-footer__contact-icon img,.site-footer__contact-icon svg{width:18px;height:18px}.site-footer__contact-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-footer__social{margin-top:26px}.site-footer__social-list{display:flex;gap:13px;flex-wrap:wrap}.site-footer__social-item{display:inline-grid;min-width:44px;min-height:44px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:var(--color-white);font-size:20px;font-weight:900;line-height:1}.site-footer__social-icon{display:block;width:20px;height:20px;filter:brightness(0) invert(1)}.site-footer__address p{margin:0}.site-footer__divider{height:1px;margin-top:44px;background:#ffffffb3}.site-footer__copyright{max-width:499px;margin:34px auto 0;color:var(--color-white);font-size:20px;font-weight:100;letter-spacing:.15px;line-height:24px;text-align:center}@media(max-width:1100px){.site-footer__content{grid-template-columns:minmax(160px,.8fr) repeat(3,minmax(0,1fr));gap:2rem}.site-footer__brand{width:170px;min-height:186px}}@media(max-width:900px){.site-footer{min-height:auto}.site-footer__inner{padding-block:40px 28px}.site-footer__content{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__brand{grid-column:1 / -1}}@media(max-width:640px){.site-footer__inner{width:min(100% - 32px,1123px);padding-block:28px 22px}.site-footer__content{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);column-gap:clamp(.75rem,4vw,1.25rem);row-gap:0}.site-footer__column{display:flex;min-width:0;flex-direction:column;align-items:stretch}.site-footer__column--right{display:grid;grid-template-columns:minmax(0,1fr);align-content:start}.site-footer__brand{width:clamp(4.5rem,22vw,6rem);min-height:0;margin-bottom:clamp(1rem,4vw,1.5rem);align-self:flex-start}.site-footer__group,.site-footer__copyright{min-width:0;font-size:clamp(.71875rem,3.25vw,.875rem);font-weight:200;line-height:1.45}.site-footer__title{margin-bottom:.625rem;font-size:clamp(.775rem,3vw,1.0225rem);line-height:1.25}.site-footer__list{gap:.25rem}.site-footer__link{min-width:0;min-height:1.5rem}.site-footer__group--contact{display:contents}.site-footer__group--contact>.site-footer__title,.site-footer__contact-list,.site-footer__address,.site-footer__social{grid-column:1}.site-footer__group--contact>.site-footer__title{grid-row:1}.site-footer__contact-list{grid-row:2;margin-bottom:clamp(1rem,4vw,1.35rem);gap:.375rem}.site-footer__address{grid-row:3;margin-bottom:clamp(1rem,4vw,1.35rem)}.site-footer__social{grid-row:4;margin-top:0}.site-footer__contact-link{max-width:100%;gap:.375rem}.site-footer__contact-link>span:last-child{min-width:0;overflow-wrap:anywhere}.site-footer__contact-icon{width:1.125rem;min-width:1.125rem;height:1.125rem}.site-footer__contact-icon img,.site-footer__contact-icon svg{width:.9375rem;height:.9375rem}.site-footer__social-list{gap:.5rem}.site-footer__social-item{width:clamp(2rem,9vw,2.5rem);min-width:clamp(2rem,9vw,2.5rem);min-height:clamp(2rem,9vw,2.5rem);font-size:clamp(.875rem,3.5vw,1rem)}.site-footer__divider{margin-top:clamp(1.5rem,6vw,2rem)}.site-footer__copyright{margin-top:1rem}}.cta-button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius-pill);padding:var(--spacing-sm) var(--spacing-xl);font-size:.875rem;font-weight:600;letter-spacing:.02em;line-height:1;transition:background-color var(--transition-base),border-color var(--transition-base),color var(--transition-base),transform var(--transition-base)}.cta-button:hover{opacity:1;transform:translateY(-2px)}.cta-button--primary{background-color:var(--color-black);color:var(--color-text-light)}.cta-button--primary:hover{background-color:var(--color-black-soft)}.cta-button--secondary{background-color:var(--color-silver-light);color:var(--color-black)}.cta-button--secondary:hover{background-color:var(--color-silver)}.cta-button--outline{border-color:currentColor;background-color:transparent;color:inherit}.cta-button--outline:hover{background-color:var(--color-black);color:var(--color-text-light)}.section-dark .cta-button--primary{background-color:var(--color-off-white);color:var(--color-black)}.cta-button__label{display:inline-block;position:relative;z-index:2;color:inherit!important;font-size:inherit;line-height:1;opacity:1!important;visibility:visible!important;text-indent:0;-webkit-text-fill-color:currentColor}.site-header{position:absolute;top:clamp(18px,3vw,30px);left:50%;z-index:var(--z-index-header);width:min(calc(100% - clamp(40px,8vw,112px)),1190px);transform:translate(-50%)}.site-header__nav{display:flex;min-height:clamp(58px,5vw,68px);align-items:center;justify-content:space-between;gap:clamp(.875rem,2vw,2rem);border-radius:90px;padding:clamp(9px,1vw,12px) clamp(18px,2.3vw,30px);background:#00000080;color:var(--color-white)}.site-header__topbar{display:contents}.site-header__logo{display:inline-flex;order:0;flex:0 0 auto;align-items:center;justify-content:center;text-decoration:none}.site-header__logo-image{display:block;width:clamp(112px,10vw,150px);height:auto;object-fit:contain}.site-header__links,.site-header__actions{display:flex;align-items:center;gap:clamp(.875rem,1.65vw,1.75rem)}.site-header__links{order:1}.site-header__actions{order:2}.site-header__links a{color:var(--color-white);font-family:var(--font-primary);font-size:clamp(15px,1.25vw,17px);font-weight:400;line-height:1}.site-header__items{position:relative;display:flex;align-items:center}.site-header__items-trigger{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(15px,1.25vw,17px);font-weight:400;line-height:1;transition:opacity var(--transition-base)}.site-header__items-trigger:hover{opacity:.75}.site-header__items-arrow{width:.48rem;height:.48rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-.12rem) rotate(45deg);transition:transform var(--transition-base)}.site-header__items[data-open=true] .site-header__items-arrow{transform:translateY(.12rem) rotate(225deg)}.site-header__dropdown{position:absolute;top:100%;left:50%;z-index:calc(var(--z-index-header) + 1);display:flex;width:max-content;min-width:220px;flex-direction:column;margin-top:0;border:1px solid rgba(255,255,255,.32);border-radius:16px;padding:.5rem .8rem;background:#181818ad;box-shadow:0 12px 26px #0003;opacity:0;visibility:hidden;transform:translate(-50%,.55rem);transition:opacity .18s ease,transform .18s ease,visibility .18s;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);pointer-events:none}.site-header__items[data-open=true] .site-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%,.35rem);pointer-events:auto}.site-header__dropdown:before{position:absolute;right:0;bottom:100%;left:0;height:.5rem;content:""}.site-header__dropdown a{padding:.85rem .75rem;line-height:1.25;transition:background-color var(--transition-base),opacity var(--transition-base)}.site-header__dropdown a+a{border-top:1px solid rgba(255,255,255,.16)}.site-header__dropdown a:hover,.site-header__dropdown a:focus-visible{border-radius:8px;background:#ffffff1a;opacity:1}.site-header__actions .cta-button{min-height:44px;border-radius:10px;padding-inline:16px;font-size:15px;font-weight:500;letter-spacing:0}.site-header__actions .site-header__catalog{width:112px;background:#d9d9d933;color:var(--color-white)}.site-header__actions .site-header__quote{width:196px;background:#f9f5f5;color:var(--color-black)}.site-header__menu-button{display:none;order:3;min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:999px;background:#d9d9d933;color:var(--color-white);font-size:1.6rem}.site-header__menu-icon{display:block;line-height:1}.site-header__mobile-menu{display:none}@media(max-width:68rem){.site-header{top:24px;width:min(calc(100% - 64px),1190px)}.site-header__nav{min-height:66px;padding:10px 16px 10px 22px}.site-header__menu-button{display:inline-flex}.site-header__links,.site-header__actions{display:none}.site-header__nav[data-open=true]{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;max-height:calc(100dvh - 48px);border-radius:32px;padding:16px 18px 20px 22px;overflow-y:auto;background:#0c0c0cfa;box-shadow:0 20px 52px #00000057;overscroll-behavior:contain;scrollbar-color:rgba(255,255,255,.28) transparent;scrollbar-width:thin}.site-header__nav[data-open=true] .site-header__topbar{display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;gap:1rem}.site-header__nav[data-open=true] .site-header__menu-button{flex:0 0 auto;background:#ffffff24;font-size:2rem}.site-header__nav[data-open=true] .site-header__menu-icon{transform:translateY(-.04em)}.site-header__nav[data-open=true] .site-header__mobile-menu{display:flex;order:1;width:100%;flex-direction:column;min-width:0}.site-header__mobile-links{display:flex;width:100%;flex-direction:column;margin-top:clamp(1.15rem,3.2vh,1.75rem);border-top:1px solid rgba(255,255,255,.14)}.site-header__mobile-link{display:flex;min-width:0;min-height:48px;align-items:center;border-bottom:1px solid rgba(255,255,255,.14);padding:.75rem .25rem;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(.95rem,2.4vw,1.08rem);font-weight:400;line-height:1.3}.site-header__mobile-link:hover,.site-header__mobile-link:focus-visible,.site-header__mobile-link.is-active{opacity:1}.site-header__mobile-link.is-active{color:var(--color-silver-light);font-weight:600}.site-header__mobile-actions{display:grid;width:min(100%,38rem);grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:clamp(.5rem,1.5vw,.75rem);margin-top:clamp(1.15rem,3.2vh,1.75rem)}.site-header__mobile-actions .cta-button{width:100%;min-width:0;min-height:54px;border-radius:10px;padding:.7rem .55rem;font-size:clamp(.75rem,2.2vw,.94rem);font-weight:500;line-height:1.2;letter-spacing:0;white-space:normal}.site-header__mobile-actions .site-header__catalog{background:#d9d9d91f;color:var(--color-white)}.site-header__mobile-actions .site-header__quote{background:#f9f5f5;color:var(--color-black)}}@media(max-width:36rem){.site-header{top:16px;width:calc(100% - 32px)}}@media(max-width:48rem){.site-header{top:18px;width:calc(100% - 28px)}.site-header__nav{min-height:74px;padding:12px 16px 12px 22px}.site-header__nav[data-open=true]{max-height:calc(100dvh - 36px);border-radius:28px;padding:14px 16px 18px 22px}.site-header__logo-image{width:clamp(132px,38vw,164px)}.site-header__menu-button{min-width:50px;min-height:50px;font-size:1.85rem}.site-header__nav[data-open=true] .site-header__menu-button{font-size:2rem}}.hero-section{display:flex;min-height:clamp(32rem,72vh,50rem);align-items:center;background-color:var(--color-background-dark);background-position:center;background-size:cover;color:var(--color-text-on-dark)}.hero-section__content{display:flex;max-width:50rem;flex-direction:column;align-items:flex-start;gap:var(--spacing-lg);padding-block:var(--section-spacing)}.hero-section--home{overflow-x:hidden}.hero-section--home .hero-section__content{animation:heroContentEnter 3s cubic-bezier(.22,1,.36,1) both}@keyframes heroContentEnter{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.hero-section--center .hero-section__content{margin-inline:auto;align-items:center;text-align:center}.hero-section__eyebrow{color:var(--color-silver-light);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.hero-section__title{margin:0;font-size:clamp(2.75rem,8vw,6rem);font-weight:500;letter-spacing:-.05em;line-height:.98}.hero-section__subtitle{max-width:40rem;margin:0;color:var(--color-silver-light);font-size:clamp(1rem,2vw,1.2rem);line-height:1.75}.hero-section__actions{display:flex;flex-wrap:wrap;gap:var(--spacing-md);padding-top:var(--spacing-sm)}.hero-section .cta-button--primary{background-color:var(--color-off-white);color:var(--color-black)}@media(max-width:36rem){.hero-section__actions,.hero-section__actions .cta-button{width:100%}}@media(prefers-reduced-motion:reduce){.hero-section--home .hero-section__content{animation:none;opacity:1;transform:none}}.home-services-section{overflow:hidden;background:#fff;color:#1a1919;opacity:0;transform:translateY(-20px);transition:opacity 1s ease,transform 1s ease}.home-services-section--visible{opacity:1;transform:translateY(0)}.home-services-section__inner{display:grid;width:min(calc(100% - clamp(32px,6vw,96px)),1180px);min-height:0;grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);grid-template-areas:"header visual" "cards visual";column-gap:clamp(34px,6vw,88px);align-items:center;margin-inline:auto;padding-block:clamp(42px,5vw,68px)}.home-services-section__header{grid-area:header;width:min(100%,660px)}.home-services-section__title{width:min(520px,100%);min-height:0;margin:0;color:#1a1919;font-size:clamp(42px,4.2vw,58px);font-weight:500;letter-spacing:-.065em;line-height:.98}.home-services-section__script{display:block;width:min(620px,100%);margin-top:clamp(-14px,-1.2vw,-6px);color:#1a1919;font-size:clamp(62px,6.8vw,96px);line-height:.92;white-space:nowrap}.home-services-section__cards{display:grid;position:relative;z-index:2;grid-area:cards;width:min(100%,580px);grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,1.6vw,22px) clamp(16px,2vw,28px);margin-top:clamp(24px,3vw,42px)}.service-category-card{appearance:none;display:flex;width:100%;min-height:clamp(104px,9vw,138px);flex-direction:column;justify-content:flex-start;border:3px solid #1a1919;border-radius:7px;padding:clamp(13px,1.35vw,18px) clamp(14px,1.5vw,18px);background:#fff;color:#1a1919;cursor:pointer;font:inherit;text-align:left;text-decoration:none;transition:background-color 1s ease,color 1s ease,border-color 1s ease}.service-category-card:focus-visible{outline:3px solid #1a1919;outline-offset:4px}.service-category-card--active{background:#1a1919;color:#fff}.service-category-card h3{margin:0 0 clamp(8px,1vw,14px);font-size:clamp(21px,2vw,26px);font-weight:700;letter-spacing:-.045em;line-height:1}.service-category-card p{max-width:390px;margin:0;font-size:clamp(13px,1.15vw,15px);font-weight:400;letter-spacing:-.035em;line-height:1.08}.home-services-section__visual{z-index:1;grid-area:visual;justify-self:center;width:min(100%,clamp(280px,30vw,410px));max-height:clamp(430px,52vw,600px);pointer-events:none}.home-services-section__image{display:block;width:100%;max-height:inherit;object-fit:contain;object-position:center bottom;transition:transform .5s ease}.home-services-section__image--uniformes{transform:scale(1)}.home-services-section__image--calcados{transform:translate(-20px) scale(1.5)}.home-services-section__image--barretinas{transform:translateY(20px) scale(1.25)}.home-services-section__image--acessorios{transform:translate(-20px) scale(1.6)}@media(max-width:64rem){.home-services-section__inner{width:min(calc(100% - 40px),920px);grid-template-columns:minmax(0,1fr) minmax(230px,.68fr);column-gap:clamp(22px,4vw,42px);padding-block:clamp(36px,5vw,54px)}.home-services-section__title{width:min(470px,100%);font-size:clamp(38px,5vw,50px)}.home-services-section__script{width:min(560px,100%);font-size:clamp(58px,8vw,82px)}.home-services-section__cards{width:min(100%,540px);gap:14px 18px;margin-top:24px}.service-category-card{min-height:104px;padding:13px 14px}.service-category-card h3{font-size:clamp(20px,2.4vw,24px)}.service-category-card p{font-size:13px}.home-services-section__visual{width:min(100%,clamp(230px,29vw,320px));max-height:500px}}@media(max-width:46rem){.home-services-section__inner{display:flex;width:calc(100% - 40px);flex-direction:column;padding-block:42px 52px}.home-services-section__header{width:100%;text-align:center}.home-services-section__title{width:100%;font-size:clamp(36px,10vw,46px)}.home-services-section__script{width:100%;margin-top:-4px;font-size:clamp(54px,16vw,76px);white-space:normal}.home-services-section__visual{order:3;align-self:center;width:min(76vw,300px);max-height:380px;margin-top:24px}.home-services-section__cards{order:2;width:100%;grid-template-columns:1fr;gap:16px;margin-top:26px}.service-category-card{min-height:0;padding:16px}.service-category-card h3{font-size:clamp(22px,6.4vw,25px)}.service-category-card p{max-width:100%;font-size:clamp(15px,4.2vw,16px);line-height:1.14}.home-services-section__image--calcados,.home-services-section__image--barretinas,.home-services-section__image--acessorios{transform:none}}@media(prefers-reduced-motion:reduce){.home-services-section{opacity:1;transform:none;transition:none}}.home-bidding-section{position:relative;min-height:clamp(540px,52vw,650px);background:linear-gradient(90deg,#1a1a1a,#2f2f2f 52%,#383838);color:var(--color-white);isolation:isolate}.home-bidding-section:before{content:none}.home-bidding-section__container{position:relative;z-index:1;display:grid;min-height:clamp(540px,52vw,650px);grid-template-areas:"copy" "benefits";grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-content:center;row-gap:clamp(22px,3vw,40px);padding-top:clamp(50px,5.3vw,72px);padding-bottom:clamp(42px,4.2vw,56px)}.home-bidding-section__copy{position:relative;z-index:2;grid-area:copy;align-self:center}.home-bidding-section__title{display:flex;position:relative;width:max-content;max-width:100%;flex-direction:row;align-items:baseline;gap:clamp(12px,1.2vw,20px);margin:0 0 16px;color:var(--color-white);white-space:nowrap}.home-bidding-section__title-line{display:flex;align-items:baseline;gap:clamp(12px,1.45vw,21px);white-space:nowrap}.home-bidding-section__title-main{font-size:clamp(44px,4.25vw,60px);font-weight:500;letter-spacing:-.055em;line-height:.95}.home-bidding-section__title-script{display:inline-block;margin-left:1px;font-size:clamp(74px,8vw,88px);line-height:.62;transform:translateY(-.001em);text-shadow:0 2px 2px rgba(0,0,0,.18)}.home-bidding-section__description{display:grid;max-width:505px;gap:15px;margin-bottom:clamp(22px,2.6vw,30px);color:var(--color-white);font-size:clamp(15px,1.28vw,18px);font-weight:400;letter-spacing:-.02em;line-height:1.16}.home-bidding-section__description p{margin:0}.home-bidding-section__cta{display:inline-flex;width:min(100%,405px);min-height:clamp(56px,4.7vw,62px);align-items:center;justify-content:flex-start;gap:15px;border-radius:10px;margin-bottom:clamp(24px,3.4vw,36px);padding:13px 26px;background:linear-gradient(180deg,#10bf00,#128d07,#10bf00);color:var(--color-white);font-size:clamp(17px,1.45vw,21px);font-weight:700;letter-spacing:-.02em;line-height:1;transition:filter var(--transition-base),transform var(--transition-base)}.home-bidding-section__cta:hover{opacity:1;filter:brightness(1.04);transform:translateY(-1px)}.home-bidding-section__cta:focus-visible{outline:3px solid var(--color-white);outline-offset:4px}.home-bidding-section__cta img{width:38px;height:38px;flex:0 0 auto}.home-bidding-section__image-wrap{position:absolute;z-index:0;right:0;bottom:clamp(42px,4.2vw,56px);width:min(58vw,clamp(560px,58vw,920px));max-width:58vw;height:calc(100% - clamp(50px,5.3vw,72px) - clamp(42px,4.2vw,56px));max-height:100%;margin:0;pointer-events:none}.home-bidding-section__image{width:100%;height:100%;object-fit:contain;object-position:right center}.home-bidding-section__benefits{position:relative;z-index:3;display:grid;min-height:0;grid-area:benefits;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-self:end;border:1px solid rgba(255,255,255,1);border-radius:10px;padding:clamp(18px,2vw,24px) clamp(20px,2.5vw,28px);background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bidding-benefit{display:flex;align-items:center;gap:17px;min-width:0}.bidding-benefit__image{width:clamp(56px,4.9vw,66px);height:clamp(56px,4.9vw,66px);flex:0 0 auto;object-fit:contain}.bidding-benefit__content h3{margin:0 0 7px;color:var(--color-white);font-size:clamp(16px,1.35vw,19px);font-weight:600;letter-spacing:-.02em;line-height:1.05}.bidding-benefit__content p{margin:0;color:var(--color-white);font-size:clamp(14px,1.12vw,16px);font-weight:400;letter-spacing:-.02em;line-height:1.18}@media(max-width:75rem){.home-bidding-section,.home-bidding-section__container{min-height:clamp(520px,54vw,610px)}.home-bidding-section__container{row-gap:clamp(20px,2.6vw,34px);padding-top:52px;padding-bottom:42px}.home-bidding-section__title-main{font-size:clamp(46px,4.7vw,58px)}.home-bidding-section__title-script{font-size:clamp(68px,6.8vw,84px)}.home-bidding-section__description{margin-bottom:24px}.home-bidding-section__cta{min-height:60px;margin-bottom:34px}.home-bidding-section__image-wrap{bottom:42px;width:min(57vw,clamp(500px,57vw,720px));max-width:57vw;height:calc(100% - 94px)}.home-bidding-section__benefits{padding:20px 24px}.bidding-benefit__image{width:62px;height:62px}}@media(max-width:58rem){.home-bidding-section,.home-bidding-section__container{min-height:0}.home-bidding-section{padding-block:58px}.home-bidding-section__container{display:flex;flex-direction:column;gap:28px;padding-top:0;padding-bottom:0}.home-bidding-section__image-wrap{display:none}.home-bidding-section__title{flex-wrap:wrap;margin-bottom:24px;white-space:normal}.home-bidding-section__description{max-width:100%;margin-bottom:20px}.home-bidding-section__cta{margin-bottom:6px}.home-bidding-section__benefits{order:3;width:100%;min-width:0;max-width:100%;grid-template-columns:1fr;align-self:stretch;margin-bottom:0;padding:26px}}@media(max-width:36rem){.home-bidding-section{padding-block:46px}.home-bidding-section__container{width:calc(100% - 40px)}.home-bidding-section__title{display:block}.home-bidding-section__title-line{display:flex;gap:15px}.home-bidding-section__title-main{font-size:clamp(38px,11vw,44px);letter-spacing:-.045em}.home-bidding-section__title-script{font-size:clamp(54px,16vw,66px);transform:translateY(.06em)}.home-bidding-section__description{gap:15px;font-size:16px;line-height:1.2}.home-bidding-section__cta{width:100%;min-height:56px;gap:15px;padding-inline:18px;font-size:clamp(16px,4.5vw,18px)}.home-bidding-section__cta img{width:34px;height:34px}.home-bidding-section__image-wrap{height:clamp(240px,66vw,330px);width:100%;margin-inline:auto}.home-bidding-section__benefits{gap:20px;padding:24px 20px}.bidding-benefit{align-items:flex-start;gap:18px}.bidding-benefit__image{width:60px;height:60px}.bidding-benefit__content h3{font-size:19px}.bidding-benefit__content p{font-size:16px}}.home-institutions-section{width:100%;max-width:100%;background:#fff;color:#1a1919;padding:clamp(2.25rem,4vw,3.75rem) 0 clamp(2.75rem,5vw,4.75rem);overflow:hidden;box-sizing:border-box}.home-institutions-section__inner{width:calc(100% - 48px);max-width:1307px;margin-inline:auto;box-sizing:border-box}.home-institutions-section__title{display:flex;width:100%;max-width:1120px;margin:0 auto;align-items:baseline;justify-content:center;gap:clamp(.25rem,.65vw,.625rem);color:#1a1919;font-weight:500;line-height:1;text-align:center;white-space:nowrap}.home-institutions-section__title-text{display:inline-block;font-family:var(--font-primary, "Epilogue", sans-serif);font-size:clamp(2.25rem,4.6vw,4rem);font-weight:500;letter-spacing:-.06em;vertical-align:top}.home-institutions-section__title-script{display:inline-block;color:#1a1919;font-family:var(--font-highlight, "Italianno", cursive);font-size:clamp(4.5rem,7.5vw,7.5rem);font-weight:400;letter-spacing:0;line-height:.76;transform:translateY(-.03em)}.home-institutions-section__subtitle{width:100%;max-width:651px;margin:clamp(1rem,1.8vw,1.5rem) auto 0;color:#1a1919;font-family:var(--font-primary, "Epilogue", sans-serif);font-size:clamp(1rem,1.55vw,1.25rem);font-weight:300;line-height:1.2;text-align:center}.home-institutions-section__carousel{position:relative;width:min(100%,1200px);max-width:100%;margin:clamp(2rem,4vw,3.5rem) auto 0;overflow:hidden;contain:paint;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000000 9%,#000000 91%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000000 9%,#000000 91%,transparent 100%)}.home-institutions-section__track{display:flex;width:max-content;max-width:none;align-items:center;gap:clamp(2.5rem,5vw,5.25rem);margin:0;animation:home-institutions-section-scroll 38s linear infinite;will-change:transform}.home-institutions-section__carousel:hover .home-institutions-section__track{animation-play-state:paused}.home-institutions-section__item{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:clamp(12rem,16vw,16rem);height:clamp(7rem,10vw,9rem)}.home-institutions-section__logo{display:block;width:100%;max-width:100%;height:100%;object-fit:contain}@keyframes home-institutions-section-scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - (clamp(2.5rem,5vw,5.25rem)/2)),0,0)}}@media(max-width:900px){.home-institutions-section__inner{width:calc(100% - 40px)}.home-institutions-section__track{animation-duration:32s}}@media(max-width:640px){.home-institutions-section{padding:2.75rem 0 3.75rem}.home-institutions-section__inner{width:calc(100% - 40px)}.home-institutions-section__title{flex-wrap:wrap;row-gap:0;white-space:normal}.home-institutions-section__title-script{transform:translateY(.035em)}.home-institutions-section__subtitle{margin-top:.875rem}.home-institutions-section__carousel{width:100%;margin-top:2.5rem;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000000 12%,#000000 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000000 12%,#000000 88%,transparent 100%)}}@media(prefers-reduced-motion:reduce){.home-institutions-section__track{animation:none}}.home-founder-section{overflow:hidden;background:var(--color-white);color:#1a1919}.home-founder-section__container{display:grid;min-height:clamp(620px,58vw,700px);grid-template-columns:minmax(280px,430px) minmax(0,610px);grid-template-areas:"portrait title" "portrait content";align-items:start;column-gap:27px;padding-top:clamp(62px,6vw,86px);padding-bottom:clamp(58px,6vw,78px)}.home-founder-section__title{display:flex;grid-area:title;width:min(100%,657px);flex-direction:column;align-items:flex-start;margin:clamp(54px,6vw,78px) 0 0;transform:translateY(clamp(52px,5vw,78px));color:#1a1919;font-family:var(--font-primary);font-size:clamp(48px,4.6vw,64px);font-weight:500;letter-spacing:-.055em;line-height:.99}.home-founder-section__title-main{display:block}.home-founder-section__title-script{display:block;margin-top:-10px;color:#1a1919;font-size:clamp(72px,7.2vw,96px);font-weight:400;letter-spacing:0;line-height:1}.home-founder-section__portrait-wrap{display:flex;grid-area:portrait;width:min(100%,430px);height:clamp(520px,48vw,590px);align-items:stretch;justify-content:center;opacity:0;transform:translate(-48px);transition:opacity 1.3s cubic-bezier(.22,1,.36,1),transform 4s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.home-founder-section--visible .home-founder-section__portrait-wrap{opacity:1;transform:translate(0)}.home-founder-section__portrait-placeholder{display:grid;width:100%;min-height:100%;place-items:end center;padding:32px;border:1px dashed rgba(26,25,25,.28);background:radial-gradient(ellipse at 50% 16%,rgba(26,25,25,.12),transparent 64px),linear-gradient(180deg,#1a191914,#1a191905);color:#1a191994;font-size:13px;font-weight:500;letter-spacing:.14em;line-height:1.4;text-align:center;text-transform:uppercase}.home-founder-section__content{display:flex;grid-area:content;width:min(100%,651px);flex-direction:column;align-items:flex-start;margin-top:clamp(24px,3vw,34px)}.home-founder-section__description{max-width:651px;margin:0;color:#000;font-family:var(--font-primary);font-size:clamp(19px,1.75vw,22px);font-weight:300;line-height:1.2}.home-founder-section__cta{width:min(100%,447px);min-height:54px;gap:12px;margin-top:clamp(34px,4vw,48px);border-radius:10px;font-size:20px;font-weight:500;letter-spacing:0}.home-founder-section__cta:hover{transform:translateY(-1px)}.home-founder-section__cta-icon{flex:0 0 auto}@media(max-width:76rem){.home-founder-section__container{grid-template-columns:minmax(280px,42%) minmax(0,1fr);column-gap:clamp(24px,3vw,40px);padding-top:clamp(76px,9vw,110px);padding-bottom:clamp(56px,7vw,86px)}.home-founder-section__title{margin-top:clamp(56px,7vw,86px);font-size:clamp(58px,5.8vw,66px)}.home-founder-section__title-script{font-size:clamp(82px,9vw,104px)}.home-founder-section__portrait-wrap{height:auto;min-height:560px}.home-founder-section__description{font-size:clamp(20px,2vw,22px)}}@media(max-width:58rem){.home-founder-section__container{min-height:0;grid-template-columns:1fr;grid-template-areas:"portrait" "title" "content";row-gap:34px;padding-top:72px;padding-bottom:72px}.home-founder-section__title{width:100%;margin:0;transform:none;font-size:clamp(58px,10vw,64px)}.home-founder-section__title-script{font-size:clamp(70px,13vw,88px)}.home-founder-section__portrait-wrap{width:min(100%,430px);min-height:0;height:auto;aspect-ratio:505 / 674;justify-self:center}.home-founder-section__content{width:100%;margin-top:8px}.home-founder-section__description{font-size:20px;line-height:1.35}.home-founder-section__cta{margin-top:38px}}@media(max-width:36rem){.home-founder-section__container{width:calc(100% - 40px);row-gap:28px;padding-top:56px;padding-bottom:56px}.home-founder-section__title{font-size:clamp(44px,10vw,52px);letter-spacing:-.05em}.home-founder-section__title-script{margin-top:-6px;font-size:clamp(62px,18vw,76px)}.home-founder-section__description{font-size:18px;line-height:1.45}.home-founder-section__cta{width:100%;min-height:56px;margin-top:32px;font-size:18px}}@media(prefers-reduced-motion:reduce){.home-founder-section__portrait-wrap{opacity:1;transform:none;transition:none;will-change:auto}}.home-stats-section{overflow:hidden;width:100%;background:#fff;color:#000}.home-stats-section__container{max-width:1310px}.home-stats-section__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(24px,3vw,48px);margin:0;padding:clamp(72px,7vw,105px) 0 clamp(52px,5vw,72px)}.home-stats-section__item{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}.home-stats-section__value{margin:0;color:#000;font-family:var(--font-primary);font-size:clamp(88px,9.68vw,128px);font-weight:700;letter-spacing:-.08em;line-height:.99;white-space:nowrap}.home-stats-section__label{max-width:310px;margin:6px 0 0;color:#1a1919;font-family:var(--font-primary);font-size:clamp(32px,3.63vw,48px);font-weight:500;letter-spacing:-.055em;line-height:.99;text-align:center}@media(max-width:75rem){.home-stats-section__list{gap:clamp(18px,2.2vw,28px)}.home-stats-section__value{font-size:clamp(78px,9vw,112px)}.home-stats-section__label{max-width:270px;font-size:clamp(28px,3.4vw,42px)}}@media(max-width:58rem){.home-stats-section__list{gap:clamp(14px,2vw,22px);padding:64px 0}.home-stats-section__value{font-size:clamp(62px,8.7vw,86px);letter-spacing:-.075em}.home-stats-section__label{max-width:210px;font-size:clamp(22px,3.2vw,30px)}}@media(max-width:44rem){.home-stats-section__container{width:calc(100% - 40px)}.home-stats-section__list{grid-template-columns:1fr;gap:48px;padding:64px 0}.home-stats-section__value{font-size:clamp(66px,18vw,84px)}.home-stats-section__label{max-width:300px;font-size:clamp(26px,7vw,32px)}}.final-item-cta{position:relative;width:100%;margin:0;overflow:hidden;background:linear-gradient(135deg,#eee,#ccc 48%,#a8a8a8);isolation:isolate}.final-item-cta__container{position:relative;z-index:1;display:grid;height:clamp(26rem,34vw,32rem);min-width:0;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(1rem,3vw,3rem)}.final-item-cta__content{display:flex;position:relative;z-index:2;width:100%;max-width:32rem;min-width:0;flex-direction:column;align-items:flex-start;padding-block:clamp(2.5rem,5vw,4.5rem);color:var(--color-black)}.final-item-cta__visual{display:flex;position:relative;align-self:stretch;min-width:0;align-items:flex-end;justify-content:flex-end}.final-item-cta__image{display:block;position:absolute;right:0;bottom:0;width:min(100%,58.625rem);max-width:100%;max-height:96%;aspect-ratio:auto 938 / 625;object-fit:contain;object-position:right bottom}.final-item-cta__title{display:flex;flex-direction:row;align-items:baseline;gap:clamp(.5rem,1vw,1rem);margin:0 0 clamp(.75rem,1.3vw,1.25rem);font-family:var(--font-primary);font-weight:500;letter-spacing:-.045em;line-height:.86;white-space:nowrap}.final-item-cta__title-main{font-size:clamp(2.25rem,4.15vw,4.25rem)}.final-item-cta__title-highlight{margin-top:0;font-family:var(--font-highlight);font-size:clamp(5rem,8vw,8.5rem);font-weight:400;letter-spacing:-.025em;line-height:.7}.final-item-cta__description{max-width:31rem;margin:0 0 clamp(1.25rem,2vw,2rem);font-family:var(--font-primary);font-size:clamp(.875rem,1.25vw,1.125rem);font-weight:400;line-height:1.35}.final-item-cta__link{display:inline-flex;min-height:clamp(3rem,3.65vw,3.5rem);align-items:center;justify-content:center;border-radius:var(--radius-md);padding:.75rem clamp(1.5rem,2.4vw,2.25rem);background:var(--color-black);color:var(--color-white);font-family:var(--font-primary);font-size:clamp(.875rem,1.05vw,1rem);font-weight:600;line-height:1;transition:background-color var(--transition-base),transform var(--transition-base)}.final-item-cta__link:hover{background:var(--color-black-soft);opacity:1;transform:translateY(-2px)}.final-item-cta__link:focus-visible{outline-color:var(--color-black)}@media(max-width:900px){.final-item-cta__title{flex-direction:column;align-items:flex-start;gap:0;white-space:normal}}@media(max-width:43.75rem){.final-item-cta--hide-image-mobile .final-item-cta__container{display:flex;height:auto;min-height:0;flex-direction:column;gap:0;padding-top:clamp(2rem,8vw,3rem);padding-bottom:clamp(2rem,8vw,3rem)}.final-item-cta--hide-image-mobile .final-item-cta__content{width:100%;max-width:none;padding-block:0}.final-item-cta--hide-image-mobile .final-item-cta__visual{display:none}}@media(max-width:640px){.final-item-cta__container{display:flex;height:auto;min-height:0;flex-direction:column;gap:0;padding-top:clamp(2rem,8vw,3rem)}.final-item-cta__content{width:100%;max-width:none;padding-block:0}.final-item-cta__title{margin-bottom:clamp(1rem,4vw,1.35rem);line-height:1}.final-item-cta__title-main{font-size:clamp(2.25rem,11vw,3rem)}.final-item-cta__title-highlight{margin-top:0;padding-bottom:.08em;font-size:clamp(3.75rem,17vw,4.75rem);line-height:.82}.final-item-cta__description{max-width:34rem;margin-bottom:clamp(1.25rem,5vw,1.75rem);font-size:clamp(.95rem,3.8vw,1.05rem);line-height:1.45}.final-item-cta__link{width:min(100%,17rem);min-height:3.25rem}.final-item-cta__visual{position:relative;width:100%;min-height:0;align-self:flex-end;margin-top:clamp(.75rem,3vw,1.25rem)}.final-item-cta__image{position:relative;right:auto;bottom:auto;width:min(90%,28rem);height:auto;max-height:none}}@media(prefers-reduced-motion:reduce){.final-item-cta__link{transition:none}.final-item-cta__link:hover{transform:none}}.home-final-cta--reveal-ready{opacity:0;transform:translate3d(0,80px,0);will-change:opacity,transform}.home-final-cta--reveal-ready.home-final-cta--visible{opacity:1;transform:translateZ(0);transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1);will-change:auto}@media(prefers-reduced-motion:reduce){.home-final-cta--reveal-ready{opacity:1;transform:none;transition:none;will-change:auto}}.home-hero-shell{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(90deg,#000000f5,#000000db,#0000007a 56%,#0000001a),radial-gradient(circle at 76% 45%,rgba(245,242,234,.22),transparent 15rem),linear-gradient(118deg,#111 0 42%,#3a352f 42% 53%,#161616 53% 100%)}.home-hero-shell:before{position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#000000fa,#000000eb 25%,#0000009e 48%,#00000029 73%,#0000);content:""}.home-hero-shell:after{position:absolute;right:clamp(1rem,8vw,7rem);bottom:0;z-index:0;width:clamp(16rem,36vw,32rem);height:72%;pointer-events:none;background:radial-gradient(ellipse at 50% 24%,rgba(249,245,245,.34),transparent .8rem),linear-gradient(180deg,#f9f5f529,#f9f5f50a);clip-path:polygon(38% 0,62% 0,70% 30%,82% 100%,18% 100%,30% 30%);opacity:.75;content:""}.home-hero-shell .hero-section{position:relative;z-index:1;min-height:clamp(560px,88vh,700px);background-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center}.home-hero-shell .container{width:min(calc(100% - clamp(40px,8vw,120px)),1172px)}.home-hero-shell .hero-section__content{max-width:624px;gap:0;padding-top:clamp(150px,17vh,190px);padding-bottom:clamp(54px,8vh,76px)}.home-hero-shell .hero-section__title{max-width:624px;margin:0;color:var(--color-white);font-size:clamp(2.7rem,4.4vw,3.75rem);font-weight:600;letter-spacing:-.055em;line-height:1}.home-hero-shell .hero-section__title-line{display:block}.home-hero-shell .hero-section__title-line--primary{display:flex;align-items:baseline;column-gap:clamp(.12em,.75vw,.2em);white-space:nowrap}.home-hero-shell .hero-section__identity{display:inline-block;flex:0 0 auto;color:var(--color-white);font-size:1.7em;font-weight:400;letter-spacing:0;line-height:.58;text-shadow:0 2px 2px rgba(0,0,0,.28);vertical-align:baseline;white-space:nowrap;transform:translateY(.01em)}.home-hero-shell .hero-section__actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:clamp(16px,2.4vw,28px);padding-top:clamp(28px,4vw,36px)}.home-hero-shell .hero-section__button{min-height:clamp(46px,4vw,52px);border-radius:10px;padding:0 clamp(18px,2vw,24px);font-size:clamp(17px,1.45vw,19px);font-weight:500;letter-spacing:0;line-height:1}.home-hero-shell .hero-section__button--primary{width:auto;min-width:clamp(210px,17vw,250px);background:#f9f5f5;color:var(--color-black);box-shadow:0 4px 4px #00000040}.home-hero-shell .hero-section__button--secondary{width:auto;min-width:clamp(150px,13vw,190px);border-color:transparent;background:#d9d9d933;color:var(--color-white)}.home-section{position:relative;overflow:hidden;padding-block:var(--section-spacing)}.home-section-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-xl)}.home-section-number{color:#777b8238;font-size:clamp(4rem,10vw,8rem);font-weight:600;letter-spacing:-.08em;line-height:.82}.home-section--products{border-top:1px solid rgba(185,188,193,.22);background:linear-gradient(180deg,#ffffff6b,#f5f2ea00),var(--color-off-white)}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(2.25rem,5vw,4rem)}.home-product-grid .product-card{border-color:#777b8238;border-radius:1.25rem;background:#ffffff85;box-shadow:none}.home-product-grid .product-card__media{display:grid;place-items:center;aspect-ratio:1 / 1.12;background:radial-gradient(circle at 50% 33%,rgba(245,242,234,.92),transparent 5.5rem),linear-gradient(145deg,#151515eb,#0a0a0ad1)}.home-product-grid .product-card__media:before{width:48%;aspect-ratio:.72;border:1px solid rgba(245,242,234,.22);border-radius:999px 999px .75rem .75rem;background:linear-gradient(180deg,#f5f2ea2e,#b9bcc114),var(--color-black-soft);content:""}.home-product-grid .product-card__image{display:none}.home-section--bid{background:radial-gradient(circle at top right,rgba(185,188,193,.2),transparent 34rem),linear-gradient(135deg,rgba(245,242,234,.09),transparent 32%),var(--color-black)}.home-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.72fr);align-items:center;gap:clamp(2rem,6vw,5rem)}.home-split__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-xl)}.home-feature-card{min-height:clamp(22rem,38vw,32rem);border:1px solid var(--color-border-light);border-radius:clamp(1.25rem,3vw,2.25rem);background:linear-gradient(145deg,#f5f2ea24,#b9bcc10a),var(--color-black-soft);box-shadow:var(--shadow-lg)}.home-feature-card{display:flex;position:relative;flex-direction:column;justify-content:flex-end;gap:var(--spacing-sm);padding:clamp(1.5rem,4vw,2.75rem)}.home-feature-card:before{position:absolute;inset:12% 13% auto auto;width:45%;aspect-ratio:.78;border:1px solid rgba(245,242,234,.2);border-radius:var(--radius-md);background:repeating-linear-gradient(180deg,rgba(245,242,234,.18) 0 1px,transparent 1px 1.25rem);content:""}.home-feature-card span{color:var(--color-silver);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.home-feature-card strong{max-width:18rem;color:var(--color-off-white);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:500;letter-spacing:-.05em;line-height:1}.home-section--institutions{background:radial-gradient(circle at 50% 0,rgba(217,219,222,.55),transparent 28rem),var(--color-off-white)}.home-institution-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-md);margin-top:clamp(2rem,5vw,3.5rem)}.home-institution-list span{border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:var(--spacing-md) var(--spacing-lg);background:#ffffff5c;color:var(--color-silver-dark);font-weight:600;text-align:center}@media(max-width:68rem){.home-hero-shell .hero-section{min-height:clamp(520px,82vh,640px)}.home-hero-shell .container{width:min(100% - 64px,1172px)}.home-hero-shell .hero-section__content{padding-top:clamp(130px,16vh,160px);padding-bottom:54px}.home-hero-shell .hero-section__title{font-size:clamp(46px,6.5vw,58px)}}@media(max-width:58rem){.home-hero-shell .hero-section__content{max-width:100%}.home-hero-shell:after{opacity:.28}.home-product-grid,.home-institution-list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-split{grid-template-columns:1fr}}@media(max-width:768px){.home-hero-shell{background:linear-gradient(180deg,#000000ad,#00000042 38%,#0000001a 58%,#000000c7),linear-gradient(118deg,#111 0 42%,#3a352f 42% 53%,#161616 53% 100%)}.home-hero-shell:before{background:linear-gradient(180deg,#0000009e,#00000014 42%,#000000c7),linear-gradient(90deg,#000000c7,#0000001a 46%,#0000)}.home-hero-shell:after{right:6vw;bottom:20vh;width:36vw;height:42vh;opacity:.28}.home-hero-shell .hero-section{position:relative;min-height:clamp(640px,100svh,780px);align-items:flex-end;isolation:isolate;overflow:hidden;background-position:72% center;background-size:cover}.home-hero-shell .hero-section:after{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000,#0000000a 34%,#00000047 64%,#000000b8),linear-gradient(90deg,#0000002e,#0000 72%);content:"";pointer-events:none}.home-hero-shell .container{position:relative;z-index:2;display:flex;width:calc(100% - 48px);min-width:0;min-height:inherit;align-items:flex-end}.home-hero-shell .hero-section__content{width:100%;max-width:100%;min-width:0;padding-top:clamp(120px,24vw,150px);padding-bottom:clamp(40px,10vw,64px)}.home-hero-shell .hero-section__title{max-width:100%;font-size:clamp(2.4rem,10.5vw,3.15rem);line-height:.98}.home-hero-shell .hero-section__title-line--primary{flex-wrap:wrap;column-gap:.12em;white-space:normal}.home-hero-shell .hero-section__identity{font-size:1.22em;transform:translateY(.08em)}.home-hero-shell .hero-section__actions{width:100%;max-width:100%;min-width:0;flex-direction:column;align-items:stretch;gap:14px;padding-top:clamp(30px,5svh,44px)}.home-hero-shell .hero-section__button{display:flex;width:100%;max-width:100%;min-width:0!important;min-height:56px;box-sizing:border-box;align-items:center;justify-content:center;border-radius:12px;padding-inline:20px;font-size:18px}.home-hero-shell .cta-button__label{max-width:100%;color:inherit;text-align:center;white-space:nowrap}.home-hero-shell .hero-section__button--primary{background:#f9f5f5;color:#111!important}.home-hero-shell .hero-section__button--secondary{background:#d9d9d933;color:#fff!important}}@media(max-width:576px){.home-section-heading-row{display:block}.home-section-number{display:none}.home-product-grid,.home-institution-list{grid-template-columns:1fr}.home-institution-list span{text-align:left}}@font-face{font-family:Epilogue Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/epilogue-vietnamese-wght-normal-CCSRnr7S.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Epilogue Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/epilogue-latin-ext-wght-normal-C9jy1SL9.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Epilogue Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/epilogue-latin-wght-normal-BnupfK5F.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Italianno;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/italianno-vietnamese-400-normal-D2WAqxS6.woff2) format("woff2"),url(/assets/italianno-vietnamese-400-normal-BxbmanzA.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Italianno;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/italianno-latin-ext-400-normal-qjRu0Gh0.woff2) format("woff2"),url(/assets/italianno-latin-ext-400-normal-CL3zGqIJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Italianno;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/italianno-latin-400-normal-KMOSIsX-.woff2) format("woff2"),url(/assets/italianno-latin-400-normal-W4nwVYPK.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-black: #0a0a0a;--color-black-soft: #151515;--color-off-white: #f5f2ea;--color-white: #ffffff;--color-silver: #b9bcc1;--color-silver-light: #d9dbde;--color-silver-dark: #777b82;--color-text: #202020;--color-text-muted: #65676b;--color-text-light: var(--color-off-white);--color-text-on-dark: var(--color-off-white);--color-background: var(--color-off-white);--color-background-light: var(--color-off-white);--color-background-dark: var(--color-black);--color-border: rgba(119, 123, 130, .35);--color-border-light: rgba(245, 242, 234, .22);--font-primary: "Epilogue Variable", sans-serif;--font-highlight: "Italianno", cursive;--container-max-width: 1200px;--container-padding: clamp(1rem, 4vw, 2.5rem);--section-spacing: clamp(4rem, 9vw, 8rem);--section-spacing-small: clamp(2.5rem, 6vw, 5rem);--spacing-2xs: .25rem;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-pill: 999px;--shadow-sm: 0 4px 16px rgba(0, 0, 0, .08);--shadow-md: 0 12px 32px rgba(0, 0, 0, .14);--shadow-lg: 0 24px 64px rgba(0, 0, 0, .2);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--z-index-base: 1;--z-index-header: 100;--z-index-overlay: 200;--z-index-modal: 300}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;max-width:100%}html,body{max-width:100%;overflow-x:clip}#root{max-width:100%;overflow-x:visible}html{scroll-behavior:smooth}body{margin:0;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-primary);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p{margin-block-start:0}a{color:inherit;text-decoration:none;transition:color var(--transition-base),opacity var(--transition-base)}a:hover{opacity:.75}button{margin:0;border:0;padding:0;background:none;color:inherit;font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a:focus-visible,button:focus-visible{outline:2px solid var(--color-silver);outline-offset:3px}img,picture,svg{display:block;max-width:100%}img{height:auto}.app-layout{display:grid;min-height:100vh;grid-template-rows:auto 1fr auto}.app-layout>main{min-width:0}.section{padding-block:var(--section-spacing)}.section-light{background-color:var(--color-background-light);color:var(--color-text)}.section-dark{background-color:var(--color-background-dark);color:var(--color-text-on-dark)}.container{width:min(100% - (var(--container-padding) * 2),var(--container-max-width));margin-inline:auto}.highlight-font{font-family:var(--font-highlight);font-weight:400}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
