.v3-hero{padding-top:clamp(48px,4.75vw,96px)}.v3-hero-text{gap:clamp(32px,3.375vw,68px);padding:20px}.v3-hero-headline,.v3-hero-text{display:flex;flex-direction:column}.v3-hero-headline{gap:clamp(8px,.8vw,16px)}.v3-hero-cog{width:fit-content;animation:v3-rotate-cog 1.25s ease-in-out 1}.v3-hero-cog svg{width:clamp(40px,3.97vw,80px);height:clamp(40px,3.97vw,80px)}@keyframes v3-rotate-cog{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.v3-hero-heading{font-size:clamp(48px,6.35vw,128px);line-height:.95;letter-spacing:-.01em}.v3-hero-asset{display:flex;justify-content:flex-end;gap:20px;padding:0 20px;height:clamp(360px,35.7vw,720px)}.v3-hero-image{position:relative;height:100%;border-radius:12px;overflow:hidden;aspect-ratio:2/3}.v3-hero-slide{opacity:0}.v3-hero-slide-active{animation:heroFadeIn .4s ease forwards}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.v3-hero-asset{padding:0 16px}.v3-hero-image:last-child{display:none}.v3-hero-text{padding:20px 16px}}.v3-hero-ticker{height:100%;aspect-ratio:2/3;border-radius:12px;overflow:hidden;background-color:var(--color-almost-black);position:relative}.v3-hero-ticker-track{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.v3-hero-ticker-item-wrapper{animation:v3-ticker-grow .35s ease-out forwards;overflow:hidden}.v3-hero-ticker-item{display:flex;align-items:center;gap:8px;color:var(--color-background);font-size:clamp(20px,2vw,40px);font-weight:var(--font-weight-heavy);line-height:1;white-space:nowrap;padding:2px 0;animation:v3-ticker-scale-in .35s ease-out forwards;transform-origin:bottom left}.v3-hero-ticker-item svg{width:clamp(18px,1.8vw,36px);height:clamp(18px,1.8vw,36px);flex-shrink:0}@keyframes v3-ticker-grow{0%{max-height:0}to{max-height:60px}}@keyframes v3-ticker-scale-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.v3-pillars{display:flex;align-items:stretch;gap:32px;padding:32px 20px;margin-bottom:80px}.v3-pillars-text{flex:1;display:flex;flex-direction:column;gap:32px;padding:16px 0}.v3-pillars-header{display:flex;flex-direction:column;gap:16px}.v3-pillars-label{font-family:var(--font-grotesk-mono),monospace;font-size:18px;font-weight:var(--font-weight-regular);line-height:1.3;text-transform:uppercase;color:var(--color-almost-black)}.v3-pillars-heading{line-height:.95;letter-spacing:-.16px;padding:8px 0 16px}.v3-pillars-list{display:flex;flex-direction:column}.v3-pillars-item{all:unset;cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:10px 0;text-decoration:none;transition:opacity .2s ease}.v3-pillars-item-bar{height:3px;background-color:rgba(0,0,0,.12);border-radius:2px;overflow:hidden;margin-bottom:8px}.v3-pillars-item-bar-fill{height:100%;width:0;background-color:var(--color-almost-black);border-radius:2px}.v3-pillars-item-active .v3-pillars-item-bar-fill{animation:v3-pillar-progress linear forwards}@keyframes v3-pillar-progress{0%{width:0}to{width:100%}}.v3-pillars-item:not(.v3-pillars-item-active):hover{opacity:.85}.v3-pillars-item-label-row{display:flex;align-items:center;gap:10px}.v3-pillars-item-label{font-size:28px;font-weight:var(--font-weight-heavy);line-height:1.2;color:var(--color-almost-black)}.v3-pillars-item-pill{height:24px;padding:4px 8px;border-radius:12px;font-family:ABC Monument Grotesk,sans-serif;font-size:12px;font-weight:var(--font-weight-heavy);line-height:16px;color:#141414;white-space:nowrap;display:inline-flex;align-items:center}.v3-pill-blue{background-color:#beebf5}.v3-pill-purple{background-color:#e9befa}.v3-pill-orange{background-color:#fff29d}.v3-pill-green{background-color:#d7dcc6}.v3-pill-pink{background-color:#f5c4db}.v3-pillars-item-desc-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.v3-pillars-item-active .v3-pillars-item-desc-wrapper{grid-template-rows:1fr}.v3-pillars-item-desc{line-height:var(--line-height-normal);overflow:hidden}.v3-pillars-item-desc,.v3-pillars-platform-link{font-size:var(--font-size-body);font-weight:var(--font-weight-regular);color:var(--color-almost-black)}.v3-pillars-platform-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-grotesk-mono),monospace;text-transform:uppercase;text-decoration:none;margin-top:16px;transition:opacity .15s ease}.v3-pillars-platform-link:hover{opacity:.6}.v3-pillars-platform-link .arrow{padding-bottom:2px}.v3-pillars-item-learn-more{display:none}.v3-pillars-asset{flex-shrink:0;width:clamp(400px,40vw,735px)}.v3-pillars-img{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden}.v3-pillars-slide{opacity:0;transition:opacity .4s ease}.v3-pillars-slide-active{opacity:1}.v3-pillars-ticker{position:absolute;inset:0}.v3-pillars-ticker .v3-hero-ticker{width:100%;height:100%;aspect-ratio:unset;border-radius:0}.v3-pillars-media-grid-wrapper{position:absolute;inset:0}.v3-media-grid{width:100%;display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;gap:8px;padding:24px;background-color:var(--color-surface-dark);align-content:start}.v3-media-grid-cell{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;transform:scale(0);transition:transform .3s cubic-bezier(.55,-.12,.75,.1)}.v3-media-grid-cell-visible{transform:scale(1);transition:transform .35s cubic-bezier(.34,1.12,.64,1)}.v3-pillars-brand-rules-wrapper{position:absolute;inset:0}.v3-brand-rules{width:100%;height:100%;display:flex;gap:16px;padding:0 24px;background-color:#f0f0f0;overflow:hidden}.v3-brand-rules-col{flex:1;overflow:hidden;position:relative}.v3-brand-rules-scroll{display:flex;flex-direction:column;gap:16px}.v3-brand-rules-col-up .v3-brand-rules-scroll{animation:v3-brand-rules-scroll-up 40s linear infinite}.v3-brand-rules-col-down .v3-brand-rules-scroll{animation:v3-brand-rules-scroll-down 40s linear infinite}@keyframes v3-brand-rules-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes v3-brand-rules-scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.v3-brand-rules-bubble{position:relative;padding:20px 24px;border-radius:12px;font-size:16px;font-weight:var(--font-weight-regular);line-height:1.45;color:#141414;background-color:#f5c4db;flex-shrink:0}.v3-brand-rules-bubble-left{border-bottom-left-radius:4px}.v3-brand-rules-bubble-right{border-bottom-right-radius:4px}@media (max-width:1200px){.v3-pillars-asset{display:none}}@media (max-width:768px){.v3-pillars-platform-link{display:none}.v3-pillars{padding:24px 16px;gap:24px;margin-bottom:40px}.v3-pillars-text{gap:24px;padding:0}.v3-pillars-img{max-height:320px}.v3-pillars-item-bar{display:none}.v3-pillars-item-desc-wrapper{grid-template-rows:1fr}.v3-pillars-item-label{font-size:22px}.v3-pillars-item-desc{font-size:var(--font-size-body)}.v3-pillars-item-learn-more{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-grotesk-mono),monospace;font-size:14px;font-weight:var(--font-weight-regular);text-transform:uppercase;color:var(--color-almost-black);margin-top:4px}.v3-pillars-item-learn-more .arrow{padding-bottom:2px}}