
:root{
  --navy:#0D1B2A;
  --navy2:#13283f;
  --orange:#F47C20;
  --orange2:#ff9a48;
  --ink:#152235;
  --muted:#64748B;
  --line:#E5EAF0;
  --paper:#FFFFFF;
  --soft:#F7F9FC;
  --cream:#FBF7F0;
  --blue:#3B82F6;
  --green:#10B981;
  --purple:#6D48FF;
  --radius:24px;
  --shadow:0 26px 70px rgba(13,27,42,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1180px,calc(100% - 42px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,234,240,.8)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;text-decoration:none}
.brand img{width:210px;height:auto}
.primary-nav{margin-left:auto;display:flex;align-items:center;gap:28px}
.primary-nav a{text-decoration:none;font-size:14px;font-weight:700;color:#334155}
.primary-nav a:hover{color:var(--orange)}
.nav-cta{padding:12px 18px;border-radius:999px;background:var(--navy);color:#fff!important}
.menu-button{display:none;margin-left:auto;border:0;background:#fff;font-size:28px;color:var(--navy)}
.hero{position:relative;overflow:hidden;padding:102px 0 86px;background:
 radial-gradient(circle at 83% 15%,rgba(59,130,246,.12),transparent 28%),
 radial-gradient(circle at 76% 72%,rgba(244,124,32,.12),transparent 26%),
 linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.hero::before{content:"";position:absolute;width:650px;height:650px;border:38px solid rgba(244,124,32,.07);border-radius:50%;right:-310px;top:-280px}
.hero::after{content:"";position:absolute;width:820px;height:820px;border:1px solid rgba(13,27,42,.08);border-radius:50%;right:-390px;top:-220px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;position:relative;z-index:1}
.eyebrow{display:flex;align-items:center;gap:11px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--orange);margin:0 0 18px}
.eyebrow:before{content:"";width:30px;height:2px;background:var(--orange)}
h1,h2,h3{font-family:Poppins,Inter,Segoe UI,Arial,sans-serif;color:var(--navy);letter-spacing:-.035em}
h1{font-size:clamp(52px,6vw,82px);line-height:.98;margin:0 0 26px}
h1 .orange{color:var(--orange)}
.hero-copy>p{font-size:20px;color:#506176;max-width:680px;margin:0 0 32px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:14px;text-decoration:none;font-weight:800;font-size:14px;transition:.2s ease}
.button-primary{background:var(--orange);color:white;box-shadow:0 12px 28px rgba(244,124,32,.25)}
.button-primary:hover{transform:translateY(-2px);background:#e76e13}
.button-secondary{border:1px solid #cfd7e2;background:#fff;color:var(--navy)}
.hero-visual{min-height:520px;position:relative}
.product-orbit{position:absolute;inset:0;border-radius:50%;border:1px dashed rgba(13,27,42,.11)}
.center-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:235px;height:235px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:var(--shadow);border:1px solid #eef1f5}
.center-badge img{width:170px}
.float-card{position:absolute;background:white;border:1px solid #e8edf3;border-radius:22px;box-shadow:0 18px 50px rgba(13,27,42,.12);padding:18px;width:240px;box-sizing:border-box;overflow:hidden}
.float-card img{max-height:78px;max-width:100%;width:100%;height:auto;margin:0 auto;object-fit:contain;object-position:center;display:block}
.float-card small{display:block;text-align:center;margin-top:10px;color:#718096;font-weight:700}
.fc1{top:35px;left:10px;transform:rotate(-2deg)}
.fc2{right:-10px;top:125px;transform:rotate(2deg)}
.fc3{left:55px;bottom:25px;transform:rotate(1deg)}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-item{padding:24px 28px;border-right:1px solid var(--line);display:flex;gap:15px;align-items:center}
.trust-item:last-child{border-right:0}
.trust-icon{width:42px;height:42px;border-radius:13px;background:#fff4eb;color:var(--orange);display:grid;place-items:center;font-size:21px}
.trust-item strong{display:block;color:var(--navy)}
.trust-item span{font-size:13px;color:var(--muted)}
.section{padding:104px 0}
.section-soft{background:var(--soft)}
.section-heading{max-width:760px;margin-bottom:48px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading.centered .eyebrow{justify-content:center}
.section-heading.centered .eyebrow:after{content:"";width:30px;height:2px;background:var(--orange)}
.section-heading h2{font-size:clamp(38px,4.2vw,58px);line-height:1.04;margin:0 0 18px}
.section-heading p{font-size:18px;color:var(--muted);margin:0}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid #e3e8ef;border-radius:28px;padding:28px;min-height:470px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.25s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:var(--product)}
.logo-stage{height:150px;display:flex;align-items:center;justify-content:center;padding:15px;border-radius:20px;background:linear-gradient(135deg,#fbfcfe,#f4f7fb);border:1px solid #edf1f5;margin-bottom:28px}
.logo-stage img{max-height:105px;max-width:94%;object-fit:contain}
.handlit-stage img{max-height:120px;width:100%;object-fit:cover;border-radius:14px}
.product-card h3{font-size:29px;margin:0 0 8px}
.product-tagline{font-size:13px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--product);margin-bottom:18px}
.product-card p{color:var(--muted);margin:0 0 24px}
.product-link{margin-top:auto;color:var(--navy);font-weight:900;text-decoration:none;display:flex;gap:8px;align-items:center}
.product-link:hover{color:var(--product)}
.product-link span{transition:.2s}.product-link:hover span{transform:translateX(4px)}
.sod{--product:#6D48FF}.hand{--product:#1270c9}.pcp{--product:#0067FF}
.capabilities{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.cap-copy h2{font-size:clamp(38px,4vw,56px);line-height:1.05;margin:0 0 20px}
.cap-copy p{color:var(--muted);font-size:18px}
.cap-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cap{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}
.cap .cap-icon{font-size:25px;margin-bottom:10px}
.cap h3{font-size:19px;margin:0 0 7px}
.cap p{font-size:14px;color:var(--muted);margin:0}
.philosophy{background:var(--navy);color:#dfe6ef;position:relative;overflow:hidden}
.philosophy:after{content:"";position:absolute;width:680px;height:680px;border-radius:50%;border:1px solid rgba(255,255,255,.08);right:-260px;top:-160px;box-shadow:0 0 0 90px rgba(255,255,255,.018),0 0 0 180px rgba(255,255,255,.012)}
.philosophy .container{position:relative;z-index:1}
.philosophy .eyebrow{color:#ff9d54}.philosophy .eyebrow:before{background:#ff9d54}
.philosophy h2{color:white;max-width:800px;font-size:clamp(40px,5vw,66px);line-height:1.02;margin:0 0 22px}
.philosophy> .container > p{font-size:19px;max-width:760px;color:#aebdce}
.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:46px}
.principle{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.035)}
.principle span{color:#ff9d54;font-weight:900;font-size:13px}
.principle h3{color:white;font-size:21px;margin:12px 0 8px}
.principle p{color:#aebdce;margin:0;font-size:14px}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.about-block{background:var(--cream);border-radius:26px;padding:34px;border:1px solid #eee4d8}
.about-block img{width:220px;margin-bottom:30px}
.about-copy h2{font-size:clamp(38px,4vw,58px);line-height:1.05;margin:0 0 20px}
.about-copy p{font-size:18px;color:var(--muted)}
.about-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.about-meta span{border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800;text-align:center;line-height:1.25;display:flex;align-items:center;justify-content:center;border:1.5px solid #F4841A;color:#c05621;background:#fff8f1;box-shadow:0 1px 0 rgba(13,27,42,.04)}
.about-meta span:last-child{grid-column:1 / -1}
.cta-section{padding:80px 0;background:linear-gradient(135deg,#fff8f1,#f4f8ff)}
.cta-inner{background:#fff;border:1px solid #e7ebf0;border-radius:30px;padding:42px 48px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 20px 50px rgba(13,27,42,.06)}
.cta-inner h2{font-size:clamp(32px,4vw,48px);margin:0 0 8px}
.cta-inner p{margin:0;color:var(--muted)}
.site-footer{background:#0a1724;color:#9fb0c2;padding:64px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr .8fr;gap:45px}
.footer-brand img{width:220px;filter:brightness(0) invert(1);opacity:.96}
.footer-brand p{max-width:360px}
.site-footer h4{color:white;margin:0 0 15px}
.site-footer a{display:block;text-decoration:none;color:#a9b8c8;margin:8px 0;font-size:14px}
.site-footer a:hover{color:#ff9d54}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:42px;display:flex;justify-content:space-between;gap:20px;font-size:12px}
.legal-page{padding:80px 0 110px;background:#fff}
.legal-page article{max-width:840px}
.legal-page h1{font-size:50px}.legal-page h2{font-size:27px;margin-top:42px}
.legal-page p,.legal-page li{color:#526274}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
 .primary-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}
 .primary-nav.open{display:flex}.menu-button{display:block}
 .hero-grid,.capabilities,.about-grid{grid-template-columns:1fr}
 .hero-visual{min-height:400px;max-width:520px;margin:12px auto 0;width:100%}
 .center-badge{width:180px;height:180px}.center-badge img{width:130px}
 .float-card{width:168px;padding:12px 12px 10px;border-radius:16px}
 .float-card img{max-height:48px;max-width:100%}
 .float-card small{font-size:11px;margin-top:7px}
 .fc1{top:28px;left:6%}.fc2{right:4%;top:90px}.fc3{left:14%;bottom:22px}
 .products-grid{grid-template-columns:1fr}.product-card{min-height:auto}
 .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}
 .trust-item:last-child{border-bottom:0}
 .principles-grid{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
 .cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
 .container{width:min(100% - 28px,1180px)}
 .brand img{width:168px}.nav-wrap{height:72px}.primary-nav{top:72px}
 .hero{padding:56px 0 40px}.hero-copy>p{font-size:17px}
 /* Scaled product constellation — fits phone width without clipping logos */
 .hero-visual{
   min-height:300px;
   max-width:100%;
   width:100%;
   margin:4px auto 0;
   overflow:visible;
 }
 .product-orbit{inset:18%;}
 .center-badge{width:118px;height:118px}
 .center-badge img{width:86px}
 .float-card{
   width:148px;
   max-width:42vw;
   padding:10px 10px 8px;
   border-radius:14px;
   box-shadow:0 10px 28px rgba(13,27,42,.10);
 }
 .float-card img{
   max-height:40px;
   max-width:100%;
   width:100%;
   height:auto;
   object-fit:contain;
   object-position:center;
 }
 .float-card small{
   font-size:10px;
   line-height:1.25;
   margin-top:6px;
   letter-spacing:0;
 }
 .fc1{top:28px;left:8%;transform:rotate(-2deg)}
 .fc2{top:58px;right:6%;left:auto;transform:rotate(2deg)}
 .fc3{left:22%;bottom:18px;right:auto;transform:rotate(1deg)}
 .section{padding:76px 0}.cap-list{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}
 .logo-stage{height:120px;min-height:120px}
 .product-card{padding:22px}
 .back-to-top{right:12px;bottom:12px}
}

.hero-aside{font-size:12px!important;color:#8a98a9!important;margin-top:26px!important;font-style:italic}
.wiggle{transition:transform .25s}.wiggle:hover{transform:translate(-50%,-50%) rotate(-4deg) scale(1.04)}
.fun-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fun-stat{min-height:230px;border:1px solid var(--line);border-radius:26px;padding:30px;background:linear-gradient(145deg,#fff,#f8fafc);display:flex;flex-direction:column;justify-content:space-between}.fun-stat strong{font-family:Poppins,Inter,sans-serif;font-size:76px;line-height:1;color:var(--orange)}.fun-stat span{font-size:18px;font-weight:800;color:var(--navy)}.fun-stat small{display:block;font-size:12px;color:var(--muted);margin-top:7px}.founder-joke{margin-top:30px;border-left:4px solid var(--orange);padding:18px 22px;background:#fff8f1;border-radius:0 16px 16px 0}.founder-joke strong,.founder-joke span{display:block}.founder-joke span{color:#68778a;margin-top:4px}.anti-sales{background:linear-gradient(135deg,#f7f9fc,#fff8f1)}.anti-sales-inner{text-align:center;max-width:820px}.anti-sales-inner .eyebrow{justify-content:center}.anti-sales-inner h2{font-size:clamp(48px,7vw,88px);margin:0 0 20px}.anti-sales-inner p{font-size:20px;color:var(--muted);margin:0 auto 28px;max-width:650px}@media(max-width:800px){.fun-stats{grid-template-columns:1fr}}

.footer-brand .footer-white-logo{
  width:220px;
  height:auto;
  filter:none !important;
  opacity:1 !important;
  object-fit:contain;
}

/* --- Handlit product status + layout --- */
.product-status-row{display:flex;flex-wrap:wrap;gap:8px;margin:0}
.status-pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.2}
.status-pill.status-dev{background:#fff4eb;color:#c05621;border:1px solid #ffd7b8}
.status-pill.status-stores{background:#eef6ff;color:#1a4d8c;border:1px solid #c9ddf7}
.product-card-bottom{margin-top:auto;display:flex;flex-direction:column;gap:12px;padding-top:8px}
.product-link-soon{color:#8a97a8;font-weight:800;font-size:14px;display:flex;gap:8px;align-items:center;cursor:default}
.product-card > .product-link{margin-top:auto}
.handlit-stage img{max-height:120px;max-width:100%;width:auto;object-fit:contain;border-radius:0;display:block;margin:0 auto}
.logo-stage{min-height:150px;display:flex;align-items:center;justify-content:center}

/* Products epilogue */
.products-epilogue{margin-top:36px;display:flex;gap:18px;align-items:flex-start;max-width:760px;margin-left:auto;margin-right:auto;padding:22px 26px;border-radius:22px;border:1px dashed #d5dde8;background:linear-gradient(135deg,#fff,#f7fafc);text-align:left}
.products-epilogue .epilogue-mark{flex:0 0 auto;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-family:Poppins,Inter,sans-serif;font-size:28px;font-weight:800;color:var(--orange);background:#fff4eb;border:1px solid #ffd7b8}
.products-epilogue strong{display:block;font-size:18px;color:var(--navy);margin:2px 0 6px}
.products-epilogue p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
@media(max-width:600px){.products-epilogue{flex-direction:column;gap:12px;padding:18px}}

.footer-soon{display:block;color:rgba(255,255,255,.55);font-size:14px;margin:6px 0}
.footer-soon em{font-style:normal;opacity:.75;font-size:12px}

/* Back to top — fixed lower right, soft until hover */
.back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1000;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 16px;
  border-radius:999px;
  background:var(--navy,#0D1B2A);
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 10px 30px rgba(13,27,42,.22);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease, background .2s ease, box-shadow .2s ease;
}
.back-to-top.is-visible{
  opacity:.42;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.back-to-top.is-visible:hover,
.back-to-top.is-visible:focus-visible{
  opacity:1;
  background:#F4841A;
  box-shadow:0 12px 34px rgba(244,132,26,.35);
  outline:none;
}
.back-to-top .btt-arrow{
  font-size:16px;
  line-height:1;
  font-weight:900;
}
.back-to-top .btt-label{line-height:1}
@media (max-width:600px){
  .back-to-top{right:14px;bottom:14px;padding:12px 14px}
  .back-to-top .btt-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .back-to-top{width:48px;height:48px;padding:0;justify-content:center;border-radius:50%}
}
@media (prefers-reduced-motion:reduce){
  .back-to-top{transition:none}
}

/* Very small phones — shrink the constellation a bit more */
@media(max-width:400px){
 .hero-visual{min-height:280px;max-width:100%}
 .float-card{width:136px;max-width:40vw;padding:8px 9px 7px}
 .float-card img{max-height:34px;width:100%;object-fit:contain}
 .float-card small{font-size:9.5px;margin-top:5px}
 .center-badge{width:108px;height:108px}
 .center-badge img{width:78px}
 .fc1{top:24px;left:6%}
 .fc2{top:52px;right:4%}
 .fc3{left:20%;bottom:14px}
}

