
*{box-sizing:border-box}
:root{
  --black:#050607;
  --black2:#090b0d;
  --white:#f7f8f7;
  --ink:#101312;
  --muted:#9da6a1;
  --muted-dark:#69716d;
  --green:#71cf20;
  --green-bright:#9ae900;
  --green-deep:#20872d;
  --blue:#2f68c8;
  --glass:rgba(255,255,255,.065);
  --line:rgba(255,255,255,.12);
  --radius:34px;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit}
img{display:block;max-width:100%}
.grain{
  position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")
}
.cursor-glow{
  position:fixed;width:460px;height:460px;border-radius:50%;
  pointer-events:none;z-index:0;opacity:.12;filter:blur(90px);
  background:radial-gradient(circle,var(--green),transparent 67%);
  transform:translate(-50%,-50%);
}
.site-nav{
  position:fixed;z-index:1000;top:18px;left:50%;transform:translateX(-50%);
  width:min(1180px,calc(100% - 34px));height:70px;padding:9px 12px 9px 18px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:25px;
  background:rgba(7,9,10,.58);
  backdrop-filter:blur(28px) saturate(165%);
  -webkit-backdrop-filter:blur(28px) saturate(165%);
  box-shadow:0 18px 55px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.08);
  transition:.35s ease;
}
.nav-brand{
  min-width:205px;height:50px;display:flex;align-items:center;gap:11px;
  text-decoration:none;overflow:visible
}
.nav-brand-icon{width:38px;height:38px;object-fit:contain;flex:0 0 auto}
.nav-brand-copy{display:flex;flex-direction:column;line-height:1.02}
.nav-brand-copy strong{font-size:14px;letter-spacing:-.015em;color:#a6e84a}
.nav-brand-copy small{font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:#7f8983;margin-top:4px}
.nav-links{display:flex;gap:29px;font-size:12px;color:#c1c7c3}
.nav-links a{text-decoration:none;transition:.2s}.nav-links a:hover{color:white}
.nav-cta{
  text-decoration:none;background:rgba(113,207,32,.13);border:1px solid rgba(133,232,50,.32);
  color:#baf17d;padding:11px 16px;border-radius:999px;font-size:11px;font-weight:700
}
.hero{
  min-height:112svh;position:relative;overflow:hidden;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;
  padding:132px 24px 105px;background:
    radial-gradient(circle at 50% 48%,rgba(48,67,55,.19),transparent 29%),
    linear-gradient(180deg,#060809,#030405);
}
.hero-grid{
  position:absolute;inset:0;opacity:.11;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(circle at center,#000 10%,transparent 72%)
}
.aurora{position:absolute;border-radius:50%;filter:blur(100px);mix-blend-mode:screen}
.aurora-green{width:760px;height:760px;left:-260px;top:0;background:rgba(48,159,73,.26)}
.aurora-blue{width:720px;height:720px;right:-270px;top:80px;background:rgba(40,80,158,.22)}
.hero-copy{
  z-index:4;text-align:center;position:relative;
  width:min(1120px,100%);display:flex;flex-direction:column;align-items:center
}
.hero-logo{
  position:relative;width:142px;height:98px;display:flex;align-items:center;justify-content:center;
  margin:0 auto 18px;opacity:.92;z-index:3;overflow:visible
}
.hero-logo img{width:142px;height:auto;max-height:98px;object-fit:contain}
.eyebrow{font-size:11px;letter-spacing:.22em;color:#8f9a94;font-weight:700;margin:0 0 22px;text-transform:uppercase}
.eyebrow.dark{color:#6f7873}
.hero h1{
  margin:0;font-size:clamp(58px,8.35vw,124px);font-weight:700;
  line-height:.88;letter-spacing:-.067em
}
.hero h1 span{display:block}
.hero-green{
  background:linear-gradient(180deg,#b8ff49,#68d729 68%,#39a044);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 18px 40px rgba(91,205,39,.12))
}
.hero-sub{margin:30px auto 0;max-width:760px;font-size:clamp(18px,2vw,25px);line-height:1.55;color:#aeb6b2}
.hero-sub strong{font-size:1.32em;color:#fff}
.hero-actions{display:flex;gap:12px;justify-content:center;margin-top:31px;flex-wrap:wrap}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border-radius:999px;text-decoration:none;
  font-size:12px;font-weight:700;transition:.28s
}
.button.primary{color:#10170d;background:linear-gradient(180deg,#a7ed50,#70cc25);box-shadow:0 15px 44px rgba(102,206,34,.22)}
.button.primary:hover{transform:translateY(-2px);box-shadow:0 18px 52px rgba(102,206,34,.32)}
.button.glass{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(18px)}
.button.glass:hover{background:rgba(255,255,255,.11)}
.hero-system-wrap{
  position:relative;z-index:3;width:min(1120px,96vw);height:300px;
  margin-top:56px;display:flex;align-items:center;justify-content:center
}
.hero-system{
  width:min(980px,86vw);height:285px;position:relative;
  z-index:2;opacity:.76
}
.system-core{
  width:230px;height:230px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  border-radius:52px;padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(26px);
  box-shadow:0 35px 90px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.07)
}
.core-glow{position:absolute;width:150px;height:150px;border-radius:50%;background:#6cc72a;filter:blur(75px);opacity:.25}
.system-core img{width:74px;height:74px;object-fit:contain;position:relative}
.system-core small{font-size:9px;letter-spacing:.18em;color:#8c9a92;margin-top:12px}
.system-core strong{font-size:18px;margin-top:5px}.system-core span{font-size:10px;color:#8c9690;margin-top:5px}
.system-app{
  position:absolute;display:flex;align-items:center;gap:9px;padding:10px 15px 10px 10px;border-radius:18px;
  border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);backdrop-filter:blur(16px);
  font-size:10px;color:#b9c1bd
}
.system-app img{width:28px;height:28px;object-fit:contain}.app-pos{left:5%;top:22%}.app-workforce{right:3%;top:18%}.app-inventory{right:8%;bottom:18%}.app-operations{left:8%;bottom:17%}
.system-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(114,216,47,.45),transparent);transform-origin:left center}
.line-left{width:38%;left:14%;top:42%;transform:rotate(5deg)}
.line-right{width:37%;left:51%;top:41%;transform:rotate(-5deg)}
.line-bottom-left{width:37%;left:15%;top:61%;transform:rotate(-6deg)}
.line-bottom-right{width:35%;left:51%;top:60%;transform:rotate(6deg)}
.scroll-indicator{position:absolute;bottom:16px;z-index:5;font-size:9px;letter-spacing:.19em;color:#646f69;display:flex;flex-direction:column;align-items:center;gap:8px}
.scroll-indicator span{width:1px;height:28px;background:linear-gradient(to bottom,#829087,transparent)}
.light-section{background:linear-gradient(180deg,#fbfcfb,#f0f3f0);color:var(--ink)}
.dark-section{background:#060809;color:white}
.experience{padding:150px 24px 160px;position:relative}
.section-heading{max-width:1000px;margin:0 auto}
.section-heading.centered{text-align:center}
.section-heading h2,.core-sticky h2,.ownership-intro h2,.finale h2{
  font-size:clamp(50px,7vw,96px);line-height:.93;letter-spacing:-.062em;margin:0
}
.section-heading h2 span,.ownership-intro h2 span{color:#6bc726}
.section-heading>p:last-child{max-width:730px;margin:24px auto 0;color:#717a75;font-size:18px;line-height:1.65}
.experience-stage{max-width:1180px;margin:78px auto 0;display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
.experience-card{border-radius:36px;padding:34px;min-height:350px;position:relative;overflow:hidden}
.glass-light{background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,255,255,.6));border:1px solid white;box-shadow:0 30px 80px rgba(21,33,25,.09),inset 0 1px white;backdrop-filter:blur(26px)}
.dark-glass{background:linear-gradient(145deg,#111713,#080b09);color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 34px 80px rgba(14,25,16,.17)}
.exp-1{grid-row:span 2;min-height:718px;background:radial-gradient(circle at 70% 80%,rgba(116,212,46,.15),transparent 37%),linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,255,255,.65))}
.card-number{font-size:10px;letter-spacing:.15em;color:#8c9690}.experience-card h3{font-size:clamp(28px,3vw,42px);letter-spacing:-.045em;margin:46px 0 13px}.experience-card p{font-size:15px;color:#727c76;line-height:1.6;max-width:470px}.dark-glass p{color:#9aa49e}
.mini-ui{position:absolute;left:34px;right:34px;bottom:34px;height:330px;border-radius:28px;background:#0c100e;padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.18)}
.mini-logo{width:60px;height:60px;display:grid;place-items:center;border-radius:18px;background:rgba(255,255,255,.05)}.mini-logo img{width:44px}
.mini-ui i{display:block;height:52px;margin-top:16px;border-radius:16px;background:linear-gradient(90deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}
.offline-badge{position:absolute;bottom:34px;left:34px;padding:12px 14px;border-radius:999px;background:#ebf8e8;border:1px solid #d2ebcd;color:#34833a;font-size:10px;font-weight:700;letter-spacing:.1em}.offline-badge span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#56bf51;margin-right:7px}
.signal{position:absolute;bottom:34px;right:34px;width:130px;height:82px;display:flex;gap:9px;align-items:flex-end}.signal i{flex:1;border-radius:6px;background:linear-gradient(to top,#4b9b40,#a6e154)}.signal i:nth-child(1){height:22%}.signal i:nth-child(2){height:45%}.signal i:nth-child(3){height:70%}.signal i:nth-child(4){height:100%}
.core-story{padding:170px max(24px,calc((100vw - 1220px)/2));display:grid;grid-template-columns:.62fr 1.38fr;gap:60px}
.core-sticky{position:sticky;top:155px;height:max-content}
.core-sticky h2{font-size:clamp(52px,6vw,88px)}.core-lead{font-size:18px;line-height:1.65;color:#9ca59f;max-width:430px}
.core-flow-wrap{padding-top:80px}
.core-flow{display:grid;grid-template-columns:1fr 250px 1fr;align-items:center;gap:18px}
.flow-label{font-size:9px;letter-spacing:.18em;color:#65706a;margin:0 0 14px 6px}
.flow-app,.cloud-card{min-height:74px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:18px;margin:9px 0;padding:11px;display:flex;align-items:center;gap:11px;backdrop-filter:blur(14px)}
.flow-app img{width:42px;height:42px;object-fit:contain}.flow-app b,.cloud-card b{display:block;font-size:12px}.flow-app span,.cloud-card small{display:block;color:#7f8a84;font-size:9px;margin-top:3px}.flow-app em{margin-left:auto;font-style:normal;color:#72c96b;font-size:7px;letter-spacing:.08em;border:1px solid rgba(111,204,96,.24);padding:5px 7px;border-radius:999px}
.flow-bridge{position:relative;height:520px;display:flex;align-items:center;justify-content:center}
.bridge-lines{position:absolute;left:0;right:0;top:50%;height:240px;transform:translateY(-50%)}.bridge-lines i{position:absolute;left:-25%;right:-25%;height:1px;background:linear-gradient(90deg,transparent,rgba(116,209,47,.4),transparent)}.bridge-lines i:nth-child(1){top:10%;transform:rotate(7deg)}.bridge-lines i:nth-child(2){top:37%;transform:rotate(2deg)}.bridge-lines i:nth-child(3){top:62%;transform:rotate(-2deg)}.bridge-lines i:nth-child(4){top:87%;transform:rotate(-7deg)}
.bridge-core{position:relative;z-index:3;width:220px;min-height:245px;border-radius:38px;border:1px solid rgba(139,222,72,.24);background:linear-gradient(160deg,rgba(130,216,59,.11),rgba(255,255,255,.035));backdrop-filter:blur(25px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:24px;box-shadow:0 0 80px rgba(86,177,43,.10)}
.bridge-pulse{position:absolute;width:120px;height:120px;background:#78d13c;filter:blur(60px);opacity:.15;border-radius:50%}
.bridge-core img{width:76px;position:relative}.bridge-core small{font-size:7px;letter-spacing:.16em;color:#76b755;margin-top:12px}.bridge-core strong{font-size:17px;margin-top:5px}.bridge-core p{font-size:9px;color:#7d8781;line-height:1.5}.bridge-arrow{position:absolute;right:-23px;color:#6ba83f;font-size:25px}
.cloud-card>span{width:36px;height:36px;border-radius:12px;background:rgba(113,207,32,.09);color:#8cd35d;display:grid;place-items:center}
.core-principle{margin-top:95px;border-top:1px solid rgba(255,255,255,.1);padding-top:40px}.core-principle strong{font-size:clamp(28px,3vw,43px);letter-spacing:-.04em}.core-principle p{color:#919b95;font-size:16px;line-height:1.7;max-width:770px}
.products{padding:155px 24px}
.split-heading{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:70px}.split-heading>p{font-size:16px!important;margin:0!important}
.product-grid{max-width:1180px;margin:75px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.product-card{position:relative;overflow:hidden;min-height:470px;border-radius:36px;padding:30px;background:linear-gradient(145deg,#fff,#edf1ed);border:1px solid white;box-shadow:0 28px 72px rgba(27,38,29,.08)}
.product-card.hero-product{grid-column:1/-1;min-height:650px;background:linear-gradient(145deg,#0d110f,#060807);color:#fff;border-color:rgba(255,255,255,.08)}
.product-top{display:flex;align-items:center;gap:10px;font-size:9px;font-weight:700;letter-spacing:.16em;color:#69736d}.hero-product .product-top{color:#829087}.product-top img{width:38px;height:38px;object-fit:contain}
.product-card h3{font-size:clamp(32px,4vw,58px);letter-spacing:-.055em;line-height:1;margin:36px 0 13px;max-width:760px}.product-card:not(.hero-product) h3{font-size:36px}.product-card p{max-width:590px;font-size:14px;line-height:1.65;color:#707a74}.hero-product p{color:#919b95}
.product-art{position:absolute;left:30px;right:30px;bottom:-70px;height:350px;border-radius:28px 28px 0 0;overflow:hidden;background:#f2f4f2;box-shadow:0 35px 80px rgba(0,0,0,.28);display:grid;grid-template-columns:68px 1fr 270px}.pos-sidebar{background:#0c110e}.pos-content{padding:26px}.pos-title{width:180px;height:22px;border-radius:8px;background:#dbe1dd}.pos-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.pos-tiles i{height:95px;border-radius:18px;background:white;border:1px solid #e3e7e4}.pos-checkout{background:white;border-left:1px solid #e4e7e4;padding:24px}.pos-checkout span{display:block;height:43px;border-bottom:1px solid #ecefec}.pos-checkout b{display:block;color:#151a17;font-size:32px;margin-top:34px}.pos-checkout button{width:100%;border:0;background:#4ca944;color:white;padding:13px;border-radius:12px;margin-top:13px}
.schedule-art{position:absolute;left:30px;right:30px;bottom:28px;height:180px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.schedule-art i{border-radius:18px;background:linear-gradient(to bottom,#f4f7f4,#dfe8df);position:relative}.schedule-art i:after{content:"";position:absolute;left:10px;right:10px;height:45px;top:44px;border-radius:12px;background:#d7f2c8}
.bar-art{position:absolute;left:30px;right:30px;bottom:30px;height:165px;display:flex;gap:10px;align-items:flex-end}.bar-art i{flex:1;border-radius:13px 13px 5px 5px;background:linear-gradient(to top,#2d8f3c,#91db3c)}.bar-art i:nth-child(1){height:38%}.bar-art i:nth-child(2){height:62%}.bar-art i:nth-child(3){height:47%}.bar-art i:nth-child(4){height:79%}.bar-art i:nth-child(5){height:68%}.bar-art i:nth-child(6){height:92%}
.reserve-art,.check-art{position:absolute;left:30px;right:30px;bottom:35px;display:flex;gap:10px}.reserve-art span{flex:1;padding:24px 13px;border-radius:18px;background:#f8faf8;border:1px solid #e2e7e2;text-align:center;font-weight:700}.check-art span{width:64px;height:64px;border-radius:20px;background:#e5f5dd;color:#4a9d46;display:grid;place-items:center;font-size:26px}
.ownership{padding:170px 24px}.ownership-intro{max-width:1100px;margin:0 auto;text-align:center}.ownership-intro p:last-child{max-width:780px;margin:25px auto 0;color:#949e98;font-size:18px;line-height:1.65}.ownership-intro h2 span{background:linear-gradient(180deg,#b6ef65,#67c52b);-webkit-background-clip:text;background-clip:text;color:transparent}
.ownership-grid{max-width:1180px;margin:75px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.ownership-card{min-height:420px;border-radius:38px;padding:38px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(150deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.ownership-card.one-time{background:radial-gradient(circle at 90% 100%,rgba(117,206,48,.15),transparent 45%),linear-gradient(150deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}
.ownership-icon{width:68px;height:68px;border-radius:22px;background:rgba(113,207,32,.11);border:1px solid rgba(113,207,32,.18);display:grid;place-items:center;color:#99df61;font-size:24px;font-weight:700}.ownership-card h3{font-size:38px;letter-spacing:-.04em;margin:58px 0 15px}.ownership-card p{color:#939d97;line-height:1.65;max-width:490px}.ownership-tag{position:absolute;bottom:36px;left:38px;font-size:8px;letter-spacing:.13em;color:#70a950}
.ownership-statement{max-width:920px;margin:95px auto 0;text-align:center;padding-top:50px;border-top:1px solid rgba(255,255,255,.09)}.ownership-statement span{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:#66716a;display:block;margin-bottom:16px}.ownership-statement strong{font-size:clamp(29px,4vw,50px);letter-spacing:-.045em;line-height:1.08}
.finale{min-height:92vh;position:relative;overflow:hidden;background:#050706;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:150px 24px}.finale-light{position:absolute;width:850px;height:850px;border-radius:50%;background:radial-gradient(circle,rgba(93,184,39,.20),rgba(38,86,46,.07) 44%,transparent 68%);filter:blur(20px)}.finale-logo{width:240px;position:relative;margin-bottom:35px}.finale .eyebrow,.finale h2,.finale-copy,.finale-actions{position:relative}.finale h2 span{background:linear-gradient(180deg,#b6f25c,#67c72d);-webkit-background-clip:text;background-clip:text;color:transparent}.finale-copy{font-size:18px;line-height:1.6;color:#98a19c;max-width:650px;margin:26px auto}.finale-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
footer{background:#030403;border-top:1px solid rgba(255,255,255,.07);padding:28px max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{width:145px;height:44px;overflow:hidden;display:flex;align-items:center}.footer-brand img{height:55px;width:auto;max-width:none}.footer-copy{display:flex;gap:25px;color:#657069;font-size:10px}
.reveal{opacity:0;transform:translateY(34px) scale(.992);transition:opacity .85s cubic-bezier(.18,.7,.2,1),transform .85s cubic-bezier(.18,.7,.2,1)}.reveal.visible{opacity:1;transform:none}

@media(max-width:1280px){
  .site-nav{width:min(1080px,calc(100% - 28px))}
  .nav-links{gap:21px}
  .hero{padding-top:128px}
  .hero h1{font-size:clamp(58px,8vw,108px)}
  .hero-system-wrap{margin-top:44px}
}

@media(max-width:1040px){
  .nav-links{display:none}
  .site-nav{width:min(760px,calc(100% - 28px))}
  .nav-brand{min-width:190px}
  .core-story{grid-template-columns:1fr}
  .core-sticky{position:relative;top:auto}
  .core-flow-wrap{padding-top:0}
  .core-flow{grid-template-columns:1fr}
  .flow-bridge{height:300px}
  .bridge-lines{display:none}
  .bridge-arrow{right:50%;bottom:-10px;transform:translateX(50%) rotate(90deg)}
  .split-heading{grid-template-columns:1fr}
  .experience-stage{grid-template-columns:1fr}
  .exp-1{grid-row:auto;min-height:620px}
}.core-sticky{position:relative;top:auto}.core-flow-wrap{padding-top:0}.core-flow{grid-template-columns:1fr}.flow-bridge{height:300px}.bridge-lines{display:none}.bridge-arrow{right:50%;bottom:-10px;transform:translateX(50%) rotate(90deg)}.split-heading{grid-template-columns:1fr}.experience-stage{grid-template-columns:1fr}.exp-1{grid-row:auto;min-height:620px}
}
@media(max-width:720px){
  .cursor-glow{display:none}
  .site-nav{
    top:10px;height:58px;width:calc(100% - 20px);
    padding:7px 10px 7px 11px;border-radius:20px
  }
  .nav-brand{min-width:0;width:auto;height:42px;gap:8px}
  .nav-brand-icon{width:32px;height:32px}
  .nav-brand-copy strong{font-size:13px}
  .nav-brand-copy small{font-size:6.5px;letter-spacing:.11em}
  .nav-cta{display:none}

  .hero{
    min-height:auto;padding:94px 16px 72px;
    justify-content:flex-start
  }
  .hero-logo{width:104px;height:72px;margin:5px auto 14px}
  .hero-logo img{width:104px;max-height:72px}
  .eyebrow{font-size:9px;letter-spacing:.16em;margin-bottom:17px}
  .hero h1{
    font-size:clamp(48px,15vw,78px);
    line-height:.9;letter-spacing:-.06em
  }
  .hero-sub{
    margin-top:22px;font-size:16px;line-height:1.5;
    max-width:520px;padding:0 5px
  }
  .hero-sub strong{font-size:1.22em}
  .hero-actions{margin-top:24px;gap:9px;width:100%}
  .hero-actions .button{min-width:0;flex:1;padding:0 13px;font-size:11px}
  .hero-system-wrap{
    width:100%;height:270px;margin-top:32px;
    overflow:visible
  }
  .hero-system{width:100%;height:250px;opacity:.85}
  .system-core{width:190px;height:190px;border-radius:40px}
  .system-core img{width:60px;height:60px}
  .system-core strong{font-size:16px}
  .system-core span{font-size:9px}
  .system-app{display:none}
  .system-line{opacity:.55}
  .line-left,.line-right,.line-bottom-left,.line-bottom-right{
    width:44%;left:28%;transform:none
  }
  .line-left{top:24%}.line-right{top:40%}.line-bottom-left{top:58%}.line-bottom-right{top:74%}
  .scroll-indicator{display:none}

  .experience,.products,.ownership{padding-left:16px;padding-right:16px}
  .experience{padding-top:105px;padding-bottom:110px}
  .section-heading h2,.core-sticky h2,.ownership-intro h2,.finale h2{
    font-size:clamp(42px,12vw,64px)
  }
  .section-heading>p:last-child,.ownership-intro p:last-child,.finale-copy{
    font-size:15px
  }
  .experience-stage{margin-top:48px}
  .experience-card{padding:26px;border-radius:28px}
  .exp-1{min-height:520px}
  .mini-ui{left:24px;right:24px;bottom:24px;height:240px}

  .core-story{
    padding:105px 16px;
    gap:26px
  }
  .core-flow-wrap{overflow:visible}
  .core-flow{gap:6px}
  .flow-column{width:100%}
  .flow-app,.cloud-card{min-height:68px}
  .flow-app em{display:none}
  .flow-bridge{height:250px}
  .bridge-core{width:200px;min-height:215px;border-radius:32px}
  .bridge-arrow{display:none}
  .core-principle{margin-top:45px}

  .products{padding-top:105px;padding-bottom:105px}
  .product-grid,.ownership-grid{grid-template-columns:1fr}
  .product-card.hero-product{grid-column:auto}
  .product-card{min-height:440px;border-radius:28px;padding:24px}
  .product-card.hero-product{min-height:545px}
  .product-card:not(.hero-product) h3{font-size:32px}
  .product-art{left:20px;right:20px;bottom:-45px;height:285px;grid-template-columns:48px 1fr}
  .pos-checkout{display:none}
  .schedule-art,.bar-art,.reserve-art,.check-art{left:24px;right:24px}

  .ownership{padding-top:110px;padding-bottom:110px}
  .ownership-grid{margin-top:48px}
  .ownership-card{min-height:420px;padding:28px;border-radius:30px}
  .ownership-card h3{font-size:33px;margin-top:45px}
  .ownership-tag{left:28px;bottom:28px;right:28px;line-height:1.4}

  .finale{min-height:auto;padding:120px 16px}
  .finale-logo{width:170px;margin-bottom:25px}
  footer{align-items:flex-start;flex-direction:column;padding:24px 18px}
  .footer-copy{flex-direction:column;gap:5px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.cursor-glow{display:none}}


/* ===== v3.2 HEADER + HERO CORRECTIONS ===== */
.site-nav{
  height:72px;
  padding:9px 14px 9px 16px;
  overflow:hidden;
}
.nav-brand{
  width:215px;
  min-width:215px;
  height:52px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.nav-company-logo{
  width:190px !important;
  height:50px !important;
  max-width:190px !important;
  max-height:50px !important;
  object-fit:contain !important;
  object-position:left center !important;
  display:block !important;
}
.nav-brand-icon,.nav-brand-copy{display:none!important}

.hero{
  min-height:auto;
  padding:142px 24px 78px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
}
.hero-copy{
  width:min(1120px,100%);
  margin:0 auto;
  z-index:4;
}
.hero-logo{display:none!important}
.hero h1{
  font-size:clamp(60px,8.2vw,122px);
  line-height:.88;
  letter-spacing:-.067em;
}
.hero-sub{margin-top:28px}
.hero-actions{margin-top:28px}

.hero-system-wrap{
  position:relative;
  width:min(1080px,94vw);
  height:285px;
  margin:48px auto 0;
  z-index:3;
  overflow:visible;
}
.hero-system{
  width:100%;
  height:285px;
  position:relative;
  left:auto;
  bottom:auto;
  transform:none;
  opacity:.76;
}
.system-core{
  width:220px;
  height:220px;
  top:50%;
}
.system-app{z-index:2}
.scroll-indicator{
  position:relative;
  bottom:auto;
  margin-top:16px;
  padding-bottom:8px;
}

/* ===== v3.2 CORE: APPS -> CORE <- CLOUD ===== */
.core-flow{
  position:relative;
  grid-template-columns:minmax(250px,1fr) 260px minmax(250px,1fr);
  gap:22px;
  align-items:center;
}
.flow-bridge{
  height:520px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.inward-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:31px;
  line-height:1;
  color:#79c83c;
  opacity:.8;
  text-shadow:0 0 22px rgba(113,207,32,.18);
  z-index:4;
}
.inward-left{left:-4px}
.inward-right{right:-4px}
.bridge-lines i{
  background:linear-gradient(90deg,transparent,rgba(116,209,47,.33),transparent);
}
.flow-column{
  position:relative;
  z-index:2;
}
.local-column .flow-app{
  box-shadow:14px 0 34px rgba(64,155,45,.035);
}
.cloud-column .cloud-card{
  box-shadow:-14px 0 34px rgba(64,155,45,.035);
}
.bridge-core{
  z-index:5;
}

/* Desktop mid-size safety */
@media(max-width:1200px){
  .site-nav{width:calc(100% - 30px)}
  .nav-links{gap:20px}
  .nav-brand{width:185px;min-width:185px}
  .nav-company-logo{
    width:165px!important;
    max-width:165px!important;
  }
  .hero h1{font-size:clamp(58px,7.8vw,105px)}
}

/* Tablet: keep Core as a centered diagram, but stack intelligently. */
@media(max-width:1040px){
  .site-nav{width:calc(100% - 24px)}
  .nav-links{display:none}
  .core-flow{
    grid-template-columns:1fr;
    gap:18px;
  }
  .flow-bridge{
    height:270px;
    order:2;
  }
  .local-column{order:1}
  .cloud-column{order:3}
  .inward-arrow{display:none}
  .bridge-lines{display:none}
}

/* Purpose-built mobile version */
@media(max-width:720px){
  .site-nav{
    top:10px;
    width:calc(100% - 18px);
    height:58px;
    border-radius:19px;
    padding:6px 10px 6px 12px;
  }
  .nav-brand{
    width:145px;
    min-width:145px;
    height:44px;
  }
  .nav-company-logo{
    width:135px!important;
    max-width:135px!important;
    height:42px!important;
    max-height:42px!important;
  }
  .nav-cta{display:none}

  .hero{
    padding:96px 14px 64px;
  }
  .hero-copy{width:100%}
  .eyebrow{
    font-size:8.5px;
    letter-spacing:.15em;
    margin-bottom:16px;
  }
  .hero h1{
    font-size:clamp(46px,15vw,72px);
    line-height:.91;
    letter-spacing:-.058em;
  }
  .hero-sub{
    font-size:15px;
    line-height:1.48;
    margin-top:21px;
  }
  .hero-sub strong{font-size:1.2em}
  .hero-actions{
    width:100%;
    gap:8px;
    margin-top:22px;
  }
  .hero-actions .button{
    flex:1;
    min-width:0;
    padding:0 11px;
    font-size:10.5px;
  }

  .hero-system-wrap{
    width:100%;
    height:225px;
    margin-top:30px;
    overflow:hidden;
  }
  .hero-system{
    width:100%;
    height:225px;
    opacity:.9;
  }
  .system-core{
    width:174px;
    height:174px;
    border-radius:36px;
  }
  .system-core img{width:56px;height:56px}
  .system-core small{font-size:7px}
  .system-core strong{font-size:15px}
  .system-core span{font-size:8.5px}
  .system-app{display:none}
  .system-line{
    left:18%!important;
    width:64%!important;
    opacity:.5;
    transform:none!important;
  }
  .line-left{top:26%!important}
  .line-right{top:42%!important}
  .line-bottom-left{top:59%!important}
  .line-bottom-right{top:75%!important}
  .scroll-indicator{display:none}

  .core-story{padding-top:100px;padding-bottom:100px}
  .core-flow{
    display:flex;
    flex-direction:column;
    gap:16px;
  }
  .local-column,.cloud-column{width:100%}
  .flow-bridge{
    width:100%;
    height:235px;
  }
  .bridge-core{
    width:188px;
    min-height:205px;
    border-radius:31px;
  }
  .flow-app,.cloud-card{
    min-height:66px;
    padding:10px;
  }
  .flow-app em{display:none}
}


/* ===== v3.3 REAL PRODUCT INTERFACES ===== */
.real-products{
  grid-template-columns:1fr 1fr;
  align-items:start;
}
.real-shot-card{
  padding:0;
  min-height:0;
  background:#080b09;
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  overflow:hidden;
}
.real-shot-card.hero-product{
  min-height:0;
}
.product-copy{
  padding:34px 34px 28px;
  position:relative;
  z-index:2;
}
.product-copy.compact{
  min-height:245px;
}
.real-shot-card .product-top{
  color:#87918b;
}
.real-shot-card h3{
  margin-top:30px;
}
.real-shot-card p{
  color:#929b95;
}
.shot-frame{
  margin:0 18px 18px;
  border-radius:25px;
  overflow:hidden;
  background:#111714;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 70px rgba(0,0,0,.26);
}
.shot-toolbar{
  height:42px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 14px;
  background:#0c110e;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#7d8781;
  font-size:9px;
}
.shot-toolbar strong{
  color:#dfe5e1;
  font-size:10px;
  margin-left:6px;
}
.shot-toolbar em{
  margin-left:auto;
  font-style:normal;
  color:#657069;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.shot-dot{
  width:7px;height:7px;border-radius:50%;background:#303a34;
}
.light-shot-frame{
  background:#eef2f5;
  border-color:#dce3e8;
  box-shadow:0 26px 64px rgba(16,35,20,.12);
}
.light-toolbar{
  background:#f7f9fa;
  color:#7e8892;
  border-bottom:1px solid #dfe5ea;
}
.light-toolbar strong{color:#243043}
.shot-viewport{
  position:relative;
  overflow:hidden;
  background:#eef2f4;
}
.shot-viewport img{
  width:100%;
  height:auto;
  display:block;
}

/* Hide the four hardware "OFFLINE" labels from the public POS showcase
   without altering the source screenshot. The rest of the real UI remains intact. */
.pos-viewport .pos-hardware-mask{
  position:absolute;
  left:19.4%;
  top:0;
  width:26.8%;
  height:7.2%;
  background:#0b1f38;
  z-index:3;
}
.pos-viewport .pos-hardware-mask:after{
  content:"REGISTER CONNECTIVITY";
  position:absolute;
  left:13px;
  top:50%;
  transform:translateY(-50%);
  font-size:7px;
  letter-spacing:.13em;
  font-weight:700;
  color:#8da0b6;
}

/* Core is shown in full because it is the backbone story. */
.core-real{
  background:linear-gradient(160deg,#f7f8f6,#e9eef1);
  color:#111;
  border-color:#e4e8e4;
}
.core-real .product-top{color:#65736c}
.core-real h3{color:#121814}
.core-real p{color:#6c7670}
.core-viewport{
  aspect-ratio:1.91/1;
}
.core-viewport img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

/* Pizza is cropped slightly upward so unfinished bottom-row imagery is not showcased. */
.pizza-real{
  background:linear-gradient(150deg,#fafafa,#edf1f4);
  color:#111;
  border-color:#e2e6e9;
}
.pizza-real .product-top{color:#65736c}
.pizza-real h3{color:#121814}
.pizza-real p{color:#6c7670}
.pizza-viewport{
  aspect-ratio:1.78/1;
}
.pizza-viewport img{
  width:100%;
  height:114%;
  object-fit:cover;
  object-position:center top;
}

/* Honest placeholder for products not yet ready for screenshots. */
.coming-product{
  min-height:390px;
  background:
    radial-gradient(circle at 84% 90%,rgba(113,207,32,.13),transparent 36%),
    linear-gradient(150deg,#0d120f,#070907);
  color:#fff;
  border-color:rgba(255,255,255,.08);
}
.coming-product .product-top{color:#829087}
.coming-product h3{max-width:650px}
.coming-product p{max-width:650px;color:#929b95}
.coming-chips{
  display:flex;flex-wrap:wrap;gap:9px;
  margin-top:58px;
}
.coming-chips span{
  padding:10px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.04);
  color:#a7b1aa;
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* Make Core diagram read unmistakably inward on desktop. */
@media(min-width:1041px){
  .local-column .flow-app{
    transform-origin:right center;
  }
  .cloud-column .cloud-card{
    transform-origin:left center;
  }
  .local-column:after,
  .cloud-column:before{
    content:"";
    position:absolute;
    top:50%;
    width:42px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(113,207,32,.65));
  }
  .local-column:after{right:-42px}
  .cloud-column:before{
    left:-42px;
    transform:rotate(180deg);
  }
}

@media(max-width:900px){
  .real-products{grid-template-columns:1fr}
  .real-shot-card.hero-product{grid-column:auto}
  .product-copy.compact{min-height:0}
}
@media(max-width:720px){
  .product-copy{padding:26px 22px 22px}
  .shot-frame{margin:0 10px 10px;border-radius:18px}
  .shot-toolbar{height:36px}
  .shot-toolbar em{display:none}
  .real-shot-card h3{font-size:31px!important}
  .pos-viewport .pos-hardware-mask{
    left:19.2%;
    width:27%;
    height:7.3%;
  }
  .pos-viewport .pos-hardware-mask:after{
    content:"";
  }
  .coming-chips{margin-top:38px}
}


/* ===== v3.4 CLEAN HERO + DETAILED FOOTER ===== */

/* The hero now ends after the primary message and CTA.
   Core/ecosystem storytelling lives in the dedicated Core section. */
.hero{
  min-height:100svh;
  justify-content:center;
  padding-top:128px;
  padding-bottom:90px;
}
.hero-copy{
  margin-top:-10px;
}
.hero-actions{
  margin-top:32px;
}
.hero-system-wrap,
.hero-system,
.scroll-indicator{
  display:none !important;
}

/* Detailed footer */
.site-footer{
  background:
    radial-gradient(circle at 10% 0%,rgba(89,177,45,.08),transparent 28%),
    #030403;
  border-top:1px solid rgba(255,255,255,.07);
  padding:0;
}
.footer-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:64px 0 28px;
}
.footer-main{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:80px;
  align-items:start;
}
.footer-brand-block img{
  width:205px;
  height:auto;
  max-height:76px;
  object-fit:contain;
  object-position:left center;
}
.footer-brand-block p{
  max-width:460px;
  margin:20px 0 0;
  color:#7f8a83;
  font-size:14px;
  line-height:1.65;
}
.footer-links{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:48px;
}
.footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
.footer-label{
  font-size:9px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#667169;
  margin-bottom:5px;
}
.footer-column>a:not(.contact-link){
  color:#b7c0ba;
  text-decoration:none;
  font-size:12px;
  transition:.2s;
}
.footer-column>a:not(.contact-link):hover{
  color:#fff;
}
.footer-contact-column{
  gap:10px;
}
.contact-link{
  width:100%;
  display:flex;
  align-items:center;
  gap:13px;
  text-decoration:none;
  padding:13px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  transition:.25s ease;
}
.contact-link:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.055);
  border-color:rgba(118,207,56,.20);
}
.contact-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:13px;
  display:grid;
  place-items:center;
  color:#9add64;
  background:rgba(113,207,32,.09);
  border:1px solid rgba(113,207,32,.13);
  font-size:15px;
}
.contact-link small{
  display:block;
  color:#6f7a73;
  font-size:8px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.contact-link strong{
  display:block;
  color:#e7ebe8;
  margin-top:3px;
  font-size:12px;
  font-weight:600;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:50px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#59635d;
  font-size:9px;
}

@media(max-width:900px){
  .footer-main{
    grid-template-columns:1fr;
    gap:44px;
  }
  .footer-links{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:720px){
  .hero{
    min-height:100svh;
    padding:94px 16px 72px;
    justify-content:center;
  }
  .hero-copy{
    margin-top:0;
  }

  .footer-shell{
    width:calc(100% - 28px);
    padding-top:48px;
  }
  .footer-brand-block img{
    width:170px;
  }
  .footer-brand-block p{
    font-size:13px;
  }
  .footer-links{
    grid-template-columns:1fr;
    gap:34px;
  }
  .contact-link{
    padding:12px;
  }
  .contact-link strong{
    font-size:11px;
    word-break:break-word;
  }
  .footer-bottom{
    flex-direction:column;
    gap:6px;
    margin-top:38px;
  }
}
