:root{--background:oklch(.08 0 0);--foreground:oklch(.98 0 0);--card:oklch(.12 0 0);--card-foreground:oklch(.98 0 0);--popover:oklch(.1 0 0);--popover-foreground:oklch(.98 0 0);--primary:oklch(.77 .16 76);--primary-foreground:oklch(.08 0 0);--secondary:oklch(.18 0 0);--secondary-foreground:oklch(.98 0 0);--muted:oklch(.15 0 0);--muted-foreground:oklch(.68 0 0);--accent:oklch(.77 .16 76);--accent-foreground:oklch(.08 0 0);--border:oklch(.22 0 0);--input:oklch(.18 0 0);--ring:oklch(.77 .16 76);--radius:.5rem;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--font-display:'Space Grotesk',var(--font-sans)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.5;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:0 0;font-family:inherit}.font-display{font-family:var(--font-display)}.text-balance{text-wrap:balance}.container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .2s ease;outline:none;text-decoration:none;line-height:1}.btn svg{width:1rem;height:1rem;flex-shrink:0}.btn-default{height:2.5rem;padding:.5rem 1.25rem;font-size:.9rem}.btn-lg{height:3.25rem;padding:.7rem 2rem;font-size:1.05rem;border-radius:9999px}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);border:1px solid transparent}.btn-primary:hover{background-color:oklch(.85 .18 45);transform:translateY(-2px)}.btn-outline{border:1px solid oklch(.22 0 0/0.6);color:var(--foreground);background-color:transparent}.btn-outline:hover{background-color:var(--secondary);transform:translateY(-2px)}.btn-dark{background-color:oklch(.14 0 0);color:oklch(.92 0 0);border:1px solid oklch(.28 0 0/0.7)}.btn-dark:hover{background-color:oklch(.2 0 0);border-color:oklch(.35 0 0);transform:translateY(-2px);box-shadow:0 6px 20px oklch(0 0 0/0.4)}.navbar-host{position:fixed;top:0;left:0;right:0;z-index:100;pointer-events:none;padding:1rem 1rem 0;display:flex;flex-direction:column;align-items:center}.navbar-island{pointer-events:all;border-radius:9999px;background:oklch(.1 0 0/0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid oklch(.28 0 0/0.6);box-shadow:0 4px 24px oklch(0 0 0/0.4),0 0 0 .5px oklch(1 0 0/0.04) inset;width:100%;max-width:56rem;transition:box-shadow .3s ease,background .3s ease}.navbar-island:hover{box-shadow:0 8px 32px oklch(0 0 0/0.5),0 0 0 .5px oklch(1 0 0/0.06) inset}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:4.5rem;padding:0 1rem 0 1.25rem;gap:.75rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.navbar-logo-mark{width:2.25rem;height:2.25rem;border-radius:9999px;background:oklch(.16 0 0);border:1px solid oklch(.28 0 0/0.7);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.navbar-logo-mark img{width:1.75rem;height:1.75rem;object-fit:contain;border-radius:9999px}.navbar-logo-name{font-family:var(--font-display);font-size:1.15rem;font-weight:600;letter-spacing:-.02em;color:var(--foreground);white-space:nowrap}@media (max-width:480px){.navbar-logo-name{font-size:.9rem}}.navbar-links{display:none;align-items:center;gap:0;flex:1;justify-content:center}@media (min-width:768px){.navbar-links{display:flex}}.navbar-links a{padding:.5rem 1.1rem;font-size:.95rem;font-weight:500;letter-spacing:.01em;color:oklch(.68 0 0);transition:color .2s ease;white-space:nowrap}.navbar-links a:hover{color:var(--foreground)}.navbar-links a.active{color:var(--primary)}.navbar-cta{display:none;flex-shrink:0}@media (min-width:768px){.navbar-cta{display:block}}.btn-island-cta{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;padding:0 1.6rem;border-radius:9999px;font-size:.95rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;text-decoration:none;background:var(--primary);color:var(--primary-foreground);border:1px solid transparent;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.btn-island-cta:hover{background:oklch(.85 .18 45);transform:translateY(-1px)}.mobile-current-page{display:block;margin-left:auto;margin-right:.5rem;font-family:var(--font-display);font-size:.85rem;font-weight:500;color:var(--primary)}@media (min-width:768px){.mobile-current-page{display:none}}.mobile-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:none;padding:.25rem;flex-shrink:0}@media (min-width:768px){.mobile-toggle{display:none}}.mobile-toggle svg{width:1.4rem;height:1.4rem;color:var(--foreground)}.mobile-menu{display:none;pointer-events:all;width:100%;max-width:56rem;margin-top:.5rem;border-radius:1.25rem;background:oklch(.1 0 0/0.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid oklch(.28 0 0/0.6);box-shadow:0 8px 32px oklch(0 0 0/0.4);overflow:hidden}.mobile-menu.is-open{display:block}@media (min-width:768px){.mobile-menu{display:none !important}}.mobile-menu-inner{display:flex;flex-direction:column;padding:.75rem 1rem 1rem}.mobile-menu-inner a{padding:.7rem .5rem;font-size:.9rem;font-weight:500;color:oklch(.68 0 0);transition:color .2s;border-bottom:1px solid oklch(.18 0 0/0.6)}.mobile-menu-inner a:last-of-type{border-bottom:none}.mobile-menu-inner .btn-island-cta{color:oklch(0 0 0)}.mobile-menu-inner a:hover{color:var(--foreground)}.mobile-menu-inner a.active{color:var(--primary)}.footer{border-top:1px solid oklch(.22 0 0/0.4);background-color:var(--background)}.footer-inner{padding-top:4rem;padding-bottom:4rem}.footer-grid{display:grid;gap:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand p{margin-top:1rem;max-width:28rem;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.footer-heading{font-family:var(--font-display);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--foreground)}.footer-links{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.875rem;color:var(--muted-foreground);transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-direct-label{margin-top:1.5rem;font-family:var(--font-display);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--foreground)}.footer-direct-links{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.footer-direct-links a{font-size:.875rem;color:var(--muted-foreground);transition:color .2s}.footer-direct-links a:hover{color:var(--primary)}.footer-bottom{margin-top:3rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid oklch(.22 0 0/0.4);padding-top:2rem}@media (min-width:768px){.footer-bottom{flex-direction:row}}.footer-bottom p{font-size:.875rem;color:var(--muted-foreground)}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{font-size:.875rem;color:var(--muted-foreground);transition:color .2s}.footer-bottom-links a:hover{color:var(--primary)}.section{padding:6rem 0}@media (min-width:1024px){.section{padding:8rem 0}}.section-bg-background{background-color:var(--background)}.section-bg-card{background-color:var(--card)}.section-border-top{border-top:1px solid oklch(.22 0 0/0.4)}.section-label{font-family:var(--font-display);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}.section-heading{margin-top:1rem;font-family:var(--font-display);font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}@media (min-width:640px){.section-heading{font-size:2.25rem}}.section-heading-xl{margin-top:1rem;font-family:var(--font-display);font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}@media (min-width:640px){.section-heading-xl{font-size:2.25rem}}@media (min-width:1024px){.section-heading-xl{font-size:3rem}}.section-subtitle{margin-top:1rem;font-size:1.125rem;color:var(--muted-foreground)}.section-text{margin-top:1.5rem;font-size:1.125rem;line-height:1.7;color:var(--muted-foreground)}.section-text+.section-text{margin-top:1rem}.text-center{text-align:center}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.hero{position:relative;width:100%;height:100vh;overflow:hidden;background-color:var(--background)}.hero-video-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero-poster{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .5s ease;z-index:1}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .5s ease;z-index:2;display:block}.hero-overlay{position:absolute;inset:0;z-index:3;background:linear-gradient(to bottom,oklch(.08 0 0/0.55) 0%,oklch(.08 0 0/0.40) 50%,oklch(.08 0 0/0.70) 100%)}.hero-glow-right{position:absolute;right:-10rem;top:25%;height:500px;width:500px;border-radius:9999px;background-color:oklch(.77 .16 76/0.12);filter:blur(130px);z-index:4;pointer-events:none}.hero-glow-left{position:absolute;left:-5rem;bottom:25%;height:300px;width:300px;border-radius:9999px;background-color:oklch(.77 .16 76/0.07);filter:blur(110px);z-index:4;pointer-events:none}.hero-content{position:absolute;top:0;left:0;right:0;bottom:0;z-index:5;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:5rem calc(max(1.5rem, 50% - 40rem)) 8rem}.hero-text{text-align:left;max-width:48rem;width:100%}.hero-title{font-family:var(--font-display);font-size:1.7rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--foreground);height:2.1rem;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;text-shadow:0 2px 20px oklch(0 0 0/0.6)}@media (min-width:480px){.hero-title{font-size:2rem;height:2.5rem}}@media (min-width:640px){.hero-title{font-size:2.4rem;height:3rem}}@media (min-width:768px){.hero-title{font-size:2.8rem;height:3.5rem}}@media (min-width:1024px){.hero-title{font-size:3.25rem;height:4rem}}@media (min-width:1280px){.hero-title{font-size:3.75rem;height:4.5rem}}#typewriter-text{white-space:nowrap;display:inline}.hero-title .text-primary{color:var(--primary)}.hero-subtitle{margin-top:1.5rem;max-width:40rem;font-size:1.1rem;line-height:1.75;color:oklch(.85 0 0);text-shadow:0 1px 10px oklch(0 0 0/0.5)}@media (min-width:640px){.hero-subtitle{font-size:1.2rem}}@media (min-width:1024px){.hero-subtitle{font-size:1.3rem}}.hero-fade-group{opacity:0;transition:opacity .6s ease}.hero-actions{margin-top:2.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media (min-width:480px){.hero-actions{flex-direction:row;justify-content:flex-start}}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:hero-scroll-pulse 2s ease-in-out infinite}@keyframes hero-scroll-pulse{0%,100%{opacity:.5;transform:translateX(-50%) translateY(0)}50%{opacity:1;transform:translateX(-50%) translateY(6px)}}.hero-scroll span{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:oklch(.65 0 0)}.hero-scroll-line{height:2.5rem;width:1px;background:linear-gradient(to bottom,oklch(.4 0 0),transparent)}.solutions-grid{margin-top:4rem;display:grid;gap:2rem}@media (min-width:1024px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}.solution-card{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid oklch(.22 0 0/0.6);background-color:var(--background);padding:2rem;transition:all .3s ease;display:block;text-decoration:none}@media (min-width:1024px){.solution-card{padding:2.5rem}}.solution-card:hover{border-color:oklch(.77 .16 76/0.4);box-shadow:0 10px 25px -5px oklch(.77 .16 76/0.05)}.solution-card-circle{position:absolute;right:-5rem;top:-5rem;height:10rem;width:10rem;border-radius:9999px;transition:transform .5s ease}.solution-card-circle.orange{background-color:oklch(.77 .16 76/0.05)}.solution-card-circle.grey{background-color:oklch(.18 0 0/0.5)}.solution-card:hover .solution-card-circle{transform:scale(1.5)}.solution-card-content{position:relative}.solution-card-icon{position:relative;display:flex;height:3.5rem;width:3.5rem;align-items:center;justify-content:center;border-radius:var(--radius);overflow:hidden}.solution-card-icon.with-image{background-color:var(--background)}.solution-card-icon.with-svg{background-color:oklch(.77 .16 76/0.1)}.solution-card-icon img{width:100%;height:100%;object-fit:cover}.solution-card-icon svg{width:1.75rem;height:1.75rem;color:var(--primary)}.solution-card h3{margin-top:1.5rem;font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--foreground)}.solution-card .badge-coming-soon{margin-top:.5rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.solution-card p{margin-top:1rem;color:var(--muted-foreground);line-height:1.6}.solution-card-link{margin-top:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--foreground);transition:color .2s}.solution-card:hover .solution-card-link{color:var(--primary)}.solution-card-link svg{width:1rem;height:1rem;transition:transform .2s}.solution-card:hover .solution-card-link svg{transform:translateX(4px)}.sw-highlight{position:relative;overflow:hidden}.sw-highlight-glow{position:absolute;right:0;top:50%;height:600px;width:600px;transform:translateY(-50%) translateX(50%);border-radius:9999px;background-color:oklch(.77 .16 76/0.05);filter:blur(120px)}.two-col-grid{display:grid;gap:4rem}@media (min-width:1024px){.two-col-grid{grid-template-columns:repeat(2,1fr);gap:6rem}}.screenshot-frame{position:relative;width:100%;overflow:hidden;border-radius:var(--radius);border:1px solid oklch(.22 0 0/0.6);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.screenshot-frame img{width:100%;display:block}.screenshot-frame.bg-card{background-color:var(--card)}.screenshot-frame.bg-background{background-color:var(--background)}.figure-centered{position:relative;display:flex;align-items:center;justify-content:center}.team-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem}@media (min-width:640px){.team-header{flex-direction:row;align-items:flex-end}}.team-header-text .section-subtitle{max-width:36rem}.team-grid{margin-top:3rem;display:grid;gap:1.5rem}@media (min-width:640px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{display:flex;flex-direction:column;height:100%;border-radius:var(--radius);border:1px solid oklch(.22 0 0/0.6);background-color:var(--card);padding:1.5rem;transition:all .3s ease}.team-card:hover{border-color:oklch(.77 .16 76/0.4)}.team-card-avatar{display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--secondary)}.team-card-avatar span{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--primary)}.team-card h3{margin-top:1rem;font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--foreground)}.team-card .role{margin-top:.25rem;font-size:.875rem;font-weight:500;color:var(--primary)}.team-card .description{margin-top:1rem;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.team-card-contact{margin-top:auto;padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.contact-slot{min-height:1.5rem;display:flex;align-items:center}.team-contact-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:color .2s}.team-contact-link:hover{color:var(--primary)}.team-contact-link svg{width:1rem;height:1rem}.linkedin-link{color:#4d9de0}.linkedin-link:hover{color:#4d9de0;opacity:.8}.team-card-lg .team-card-avatar{height:6rem;width:6rem}.team-card-lg .team-card-avatar span{font-size:1.875rem}.team-card-lg{padding:2rem;transition:all .3s ease}.team-card-lg:hover{border-color:oklch(.77 .16 76/0.4);box-shadow:0 10px 25px -5px oklch(.77 .16 76/0.05)}.team-card-lg h2{margin-top:1.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--foreground)}.team-card-lg .role{margin-top:.25rem;font-size:.875rem;font-weight:500;color:var(--primary)}.team-card-lg .description{margin-top:1rem;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.team-grid-3{display:grid;gap:2rem}@media (min-width:768px){.team-grid-3{grid-template-columns:repeat(3,1fr)}}.cta-section{position:relative;overflow:hidden;background:linear-gradient(to bottom,var(--background) 0%,var(--card) 40%)}.cta-glow{position:absolute;left:50%;top:0;height:500px;width:800px;transform:translateX(-50%) translateY(-50%);border-radius:9999px;background-color:oklch(.77 .16 76/0.05);filter:blur(120px)}.cta-actions{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media (min-width:640px){.cta-actions{flex-direction:row}}.cta-email{margin-top:2rem;font-size:.875rem;color:var(--muted-foreground)}.cta-email a{color:var(--primary);transition:all .2s}.cta-email a:hover{text-decoration:underline}.page-hero{position:relative;overflow:hidden;background-color:var(--background);padding:2rem 0 4rem}@media (min-width:1024px){.page-hero{padding:3rem 0 5rem}}.page-hero-grid-40{position:absolute;inset:0;opacity:.03;background-image:linear-gradient(to right,#fff 1px,transparent 1px),linear-gradient(to bottom,#fff 1px,transparent 1px);background-size:40px 40px}.page-hero-grid-60{position:absolute;inset:0;opacity:.02;background-image:linear-gradient(to right,#fff 1px,transparent 1px),linear-gradient(to bottom,#fff 1px,transparent 1px);background-size:60px 60px}.page-hero-glow{position:absolute;right:0;top:25%;height:400px;width:400px;border-radius:9999px;background-color:oklch(.77 .16 76/0.1);filter:blur(120px)}.page-hero-glow-left{position:absolute;left:-5rem;bottom:25%;height:300px;width:300px;border-radius:9999px;background-color:oklch(.77 .16 76/0.05);filter:blur(100px)}.page-title{font-family:var(--font-display);font-size:2.25rem;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}@media (min-width:640px){.page-title{font-size:3rem}}@media (min-width:1024px){.page-title{font-size:3.75rem}}.page-subtitle-primary{margin-top:.5rem;font-family:var(--font-display);font-size:1.25rem;color:var(--primary)}.page-description{margin-top:1.5rem;font-size:1.25rem;line-height:1.7;color:var(--muted-foreground)}.page-hero-actions{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media (min-width:640px){.page-hero-actions{flex-direction:row}}.checklist{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.checklist-item{display:flex;align-items:center;gap:.75rem}.checklist-icon{display:flex;height:1.5rem;width:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;background-color:oklch(.77 .16 76/0.1)}.checklist-icon svg{width:1rem;height:1rem;color:var(--primary)}.checklist-item span{color:var(--foreground)}.sw-branding-cta{display:flex;flex-direction:column;align-items:center;gap:3rem}@media (min-width:1024px){.sw-branding-cta{flex-direction:row;justify-content:space-between}}.sw-branding-text{max-width:36rem;text-align:center}@media (min-width:1024px){.sw-branding-text{text-align:left}}.sw-branding-actions{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:640px){.sw-branding-actions{flex-direction:row}}@media (min-width:1024px){.sw-branding-actions{justify-content:flex-start}}.sw-branding-image{position:relative;height:300px;width:300px;flex-shrink:0}@media (min-width:640px){.sw-branding-image{height:350px;width:350px}}.sw-branding-image img{width:100%;height:100%;object-fit:contain}@media (min-width:1024px){.order-lg-1{order:1}.order-lg-2{order:2}}.hardware-hero{position:relative;display:flex;min-height:80vh;align-items:center;overflow:hidden;background-color:var(--background)}.hardware-hero-glow{position:absolute;left:50%;top:50%;height:600px;width:600px;transform:translate(-50%,-50%);border-radius:9999px;background-color:oklch(.18 0 0/0.5);filter:blur(150px)}.hardware-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid oklch(.22 0 0/0.6);background-color:oklch(.18 0 0/0.5);padding:.375rem 1rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:2rem}.hardware-badge-dot{height:.375rem;width:.375rem;border-radius:9999px;background-color:var(--primary);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.hardware-actions{margin-top:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.text-primary-highlight{color:var(--primary)}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:var(--radius);background-color:var(--secondary);flex-shrink:0}.contact-icon svg{width:1.5rem;height:1.5rem;color:var(--muted-foreground)}.contact-icon-sm{height:2.5rem;width:2.5rem}.contact-icon-sm svg{width:1.25rem;height:1.25rem}.contact-label{font-size:.875rem;color:var(--muted-foreground)}.contact-value{margin-top:.25rem;display:block;font-family:var(--font-display);font-size:1.125rem;font-weight:500;color:var(--foreground);transition:color .2s}.contact-value:hover{color:var(--primary)}.contact-value-sm{font-size:1rem}.contact-value-linkedin{display:flex;align-items:center;gap:.5rem;color:#4d9de0}.contact-value-linkedin:hover{opacity:.8;color:#4d9de0}.contact-value-linkedin svg{width:1.25rem;height:1.25rem}.contact-direct-card{margin-top:3rem;border-radius:var(--radius);border:1px solid oklch(.22 0 0/0.6);background-color:var(--card);padding:1.5rem}.contact-direct-card h3{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--foreground)}.contact-direct-items{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.contact-items-list{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.values-grid{margin-top:4rem;display:grid;gap:2rem}@media (min-width:640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{border-radius:var(--radius);border:1px solid oklch(.22 0 0/0.6);background-color:var(--card);padding:1.5rem}.value-card h3{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--foreground)}.value-card p{margin-top:.5rem;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.pt-navbar{padding-top:5rem;display:block}.home .pt-navbar{padding-top:0}.typewriter-cursor{display:inline-block;color:var(--primary);font-weight:300;margin-left:2px;animation:tw-blink .75s step-end infinite}@keyframes tw-blink{0%,100%{opacity:1}50%{opacity:0}}.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.max-w-2xl{max-width:42rem;width:100%}.max-w-3xl{max-width:48rem;width:100%}.relative{position:relative}.glow-orange{box-shadow:0 0 40px -10px oklch(.77 .16 76/0.3)}.glow-orange-soft{box-shadow:0 0 80px -20px oklch(.77 .16 76/0.15)}.reveal{opacity:0;transform:translateY(2rem);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}