.fade-enter-active,.fade-leave-active{transition:opacity .35s cubic-bezier(.25,.46,.45,.94)}.fade-enter-from,.fade-leave-to{opacity:0}.content-hidden{opacity:0;pointer-events:none}*{box-sizing:border-box;margin:0;padding:0}html{font-size:21px;-webkit-font-smoothing:antialiased}body{background:var(--background);color:var(--foreground);font-family:Onest,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}ul{list-style:none}img{display:block;max-width:100%}.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}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}:root{--background:#fafaf7;--foreground:#0f172a;--ink:#0f172a;--muted:#64748b;--subtle:#cbd5e1;--line:#e2e8f0;--surface:#ffffff;--surface-2:#f1f5f9;--accent:#2563eb;--accent-from:#3b82f6;--accent-to:#1d4ed8;--hero-from:#0f172a;--hero-to:#1e293b;--radius-pill:9999px;--radius-card:2rem;--radius-card-sm:1.25rem;--radius-control:.875rem;--text-watermark:13rem;--container-shell:76rem;--spring-1: .7s cubic-bezier(.22,1,.36,1);--spring-2: .8s cubic-bezier(.16,1,.3,1);--spring-hover: .35s cubic-bezier(.2,.8,.2,1);--ease-out-cubic: .9s cubic-bezier(.215,.61,.355,1);--ease-out-quart: .7s cubic-bezier(.165,.84,.44,1);--spring-menu: .6s cubic-bezier(.16,1,.3,1)}@media(max-width:1920px){html{font-size:1.0938vw}}@media(max-width:1440px){html{font-size:1.4583vw}}@media(max-width:1024px){html{font-size:2.0508vw}}@media(max-width:640px){html{font-size:5.8333vw}}.shell{max-width:var(--container-shell);margin-inline:auto}.shell:not(.header-inner):not(.footer-inner):not(.hero-content):not(.hero-secondary-content){padding-inline:1.5rem}@media(min-width:640px){.shell:not(.header-inner):not(.footer-inner):not(.hero-content):not(.hero-secondary-content){padding-inline:3.5rem}}@media(min-width:1024px){.shell:not(.header-inner):not(.footer-inner):not(.hero-content):not(.hero-secondary-content){padding-inline:6rem}}.px-5{padding-inline:1.5rem}@media(min-width:640px){.sm\:px-8{padding-inline:3.5rem}}@media(min-width:1024px){.sm\:px-8{padding-inline:6rem}}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;left:1rem;top:1rem;z-index:60;border-radius:.875rem;background:var(--ink);padding:.5rem 1rem;font-size:.875rem;color:#fff;width:auto;height:auto;clip:auto;white-space:normal}#loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background:var(--background);color:var(--foreground);border-radius:0 0 2rem 2rem;overflow:hidden;transition:transform .7s cubic-bezier(.22,1,.36,1)}#loader.exit{transform:translateY(-100%)}.loader-bg-glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(circle at center,#2563eb0d,#fafaf700 70%)}.loader-watermark{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);font-size:10rem;font-weight:800;color:#0f172a05;text-transform:uppercase;letter-spacing:-.02em;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;white-space:nowrap}@media(max-width:640px){.loader-watermark{font-size:5rem;bottom:-1rem}}.loader-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;transition:opacity .7s ease,transform .7s ease}#loader.exit .loader-content{opacity:0;transform:translateY(-12px)}.loader-row{font-weight:600;font-size:1.5rem;display:flex;align-items:center;gap:.5rem;letter-spacing:-.01em}@media(min-width:640px){.loader-row{font-size:1.875rem}}.loader-logo-icon{width:1.875rem;height:1.875rem;color:var(--accent);animation:loader-spin-slow 12s linear infinite}.loader-desc{max-width:24ch;font-size:.875rem;color:var(--muted)}.loader-progress-block{width:min(22rem,72vw);display:flex;flex-direction:column;gap:.75rem}.loader-track{height:4px;background:var(--line);width:100%;border-radius:9999px;overflow:hidden}.loader-fill{height:100%;background:linear-gradient(to right,var(--accent-from),var(--accent-to));width:0%;border-radius:9999px;transition:width .1s ease-out;box-shadow:0 0 8px #2563eb40}.loader-status{display:flex;justify-content:space-between;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.loader-status .count{font-variant-numeric:tabular-nums;color:var(--foreground)}@keyframes loader-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}svg{fill:currentColor}svg.stroke-icon{fill:none;stroke:currentColor}.pill-btn-wrapper{display:inline-block}.pill-btn{display:inline-flex;align-items:center;gap:.75rem;border-radius:9999px;font-size:.875rem;font-weight:500;padding:.875rem 1.75rem;transition:transform var(--spring-hover)}@media(hover:hover)and (pointer:fine){.pill-btn-wrapper:hover .pill-btn{transform:scale(1.04)}}.pill-btn.with-arrow{padding:.375rem .375rem .375rem 1.5rem}.pill-btn.dark{background:var(--ink);color:#fff}.pill-btn.light{background:var(--surface);color:var(--foreground)}.pill-btn.outline{border:1px solid var(--line);background:transparent;color:var(--foreground)}.pill-icon{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:9999px;font-size:1rem}.pill-btn.dark .pill-icon{background:#fff;color:var(--ink)}.pill-btn.light .pill-icon,.pill-btn.outline .pill-icon{background:var(--ink);color:#fff}.pill-icon-inner{transition:transform var(--spring-hover)}@media(hover:hover)and (pointer:fine){.pill-btn-wrapper:hover .pill-arrow-right{transform:translate(3px)}.pill-btn-wrapper:hover .pill-arrow-up-right{transform:translate(2px,-2px)}}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.eyebrow .dot{width:.375rem;height:.375rem;border-radius:9999px}.eyebrow.dark{color:#111111b3}.eyebrow.dark .dot{background:#11111180}.eyebrow.light{color:#ffffffb3}.eyebrow.light .dot{background:#fff9}.animated-link{display:inline-flex}.animated-link span{transition:transform var(--spring-hover),opacity var(--spring-hover);opacity:.65}.legal-link span{opacity:.7}@media(hover:hover)and (pointer:fine){.animated-link:hover span{transform:translate(4px);opacity:1}.legal-link:hover span{transform:translate(3px);opacity:1}}#header{position:fixed;top:1.25rem;left:50%;transform:translate(-50%,-14px);width:calc(100% - 1.5rem);max-width:76rem;z-index:100;opacity:0;transition:opacity var(--spring-1),transform var(--spring-1),background .4s ease,border-color .4s ease,box-shadow .4s ease,color .4s ease;color:var(--ink);background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid transparent;border-radius:9999px;box-shadow:none}#header.revealed{opacity:1;transform:translate(-50%)}#header.is-scrolled{background:#0f172ad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:#ffffff1a;color:#fff;box-shadow:0 20px 40px -15px #00000059}#header .brand-btn{color:var(--ink);transition:color .4s ease}#header.is-scrolled .brand-btn{color:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.65rem .65rem .65rem 1.75rem}@media(max-width:1023px){#header{top:.75rem;width:calc(100% - 1rem)}.header-inner{padding:.4rem .4rem .4rem 1.15rem}.brand-btn span{font-size:.95rem}.brand-btn .logo-icon{width:1.2rem;height:1.2rem}.menu-btn span{padding:.375rem .85rem;font-size:.65rem}.menu-btn .menu-icon{width:.8rem;height:.8rem}}@media(max-width:640px){.header-inner{padding:.35rem .35rem .35rem 1rem}.brand-btn span{font-size:.9rem}.brand-btn .logo-icon{width:1.15rem;height:1.15rem}.menu-btn span{padding:.35rem .75rem;font-size:.625rem}.menu-btn .menu-icon{width:.75rem;height:.75rem}}.brand-btn span{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;transition:transform var(--spring-hover)}.brand-btn .logo-icon{width:1.35rem;height:1.35rem;color:var(--accent)}@media(hover:hover)and (pointer:fine){.brand-btn:hover span{transform:scale(1.03)}}.primary-nav{display:none;gap:.25rem;font-size:.875rem;font-weight:500;background:#0f172a08;padding:.25rem;border-radius:9999px;border:1px solid rgba(15,23,42,.03);transition:background .4s ease,border-color .4s ease}@media(min-width:1024px){.primary-nav{display:flex}}#header.is-scrolled .primary-nav{background:#ffffff0d;border-color:#ffffff0d}.nav-link{position:relative;padding:.55rem 1.15rem;border-radius:9999px;transition:all .3s cubic-bezier(.2,.8,.2,1);color:#0f172ab3}.nav-link:hover{color:var(--ink);background:#0f172a0f}.nav-link.active{background:var(--accent);color:#fff!important;opacity:1;box-shadow:0 4px 12px #2563eb59}#header.is-scrolled .nav-link{color:#ffffffb3}#header.is-scrolled .nav-link:hover{color:#fff;background:#ffffff1a}.header-right{display:flex;align-items:center;gap:.5rem}.clock-chip{display:none;background:#ffffff0a;border-radius:9999px;padding:.45rem .85rem;gap:.5rem;font-size:.7rem;color:#ffffffb3;align-items:center}@media(min-width:768px){.clock-chip{display:flex}}.clock-label{color:#fff6}.clock-time{min-width:3.5rem;font-variant-numeric:tabular-nums;font-weight:500;color:#fff}.clock-sep{color:#fff3}.clock-date{font-weight:500}.menu-btn{border:1px solid rgba(15,23,42,.1);background:#0f172a0a;border-radius:9999px;transition:background .3s,border-color .3s,color .3s,transform .3s;color:var(--ink)}.menu-btn:hover{background:#0f172a14;transform:scale(1.02)}#header.is-scrolled .menu-btn{border-color:#ffffff26;background:#ffffff14;color:#fff}#header.is-scrolled .menu-btn:hover{background:#ffffff29}.menu-btn span{display:inline-flex;align-items:center;padding:.45rem 1rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;gap:.4rem}.menu-btn .menu-icon{width:.85rem;height:.85rem}.menu-label{display:none}@media(min-width:640px){.menu-label{display:inline}}@media(min-width:1024px){.menu-btn{display:none}}#home{position:relative;isolation:isolate;overflow:hidden;border-radius:0 0 2rem 2rem;background:var(--background);color:var(--foreground)}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:right center;background-repeat:no-repeat}.hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,#fafaf7 35%,#fafaf7d9 50%,#fafaf733)}@media(max-width:640px){.hero-bg-overlay{background:linear-gradient(to bottom,#fafaf7f2 40%,#fafaf7b3,#fafaf74d)}}.hero-eyebrow{font-size:.65rem!important;font-weight:600;letter-spacing:.04em;margin-bottom:.65rem!important}@media(min-width:640px){.hero-eyebrow{font-size:.8rem!important}}@media(min-width:1024px){.hero-eyebrow{font-size:.95rem!important}}.hero-h1{max-width:18ch;font-size:1.75rem;font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--foreground)}@media(min-width:640px){.hero-h1{font-size:2.85rem}}@media(min-width:1024px){.hero-h1{font-size:4.75rem}}.hero-subtitle{font-size:.85rem;line-height:1.4;color:var(--muted);font-weight:500}@media(min-width:640px){.hero-subtitle{font-size:1.15rem}}@media(min-width:1024px){.hero-subtitle{font-size:1.55rem}}.hero-rating{font-size:.65rem!important;gap:.75rem!important}@media(min-width:640px){.hero-rating{font-size:.85rem!important;gap:1rem!important}}@media(min-width:1024px){.hero-rating{font-size:1.05rem!important;gap:1.15rem!important}}.hero-rating svg{width:.85rem!important;height:.85rem!important}@media(min-width:640px){.hero-rating svg{width:1rem!important;height:1rem!important}}@media(min-width:1024px){.hero-rating svg{width:1.2rem!important;height:1.2rem!important}}.hero-ctas{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.hero-watermark{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) translateY(20px);z-index:1;font-weight:800;font-size:6rem;line-height:1;color:#0f172a06;-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:0;transition:opacity var(--spring-1),transform var(--spring-1)}@media(min-width:640px){.hero-watermark{font-size:11rem}}@media(min-width:1024px){.hero-watermark{font-size:18rem}}.hero-content{position:relative;z-index:20;display:flex;flex-direction:column;gap:2rem;padding:6.25rem 1.25rem 4.5rem}@media(min-width:640px){.hero-content{padding:7rem 2rem 5rem}}@media(min-width:1024px){.hero-content{display:grid;min-height:100lvh;grid-template-columns:repeat(12,1fr);gap:2.5rem;padding:9rem 2rem 7rem;align-items:center}}.hero-secondary-content{position:relative;z-index:20;display:flex;flex-direction:column;gap:1.5rem;padding:9.5rem 1.25rem 4.5rem}@media(min-width:640px){.hero-secondary-content{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.hero-secondary-content{padding:12.5rem 2rem 7.5rem}}.hero-left{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.hero-left{gap:1.25rem}}@media(min-width:1024px){.hero-left{gap:1.75rem;grid-column:span 7}}.hero-right{display:flex;flex-direction:column;gap:1.25rem;opacity:0;transform:translateY(12px);transition:opacity var(--spring-1),transform var(--spring-1)}@media(min-width:1024px){.hero-right{grid-column:span 5;padding-left:2.5rem;align-items:flex-start}}.hero-desc{font-size:.925rem;line-height:1.6;color:#ffffffb3}.hero-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-top:1px solid rgba(255,255,255,.15);padding-block:1.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;color:#ffffffa6;opacity:0;transition:opacity var(--spring-1)}@media(min-width:640px){.hero-footer{padding-left:0;padding-right:0}}.hf-center{display:none}@media(min-width:640px){.hf-center{display:block}}.hf-right{display:inline-flex;gap:.5rem;align-items:center}#about{background:#fff}.about-inner{display:grid;grid-template-columns:1fr;align-items:center;gap:3rem;padding-block:9.5rem}@media(min-width:640px){.about-inner{padding-left:0;padding-right:0}}@media(min-width:1024px){.about-inner{grid-template-columns:1fr 1fr;padding-block:13.5rem}}.about-left{position:relative;min-height:14rem}@media(min-width:1024px){.about-left{min-height:20rem}}.globe-bg{position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:12rem;height:12rem;color:#1111111a;pointer-events:none}@media(min-width:640px){.globe-bg{width:16rem;height:16rem}}@media(min-width:1024px){.globe-bg{left:-1.5rem;width:20rem;height:20rem}}.about-eyebrow{position:relative}.about-left-bottom{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#111111b3}.about-left-bottom svg{width:1.5rem;height:1.5rem;color:#111}.about-left-bottom span{max-width:14rem}.about-right{display:flex;flex-direction:column;gap:2.5rem}.about-h2{font-size:1.5rem;font-weight:500;line-height:1.35;letter-spacing:-.01em}@media(min-width:640px){.about-h2{font-size:1.875rem}}.about-h2 .word{display:inline-block;white-space:pre;transform:translateY(24px);opacity:0;transition:transform var(--ease-out-quart),opacity var(--ease-out-quart)}.about-footer{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--line);padding-top:1.5rem}.social-label{font-size:.875rem;color:#11111173;margin-bottom:.5rem;display:block}.social-row{display:flex;gap:.5rem}.social-chip{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:9999px;font-size:.875rem}.social-chip.x{background:var(--accent);color:#fff}.social-chip.other{background:var(--surface);color:#111111b3}.social-chip svg{width:1em;height:1em;transition:transform var(--spring-hover)}@media(hover:hover)and (pointer:fine){.social-chip:hover svg{transform:scale(1.18)}}.subpage-section{padding-block:9.5rem}@media(min-width:1024px){.subpage-section{padding-block:13.5rem}}.reveal-base{opacity:0}.reveal-translate{transform:translateY(28px);transition:transform var(--spring-2),opacity var(--spring-2)}.is-revealed.reveal-translate{opacity:1;transform:translateY(0)}.reveal-translate-sm{transform:translateY(12px);transition:transform var(--spring-1),opacity var(--spring-1)}.is-revealed.reveal-translate-sm{opacity:1;transform:translateY(0)}.reveal-translate-lg{transform:translateY(48px);transition:transform var(--spring-2),opacity var(--spring-2)}.is-revealed.reveal-translate-lg{opacity:1;transform:translateY(0)}.create-band{display:flex;flex-direction:column;gap:.75rem;padding-block:4.5rem}@media(min-width:640px){.create-band{flex-direction:row;gap:1rem;padding-left:0;padding-right:0}}.create-item{flex:1}.create-tile{display:grid;place-items:center;height:3.5rem;border-radius:9999px;font-size:1.05rem;font-weight:600;transition:transform var(--spring-hover)}@media(min-width:640px){.create-tile{height:4.5rem;font-size:1.25rem}}@media(hover:hover)and (pointer:fine){.create-item:hover .create-tile{transform:scale(1.03)}}.create-tile.light{background:var(--surface);color:#111;border:1px solid var(--line)}.create-tile.accent{background:linear-gradient(to bottom right,var(--accent-from),var(--accent-to));color:#fff}.create-tile.dark{background:var(--ink);color:#fff}.create-tile.dark svg{width:1.4rem;height:1.4rem}@media(min-width:640px){.create-tile.dark svg{width:1.75rem;height:1.75rem}}.create-tile.ghost{background:#f1f0ee99;color:#11111159}#works{background:#fff}.works-inner{padding-block:9.5rem}@media(min-width:640px){.works-inner{padding-left:0;padding-right:0}}@media(min-width:1024px){.works-inner{padding-block:13.5rem}}.works-eyebrow{border:1px solid var(--line);border-radius:9999px;padding:.375rem 1rem;margin-inline:auto;width:fit-content}.works-h2{font-size:2.25rem;font-weight:600;letter-spacing:-.02em;margin-inline:auto;width:fit-content;text-align:center;margin-top:1rem;margin-bottom:3rem}@media(min-width:640px){.works-h2{font-size:3rem}}.works-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.works-grid{grid-template-columns:1fr 1fr}}.work-card{position:relative;min-height:22rem;overflow:hidden;border-radius:2rem;background:var(--ink);padding:1.5rem;color:#fff;box-shadow:0 0 0 1px #ffffff0d;transition:transform var(--spring-hover)}@media(min-width:640px){.work-card{min-height:26rem;padding:2rem}}@media(hover:hover)and (pointer:fine){.work-card-wrapper:hover .work-card{transform:translateY(-8px) scale(1.012)}}.work-top{display:flex;justify-content:space-between;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em;color:#ffffff73}.work-badge{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:9999px;background:#ffffff1a;color:#fff;box-shadow:0 0 0 1px #ffffff26;transition:transform var(--spring-hover)}.work-badge svg{width:1.25rem;height:1.25rem}@media(hover:hover)and (pointer:fine){.work-card-wrapper:hover .work-badge{transform:rotate(45deg) scale(1.08)}}.work-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none}.work-watermark svg{width:4.5rem;height:4.5rem;color:#ffffffe6}.work-watermark .r{font-size:.75rem;color:#fff9;position:absolute;margin-left:5rem;margin-top:-3.5rem}.work-bottom{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem}@media(min-width:640px){.work-bottom{left:2rem;right:2rem;bottom:2rem}}.work-h3{font-size:1.5rem;font-weight:500;letter-spacing:-.01em}@media(min-width:640px){.work-h3{font-size:1.875rem}}.work-desc{margin-top:.5rem;max-width:28rem;font-size:.875rem;color:#ffffff8c}.work-tags{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.5rem}.tag-chip{display:inline-flex;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem}#services{background:#fff}.services-inner{padding-block:9.5rem}@media(min-width:640px){.services-inner{padding-left:0;padding-right:0}}@media(min-width:1024px){.services-inner{padding-block:13.5rem}}.services-h2{margin:1.25rem 0 3rem;max-width:16ch;font-size:2.25rem;font-weight:600;letter-spacing:-.02em}@media(min-width:640px){.services-h2{margin-bottom:3.5rem;font-size:3rem}}.service-row-wrapper{border-top:1px solid var(--line)}.service-row-wrapper:first-child{border-top:none}.service-row{display:flex;align-items:center;gap:1rem;border-radius:1.25rem;padding-block:1.5rem;padding-inline:0;background:#f1f0ee00;transition:all var(--spring-hover)}@media(min-width:640px){.service-row{gap:1.5rem;padding-block:2rem}}@media(hover:hover)and (pointer:fine){.service-row-wrapper:hover .service-row{background:#f1f0ee;padding-left:2rem;padding-right:1.25rem}}.service-idx{width:1.75rem;font-size:.875rem;font-weight:500;color:#1116}@media(min-width:640px){.service-idx{width:2.5rem}}.service-h3{flex:1;font-size:1.5rem;font-weight:500;letter-spacing:-.01em}@media(min-width:640px){.service-h3{font-size:1.875rem}}@media(min-width:768px){.service-h3{font-size:2.25rem}}.service-desc{display:none;max-width:20rem;font-size:.875rem;color:#1111118c}@media(min-width:1024px){.service-desc{display:block}}.service-badge{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:9999px;background:var(--ink);color:#fff;transition:transform var(--spring-hover)}.service-badge svg{width:1rem;height:1rem}@media(min-width:640px){.service-badge{width:3rem;height:3rem}}@media(hover:hover)and (pointer:fine){.service-row-wrapper:hover .service-badge{transform:translate(5px)}}.stats-section{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--accent-from) 0%,var(--accent-to) 100%);padding-block:7.5rem;color:#fff;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.stats-section:before{content:"";position:absolute;top:-40%;right:-20%;width:70%;height:100%;background:radial-gradient(circle,#ffffff26,#fff0 70%);pointer-events:none;z-index:0}.stats-section>*{position:relative;z-index:1}@media(min-width:1024px){.stats-section{padding-block:10rem}}.stats-section .stats-grid li{background:#ffffff14;border-color:#ffffff1f}.stats-section .stats-grid li:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 20px 40px #00000026}.stats-section .stat-icon-wrapper{background:#ffffff26;color:#fff}.stats-section .stats-grid li:hover .stat-icon-wrapper{background:#ffffff40}.stats-section .stat-card-subtitle{color:#bfdbfe}.stats-section .stat-card-desc{color:#fffc}.dates-section{background:var(--background);padding-bottom:7.5rem}@media(min-width:1024px){.dates-section{padding-bottom:10rem}}.stats-h2{margin-top:1rem;max-width:24ch;font-size:2rem;font-weight:600;letter-spacing:-.015em;line-height:1.3}@media(min-width:768px){.stats-h2{font-size:2.5rem}}.stats-grid{margin-top:4rem;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stats-grid li{height:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1.75rem;padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s,border-color .3s,box-shadow .3s}@media(min-width:640px){.stats-grid li{padding:2rem 1.75rem}}.stats-grid li:hover{background:#ffffff0a;border-color:#2563eb40;transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.stat-icon-wrapper{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1rem;background:#2563eb26;color:var(--accent);margin-bottom:1.5rem;transition:transform var(--spring-hover),background .3s}.stats-grid li:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg);background:#2563eb38}.stat-icon-svg{width:1.5rem;height:1.5rem}.stat-val{font-size:3.25rem;font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1;color:#fff}.stat-label{margin-top:.75rem;font-size:1.05rem;font-weight:600;color:#fff}.stat-desc{margin-top:.5rem;font-size:.85rem;color:#ffffff73;line-height:1.4}.bottom-cta-heading{font-size:1.85rem;font-weight:600;color:var(--ink);margin-bottom:1.25rem;letter-spacing:-.015em}@media(min-width:640px){.bottom-cta-heading{font-size:2.25rem}}@media(min-width:1024px){.bottom-cta-heading{font-size:2.75rem}}.bottom-cta-desc{font-size:1.05rem;color:var(--muted);line-height:1.6}@media(min-width:640px){.bottom-cta-desc{font-size:1.15rem}}@media(min-width:1024px){.bottom-cta-desc{font-size:1.3rem}}.stat-card-title{font-size:1.15rem;font-weight:600;color:#fff;margin-top:1rem}@media(min-width:640px){.stat-card-title{font-size:1.25rem}}.stat-card-subtitle{font-size:.725rem;font-weight:600;color:var(--accent-from);text-transform:uppercase;letter-spacing:.05em;margin-top:.35rem}.stat-card-desc{margin-top:.75rem;font-size:.85rem;line-height:1.55;color:#ffffffa6;flex:1}footer{position:relative;overflow:hidden;border-radius:2rem 2rem 0 0;background:var(--ink);color:#fff}.footer-inner{position:relative;z-index:10;padding:5rem 1.25rem 2.5rem}@media(min-width:640px){.footer-inner{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.footer-inner{padding-top:6rem}}.footer-cta-row{display:flex;flex-direction:column;gap:2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:4rem}@media(min-width:1024px){.footer-cta-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.footer-h2{max-width:16ch;font-size:2.25rem;font-weight:600;letter-spacing:-.02em}@media(min-width:640px){.footer-h2{font-size:3rem}}@media(min-width:768px){.footer-h2{font-size:3.75rem}}.footer-cols{display:grid;grid-template-columns:1fr;gap:3rem;padding-block:4rem}@media(min-width:768px){.footer-cols{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-cols{grid-template-columns:repeat(4,1fr)}}.footer-brand{font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.footer-brand svg{width:1.25rem;height:1.25rem;color:var(--accent)}.footer-tagline{margin-top:1rem;max-width:20rem;font-size:.875rem;color:#ffffff8c}.col-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.025em;color:#fff6;margin-bottom:1rem}.col-links{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.footer-legal{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;font-size:.75rem;color:#ffffff73}@media(min-width:640px){.footer-legal{flex-direction:row}}.legal-links{display:flex;gap:1.5rem}.footer-watermark{position:absolute;left:0;right:0;bottom:-.5rem;z-index:0;text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none;font-weight:700;line-height:1;font-size:4.5rem;color:#ffffff0d}@media(min-width:640px){.footer-watermark{font-size:8rem;bottom:-1rem}}@media(min-width:1024px){.footer-watermark{font-size:var(--text-watermark);bottom:-1.5rem}}#nav-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:115;display:none;flex-direction:column;background:var(--ink);color:#fff;opacity:0;transition:opacity var(--spring-menu)}#nav-menu.open{display:flex}#nav-menu.visible{opacity:1}.nm-top{display:flex;align-items:center;justify-content:space-between;padding:1.25rem}@media(min-width:640px){.nm-top{padding:1.5rem 2rem}}.nm-brand{font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.nm-brand svg{width:1.25rem;height:1.25rem;color:var(--accent-from)}.nm-close{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.15);border-radius:.875rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;transition:border .3s,color .3s}.nm-close svg{width:.875rem;height:.875rem}.nm-close:hover{border-color:#fff6;color:#fff}.nm-nav-area{flex:1;display:flex;flex-direction:column;justify-content:center}.nm-nav{display:flex;flex-direction:column;gap:.25rem}.nm-item{width:100%;display:flex;gap:1rem;padding-block:.5rem;text-align:left;font-size:2.25rem;font-weight:600;letter-spacing:-.02em;transform:translateY(1rem);opacity:0;transition:all .5s ease-out}@media(min-width:640px){.nm-item{font-size:3.75rem}}#nav-menu.visible .nm-item{transform:translateY(0);opacity:1}.nm-idx{font-size:1rem;font-weight:400;color:#ffffff4d;transition:color .3s;margin-top:.25rem}.nm-label{color:#ffffffb3;transition:color .3s}.nm-item:hover .nm-idx{color:var(--accent-from)}.nm-item:hover .nm-label{color:#fff}.nm-bottom{display:flex;flex-direction:column;gap:1.25rem;border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 1.25rem}@media(min-width:640px){.nm-bottom{flex-direction:row;align-items:center;justify-content:space-between;padding-left:2rem;padding-right:2rem}}.nm-bottom-actions{display:flex;align-items:center;gap:1.5rem}@media(max-width:640px){.nm-bottom-actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.nm-bottom-info{font-size:.75rem;text-transform:uppercase;letter-spacing:.025em;color:#ffffff73}.nm-start-btn{color:#ffffffb3;text-align:left;transition:color .3s}.nm-start-btn:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}#modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:none;align-items:flex-end;justify-content:center;padding:1rem;background:#1111114d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;transition:opacity var(--spring-menu)}#modal-backdrop.open{display:flex}#modal-backdrop.visible{opacity:1}@media(min-width:640px){#modal-backdrop{align-items:center}}.modal-panel{position:relative;width:100%;max-width:32rem;overflow:hidden;border-radius:2rem;background:#fff;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px var(--line);transform:translateY(28px);transition:transform var(--spring-menu)}#modal-backdrop.visible .modal-panel{transform:translateY(0)}#modal-backdrop.exit .modal-panel{transform:translateY(18px)}@media(min-width:640px){.modal-panel{padding:2rem}}.modal-close{position:absolute;right:1rem;top:1rem;width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:9999px;background:var(--surface);color:#1119;transition:background .3s,color .3s}.modal-close:hover{background:var(--surface-2);color:#111}.modal-close svg{width:1rem;height:1rem}.modal-state{transition:opacity .3s}.modal-state.hidden{display:none}.modal-head{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.375rem}.modal-h2{font-size:1.5rem;font-weight:600;letter-spacing:-.01em}@media(min-width:640px){.modal-h2{font-size:1.875rem}}.modal-form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-caption{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;color:#11111180}.form-control{width:100%;border:1px solid var(--line);background:#f1f0ee80;border-radius:.875rem;padding:.75rem 1rem;font-size:.875rem;outline:none;transition:border .3s,background .3s;font-family:inherit}.form-control:focus{border-color:#1111114d;background:#fff}textarea.form-control{resize:none}.modal-bottom{margin-top:.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media(min-width:640px){.modal-bottom{flex-direction:row;align-items:center;justify-content:space-between;text-align:left}}.modal-note{font-size:.75rem;color:#11111173}.modal-success{text-align:center;padding-block:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.ms-badge{width:3.5rem;height:3.5rem;display:grid;place-items:center;border-radius:9999px;background:var(--ink);color:var(--accent-from);font-size:1.5rem}.ms-badge svg{width:1em;height:1em}.ms-h2{font-size:1.5rem;font-weight:600}.ms-desc{max-width:32ch;font-size:.875rem;color:#1119;margin-bottom:.5rem}.is-revealed .word,.is-revealed .line-inner{transform:translateY(0);opacity:1}.word{display:inline-block;white-space:pre;transform:translateY(24px);opacity:0;transition:transform var(--ease-out-quart),opacity var(--ease-out-quart)}.line-clip{display:block;overflow:hidden}.line-inner{display:block;transform:translateY(100%);opacity:0;transition:transform var(--spring-2),opacity var(--spring-2)}.day-tab{cursor:pointer}.day-tab.active{border:1px solid var(--accent);background:#2563eb0f;color:var(--accent)}.register-grid{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.register-grid{display:grid;grid-template-columns:5fr 7fr;gap:4rem}}.timeline-item{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;border-bottom:1px solid var(--line);padding-bottom:1.5rem}.timeline-time{font-size:.95rem;font-weight:600;color:var(--accent);margin-top:.25rem}@media(min-width:640px){.timeline-item{flex-direction:row;gap:2rem}.timeline-time{min-width:7.5rem}}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.dates-card{padding:1.5rem 1.25rem}@media(min-width:640px){.dates-card{padding:3rem}}.header-register-btn{display:none}@media(min-width:1024px){.header-register-btn{display:inline-block}}.hero-speaker-btn{border-color:var(--accent);color:var(--accent);transition:all .3s}@media(hover:hover)and (pointer:fine){.hero-speaker-btn:hover{border-color:var(--accent-to);color:var(--accent-to);background:#2563eb0d}}@media(max-width:1023px){.hero-speaker-btn{border:2px solid #fff!important;color:#fff!important}}
