
:root{
  --bg:#06121f;
  --bg2:#091827;
  --panel:#0d2033;
  --panel2:#10263c;
  --line:rgba(255,255,255,.12);
  --line2:rgba(255,255,255,.07);
  --text:#f5f7f9;
  --muted:#9eafc0;
  --soft:#d9e1e9;
  --blue:#6da8df;
  --blue2:#2f6ea6;
  --shadow:0 32px 80px rgba(0,0,0,.38);
  --ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
::selection{background:#fff;color:#071522}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
.noise{
  position:fixed; inset:0; pointer-events:none; z-index:50; opacity:.12;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
}
.cursor-glow{
  position:fixed; width:520px; height:520px; border-radius:50%; pointer-events:none; z-index:-1;
  background:radial-gradient(circle,rgba(89,142,197,.10),transparent 66%);
  transform:translate(-50%,-50%);
}
.site-header{
  position:fixed; top:0; left:0; right:0; height:82px; z-index:40;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 clamp(22px,4vw,66px);
  background:linear-gradient(to bottom,rgba(6,18,31,.86),rgba(6,18,31,.12),transparent);
  backdrop-filter:blur(12px);
}
.brand{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:800;letter-spacing:.14em}
.brand img{width:29px;height:29px;object-fit:contain}
.nav{display:flex;align-items:center;gap:30px;font-size:12px;color:#c5d0da}
.nav>a{transition:.25s}
.nav>a:hover{color:#fff}
.nav-cta{
  padding:12px 18px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.035)
}
.mobile-header-actions{display:flex;align-items:center;gap:10px}
.mobile-header-cta{display:none}
.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;position:relative;padding:0;flex:0 0 42px}
.menu-toggle span{position:absolute;left:10px;width:22px;height:1px;background:#fff;transition:.25s}
.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:24px}

.section{position:relative;padding:clamp(92px,10vw,160px) clamp(22px,6vw,96px)}
.hero{
  min-height:100svh; padding-top:130px; padding-bottom:80px;
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:6vw;
  overflow:hidden;
}
.hero-bg{position:absolute;inset:0;z-index:-2;overflow:hidden}
.orb{position:absolute;border-radius:50%;filter:blur(10px)}
.orb-a{width:700px;height:700px;right:-180px;top:0;background:radial-gradient(circle,rgba(60,112,164,.28),rgba(11,34,56,.09) 48%,transparent 72%)}
.orb-b{width:500px;height:500px;left:24%;bottom:-250px;background:radial-gradient(circle,rgba(33,81,129,.16),transparent 70%)}
.grid-plane{
  position:absolute;right:-10%;bottom:-24%;width:70%;height:65%;
  background-image:linear-gradient(var(--line2) 1px,transparent 1px),linear-gradient(90deg,var(--line2) 1px,transparent 1px);
  background-size:52px 52px;transform:perspective(620px) rotateX(63deg) rotateZ(-6deg);opacity:.42;
  mask-image:linear-gradient(to top,#000,transparent 82%);
}
.eyebrow{font-size:10px;letter-spacing:.22em;color:#a9b8c7;display:flex;align-items:center;gap:12px;margin:0 0 32px}
.eyebrow span{width:34px;height:1px;background:#a9b8c7;display:inline-block}
.hero h1{
  font-size:clamp(48px,6.4vw,100px);line-height:.93;letter-spacing:-.055em;font-weight:560;margin:0;max-width:1050px;
}
.hero h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#bed1e3}
.hero-lead{max-width:620px;font-size:clamp(16px,1.4vw,20px);line-height:1.65;color:var(--muted);margin:34px 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:30px;
  border-radius:999px;padding:17px 24px;font-size:12px;font-weight:700;letter-spacing:.04em;
  border:1px solid var(--line);transition:transform .25s var(--ease),background .25s,color .25s;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:#f6f7f8;color:#081624;border-color:#f6f7f8}
.btn-primary:hover{background:#dbe7f1}
.btn-ghost{background:rgba(255,255,255,.03)}
.hero-visual{position:relative;min-height:640px;display:grid;place-items:center}
.device-stack{position:relative;width:min(520px,100%);height:560px;transform:rotate(-2deg)}
.glass-card{background:linear-gradient(150deg,rgba(22,50,77,.94),rgba(9,26,42,.80));border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow);backdrop-filter:blur(20px)}
.device-back{
  position:absolute;width:440px;height:300px;right:-40px;top:170px;border-radius:26px;padding:24px;
  transform:rotate(8deg) translateZ(0)
}
.mini-topbar{display:flex;gap:7px}.mini-topbar span{width:7px;height:7px;border-radius:50%;background:#59748d}
.dash-kicker{margin-top:40px;color:#7f9ab2;font-size:9px;letter-spacing:.18em}
.order-row{margin-top:20px;display:grid;grid-template-columns:1fr auto 1fr 1fr;gap:14px;align-items:center;font-size:11px;padding:12px;border-bottom:1px solid var(--line2)}
.order-row strong{font-weight:600}.order-row.dim{opacity:.5}.order-number{font-variant-numeric:tabular-nums}
.status-dot{width:8px;height:8px;border-radius:50%;background:#8bc9aa;box-shadow:0 0 18px rgba(139,201,170,.55)}
.status-dot.muted{background:#70879b;box-shadow:none}
.chart-bars{height:75px;display:flex;gap:8px;align-items:end;padding-top:18px}
.chart-bars i{height:var(--h);flex:1;background:linear-gradient(to top,rgba(125,168,206,.35),rgba(180,208,232,.72));border-radius:4px 4px 0 0}
.phone{
  position:absolute;left:4px;top:0;width:285px;height:585px;padding:10px;border-radius:44px;
  background:#030b12;box-shadow:0 40px 100px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.18) inset;
  transform:rotate(-4deg)
}
.phone:before{content:"";position:absolute;width:90px;height:22px;border-radius:20px;top:16px;left:50%;transform:translateX(-50%);background:#02080e;z-index:2}
.phone-screen{
  height:100%;border-radius:36px;overflow:hidden;padding:30px 22px 22px;
  background:linear-gradient(160deg,#e7e0d7,#c8d2c3 48%,#749177);
  color:#102016;position:relative;
}
.phone-header{display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:11px;margin-top:3px}
.tiny-logo{letter-spacing:.18em}.cart-mini{border:1px solid rgba(10,30,18,.3);border-radius:999px;padding:5px 8px;font-size:8px}
.phone-label{font-size:8px;letter-spacing:.17em;margin-top:58px}
.phone h2{font-family:Georgia,serif;font-size:41px;line-height:.9;letter-spacing:-.04em;margin:10px 0 0;font-weight:500}
.gelato-art{position:absolute;bottom:110px;left:50%;width:190px;height:230px;transform:translateX(-50%)}
.scoop{position:absolute;width:112px;height:98px;border-radius:54% 46% 50% 50%;box-shadow:inset -12px -14px 26px rgba(0,0,0,.12)}
.scoop-1{background:#e9dfc4;left:10px;top:42px;transform:rotate(-13deg)}
.scoop-2{background:#9fbd84;right:4px;top:45px;transform:rotate(11deg)}
.scoop-3{background:#ccb699;left:44px;top:0}
.cone{position:absolute;width:0;height:0;border-left:45px solid transparent;border-right:45px solid transparent;border-top:125px solid #b88053;left:50%;top:104px;transform:translateX(-50%)}
.phone-screen>button{
  position:absolute;left:22px;right:22px;bottom:24px;border:0;background:#102016;color:#fff;border-radius:999px;padding:15px 16px;
  font-size:9px;letter-spacing:.09em;display:flex;justify-content:space-between;cursor:pointer
}
.floating-tag{position:absolute;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#b6c4d2;border:1px solid var(--line);padding:9px 13px;border-radius:999px;background:rgba(7,22,36,.76);backdrop-filter:blur(10px)}
.tag-one{right:0;top:80px}.tag-two{left:20px;bottom:2px}
.scroll-hint{position:absolute;bottom:28px;left:6vw;display:flex;align-items:center;gap:14px;color:#6f879d;font-size:8px;letter-spacing:.2em}
.scroll-hint i{height:1px;width:58px;background:#496277;position:relative;overflow:hidden}
.scroll-hint i:after{content:"";position:absolute;left:-30px;width:30px;height:1px;background:#fff;animation:scrollLine 2.4s infinite}
@keyframes scrollLine{to{left:70px}}

.section-index{font-size:9px;letter-spacing:.2em;color:#6f879d;margin-bottom:32px}
.manifesto{border-top:1px solid var(--line2)}
.manifesto-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;align-items:end}
.manifesto h2,.section-heading h2,.project-intro h2{
  margin:0;font-size:clamp(38px,5vw,76px);line-height:1;letter-spacing:-.05em;font-weight:520
}
.manifesto h2 span,.project-intro h2 span{color:#7892aa}
.manifesto-grid>p,.section-heading>p,.project-intro>p{color:var(--muted);line-height:1.7;font-size:15px;max-width:520px}
.problems{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:90px;background:var(--line)}
.problem-card{background:var(--bg);padding:34px 28px;min-height:280px;transition:.35s var(--ease)}
.problem-card:hover{background:#0a1b2c;transform:translateY(-8px)}
.problem-card>span{font-size:10px;color:#668199}
.problem-card h3{margin:82px 0 12px;font-size:20px;font-weight:550}
.problem-card p{margin:0;color:#8295a7;line-height:1.6;font-size:13px}

.solutions{background:#071522}
.section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:8vw}
.section-heading>p{justify-self:end}
.solution-list{margin-top:70px;border-top:1px solid var(--line)}
.solution-item{
  display:grid;grid-template-columns:70px 1.05fr 1.2fr 40px;align-items:center;gap:30px;
  padding:30px 0;border-bottom:1px solid var(--line);transition:.3s var(--ease)
}
.solution-item:hover{padding-left:12px;background:linear-gradient(90deg,rgba(255,255,255,.025),transparent 70%)}
.solution-number{font-size:10px;color:#627d94}
.solution-name h3{font-size:23px;margin:0 0 7px;font-weight:560}
.solution-name p{font-size:10px;letter-spacing:.08em;color:#7890a4;margin:0;text-transform:uppercase}
.solution-copy{font-size:13px;line-height:1.6;color:#8ea0b1;max-width:520px}
.solution-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);font-size:12px}

.journey{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}
.journey-sticky{align-self:start;position:sticky;top:130px}
.journey-sticky h2{font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.05em;font-weight:520;margin:0}
.journey-sticky h2 em{font-family:Georgia,serif;color:#9bb0c3;font-weight:400}
.journey-steps{display:grid;gap:16px}
.journey-card{
  min-height:280px;padding:32px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(150deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  position:relative;overflow:hidden;
}
.journey-card>span{font-size:9px;color:#6d8499}.journey-card>strong{display:block;font-size:28px;margin-top:56px;font-weight:520}
.journey-card>p{color:#8195a7;max-width:430px;font-size:13px;line-height:1.6}
.journey-ui{position:absolute;right:24px;bottom:24px;width:210px;min-height:72px;padding:16px;background:#f2f4f5;color:#0c1924;border-radius:14px;box-shadow:0 20px 45px rgba(0,0,0,.18)}
.search-ui i{display:inline-block;width:9px;height:9px;border:1.5px solid #24425d;border-radius:50%;margin-right:8px}.search-ui b{font-size:11px}.search-ui small{display:block;margin:10px 0 0 20px;color:#647383;font-size:9px}
.pill-ui{display:flex;gap:6px;align-items:center}.pill-ui i{font-style:normal;border:1px solid #ccd4d9;border-radius:999px;font-size:8px;padding:8px 10px}.pill-ui i:first-child{background:#10263c;color:#fff;border-color:#10263c}
.option-ui{display:flex;gap:7px;align-items:center}.option-ui i{font-style:normal;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid #c6d0d7;font-size:10px}.option-ui .active{background:#10263c;color:#fff}
.success-ui b{font-size:11px;display:block}.success-ui small{font-size:9px;color:#5e7182;display:block;margin-top:10px}

.menu-product{background:#edf0f2;color:#0b1824;display:grid;grid-template-columns:.72fr 1.28fr;gap:7vw;align-items:center;overflow:hidden}
.menu-product .section-index{color:#72808b}
.menu-copy{align-self:start;position:sticky;top:130px}
.product-kicker{font-size:9px;letter-spacing:.22em;color:#6a7883;margin-top:64px}
.menu-copy h2{font-size:clamp(65px,8vw,128px);letter-spacing:-.07em;line-height:.76;margin:18px 0 44px;font-weight:650}
.menu-copy h2 em{font-family:Georgia,serif;font-weight:400;color:#5a6d7b}
.menu-copy>p:not(.product-kicker){max-width:420px;color:#596b79;line-height:1.7;font-size:14px}
.menu-copy ul{list-style:none;padding:0;margin:34px 0 0;display:grid;gap:12px;font-size:12px}
.menu-copy li{display:flex;align-items:center;gap:11px}.menu-copy li span{width:5px;height:5px;background:#1b3c58;border-radius:50%}
.menu-demo{position:relative}
.demo-window{background:#f9fafb;border-radius:26px;overflow:hidden;box-shadow:0 40px 100px rgba(4,18,31,.16);border:1px solid #d6dde2;min-height:680px}
.demo-browser{height:54px;background:#e8ecef;border-bottom:1px solid #d4dce2;display:flex;align-items:center;padding:0 18px;gap:16px;color:#6b7882;font-size:9px}
.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;background:#adb8c0}
.browser-url{flex:1;text-align:center;background:#f5f7f8;padding:8px;border-radius:8px}
.browser-status{font-size:8px;color:#3b755c}
.demo-layout{display:grid;grid-template-columns:155px 1fr;min-height:626px}
.demo-sidebar{background:#10263c;color:#fff;padding:27px 22px;display:flex;flex-direction:column}
.demo-brand{font-size:22px;font-weight:800;letter-spacing:.14em}.demo-brand span{font-size:7px;vertical-align:top;margin-left:2px}
.demo-sidebar>small{font-size:7px;letter-spacing:.22em;color:#7e98ae;margin-top:4px}
.demo-sidebar nav{display:grid;gap:5px;margin-top:65px}
.demo-sidebar nav button{border:0;background:transparent;color:#7f97ab;text-align:left;padding:9px 0;font-size:10px;cursor:pointer;transition:.2s}
.demo-sidebar nav button.active,.demo-sidebar nav button:hover{color:#fff;transform:translateX(4px)}
.demo-address{margin-top:auto;font-size:8px;color:#738a9e;line-height:1.8}
.demo-content{padding:40px 32px;color:#10202e;overflow:hidden}
.demo-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.demo-title-row span{font-size:7px;letter-spacing:.18em;color:#72818c}.demo-title-row h3{font-size:32px;line-height:1;letter-spacing:-.04em;margin:9px 0 0;font-weight:560}
.demo-cart{border:1px solid #c9d2d8;background:#fff;border-radius:999px;padding:10px 12px;font-size:7px;letter-spacing:.09em;cursor:pointer}
.demo-cart b{display:inline-grid;place-items:center;margin-left:7px;background:#10263c;color:#fff;border-radius:50%;width:17px;height:17px;font-size:7px}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:35px}
.product-card{transition:.25s var(--ease)}.product-card.hidden{display:none}
.product-visual{height:160px;border-radius:16px;position:relative;overflow:hidden;display:grid;place-items:center}
.product-visual>span{position:absolute;top:13px;left:13px;font-size:7px;letter-spacing:.12em;color:rgba(15,30,40,.55)}
.pv-vanilla{background:#e6dfd1}.pv-pistachio{background:#ccd9be}.pv-cocoa{background:#c9b5a2}.pv-berry{background:#d7bcc4}
.abstract-scoop{width:94px;height:86px;border-radius:52% 46% 50% 48%;background:rgba(255,255,255,.58);box-shadow:inset -12px -12px 20px rgba(20,30,40,.08),0 18px 30px rgba(15,30,40,.11);transform:rotate(-8deg)}
.pv-pistachio .abstract-scoop{background:#9cb28c}.pv-cocoa .abstract-scoop{background:#816252}.pv-berry .abstract-scoop{background:#ae6d7d}
.product-info{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-top:12px}
.product-info h4{font-size:11px;margin:0 0 5px}.product-info p{font-size:7.5px;color:#78858f;margin:0}
.add-btn{border:1px solid #c5d0d7;background:transparent;width:27px;height:27px;border-radius:50%;cursor:pointer;font-size:15px;line-height:1;transition:.2s}
.add-btn:hover{background:#10263c;color:#fff;border-color:#10263c;transform:rotate(90deg)}
.product-card>strong{font-size:10px;display:block;margin-top:9px}
.cart-drawer{
  position:absolute;right:18px;top:18px;bottom:18px;width:min(360px,78%);background:#0d2033;color:#fff;border-radius:22px;padding:28px;
  transform:translateX(calc(100% + 30px));opacity:0;transition:.4s var(--ease);box-shadow:0 30px 70px rgba(0,0,0,.32);z-index:4;display:flex;flex-direction:column
}
.cart-drawer.open{transform:translateX(0);opacity:1}
.cart-head{display:flex;justify-content:space-between}.cart-head span{font-size:7px;letter-spacing:.16em;color:#7490a6}.cart-head h3{font-size:28px;margin:8px 0}
.cart-head button{border:1px solid rgba(255,255,255,.16);background:transparent;border-radius:50%;width:34px;height:34px;cursor:pointer;font-size:20px}
.cart-items{margin-top:28px;display:grid;gap:8px;max-height:420px;overflow:auto}.empty-cart{color:#7890a4;font-size:11px}
.cart-item{border-bottom:1px solid rgba(255,255,255,.1);padding:12px 0;display:flex;justify-content:space-between;gap:10px;font-size:11px}
.cart-item small{color:#7890a4}.cart-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:22px}
.cart-bottom>div{display:flex;justify-content:space-between;align-items:center}.cart-bottom>div span{font-size:10px;color:#8ba0b2}.cart-bottom>div strong{font-size:22px}
.cart-bottom button{width:100%;margin-top:18px;border:0;background:#fff;color:#10263c;border-radius:999px;padding:14px 16px;font-size:8px;font-weight:800;display:flex;justify-content:space-between;cursor:pointer}
.demo-toast{position:absolute;left:50%;bottom:25px;transform:translate(-50%,30px);background:#10263c;color:#fff;border-radius:999px;padding:11px 16px;font-size:9px;opacity:0;pointer-events:none;transition:.3s}
.demo-toast.show{opacity:1;transform:translate(-50%,0)}

.project-showcase{background:#071522}
.project-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:8vw}.project-intro .section-index{grid-column:1/-1}.project-intro>p{align-self:end;justify-self:end}
.project-stage{margin-top:70px;min-height:650px;border-radius:28px;position:relative;overflow:hidden;background:#cfcbc1;color:#122018;padding:34px}
.project-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.45),transparent 35%),linear-gradient(130deg,rgba(130,154,121,.16),transparent 60%)}
.project-branding{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.project-branding span{font-size:34px;font-weight:800;letter-spacing:.15em}.project-branding small{text-transform:uppercase;font-size:8px;letter-spacing:.15em}
.project-poster{position:absolute;left:9%;top:115px;width:38%;height:470px;background:#71866c;border-radius:5px;box-shadow:0 35px 60px rgba(36,47,33,.22);transform:rotate(-5deg);overflow:hidden}
.poster-number{position:absolute;left:20px;top:18px;font-size:8px;color:#d9e1d3;letter-spacing:.16em}
.poster-art{position:absolute;width:230px;height:315px;left:50%;top:54px;transform:translateX(-50%)}
.poster-scoop{position:absolute;width:145px;height:125px;border-radius:50%;box-shadow:inset -16px -16px 28px rgba(30,40,26,.15)}
.ps1{background:#e8dfc9;left:0;top:78px}.ps2{background:#b8c8a4;right:0;top:72px}.ps3{background:#d6bd9c;left:46px;top:0}
.poster-cone{position:absolute;width:0;height:0;border-left:58px solid transparent;border-right:58px solid transparent;border-top:155px solid #b8875e;top:165px;left:57px}
.project-poster>p{position:absolute;left:20px;bottom:13px;color:#e9eee6;font-size:22px;line-height:.88;font-weight:700;letter-spacing:-.05em}
.project-site-card{position:absolute;right:7%;top:175px;width:50%;height:360px;background:#f4f1e8;border-radius:20px;padding:30px;box-shadow:0 40px 70px rgba(47,57,42,.22)}
.psc-top{display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:.1em}.psc-top b{font-size:13px;letter-spacing:.13em}.project-site-card h3{font-family:Georgia,serif;font-size:44px;line-height:.95;font-weight:400;margin:62px 0 18px}
.project-site-card p{max-width:380px;color:#687267;font-size:10px;line-height:1.6}.psc-button{position:absolute;left:30px;bottom:28px;background:#192b1d;color:#fff;border-radius:999px;padding:13px 16px;font-size:8px;letter-spacing:.08em}

.process{background:#06121f}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin-top:72px}
.process-step{background:var(--bg);padding:32px;min-height:300px}
.process-step span{font-size:9px;color:#617b91}.process-step h3{font-size:27px;margin:110px 0 12px;font-weight:520}.process-step p{font-size:12px;line-height:1.6;color:#8093a5;margin:0}

.principles{min-height:480px;display:grid;place-items:center;background:linear-gradient(180deg,#071522,#0a1b2b)}
.principle-line{width:100%;display:flex;align-items:center;justify-content:center;gap:25px;font-size:10px;letter-spacing:.2em;color:#869aab}
.principle-line i{width:70px;height:1px;background:#50697e}
.principles-copy{text-align:center;margin-top:-50px}.principles-copy p{font-size:clamp(28px,4vw,58px);line-height:1.08;letter-spacing:-.04em;color:#7f94a6}.principles-copy strong{color:#eef2f5;font-weight:520}

.contact{min-height:900px;display:grid;place-items:center;overflow:hidden;border-top:1px solid var(--line2)}
.contact-orb{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(50,103,154,.25),rgba(20,49,77,.08) 48%,transparent 72%);filter:blur(4px)}
.contact-content{position:relative;z-index:2;width:min(850px,100%);text-align:center}
.contact-logo{width:90px;height:90px;object-fit:contain;margin-bottom:28px}
.centered{justify-content:center}
.contact h2{font-size:clamp(52px,7vw,96px);line-height:.92;letter-spacing:-.06em;margin:12px 0 26px;font-weight:530}
.contact-content>p:not(.eyebrow):not(.form-note){max-width:560px;margin:0 auto;color:#8ca0b2;line-height:1.7}
.contact-form{margin:60px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:16px;text-align:left;max-width:760px}
.contact-form label{display:grid;gap:9px}.contact-form label span{font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:#8095a7}
.contact-form input,.contact-form textarea,.contact-form select{
  width:100%;border:1px solid var(--line);background:rgba(255,255,255,.035);color:#fff;border-radius:12px;padding:15px 16px;outline:none;transition:.2s
}
.contact-form select option{background:#10263c}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#557896;background:rgba(255,255,255,.055)}
.contact-form textarea{resize:vertical}.full{grid-column:1/-1}.submit-btn{width:100%;border:0;cursor:pointer;margin-top:6px}
.form-note{font-size:9px;color:#607b91!important;margin-top:16px!important}

footer{border-top:1px solid var(--line);padding:55px clamp(22px,6vw,96px) 30px;background:#050f19}
.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:38px;height:38px;object-fit:contain}.footer-brand strong{font-size:22px;letter-spacing:.16em}
footer>p{color:#6d8396;font-size:11px;margin:18px 0 32px}.footer-links{display:flex;gap:28px;font-size:11px;color:#9caeba}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line2);padding-top:25px;margin-top:55px;font-size:9px;letter-spacing:.06em;color:#61798d}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.visible{opacity:1;transform:translateY(0)}

@media (max-width:1100px){
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:150px}
  .hero-copy{max-width:900px}.hero-visual{min-height:650px;margin-top:10px}
  .device-stack{width:520px}
  .problems{grid-template-columns:1fr 1fr}
  .menu-product{grid-template-columns:1fr;padding-bottom:110px}.menu-copy{position:static;max-width:600px}.menu-demo{margin-top:30px}
  .project-stage{min-height:720px}.project-poster{width:42%}.project-site-card{width:55%;right:4%}
}
@media (max-width:820px){
  .site-header{
    height:72px;
    padding:0 16px 0 18px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    column-gap:12px;
    background:rgba(6,18,31,.72);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }

  .brand{
    min-width:0;
    gap:9px;
    font-size:13px;
    letter-spacing:.12em;
    position:relative;
    z-index:45;
  }

  .brand img{
    width:25px;
    height:25px;
    flex:0 0 25px;
  }

  .mobile-header-actions{
    grid-column:3;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    position:relative;
    z-index:45;
  }

  .mobile-header-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 14px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.035);
    color:#f5f7f9;
    font-size:10px;
    line-height:1;
    white-space:nowrap;
    transition:.25s var(--ease);
  }

  .menu-toggle{
    display:block;
    z-index:46;
  }

  /* Full-screen mobile navigation */
  .nav{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100dvh;
    min-height:100vh;
    padding:118px 22px 24px;
    background:
      radial-gradient(circle at 85% 8%,rgba(66,112,155,.16),transparent 27%),
      #06121f;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
    font-size:30px;
    color:#f3f6f8;
    transform:translateY(-102%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    overflow-y:auto;
    transition:
      transform .46s var(--ease),
      opacity .28s ease,
      visibility 0s linear .46s;
    z-index:43;
  }

  .nav::before{
    content:"NAVEGAÇÃO";
    display:block;
    margin-bottom:18px;
    padding-bottom:13px;
    border-bottom:1px solid rgba(255,255,255,.10);
    color:#6f879d;
    font-size:8px;
    line-height:1;
    letter-spacing:.22em;
  }

  .nav.open{
    transform:translateY(0);
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transition:
      transform .46s var(--ease),
      opacity .28s ease,
      visibility 0s;
  }

  .nav>a:not(.nav-cta){
    position:relative;
    width:100%;
    padding:17px 2px 18px;
    border-bottom:1px solid rgba(255,255,255,.10);
    font-size:clamp(27px,8vw,38px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:480;
    color:#eef3f7;
  }

  .nav>a:not(.nav-cta)::after{
    content:"↗";
    position:absolute;
    right:3px;
    top:50%;
    transform:translateY(-50%);
    color:#627d94;
    font-size:13px;
    font-weight:400;
    letter-spacing:0;
  }

  .nav>a:not(.nav-cta):hover{
    color:#bed1e3;
  }

  .nav-cta{
    width:100%;
    max-width:none;
    margin-top:auto;
    padding:17px 20px;
    min-height:52px;
    font-size:10px;
    letter-spacing:.12em;
    text-transform:uppercase;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#f6f7f8;
    color:#081624;
    border:1px solid #f6f7f8;
    box-shadow:0 12px 34px rgba(0,0,0,.18);
  }

  /* Keep only the brand + close icon in the top bar while menu is open */
  .menu-open .site-header{
    background:transparent !important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }

  .menu-open .mobile-header-cta{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }

  .menu-open .brand{
    opacity:1;
    visibility:visible;
  }

  .menu-open .menu-toggle span:first-child{
    top:20px;
    transform:rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child{
    top:20px;
    transform:rotate(-45deg);
  }

  .hero{padding-left:22px;padding-right:22px}
  .hero h1{font-size:clamp(46px,12vw,74px)}
  .manifesto-grid,.section-heading,.journey,.project-intro{grid-template-columns:1fr}
  .manifesto-grid>p,.section-heading>p,.project-intro>p{justify-self:start}
  .problems{margin-top:55px}
  .solution-item{grid-template-columns:45px 1fr 34px;gap:18px}
  .solution-copy{grid-column:2/4}
  .journey-sticky{position:static}
  .journey-steps{margin-top:40px}
  .project-stage{min-height:900px}
  .project-poster{width:68%;height:430px;left:5%;top:120px}
  .project-site-card{width:78%;height:330px;right:5%;top:500px}
  .process-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .site-header{
    padding-left:14px;
    padding-right:10px;
    column-gap:7px;
  }
  .brand{
    font-size:11px;
    gap:7px;
  }
  .brand img{
    width:22px;
    height:22px;
    flex-basis:22px;
  }
  .mobile-header-actions{gap:4px}
  .mobile-header-cta{
    min-height:34px;
    padding:0 10px;
    font-size:9px;
  }
  .menu-toggle{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
  .menu-toggle span{
    left:9px;
    width:20px;
  }
  .nav{
    padding:112px 18px 20px;
  }
  .nav::before{
    margin-bottom:14px;
  }
  .nav>a:not(.nav-cta){
    padding:15px 2px 16px;
  }
  .nav-cta{
    margin-top:auto;
    padding:15px 18px;
    min-height:50px;
  }
  .section{padding:88px 20px}
  .hero{padding-top:120px;padding-bottom:90px}
  .hero-lead{font-size:15px}
  .btn{width:100%;justify-content:space-between}
  .hero-visual{min-height:540px;margin-left:-10px;margin-right:-10px;overflow:visible}
  .device-stack{width:100%;height:520px}
  .phone{width:240px;height:500px;left:0}.phone h2{font-size:34px}.gelato-art{transform:translateX(-50%) scale(.82);bottom:80px}.device-back{width:310px;height:250px;right:-60px;top:160px}
  .tag-one{right:-2px}.tag-two{left:0}
  .problems,.process-grid{grid-template-columns:1fr}
  .problem-card{min-height:220px}.problem-card h3{margin-top:55px}
  .solution-item{grid-template-columns:35px 1fr 32px}.solution-name h3{font-size:20px}
  .journey-card{min-height:330px}.journey-ui{left:25px;right:auto;width:calc(100% - 50px)}
  .demo-window{min-height:740px}.demo-layout{grid-template-columns:1fr}.demo-sidebar{display:none}.demo-content{padding:27px 16px}
  .demo-title-row h3{font-size:27px}.product-grid{gap:13px}.product-visual{height:130px}.product-info p{display:none}.cart-drawer{width:calc(100% - 20px);right:10px;top:10px;bottom:10px}
  .project-stage{min-height:800px;padding:22px}.project-branding small{display:none}.project-poster{width:82%;left:5%;height:390px}.poster-art{transform:translateX(-50%) scale(.82);top:40px}.project-site-card{width:86%;right:3%;top:480px;height:280px}.project-site-card h3{font-size:34px;margin-top:42px}
  .principle-line{gap:9px;font-size:7px}.principle-line i{width:24px}
  .contact{min-height:980px}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}.contact h2{font-size:52px}
  .footer-links{flex-wrap:wrap}.footer-bottom{flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}

@media (max-width:380px){
  .mobile-header-cta{
    padding:0 8px;
    font-size:8px;
  }
  .brand span{font-size:10px}
}


/* =========================================================
   WOHAOS — brand transition
   Temporary typographic mark until the official logo is defined.
   ========================================================= */
.wohaos-mark{
  width:29px;
  height:29px;
  flex:0 0 29px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:9px;
  display:grid;
  place-items:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  font-style:italic;
  font-weight:700;
  letter-spacing:-.08em;
  color:#f5f7f9;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.015));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);
}
.wohaos-contact-mark{
  margin:0 auto 28px;
  width:90px;
  height:90px;
  border-radius:27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  font-family:Georgia,"Times New Roman",serif;
  font-size:49px;
  font-weight:700;
  font-style:italic;
  color:#fff;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.015));
}
.footer-mark{
  width:38px;
  height:38px;
  flex-basis:38px;
  border-radius:11px;
  font-size:20px;
}

/* Product photography */
.gelato-art-photo{
  position:absolute;
  bottom:104px;
  left:50%;
  width:188px;
  height:236px;
  transform:translateX(-50%);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 50px rgba(0,0,0,.18);
  border:1px solid rgba(16,32,22,.12);
  background:rgba(255,255,255,.22);
}
.gelato-art-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.product-visual{
  height:170px;
  border-radius:16px;
  position:relative;
  overflow:hidden;
  background:#eef2f4;
  display:block;
}
.product-visual::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:46%;
  background:linear-gradient(to top,rgba(8,18,28,.18),transparent);
  pointer-events:none;
}
.product-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s var(--ease);
}
.product-card:hover .product-photo{transform:scale(1.045)}
.product-visual>span{
  position:absolute;
  top:13px;
  left:13px;
  z-index:2;
  font-size:7px;
  letter-spacing:.12em;
  color:rgba(255,255,255,.92);
  background:rgba(7,18,29,.32);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  padding:5px 7px;
  border-radius:999px;
}
.poster-photo{
  position:absolute;
  width:236px;
  height:322px;
  left:50%;
  top:48px;
  transform:translateX(-50%);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 26px 45px rgba(36,47,33,.22);
}
.poster-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@media (max-width:820px){
  .brand .wohaos-mark{
    width:25px;
    height:25px;
    flex-basis:25px;
    border-radius:8px;
    font-size:14px;
  }
}
@media (max-width:600px){
  .brand .wohaos-mark{
    width:22px;
    height:22px;
    flex-basis:22px;
    font-size:12px;
  }
  .gelato-art-photo{
    transform:translateX(-50%) scale(.82);
    bottom:74px;
  }
  .poster-photo{
    transform:translateX(-50%) scale(.82);
    top:34px;
  }
}


/* =========================================================
   WOHAOS — official brand mark
   ========================================================= */
.brand-mark-img{
  width:34px;
  height:25px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 0 10px rgba(43,143,255,.16));
}
.contact-brand-mark{
  width:130px;
  height:auto;
  object-fit:contain;
  display:block;
  margin:0 auto 25px;
  filter:drop-shadow(0 0 24px rgba(41,151,255,.18));
}
.footer-brand-mark{
  width:48px;
  height:34px;
  object-fit:contain;
  display:block;
}

.contact-direct{
  max-width:760px;
  margin:22px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  text-align:left;
}
.contact-direct a{
  min-height:72px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:15px 17px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  background:rgba(255,255,255,.025);
  transition:.25s var(--ease);
}
.contact-direct a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.20);
}
.contact-direct span{
  color:#607b91;
  font-size:7px;
  letter-spacing:.16em;
}
.contact-direct strong{
  color:#dce6ee;
  font-size:11px;
  font-weight:550;
}

.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:48;
  display:flex;
  align-items:center;
  gap:9px;
  min-height:46px;
  padding:7px 15px 7px 7px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(7,22,36,.88);
  color:#f5f7f9;
  backdrop-filter:blur(16px);
  box-shadow:0 18px 42px rgba(0,0,0,.28);
  font-size:9px;
  font-weight:650;
  letter-spacing:.04em;
  transition:.25s var(--ease);
}
.whatsapp-float[hidden]{display:none!important}
.whatsapp-float:hover{transform:translateY(-3px)}
.wa-icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f5f7f9;
  color:#081624;
  font-size:11px;
}

@media (max-width:820px){
  .brand-mark-img{
    width:29px;
    height:22px;
  }
}
@media (max-width:600px){
  .brand-mark-img{
    width:26px;
    height:20px;
  }
  .contact-brand-mark{width:105px}
  .contact-direct{grid-template-columns:1fr}
  .whatsapp-float{
    right:14px;
    bottom:14px;
  }
}
