:root{--bg: #f7f7f9;--surface: #ffffff;--text: #101018;--muted: #5c5c6b;--line: rgba(16, 16, 24, .12);--accent: #61dafb;--font-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;--font-body: "Inter", "Segoe UI", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg);color:var(--text);overflow-x:hidden}section[id]{scroll-margin-top:6.5rem}.bg-glow{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;background:var(--bg);transition:background-color .6s ease}.bg-glow:before{content:"";position:absolute;top:50%;left:50%;width:90vmax;height:90vmax;border-radius:50%;background-color:var(--accent);opacity:.22;filter:blur(160px);transform:translate(-50%,-50%);transition:background-color .9s ease}.webgl{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.reveal-zoom-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;background:#f4f4f7;pointer-events:none}.reveal-zoom{position:fixed;z-index:2;overflow:hidden;pointer-events:none;background:#f4f4f7;transition:border-radius .1s linear}.reveal-zoom-img{width:100%;height:100%;object-fit:contain}.reveal-zoom-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 45%,rgba(255,106,26,.25),transparent 70%)}@media (prefers-reduced-motion: reduce){.reveal-zoom{transition:none}}.hero-track{position:relative;z-index:0;pointer-events:none}.hero-track section{height:100svh}.tech-panel{position:fixed;top:50%;transform:translateY(-50%);z-index:1;width:min(36vw,440px);pointer-events:none}.tech-panel.left{left:clamp(1.5rem,6vw,6rem);text-align:left;--drift: -48px}.tech-panel.right{right:clamp(1.5rem,6vw,6rem);text-align:right;--drift: 48px}.tech-panel.right .blurb{margin-left:auto}.panel-inner{animation:panel-enter .6s cubic-bezier(.22,1,.36,1) both}.tech-panel.exit .panel-inner{animation:panel-exit .45s cubic-bezier(.5,0,.75,.4) both}@keyframes panel-enter{0%{opacity:0;transform:translate(var(--drift, 0),90px)}to{opacity:1;transform:translate(0)}}@keyframes panel-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(var(--drift, 0),-90px)}}.eyebrow{font-size:.8rem;font-weight:500;letter-spacing:.22em;color:var(--muted)}.eyebrow strong{color:var(--accent);font-weight:500;transition:color .4s ease}.tech-name{margin-top:.6rem;font-family:var(--font-display);font-weight:700;font-size:clamp(2.2rem,4.5vw,3.6rem);line-height:1;letter-spacing:-.03em}.blurb{margin-top:.9rem;font-size:1rem;line-height:1.6;color:var(--muted);max-width:46ch}.rail{position:fixed;right:clamp(1rem,3vw,2.5rem);top:50%;transform:translateY(-50%);z-index:3;display:flex;flex-direction:column;gap:.9rem}.rail button{width:44px;height:44px;display:grid;place-items:center;background:none;border:none;cursor:pointer;border-radius:50%}.rail button:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--line);transition:background .3s ease,transform .3s ease}.rail button.active:after{background:var(--accent);transform:scale(1.5)}.rail button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hint{position:fixed;bottom:1.75rem;left:50%;transform:translate(-50%);z-index:2;font-size:.75rem;color:var(--muted);letter-spacing:.25em;text-transform:uppercase;animation:bob 2s ease-in-out infinite;transition:opacity .4s}.hint.hidden{opacity:0}@keyframes bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,8px)}}@media (max-width: 768px){.tech-panel.left,.tech-panel.right{left:0;right:0;top:auto;bottom:clamp(2.5rem,9svh,5rem);transform:none;width:100%;padding:0 2.5rem;text-align:center}.tech-panel.right .blurb,.tech-panel.left .blurb{margin-inline:auto}.rail{right:.5rem}.panel-inner{animation:none}.tech-panel.exit{display:none}.hint{animation:none}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.hint,.panel-inner,.tech-panel.exit .panel-inner{animation:none}.tech-panel.exit{display:none}.eyebrow strong,.rail button:after,.bg-glow:before{transition:none}}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;overflow:hidden;background:#000}.loading-panel{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;transition:transform .5s cubic-bezier(.76,0,.24,1)}.loading-panel-left{clip-path:inset(0 50% 0 0)}.loading-panel-right{clip-path:inset(0 0 0 50%)}.loading-panel-left.slide-active{transform:translate(-100%)}.loading-panel-right.slide-active{transform:translate(100%)}.loading-tag{position:absolute;top:clamp(2rem,6vh,3.5rem);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffffbf;letter-spacing:.02em;white-space:nowrap}.loading-tag-dot{width:10px;height:10px;background:#ff6a1a;flex-shrink:0}.loading-percent{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:clamp(8rem,32vw,22rem);line-height:1;color:#ffffff0f;-webkit-user-select:none;user-select:none}.loading-greeting{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:clamp(2.4rem,6vw,4.5rem);color:#fff;letter-spacing:-.02em}.loading-wipe-line{position:fixed;top:0;bottom:0;left:50%;width:1px;z-index:21;background:#ffffff26;transform:translate(-50%);opacity:0;transition:opacity .15s ease;pointer-events:none}.loading-wipe-line.visible{opacity:1}.loading-wipe-tick{position:absolute;top:50%;left:50%;width:4px;height:48px;background:#ff6a1a;border-radius:2px;transform:translate(-50%,-50%)}.loading-screen-simple{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:var(--bg);transition:opacity .3s linear}.loading-screen-simple.fading{opacity:0;pointer-events:none}.loading-tag-static{position:static;transform:none}.loading-greeting-static{position:static;font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,5vw,3rem);color:#fff;letter-spacing:-.02em}@media (prefers-reduced-motion: reduce){.loading-panel{transition:none}}.glass{background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(16,16,24,.08);box-shadow:0 8px 32px #10101814}.glass-link{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--text);background:#1010180d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(16,16,24,.12);border-radius:999px;padding:.6rem 1.2rem;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .15s ease}.glass-link:hover{background:#1010181a;border-color:#10101838}.glass-link:active{transform:scale(.97)}.glass-cta{background:#101018;border-color:#101018;color:#fff}.glass-cta:hover{background:#26262f}.navbar{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.75rem clamp(1.5rem,5vw,3.5rem);background:transparent;border-bottom:1px solid transparent;transition:padding .35s ease,background .35s ease,border-color .35s ease,backdrop-filter .35s ease}.navbar.shrunk{padding:1rem clamp(1.5rem,5vw,3.5rem);background:#ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:#1010181f}.navbar-logo{display:flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:1rem;letter-spacing:.06em;color:var(--text)}.navbar-logo img{width:28px;height:28px;object-fit:contain}.navbar-links{display:flex;gap:.6rem}.navbar-burger{display:none;flex-direction:column;gap:4px;width:44px;height:44px;align-items:center;justify-content:center}.navbar-burger span{width:18px;height:2px;background:var(--text);border-radius:2px}.navbar-drawer{display:none}@media (max-width: 860px){.navbar-links{display:none}.navbar-burger{display:flex}.navbar-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease}.navbar-drawer.open{transform:translateY(0);opacity:1;pointer-events:auto}.navbar-drawer .glass-link{font-size:1.1rem;padding:.8rem 2rem}}@media (prefers-reduced-motion: reduce){.navbar,.navbar-drawer{transition:none}}#home.hero-theme-dark .bg-glow{background:#0b0b12}#home.hero-theme-dark .rail button:after{background:#ffffff40}#home.hero-theme-dark .hint{color:#ffffff8c}#home.hero-theme-dark .navbar.shrunk{background:#0b0b128c;border-bottom-color:#ffffff1a}#home.hero-theme-dark .navbar-logo span{color:#ececf4}#home.hero-theme-dark .navbar-burger span{background:#ececf4}#home.hero-theme-dark .glass-link{background:#ffffff0f;border-color:#ffffff1f;color:#ececf4}#home.hero-theme-dark .glass-link:hover{background:#ffffff1f}#home.hero-theme-dark .glass-cta{background:#fff;border-color:#fff;color:#101018}#home.hero-theme-dark .glass-cta:hover{background:#e4e4e8}@media (prefers-reduced-motion: reduce){#home.hero-theme-dark .bg-glow{transition:none}}.site-footer{position:relative;z-index:1;margin:6svh clamp(1rem,4vw,3rem) 3rem;padding:clamp(2rem,5vw,3rem);border-radius:28px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.9rem;max-width:340px}.footer-brand img{width:40px;height:40px;object-fit:contain;flex-shrink:0}.footer-brand-name{font-family:var(--font-display);font-weight:700;font-size:1.1rem}.footer-brand p{margin-top:.3rem;font-size:.85rem;color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;gap:.6rem}.footer-copyright{width:100%;font-size:.75rem;color:var(--muted);text-align:center;padding-top:1rem;border-top:1px solid var(--line)}@media (max-width: 640px){.site-footer,.footer-brand{flex-direction:column;text-align:center}}.section-intro{max-width:760px;margin:0 auto;padding:0 clamp(1.5rem,6vw,4rem);text-align:center}.section-intro h2{margin-top:.8rem;font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2;letter-spacing:-.02em}.what-we-do{position:relative;z-index:1;display:flex;gap:clamp(1.5rem,5vw,4rem);padding:12svh clamp(1.5rem,6vw,4rem) 8svh}.what-we-do-heading{position:sticky;top:30svh;align-self:flex-start;flex:0 0 min(420px,40%)}.what-we-do-heading h2{margin-top:.8rem;font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.25;letter-spacing:-.02em}.capability-list{flex:1;display:flex;flex-direction:column;gap:10svh}.capability-item{display:flex;flex-direction:column;gap:1rem}.capability-heading{display:flex;align-items:baseline;gap:1rem}.capability-heading h3{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,3.5vw,2.6rem);letter-spacing:-.02em}.capability-num{font-family:var(--font-display);font-weight:700;font-size:1.2rem}.capability-item p{color:var(--muted);font-size:1.05rem;line-height:1.6;max-width:60ch}.capability-visual{height:32svh;border-radius:24px;border:1px solid var(--line);overflow:hidden}.capability-visual img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){.what-we-do{flex-direction:column}.what-we-do-heading{position:static}}.our-services{position:relative;z-index:1;overflow:hidden;height:100svh;display:flex;flex-direction:column}.our-services .section-intro{flex:0 0 auto;padding-top:6svh}.services-track{display:flex;flex:1 1 auto;min-height:0;width:max-content;will-change:transform}.service-slide{flex:0 0 100vw;max-width:100vw;height:100%;display:flex;flex-direction:column;justify-content:center;gap:5svh;padding:4svh clamp(1.5rem,6vw,4rem);box-sizing:border-box}.service-slide-head{display:flex;align-items:flex-start;gap:.75rem}.service-slide-head h3{font-family:var(--font-display);font-weight:800;font-size:clamp(2.2rem,5.5vw,5rem);line-height:1.02;letter-spacing:-.02em;max-width:22ch}.service-index{font-size:clamp(1.1rem,2vw,1.7rem);color:var(--muted);font-weight:600;margin-top:.3em}.service-slide-body{display:flex;align-items:center;gap:clamp(2rem,5vw,4rem);flex-wrap:wrap}.service-visual{position:relative;flex:1 1 420px;max-width:520px;aspect-ratio:16 / 11;border-radius:24px;border:1px solid var(--line);overflow:hidden;display:flex;align-items:center;justify-content:center}.service-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(var(--dot-color, rgba(16, 16, 24, .12)) 1px,transparent 1px);background-size:26px 26px}.service-visual-ring{position:absolute;width:46%;aspect-ratio:1;border-radius:50%;border:1px dashed}.service-visual-icon{position:relative;width:26%;aspect-ratio:1}.service-slide-copy{flex:1 1 280px;max-width:360px;display:flex;flex-direction:column;gap:1.2rem}.service-slide-copy p{font-size:clamp(1rem,1.4vw,1.3rem);line-height:1.6;color:var(--text)}.service-explore-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;padding:.9rem 1.4rem;border-radius:999px;background:#101018;color:#fff;font-weight:600;font-size:.9rem}.our-services.mobile{height:auto;overflow:visible}.our-services.mobile .section-intro{padding-top:8svh}.services-track.mobile{flex:none;flex-direction:column;width:100%}.services-track.mobile .service-slide{flex-basis:auto;height:auto;min-width:0;padding:4svh clamp(1.5rem,6vw,4rem)}.services-track.mobile .service-slide-body{flex-direction:column;align-items:stretch}.services-track.mobile .service-visual{flex:none;width:100%;max-width:none}.industries{position:relative;z-index:1;display:flex;gap:clamp(1.5rem,5vw,4rem);padding:10svh clamp(1.5rem,6vw,4rem)}.industries-heading{position:sticky;top:30svh;align-self:flex-start;flex:0 0 min(360px,40%)}.industries-heading h2{margin-top:.8rem;font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,3.5vw,2.6rem)}.industries-panels{flex:1;display:flex;flex-direction:column;gap:6svh}.industry-panel{position:relative;align-self:center;width:100%;max-width:420px;aspect-ratio:3 / 4;border-radius:24px;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem}.industry-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(var(--dot-color, rgba(16, 16, 24, .12)) 1px,transparent 1px);background-size:26px 26px}.industry-panel-ring{position:absolute;width:48%;aspect-ratio:1;border-radius:50%;border:1px dashed}.industry-panel .industry-icon{position:relative;width:25%;aspect-ratio:1}.industry-panel-name{position:relative;font-family:var(--font-display);font-weight:700;font-size:1.3rem;text-align:center}.industries.mobile{display:block}.industries-list{list-style:none;margin-top:4svh;display:flex;flex-direction:column;gap:.9rem}.industry-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1.4rem;border-radius:16px}.industry-row-visual{position:relative;width:44px;height:44px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:radial-gradient(var(--dot-color, rgba(16, 16, 24, .12)) 1px,transparent 1px);background-size:12px 12px}.industry-row .industry-icon{position:relative;width:22px;height:22px;flex-shrink:0}.industry-row-name{font-weight:600}@media (max-width: 768px){.industries{flex-direction:column}}.projects{position:relative;z-index:1;background:var(--panel-bg);color:var(--panel-fg);transition:background-color .6s ease,color .6s ease}.projects-stage{position:relative;height:100svh;overflow:hidden}.projects-wordmark-layer{position:absolute;top:0;right:0;bottom:0;left:0}.projects-wordmark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0 clamp(1.5rem,6vw,4rem);will-change:transform,opacity}.projects-wordmark.intro{flex-direction:column;justify-content:center;align-items:flex-start}.projects-wordmark.intro h2{margin-top:.8rem;font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2;letter-spacing:-.02em;max-width:20ch}.projects-content-layer{position:absolute;top:0;right:0;bottom:0;left:0}.projects-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:0 clamp(1.5rem,6vw,4rem);will-change:opacity,filter}.project-index{font-size:.85rem;font-weight:600;letter-spacing:.08em;opacity:.6;margin-bottom:.6rem}.project-wordmark{font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,7vw,6rem);line-height:1.02;letter-spacing:-.02em;max-width:14ch}.project-visual-wrap{position:absolute;right:6%;top:50%;transform:translateY(-50%);width:min(36vw,460px);aspect-ratio:1}.project-visual{width:100%;height:100%;object-fit:contain;pointer-events:none}.project-view-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:.4rem;padding:.9rem 1.4rem;border-radius:999px;background:#fff;color:#101018;font-size:.9rem;font-weight:600;box-shadow:0 12px 30px #0000002e}.project-view-btn .arrow{display:inline-block}.project-view-btn.disabled{opacity:.7}.project-tagline{position:absolute;right:6%;bottom:14%;max-width:32ch;font-size:clamp(1rem,1.4vw,1.3rem);line-height:1.5}.projects-mobile-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:6svh}.project-mobile-panel{position:relative;border-radius:24px;padding:2rem 1.5rem;min-height:60svh;display:flex;flex-direction:column;justify-content:center}.project-mobile-panel .project-visual-wrap{position:relative;right:auto;top:auto;transform:none;width:55%;max-width:220px;margin:1.5rem 0}.project-mobile-panel .project-tagline{position:static;max-width:none}.expertise{margin-top:8svh;padding:0 clamp(1.5rem,6vw,4rem);text-align:center}.expertise h3{font-family:var(--font-display);font-weight:700;font-size:1.4rem}.expertise-tags{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:900px;margin-inline:auto}.expertise-tag{padding:.6rem 1.1rem;border-radius:999px;font-size:.85rem}.placeholder-section{position:relative;z-index:1;min-height:50svh;display:flex;align-items:center;justify-content:center;padding:6svh clamp(1.5rem,6vw,4rem)}.placeholder-card{width:min(860px,100%);border-radius:28px;padding:clamp(2rem,5vw,3rem);display:flex;flex-direction:column;gap:1rem;text-align:left}.placeholder-card h2{font-family:var(--font-display);font-weight:700;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.2}.placeholder-card p,.placeholder-card li{color:var(--muted);line-height:1.7}.placeholder-list{padding-left:1.1rem;display:grid;gap:.4rem}.placeholder-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.4rem}@media (max-width: 640px){.placeholder-card{text-align:center}.placeholder-list{text-align:left}.placeholder-actions{justify-content:center}}.contact-form{display:flex;flex-direction:column;gap:1.1rem;margin-top:.6rem;text-align:left}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.form-field{display:flex;flex-direction:column;gap:.45rem;font-size:.85rem;font-weight:600;color:var(--text)}.form-field input,.form-field textarea{font:inherit;font-weight:400;font-size:.95rem;padding:.85rem 1rem;border-radius:14px;border:1px solid var(--line);background:var(--surface);color:var(--text);resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--muted)}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 22%,transparent)}.form-submit-btn{align-self:flex-start;border:none;cursor:pointer;font-weight:600}.form-hint{font-size:.85rem;color:var(--muted)}@media (max-width: 640px){.form-row{grid-template-columns:1fr}.form-submit-btn{align-self:stretch;text-align:center}}.about-card-custom{max-width:min(820px,100%)!important;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.about-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.about-image-container{position:relative;width:220px;height:220px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;box-shadow:0 12px 32px #10101814;border:2px solid rgba(255,255,255,.8);transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s ease}.about-image-container:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 40px #10101826}.about-ceo-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-image-container:hover .about-ceo-img{transform:scale(1.08)}.about-ceo-info{margin-top:1.25rem;display:flex;flex-direction:column;align-items:center}.about-ceo-title{color:var(--text);font-family:var(--font-display);font-weight:700;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(120deg,var(--accent) 0%,var(--text) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.about-bio{display:flex;flex-direction:column;gap:1rem;max-width:700px}.about-bio p{font-size:1.05rem;line-height:1.7}.about-timeline-section{margin-top:1rem;border-top:1px solid var(--line);padding-top:1.5rem;width:100%}.about-timeline-section h3{font-family:var(--font-display);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:1rem}.timeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.timeline-item{background:#ffffff73;border:1px solid rgba(16,16,24,.06);padding:1.25rem;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s cubic-bezier(.25,.8,.25,1)}.timeline-item:hover{border-color:var(--accent);background:#ffffffd9;transform:translateY(-3px);box-shadow:0 8px 20px #1010180a}.timeline-duration{font-family:var(--font-display);font-weight:700;font-size:1.35rem;color:var(--text);line-height:1.2}.timeline-label{font-size:.85rem;color:var(--muted);margin-top:.35rem;line-height:1.4}.timeline-communication{font-size:.8rem;font-style:italic;color:var(--muted);margin-top:.8rem}@media (max-width: 768px){.timeline-grid{grid-template-columns:1fr;gap:.75rem}}
