:root { color-scheme: light; --ink:#121212; --paper:#fff; --soft:#ececec; }
* { box-sizing: border-box; }
html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; overflow-x:hidden; }
img, video { display:block; max-width:100%; }
.tinybrush { width:100%; margin:auto; overflow:hidden; text-align:left; }
.section { position:relative; }
.hero { min-height:max(820px,100svh); display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); column-gap:clamp(30px,4vw,90px); align-items:start; padding:68px 7.65% clamp(110px,7vw,140px); }.brand { display:block; grid-column:1; width:clamp(285px,23vw,430px); max-width:100%; }.brand-full { width:100%; height:auto; }.hero-copy { grid-column:1; width:100%; margin-top:44px; font-size:36px; line-height:1.12; text-align:left; }.hero-copy p { margin:0; }.hero-product { position:static; grid-column:2; grid-row:1 / span 3; align-self:end; justify-self:end; width:min(100%,980px); max-height:min(720px, calc(100vh - 190px)); object-fit:contain; }.bubble { padding:28px 36px 30px; border:2px solid #aaa; border-radius:40px; background:#f6f6f6; box-shadow:0 4px 7px rgba(0,0,0,.2); text-align:center; }.bubble h2 { margin:0 0 10px; font-size:27px; line-height:1; }.bubble p { margin:0 0 22px; font-size:23px; line-height:1.06; }.bubble--early { grid-column:1; width:100%; margin-top:38px; }.scroll-cue { position:absolute; z-index:2; bottom:40px; left:50%; display:grid; width:48px; height:48px; place-items:center; border:2px solid var(--ink); border-radius:50%; color:var(--ink); transform:translateX(-50%); animation:scroll-cue-bounce 1.8s ease-in-out infinite; }.scroll-cue svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; }.mail-form { display:grid; grid-template-columns:1fr auto; height:44px; }.mail-form input { min-width:0; padding:0 14px; border:2px solid var(--ink); border-right:0; background:#fff; color:var(--ink); font:700 18px/1 inherit; outline:none; text-align:center; }.mail-form input:focus { box-shadow:inset 0 0 0 2px #9ac5ff; }.mail-form button { padding:0 22px; border:2px solid var(--ink); background:var(--ink); color:#fff; font:700 17px/1 inherit; cursor:pointer; }.mail-form button:hover { background:#444; } @keyframes scroll-cue-bounce { 0%,100% { margin-bottom:0; } 50% { margin-bottom:12px; } }
.feature-strip { min-height:220px; display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; align-items:center; padding:28px 7%; background:var(--soft); text-align:center; }.feature-strip article { display:flex; flex-direction:column; align-items:center; justify-content:center; font-size:24px; font-weight:500; }.feature-strip article b { display:block; min-height:2.4em; }.feature-icon { width:82px; height:82px; margin:0 auto 13px; object-fit:contain; mix-blend-mode:multiply; }.feature-icon--pocket { mix-blend-mode:multiply; }
.hands { height:720px; min-height:0; display:grid; grid-template-columns:repeat(2, 960px); gap:0; align-items:center; justify-content:center; justify-items:center; padding:0; background:var(--soft); overflow:hidden; }.hands img:first-child, .hands img:last-child { width:960px; height:720px; margin:0; object-fit:cover; object-position:center; }
.components { width:100%; padding:0; }.components img { width:100%; height:auto; }
.launch { min-height:960px; display:grid; grid-template-columns:960px 960px; align-items:center; justify-content:center; gap:0; padding:0; }.video-wrap { width:960px; height:960px; aspect-ratio:auto; overflow:hidden; background:#f2f2f2; }.video-wrap video { width:100%; height:100%; object-fit:cover; }.bubble--launch { max-width:600px; justify-self:center; }
.perks { padding:0; background:#f5f5f5; }.perks-banner { width:100%; height:auto; }
.about { min-height:800px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:80px; padding:70px 8%; background:#e6e6e6; }.about-copy { width:100%; font-size:35px; line-height:1.12; }.about-copy p { margin:0; text-align:left; }.partner-logos { display:flex; width:100%; min-height:122px; align-items:center; justify-content:space-between; gap:24px; margin-top:36px; }.partner-logos .unipd-logo { width:114px; height:114px; flex:0 0 114px; object-fit:contain; object-position:center; filter:none; }.partner-logos .lightcube-logo { width:260px; height:86px; max-width:calc(100% - 146px); object-fit:contain; object-position:right center; }.people { display:grid; justify-self:end; align-self:center; gap:20px; }.people article { display:flex; align-items:center; gap:25px; font-size:22px; }.people img { width:145px; aspect-ratio:1; object-fit:cover; }.people p { margin:0; }
.final { min-height:560px; padding:140px 20% 80px; text-align:center; }.final h2 { margin:0; font-size:34px; }.final p { max-width:1100px; margin:18px auto 35px; font-size:25px; line-height:1.1; }.mail-form--final { width:min(560px,100%); margin:auto; }
.site-footer { width:100%; margin:0 auto; padding:26px 20px; background:#111; color:#fff; font-size:13px; font-weight:700; letter-spacing:.08em; text-align:center; }
.reveal { --reveal-offset:28px; --parallax-y:0px; opacity:0; transform:translate3d(0, calc(var(--reveal-offset) + var(--parallax-y)), 0); transition:opacity 900ms ease, transform 1100ms cubic-bezier(.22,.61,.36,1); will-change:transform, opacity; }.reveal.is-visible { --reveal-offset:0px; opacity:1; }.feature-strip .reveal:nth-child(2) { transition-delay:100ms; }.feature-strip .reveal:nth-child(3) { transition-delay:200ms; }.feature-strip .reveal:nth-child(4) { transition-delay:300ms; }
@media (prefers-reduced-motion: reduce) { .reveal { transition:none; transform:none; opacity:1; }.parallax { transform:none !important; }.scroll-cue { animation:none; } }
@media (max-width:1919px) and (min-width:901px) { .hands { height:auto; aspect-ratio:8 / 3; grid-template-columns:repeat(2, 1fr); }.hands img:first-child, .hands img:last-child { width:100%; height:auto; aspect-ratio:4 / 3; }.launch { min-height:0; grid-template-columns:repeat(2, 1fr); }.video-wrap { width:100%; height:auto; aspect-ratio:1; } }
@media (max-width:900px) { .hero { min-height:auto; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); column-gap:30px; padding:45px 7% 105px; }.brand { width:285px; max-width:100%; }.hero-copy { width:100%; margin-top:36px; font-size:21px; }.hero-product { position:static; width:100%; margin:0; }.bubble--early { width:100%; margin-top:32px; }.bubble h2 { font-size:20px; }.bubble p { font-size:17px; }.feature-strip { min-height:160px; }.feature-strip article { font-size:14px; }.feature-icon { width:54px; height:54px; }.hands { height:auto; min-height:0; grid-template-columns:repeat(2, 1fr); padding:0; }.hands img:first-child, .hands img:last-child { width:100%; height:auto; }.launch { min-height:auto; grid-template-columns:1fr 1fr; gap:30px; padding:35px 5%; }.video-wrap { width:100%; height:auto; aspect-ratio:1; }.perks-grid { gap:25px; }.perks-grid article { font-size:16px; }.about { min-height:680px; grid-template-columns:1fr 1fr; align-items:center; gap:35px; padding:50px 8%; }.about-copy { width:100%; font-size:24px; }.people { justify-self:end; align-self:center; }.people article { font-size:15px; }.people img { width:90px; }.partner-logos { min-height:90px; gap:26px; }.partner-logos .unipd-logo { width:86px; height:86px; flex-basis:86px; }.partner-logos .lightcube-logo { width:195px; height:64px; max-width:calc(100% - 112px); }.final { min-height:430px; padding:90px 9% 60px; }.final p { font-size:19px; text-align:center; } }
@media (max-width:640px) { .hero { display:flex; flex-direction:column; }.brand { align-self:center; }.hero-copy { width:100%; margin-top:38px; text-align:center; }.hero-product { position:static; order:3; width:100%; margin-top:25px; }.bubble--early { order:4; margin-top:30px; }.feature-strip { grid-template-columns:repeat(2,1fr); }.hands { min-height:0; grid-template-columns:1fr; gap:0; padding:0; }.hands img:first-child, .hands img:last-child { display:block; width:100%; height:auto; }.launch { grid-template-columns:1fr; gap:0; padding:0; }.video-wrap { width:100%; aspect-ratio:1; }.bubble--launch { width:90%; margin:35px auto; justify-self:center; }.perks-grid { grid-template-columns:1fr; }.about { min-height:0; grid-template-columns:1fr; text-align:center; }.about-copy { width:100%; }.about-copy p { text-align:center; }.partner-logos { min-height:70px; justify-content:center; gap:32px; margin-top:35px; }.partner-logos .unipd-logo { width:64px; height:64px; flex-basis:64px; }.partner-logos .lightcube-logo { width:150px; height:52px; max-width:calc(100% - 84px); }.people { position:static; justify-self:stretch; justify-items:center; margin-top:40px; }.people article { flex-direction:column; justify-content:center; gap:10px; text-align:center; }.people article p { text-align:center; }.final h2 { font-size:27px; } }
