:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:#0a0a09;color:#f4f1e9;line-height:1.5;overflow-x:hidden}.noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.045;z-index:50;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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}.nav{position:fixed;z-index:40;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 5vw;background:linear-gradient(#0a0a09e8,transparent);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.brand{display:flex;gap:10px;align-items:center;font-family:Space Grotesk;font-size:18px;font-weight:700;letter-spacing:.12em}.brand-mark{height:34px;width:auto;display:block;object-fit:contain}.muted{color:#6f716b}.nav-links{display:flex;align-items:center;gap:32px;font-size:13px;color:#aaa}.nav-links a:hover{color:#d7ff42}.nav-admin-link{margin-left:4px;padding-left:20px;border-left:1px solid #ffffff2e;color:#8f908a}.nav-cta{font-size:13px;border-bottom:1px solid #d7ff42;padding-bottom:5px}.nav-cta span,.btn span{color:#d7ff42;margin-left:10px}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:22px}.hero{min-height:100vh;padding:160px 8vw 80px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;position:relative}.eyebrow,.section-kicker,.mini-label,.product-number{font-size:11px;letter-spacing:.18em;color:#a4a59e}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#d7ff42;margin-right:8px;box-shadow:0 0 18px #d7ff42}.hero h1{font-family:Space Grotesk;font-size:clamp(70px,9vw,145px);line-height:.83;letter-spacing:-.07em;margin:28px 0}.hero h1 em,.section h2 em,.product-copy h3 em{font-family:Georgia,serif;font-weight:400;color:#d7ff42}.hero-text{max-width:510px;color:#a6a69f;font-size:17px}.hero-actions{display:flex;gap:30px;align-items:center;margin-top:35px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 21px;border-radius:2px;font-size:13px;font-weight:700;transition:.25s transform,.25s background}.btn:hover{transform:translateY(-3px)}.btn-primary{background:#d7ff42;color:#0a0a09}.btn-primary span{color:#0a0a09}.text-link{font-size:13px;color:#aaa}.text-link span{margin-left:12px;color:#d7ff42}.hero-art{height:620px;position:relative;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-a{width:290px;height:290px;background:radial-gradient(circle at 35% 30%,#e9ff8a,#92a82d 42%,#171a0b 70%);box-shadow:0 0 100px #b6d53640}.orb-b{width:130px;height:130px;background:#d7ff42;opacity:.7;filter:blur(35px);transform:translate(170px,120px)}.orbit{position:absolute;border:1px solid #ffffff18;border-radius:50%;transform:rotate(-25deg)}.orbit-1{width:480px;height:180px}.orbit-2{width:390px;height:570px;transform:rotate(45deg)}.hero-card{position:absolute;border:1px solid #ffffff18;background:#11120fbb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 30px 80px #000}.card-main{width:310px;height:350px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(8deg)}.metric{font-family:Space Grotesk;font-size:160px;line-height:1;color:#d7ff42;align-self:center}.card-bottom{display:flex;justify-content:space-between;font-size:9px;color:#8f918a;letter-spacing:.1em}.card-float{width:220px;padding:15px;display:flex;gap:10px;align-items:center;right:2%;bottom:16%;transform:rotate(-5deg)}.card-float strong{display:block;font-size:13px}.card-float small{color:#888;font-size:10px}.pulse{width:9px;height:9px;background:#d7ff42;border-radius:50%;box-shadow:0 0 0 7px #d7ff421a}.arrow{margin-left:auto;color:#d7ff42}.hero-scroll{position:absolute;bottom:35px;left:8vw;font-size:10px;letter-spacing:.15em;color:#73756e}.hero-scroll span{color:#d7ff42;margin-left:12px}.section{padding:150px 8vw}.statement{padding-bottom:80px}.statement-wrap{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-top:55px}.statement p:first-child{font-family:Space Grotesk;font-size:clamp(55px,8vw,125px);line-height:.9;letter-spacing:-.06em}.statement p:first-child span{color:#77786f}.statement-sub{max-width:260px;color:#a1a29b;font-size:16px;padding-bottom:5px}.marquee{margin:120px -8vw 0;overflow:hidden;border-top:1px solid #ffffff15;border-bottom:1px solid #ffffff15;padding:24px 0}.marquee-track{display:flex;white-space:nowrap;gap:34px;align-items:center;width:max-content;animation:marquee 22s linear infinite;font-family:Space Grotesk;font-size:14px;letter-spacing:.1em}.marquee b{color:#d7ff42}@keyframes marquee{to{transform:translate(-50%)}}.section-head{display:grid;grid-template-columns:.5fr 1fr .7fr;gap:30px;align-items:end;margin-bottom:70px}.section h2{font-family:Space Grotesk;font-size:clamp(50px,6vw,90px);line-height:.9;letter-spacing:-.06em}.section-head p,.product-intro p{color:#92938d;max-width:330px}.service-list{border-top:1px solid #ffffff18}.service-item{display:grid;grid-template-columns:70px 1.3fr 1fr 35px;gap:25px;align-items:center;padding:32px 0;border-bottom:1px solid #ffffff18;transition:.3s}.service-item:hover{padding-left:15px;background:linear-gradient(90deg,#ffffff03,transparent)}.service-no{color:#666;font-size:12px}.service-item h3{font-family:Space Grotesk;font-size:28px;margin-bottom:8px}.service-item p{color:#8d8e87;max-width:470px;font-size:14px}.service-tags{display:flex;flex-wrap:wrap;gap:7px}.service-tags span{border:1px solid #ffffff18;padding:7px 10px;font-size:9px;color:#8f908a}.service-arrow{color:#d7ff42;font-size:22px}.product-intro{display:flex;justify-content:space-between;align-items:end;margin:50px 0 70px}.product-intro p{padding-bottom:4px}.product-card{min-height:670px;margin-bottom:28px;padding:60px;display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;overflow:hidden;position:relative}.dietitian{background:#d7ff42;color:#10110e}.pos{background:#161715}.product-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:2}.product-number{color:#70736a}.product-copy h3{font-family:Space Grotesk;font-size:clamp(65px,8vw,120px);line-height:.78;letter-spacing:-.07em;margin:35px 0}.dietitian .product-copy h3 em{color:#10110e}.product-copy p{max-width:430px;font-size:16px;margin-bottom:24px;color:#34372f}.pos .product-copy p,.pos .product-copy li{color:#aaa}.product-copy ul{list-style:none;margin-bottom:35px;color:#3e4138;font-size:13px}.product-copy li{margin:9px 0}.product-copy li:before{content:"→";margin-right:10px;color:#5e6f1b}.btn-light{background:#10110e;color:#fff}.dashboard{align-self:center;border:1px solid #10110e33;background:#f5f5ef;box-shadow:25px 30px 80px #0002;transform:rotate(2deg);color:#151613}.dash-top{padding:15px 18px;border-bottom:1px solid #ddd;font-size:10px;display:flex;justify-content:space-between}.dash-top span{color:#65731d}.dash-body{display:grid;grid-template-columns:120px 1fr;min-height:430px}.dash-side{background:#e9e9e1;padding:22px 14px;display:flex;flex-direction:column;gap:20px;font-size:9px;color:#777}.dash-content{padding:28px}.dash-greeting{font-family:Space Grotesk;font-size:21px;margin-bottom:25px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stats div{padding:15px;background:#e8e8df}.stats small{display:block;font-size:7px;color:#888}.stats strong{font-size:24px}.chart{height:220px;margin-top:14px;background:#edede5;position:relative;padding:12px}.chart small{font-size:8px;color:#777}.chart-grid{position:absolute;top:35px;right:12px;bottom:20px;left:12px;background:repeating-linear-gradient(to bottom,#fff0 0,#fff0 30px,#0000000a 31px)}.chart-line{position:absolute;z-index:2;left:20px;right:20px;top:90px;height:100px;border-top:3px solid #748b19;transform:skewY(-13deg)}.pos{grid-template-columns:1.15fr .85fr}.pos-screen{align-self:center;background:#f2f2eb;color:#151613;min-height:470px;padding:22px;box-shadow:25px 30px 80px #0008;transform:rotate(-2deg)}.pos-bar{display:flex;justify-content:space-between;font-size:10px;border-bottom:1px solid #ddd;padding-bottom:16px}.pos-bar span{color:#888}.pos-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:25px 0}.product-tile{background:#e7e7df;padding:22px;font-size:11px}.product-tile b{display:block;margin-top:8px;font-size:16px}.receipt{border-top:1px dashed #bbb;padding-top:16px;font-size:11px}.receipt small{color:#888}.receipt p{display:flex;justify-content:space-between;margin:10px 0}.receipt hr{border:0;border-top:1px solid #ddd;margin:15px 0}.receipt>strong{display:flex;justify-content:space-between;font-size:18px}.receipt button{width:100%;margin-top:18px;padding:13px;background:#d7ff42;border:0;font-weight:700}.process{background:#e7e7df;color:#151613}.process h2{margin:50px 0 90px}.process h2 em{color:#707e20}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.process-step{border-top:1px solid #aaa;padding-top:20px}.process-step span{font-size:10px;color:#7a7c74}.process-step h3{font-family:Space Grotesk;font-size:25px;margin:45px 0 12px}.process-step p{font-size:13px;color:#696b64}.industries{min-height:700px}.industry-cloud{display:flex;flex-wrap:wrap;gap:12px;margin-top:80px;max-width:1000px}.industry-cloud span{border:1px solid #ffffff1b;padding:14px 18px;border-radius:100px;color:#a4a59e;font-size:14px;transition:.25s}.industry-cloud span:hover{color:#0a0a09;background:#d7ff42;border-color:#d7ff42}.contact{min-height:780px;position:relative;overflow:hidden}.contact h2{font-size:clamp(56px,7vw,110px);margin:65px 0 25px;position:relative;z-index:2}.contact-info p{max-width:450px;color:#969791;position:relative;z-index:2}.contact-email{display:inline-block;font-family:Space Grotesk;font-size:clamp(18px,2.4vw,28px);margin-top:40px;border-bottom:1px solid #d7ff42;padding-bottom:8px;position:relative;z-index:2}.contact-email span{color:#d7ff42}.contact-orb{position:absolute;width:500px;height:500px;border-radius:50%;right:-100px;bottom:-120px;background:radial-gradient(circle at 35% 35%,#d7ff42,#697b1e 35%,transparent 70%);opacity:.55;filter:blur(3px)}.contact-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start;margin-top:20px}.contact-form-card{border:1px solid #ffffff18;background:#11120fcc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 30px 80px #000;padding:36px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-field label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#a4a59e}.form-field input,.form-field select,.form-field textarea{background:#0a0a09;border:1px solid #ffffff22;color:#f4f1e9;padding:13px 14px;font-family:DM Sans,sans-serif;font-size:14px;border-radius:2px;width:100%}.form-field input::placeholder,.form-field textarea::placeholder{color:#5f605a}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#d7ff42}.form-field textarea{resize:vertical;min-height:130px;font-family:inherit}.form-error{font-size:11px;color:#ff8686}.select-wrap{position:relative}.select-wrap select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:36px;cursor:pointer}.select-wrap:after{content:"▾";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#d7ff42;pointer-events:none;font-size:12px}.form-submit{width:100%;border:0;cursor:pointer;margin-top:6px}.form-success{display:flex;flex-direction:column;align-items:flex-start;gap:16px;min-height:340px;justify-content:center}.form-success h3{font-family:Space Grotesk;font-size:28px}.form-success p{color:#a6a69f;font-size:14px}.form-success .btn{border:0;cursor:pointer}footer{border-top:1px solid #ffffff16;padding:40px 8vw 25px}.footer-top{display:flex;justify-content:space-between;align-items:center}.footer-top p{color:#888;font-size:13px}.back-top{font-size:12px;color:#aaa}.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:70px;font-size:10px;color:#666}.footer-admin-link:hover{color:#d7ff42}.reveal{opacity:0;transform:translateY(30px);transition:1s ease}.reveal.visible{opacity:1;transform:none}@media (max-width:900px){.nav-links,.nav-cta{display:none}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding-top:140px}.hero-art{height:480px}.section-head{grid-template-columns:1fr}.statement-wrap,.product-intro{display:block}.statement-sub,.product-intro p{margin-top:30px}.service-item{grid-template-columns:45px 1fr 30px}.service-tags{display:none}.product-card,.pos{grid-template-columns:1fr;padding:35px;min-height:0}.dashboard,.pos-screen{margin-top:30px;width:100%}.process-grid{grid-template-columns:1fr 1fr}.contact{min-height:650px}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-form-card{padding:28px}.nav-links.mobile-open{display:flex;position:absolute;top:70px;left:5vw;right:5vw;flex-direction:column;align-items:flex-start;padding:22px;background:#11120f;border:1px solid #ffffff18;z-index:50}.nav-links.mobile-open .nav-admin-link{margin-left:0;margin-top:8px;padding-left:0;padding-top:12px;border-left:0;border-top:1px solid #ffffff2e;width:100%}}@media (max-width:600px){.nav{padding:18px 5vw}.hero{padding-left:6vw;padding-right:6vw}.hero h1{font-size:68px}.hero-art{height:390px}.card-main{width:230px;height:270px}.metric{font-size:110px}.card-float{right:0;bottom:7%;width:180px}.section{padding:100px 6vw}.statement p:first-child{font-size:54px}.service-item{grid-template-columns:35px 1fr 25px}.service-item h3{font-size:22px}.product-card{padding:28px;margin-left:-0px;margin-right:0}.product-copy h3{font-size:72px}.dash-body{grid-template-columns:80px 1fr}.dash-side{font-size:7px}.stats{grid-template-columns:1fr}.chart{height:150px}.pos-screen{padding:14px}.process-grid{grid-template-columns:1fr}.process h2{margin-bottom:55px}.industry-cloud{margin-top:50px}.contact h2{font-size:46px}.form-row{grid-template-columns:1fr}.contact-form-card{padding:20px}.footer-top{align-items:flex-start;gap:20px;flex-direction:column}.footer-bottom{flex-direction:column;gap:10px;margin-top:40px}}.phone-field-wrap{display:flex;align-items:center;gap:8px;background:#0a0a09;border:1px solid #ffffff22;border-radius:2px;padding:13px 14px}.phone-field-wrap:focus-within{border-color:#d7ff42}.phone-field-wrap .PhoneInputInput{background:transparent;border:0;color:#f4f1e9;font-family:DM Sans,sans-serif;font-size:14px;padding:0;outline:none;width:100%}.phone-field-wrap .PhoneInputInput::placeholder{color:#5f605a}.phone-field-wrap .PhoneInputCountry{margin-right:0}.phone-field-wrap .PhoneInputCountrySelect{cursor:pointer}.phone-field-wrap .PhoneInputCountryIcon{box-shadow:none}.phone-field-wrap .PhoneInputCountrySelectArrow{color:#f4f1e9;opacity:.6}
