body.umbrella-body{background:var(--bg);color:var(--text)}body.umbrella-body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.umbrella-header{position:sticky;top:0;z-index:1000;background:#0a0a0fd9;backdrop-filter:blur(20px) saturate(1.5);border-bottom:1px solid var(--border)}.umbrella-nav{position:relative;min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.umbrella-logo{display:inline-flex;align-items:center;gap:12px;color:var(--text)}.umbrella-logo img{width:32px;height:32px}.umbrella-logo-text{font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:-.03em;font-size:1.05rem}.umbrella-nav-links{display:flex;gap:1.6rem;align-items:center}.umbrella-nav-links a{color:var(--text-secondary);font-size:.88rem;font-weight:500;transition:color .2s ease}.umbrella-nav-links a:hover,.umbrella-nav-links a:focus-visible{color:var(--text)}.umbrella-nav-cta{display:inline-flex;align-items:center;padding:.55rem 1.1rem;border-radius:10px;background:var(--text);color:#0a0a0f!important;font-size:.85rem;font-weight:600;transition:background .2s ease,transform .2s ease}.umbrella-nav-cta:hover,.umbrella-nav-cta:focus-visible{background:#fff;transform:translateY(-1px)}.umbrella-nav .mobile-toggle{display:none;position:relative;z-index:2;border:1px solid var(--border-light);border-radius:var(--radius-full);background:transparent;color:var(--text);font-family:inherit;font-size:.82rem;font-weight:600;padding:.5rem .95rem;cursor:pointer;transition:border-color .2s ease,color .2s ease}.umbrella-nav .mobile-toggle:hover,.umbrella-nav .mobile-toggle:focus-visible{border-color:var(--accent)}main.umbrella-main{position:relative;z-index:1}.bk-ambient{position:fixed;inset:0;z-index:0;pointer-events:none}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal.visible{opacity:1;transform:none}.umbrella-hero{position:relative;padding:clamp(96px,14vw,168px) 0 clamp(72px,9vw,112px);overflow:hidden}.umbrella-hero-glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:720px;height:720px;background:radial-gradient(circle,var(--accent-glow),transparent 65%);pointer-events:none;filter:blur(60px)}.umbrella-hero-inner{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.umbrella-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .95rem;border-radius:999px;background:#7c5cfc1f;border:1px solid rgba(124,92,252,.25);color:var(--accent-light);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.umbrella-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 12px var(--teal)}.umbrella-hero h1{font-size:clamp(2.4rem,5.5vw,4.4rem);letter-spacing:-.035em;line-height:1.04;max-width:16ch}.umbrella-hero h1 .gradient{background:linear-gradient(135deg,var(--accent),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}.umbrella-hero p{color:var(--text-secondary);max-width:60ch;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.6}.umbrella-pillars-section{padding:clamp(40px,6vw,80px) 0 clamp(80px,10vw,120px)}.umbrella-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.umbrella-pillar{display:flex;flex-direction:column;padding:2.4rem;border-radius:var(--radius-lg);border:1px solid var(--border-light);background:var(--bg-card);position:relative;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.umbrella-pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--brand-accent);opacity:.55;transition:opacity .25s ease}.umbrella-pillar:hover,.umbrella-pillar:focus-within{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand-accent) 55%,transparent)}.umbrella-pillar:hover:before,.umbrella-pillar:focus-within:before{opacity:1}.umbrella-pillars .umbrella-pillar.reveal:nth-child(2){transition-delay:.12s}.umbrella-pillar-kicker{margin:0 0 1.2rem}.umbrella-pillar-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,2.6vw,2.2rem);letter-spacing:-.02em;margin-bottom:.5rem}.umbrella-pillar-sub{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.4rem;line-height:1.55}.umbrella-pillar-points{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.55rem}.umbrella-pillar-points li{color:var(--text-secondary);font-size:.9rem;display:flex;gap:.6rem}.umbrella-pillar-points li:before{content:"→";color:var(--brand-accent);flex:0 0 auto}.umbrella-pillar-cta{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;color:var(--text);font-weight:600;font-size:.95rem;text-decoration:none;border-bottom:2px solid color-mix(in srgb,var(--brand-accent) 55%,transparent);padding-bottom:3px;transition:color .2s ease,border-color .2s ease,transform .2s ease}.umbrella-pillar-cta:hover,.umbrella-pillar-cta:focus-visible{color:var(--brand-accent);border-bottom-color:var(--brand-accent);transform:translate(2px)}.umbrella-pillar-cta--read-more{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:.35rem;color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:color .2s ease,transform .2s ease}.umbrella-pillar-cta--read-more:hover,.umbrella-pillar-cta--read-more:focus-visible{color:var(--brand-accent);transform:translate(2px)}.umbrella-about{padding:clamp(24px,4vw,48px) 0 clamp(40px,6vw,64px)}.umbrella-about-card{max-width:760px;margin:0 auto;padding:clamp(1.8rem,4vw,2.6rem);border-radius:var(--radius-lg);border:1px solid var(--border-light);background:var(--bg-card);text-align:center}.umbrella-about-kicker{justify-content:center;margin:0 0 1.2rem}.umbrella-about-card h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2.6vw,2rem);letter-spacing:-.025em;line-height:1.15;margin:0 0 1.2rem}.umbrella-about-card p{margin:0 auto;max-width:60ch;color:var(--text-secondary);font-size:1rem;line-height:1.7}.umbrella-about-card p+p{margin-top:1rem}.umbrella-about-why{color:var(--text)!important;font-weight:500;font-style:italic;position:relative;padding-top:1.2rem!important}.umbrella-about-why:before{content:"";display:block;width:32px;height:1px;background:var(--brand-accent);opacity:.6;margin:0 auto 1.2rem}.umbrella-contact{padding:clamp(40px,6vw,64px) 0 clamp(96px,10vw,128px)}.umbrella-contact-card{display:flex;flex-direction:column;gap:1.2rem;padding:clamp(1.8rem,4vw,2.6rem);border-radius:var(--radius-lg);border:1px solid var(--border-light);background:var(--bg-card);text-align:center;align-items:center}.umbrella-contact-card h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2.4vw,2rem);letter-spacing:-.02em}.umbrella-contact-card p{color:var(--text-secondary);max-width:56ch;line-height:1.6}.umbrella-contact-actions{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.umbrella-contact-actions a{display:inline-flex;align-items:center;padding:.8rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .15s ease}.umbrella-contact-actions a.btn-primary{background:var(--text);color:#0a0a0f}.umbrella-contact-actions a.btn-primary:hover,.umbrella-contact-actions a.btn-primary:focus-visible{background:#fff;transform:translateY(-2px);box-shadow:0 14px 34px #0006}.umbrella-contact-actions a.btn-outline{background:transparent;border:1px solid var(--border-light);color:var(--text)}.umbrella-contact-actions a.btn-outline:hover,.umbrella-contact-actions a.btn-outline:focus-visible{border-color:var(--brand-accent)}.umbrella-robotics-hero{--rbx-teal: #2dd4bf;--rbx-line: rgba(45, 212, 191, .22);--rbx-mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Space Grotesk", monospace;position:relative;padding:clamp(120px,18vw,220px) 0 clamp(64px,9vw,112px);overflow:hidden}.umbrella-robotics-hero .robotics-hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);text-align:left}.umbrella-robotics-hero .robotics-kicker{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--rbx-mono);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 1.35rem}.umbrella-robotics-hero .robotics-kicker:before{content:"";width:24px;height:1.5px;background:var(--rbx-teal);border-radius:2px}.umbrella-robotics-hero .robotics-hero-title{font-family:Fraunces,serif;font-weight:600;font-size:clamp(2.5rem,5vw,4.3rem);line-height:1.03;letter-spacing:-.02em;max-width:15ch;color:var(--text);text-wrap:balance;margin:0}.umbrella-robotics-hero .robotics-underline{position:relative;white-space:nowrap}.umbrella-robotics-hero .robotics-underline:after{content:"";position:absolute;left:-.05em;right:-.05em;bottom:-.14em;height:.4em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 24' preserveAspectRatio='none'%3E%3Cpath d='M6 15 C 80 5, 150 20, 220 11 S 318 7, 334 14' fill='none' stroke='%232DD4BF' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;pointer-events:none}.umbrella-robotics-hero .robotics-hero-lede{margin:1.6rem 0 2rem;max-width:48ch;color:var(--text-secondary);font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.65}.umbrella-robotics-hero .robotics-hero-secondary{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.4rem;color:var(--text);font-weight:500;font-size:.95rem;text-decoration:none;border-bottom:2px solid rgba(45,212,191,.5);padding-bottom:3px;transition:border-color .15s ease}.umbrella-robotics-hero .robotics-hero-secondary:hover{border-bottom-color:var(--rbx-teal)}.umbrella-robotics-hero .umbrella-robotics-notify--hero{margin:0;max-width:460px}.umbrella-robotics-hero .umbrella-robotics-notify-input{border-radius:12px}.umbrella-robotics-hero .umbrella-robotics-notify-submit{border-radius:12px;background:var(--rbx-teal);color:#06201d}.umbrella-robotics-hero .umbrella-robotics-notify-submit:hover,.umbrella-robotics-hero .umbrella-robotics-notify-submit:focus-visible{background:#4fe0cf}.umbrella-robotics-hero .umbrella-robotics-notify-status{text-align:left;font-family:var(--rbx-mono);font-size:.74rem;letter-spacing:.02em}.umbrella-robotics-hero .robotics-hero-blueprint{position:relative}.umbrella-robotics-hero .robotics-blueprint-panel{position:relative;padding:clamp(1.4rem,2.5vw,2rem);border:1px solid var(--rbx-line);border-radius:var(--radius-lg);background:linear-gradient(rgba(45,212,191,.05) 1px,transparent 1px) 0 0 / 100% 28px,linear-gradient(90deg,rgba(45,212,191,.05) 1px,transparent 1px) 0 0 / 28px 100%,#0a10108c;box-shadow:0 22px 60px #00000059}.umbrella-robotics-hero .robotics-tick{position:absolute;width:12px;height:12px;border:1.5px solid var(--rbx-teal);opacity:.7}.umbrella-robotics-hero .robotics-tick--tl{top:8px;left:8px;border-right:0;border-bottom:0}.umbrella-robotics-hero .robotics-tick--tr{top:8px;right:8px;border-left:0;border-bottom:0}.umbrella-robotics-hero .robotics-tick--bl{bottom:8px;left:8px;border-right:0;border-top:0}.umbrella-robotics-hero .robotics-tick--br{bottom:8px;right:8px;border-left:0;border-top:0}.umbrella-robotics-hero .robotics-blueprint-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:var(--rbx-mono);font-size:.68rem;letter-spacing:.14em}.umbrella-robotics-hero .robotics-blueprint-label{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .7rem;border:1px solid var(--rbx-line);border-radius:999px;color:var(--rbx-teal)}.umbrella-robotics-hero .robotics-blueprint-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rbx-teal);box-shadow:0 0 10px var(--rbx-teal)}.umbrella-robotics-hero .robotics-blueprint-ref{color:var(--text-secondary)}.umbrella-robotics-hero .robotics-blueprint-plate{position:relative;height:clamp(120px,16vw,168px);margin:1.1rem 0;border:1px dashed var(--rbx-line);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden}.umbrella-robotics-hero .robotics-blueprint-plate:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(45,212,191,.07) 0,rgba(45,212,191,.07) 10px,transparent 10px,transparent 20px)}.umbrella-robotics-hero .robotics-blueprint-plate-note{position:relative;font-family:var(--rbx-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary)}.umbrella-robotics-hero .robotics-blueprint-spec{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin:0}.umbrella-robotics-hero .robotics-blueprint-spec dt{font-family:var(--rbx-mono);font-size:.6rem;letter-spacing:.16em;color:var(--rbx-teal);margin-bottom:.3rem}.umbrella-robotics-hero .robotics-blueprint-spec dd{margin:0;font-size:.82rem;line-height:1.4;color:var(--text-secondary)}.umbrella-robotics-hero .robotics-blueprint-ruler{display:flex;align-items:flex-end;gap:0;height:16px;margin-top:1.2rem;border-top:1px solid var(--rbx-line);padding-top:4px}.umbrella-robotics-hero .robotics-blueprint-ruler span{flex:1;height:6px;border-left:1px solid var(--rbx-line)}.umbrella-robotics-hero .robotics-blueprint-ruler span:nth-child(4n+1){height:12px;border-left-color:var(--rbx-teal);opacity:.8}@media(max-width:860px){.umbrella-robotics-hero .robotics-hero-grid{grid-template-columns:1fr;gap:2.75rem}.umbrella-robotics-hero .robotics-hero-title{max-width:20ch}}.umbrella-robotics-notify{display:grid;grid-template-columns:1fr auto;gap:.6rem;width:100%}.umbrella-robotics-notify--hero{max-width:480px;margin:.4rem auto 0}.umbrella-robotics-notify--pillar{margin:0 0 1.4rem}.umbrella-robotics-notify-input{appearance:none;background:#0a0a0f99;border:1px solid var(--border-light);border-radius:999px;color:var(--text);font:inherit;font-size:.95rem;padding:.85rem 1.2rem;min-width:0;transition:border-color .2s ease,background .2s ease}.umbrella-robotics-notify-input::placeholder{color:var(--text-secondary);opacity:.7}.umbrella-robotics-notify-input:focus-visible{outline:none;border-color:var(--teal);background:#0a0a0fd9}.umbrella-robotics-notify-input:disabled{opacity:.6}.umbrella-robotics-notify-submit{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.4rem;border:none;border-radius:10px;background:var(--brand-accent);color:#0a0a0f;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease}.umbrella-robotics-notify-submit:hover,.umbrella-robotics-notify-submit:focus-visible{background:color-mix(in srgb,var(--brand-accent) 82%,#fff);transform:translateY(-1px)}.umbrella-robotics-notify-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.umbrella-robotics-notify-status{grid-column:1 / -1;margin:.2rem 0 0;color:var(--text-secondary);font-size:.82rem;line-height:1.5;text-align:center}.umbrella-robotics-notify-status[data-tone=success]{color:var(--teal)}.umbrella-robotics-notify-status[data-tone=error]{color:var(--amber)}.umbrella-robotics-expect{--rbx-mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Space Grotesk", monospace;padding:clamp(40px,6vw,80px) 0 clamp(40px,6vw,64px)}.umbrella-robotics-expect-copy{max-width:760px;margin:0 auto;text-align:center}.umbrella-robotics-expect-kicker{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--rbx-mono);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary);margin:0 auto 1rem}.umbrella-robotics-expect-kicker:before{content:"";width:24px;height:1.5px;background:var(--brand-accent);border-radius:2px}.umbrella-robotics-expect-copy h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.025em;line-height:1.15;margin:.8rem auto 2.4rem;max-width:22ch;color:var(--text)}.umbrella-robotics-expect-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;text-align:left;counter-reset:rbx-expect}.umbrella-robotics-expect-list li{counter-increment:rbx-expect;padding-top:1rem;border-top:1px solid var(--border-light)}.umbrella-robotics-expect-list li:before{content:counter(rbx-expect,decimal-leading-zero);display:block;font-family:var(--rbx-mono);font-size:.7rem;letter-spacing:.16em;color:var(--brand-accent);margin-bottom:.7rem}.umbrella-robotics-expect-list h3{font-family:Space Grotesk,sans-serif;font-size:1.02rem;letter-spacing:-.01em;margin:0 0 .35rem;color:var(--text)}.umbrella-robotics-expect-list p{margin:0;color:var(--text-secondary);font-size:.92rem;line-height:1.6}@media(max-width:820px){.umbrella-robotics-expect-list{grid-template-columns:1fr}}@media(max-width:520px){.umbrella-robotics-notify{grid-template-columns:1fr}.umbrella-robotics-notify-submit{justify-content:center}}.umbrella-robotics-concept{--rbx-mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Space Grotesk", monospace;--rbx-line: rgba(45, 212, 191, .22);padding:clamp(40px,6vw,72px) 0 clamp(40px,6vw,64px)}.concept-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:clamp(2rem,5vw,4rem);align-items:center;padding:clamp(1.8rem,4vw,2.8rem);border-radius:var(--radius-lg);border:1px solid var(--rbx-line);background:linear-gradient(rgba(45,212,191,.045) 1px,transparent 1px) 0 0 / 100% 30px,linear-gradient(90deg,rgba(45,212,191,.045) 1px,transparent 1px) 0 0 / 30px 100%,#0a10108c;position:relative;overflow:hidden}.concept-card:before,.concept-card:after{content:"";position:absolute;width:14px;height:14px;border:1.5px solid var(--brand-accent);opacity:.7;pointer-events:none}.concept-card:before{top:12px;left:12px;border-right:0;border-bottom:0}.concept-card:after{bottom:12px;right:12px;border-left:0;border-top:0}.concept-card-visual{position:relative;aspect-ratio:1 / 1;width:100%;max-width:420px;margin:0 auto;border-radius:var(--radius);overflow:hidden;background:#06060b;border:1px solid var(--rbx-line);box-shadow:0 16px 48px #00000073}.concept-card-teaser{width:100%;height:100%;border:0;display:block;background:#06060b}.concept-card-poster{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:.6rem;padding:1.6rem;text-align:center;background:linear-gradient(rgba(45,212,191,.05) 1px,transparent 1px) 0 0 / 100% 26px,linear-gradient(90deg,rgba(45,212,191,.05) 1px,transparent 1px) 0 0 / 26px 100%,#06060b}.concept-card-poster__brand{font-family:var(--rbx-mono);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-accent)}.concept-card-poster__title{font-family:Space Grotesk,sans-serif;font-size:1.4rem;letter-spacing:-.02em;color:var(--text)}.concept-card-poster__hint{margin:0 auto;max-width:34ch;color:var(--text-secondary);font-size:.85rem;line-height:1.5}.concept-card-copy{position:relative}.concept-card-kicker{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--rbx-mono);font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 1.2rem}.concept-card-kicker:before{content:"";width:24px;height:1.5px;background:var(--brand-accent);border-radius:2px}.concept-card-copy h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,2.8vw,2.4rem);letter-spacing:-.025em;line-height:1.12;margin:0 0 1.2rem;max-width:20ch;color:var(--text)}.concept-card-copy h2 em{position:relative;font-style:normal;color:var(--text);white-space:nowrap}.concept-card-copy h2 em:after{content:"";position:absolute;left:-.05em;right:-.05em;bottom:-.12em;height:.36em;background-color:var(--brand-accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 24' preserveAspectRatio='none'%3E%3Cpath d='M6 15 C 80 5, 150 20, 220 11 S 318 7, 334 14' fill='none' stroke='%23000' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 24' preserveAspectRatio='none'%3E%3Cpath d='M6 15 C 80 5, 150 20, 220 11 S 318 7, 334 14' fill='none' stroke='%23000' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;pointer-events:none}.concept-card-role{color:var(--text-secondary);font-size:1rem;line-height:1.65;margin:0 0 1.6rem;max-width:56ch}.concept-card-meta{display:grid;grid-template-columns:1fr;gap:.7rem;margin:0 0 1.4rem;padding:1.1rem 1.3rem;border-radius:var(--radius);border:1px solid var(--rbx-line);background:linear-gradient(rgba(45,212,191,.04) 1px,transparent 1px) 0 0 / 100% 26px,#060c0c66}.concept-card-meta>div{display:grid;grid-template-columns:80px 1fr;gap:1rem;align-items:baseline}.concept-card-meta dt{font-family:var(--rbx-mono);font-size:.62rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-accent);margin:0}.concept-card-meta dd{margin:0;color:var(--text-secondary);font-size:.92rem;line-height:1.5}.concept-card-note{margin:0;font-family:var(--rbx-mono);color:var(--text-secondary);font-size:.7rem;letter-spacing:.04em;opacity:.8}@media(max-width:820px){.concept-card{grid-template-columns:1fr}.concept-card-visual{max-width:280px}.concept-card-meta>div{grid-template-columns:70px 1fr;gap:.75rem}}.umbrella-robotics-cta{--rbx-line: rgba(45, 212, 191, .22)}.umbrella-robotics-cta .umbrella-contact-card{position:relative;overflow:hidden;border-color:var(--rbx-line);background:linear-gradient(rgba(45,212,191,.04) 1px,transparent 1px) 0 0 / 100% 30px,linear-gradient(90deg,rgba(45,212,191,.04) 1px,transparent 1px) 0 0 / 30px 100%,#0a10108c}.umbrella-robotics-cta .umbrella-contact-card:before,.umbrella-robotics-cta .umbrella-contact-card:after{content:"";position:absolute;width:14px;height:14px;border:1.5px solid var(--brand-accent);opacity:.7;pointer-events:none}.umbrella-robotics-cta .umbrella-contact-card:before{top:12px;left:12px;border-right:0;border-bottom:0}.umbrella-robotics-cta .umbrella-contact-card:after{bottom:12px;right:12px;border-left:0;border-top:0}.umbrella-robotics-cta .umbrella-contact-card>*{position:relative;z-index:1}.umbrella-robotics-cta .umbrella-contact-actions a.btn-primary{background:var(--brand-accent);color:#06201d}.umbrella-robotics-cta .umbrella-contact-actions a.btn-primary:hover,.umbrella-robotics-cta .umbrella-contact-actions a.btn-primary:focus-visible{background:#4fe0cf}.umbrella-robotics-cta .umbrella-contact-actions a.btn-outline:hover,.umbrella-robotics-cta .umbrella-contact-actions a.btn-outline:focus-visible{border-color:var(--brand-accent)}.umbrella-footer{position:relative;z-index:1;padding:clamp(32px,5vw,48px) 0;border-top:1px solid var(--border);background:#0a0a0f99}.umbrella-footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem}.umbrella-footer-brand{display:flex;align-items:center;gap:.75rem;font-family:Space Grotesk,sans-serif;letter-spacing:-.02em;font-weight:700;color:var(--text)}.umbrella-footer-brand img{width:22px;height:22px}.umbrella-footer-links{display:flex;gap:1.4rem;flex-wrap:wrap}.umbrella-footer-links a{color:var(--text-secondary);font-size:.86rem}.umbrella-footer-links a:hover,.umbrella-footer-links a:focus-visible{color:var(--text)}.umbrella-footer-note{color:var(--text-secondary);font-size:.8rem;line-height:1.6;text-align:right;max-width:36ch}@media(max-width:720px){.umbrella-footer-note{text-align:center;max-width:100%}}@media(max-width:720px){.umbrella-pillars{grid-template-columns:1fr}.umbrella-nav .mobile-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.umbrella-nav-links{display:none;position:absolute;top:calc(100% + 8px);left:1rem;right:1rem;flex-direction:column;align-items:stretch;gap:1rem;padding:1.2rem;background:#0d0d12fa;border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow)}.umbrella-nav-links.is-open{display:flex}.umbrella-nav-cta{width:100%;justify-content:center}}.umbrella-hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);text-align:left}.umbrella-kicker{display:inline-flex;align-items:center;gap:.6rem;font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 1.35rem}.umbrella-kicker:before{content:"";width:24px;height:1.5px;background:var(--brand-accent);border-radius:2px}.umbrella-hero .umbrella-hero-title{font-family:Fraunces,serif;font-weight:600;font-size:clamp(2.5rem,5vw,4.3rem);line-height:1.03;letter-spacing:-.02em;max-width:15ch;color:var(--text);text-wrap:balance}.hand-underline{position:relative;white-space:nowrap}.hand-underline:after{content:"";position:absolute;left:-.05em;right:-.05em;bottom:-.14em;height:.4em;background-color:var(--brand-accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 24' preserveAspectRatio='none'%3E%3Cpath d='M6 15 C 80 5, 150 20, 220 11 S 318 7, 334 14' fill='none' stroke='%23000' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 24' preserveAspectRatio='none'%3E%3Cpath d='M6 15 C 80 5, 150 20, 220 11 S 318 7, 334 14' fill='none' stroke='%23000' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;pointer-events:none}.umbrella-hero .umbrella-hero-lede{margin:1.6rem 0 0;max-width:46ch;color:var(--text-secondary);font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.65}.umbrella-hero-actions{margin-top:2rem;display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}.btn-ink{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:12px;background:var(--text);color:#0a0a0f;font-weight:600;font-size:.98rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.btn-ink:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0006}.btn-ghost-line{color:var(--text);font-weight:500;font-size:.98rem;text-decoration:none;border-bottom:2px solid color-mix(in srgb,var(--brand-accent) 55%,transparent);padding-bottom:3px;transition:border-color .15s ease}.btn-ghost-line:hover{border-bottom-color:var(--brand-accent)}.umbrella-hero-cast{position:relative}.cast-row{display:flex;align-items:flex-end;justify-content:center;gap:clamp(.1rem,.8vw,.5rem)}.cast-figure{width:clamp(56px,9vw,100px);height:auto;object-fit:contain;filter:drop-shadow(0 14px 26px rgba(0,0,0,.5))}.cast-figure--bob{transform:rotate(-5deg)}.cast-figure--gus{transform:rotate(-1deg) translateY(-2px)}.cast-figure--steve{transform:rotate(3deg) translateY(-8px)}.cast-figure--doom{transform:rotate(-3deg)}.cast-figure--firebolt{transform:rotate(4deg) translateY(-4px)}.cast-scribble{margin:1.5rem 0 0;text-align:center;font-family:Caveat,cursive;font-weight:600;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.2;color:var(--brand-accent);transform:rotate(-1.5deg)}@media(max-width:860px){.umbrella-hero-grid{grid-template-columns:1fr;gap:2.5rem}.umbrella-hero .umbrella-hero-title{max-width:18ch}.cast-figure{width:clamp(50px,15vw,88px)}}@media(max-width:430px){.umbrella-hero .umbrella-hero-title{font-size:2.15rem}}
