:root{--bg:#f1f0ea;--ink:#11110f;--muted:#74746e;--line:#11110f29;--acid:#c7ff38;--orange:#ff643b;--blue:#6776ff;--card:#e7e5de;--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(1600px,100% - 44px);margin:auto}.nav{z-index:10;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:86px;display:flex;position:relative}.brand{letter-spacing:-.03em;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.brand-dot{background:var(--ink);border-radius:50%;width:12px;height:12px}.brand-logo{object-fit:contain;width:auto;max-width:210px;height:auto;max-height:48px;display:block}.nav-links{gap:28px;font-size:14px;display:flex}.nav-cta{border:1px solid var(--ink);border-radius:999px;padding:10px 15px;transition:all .2s}.nav-cta:hover{background:var(--ink);color:var(--bg)}.hero{padding:64px 0 32px}.eyebrow{text-transform:uppercase;letter-spacing:.11em;justify-content:space-between;gap:20px;margin-bottom:34px;font-size:13px;display:flex}.hero h1{letter-spacing:-.075em;max-width:1450px;margin:0;font-size:clamp(68px,10.4vw,174px);font-weight:650;line-height:.82}.hero h1 .outline{-webkit-text-stroke:1.5px var(--ink);color:#0000}.hero-bottom{grid-template-columns:1fr 1fr;align-items:end;gap:28px;margin-top:42px;display:grid}.hero-copy{letter-spacing:-.035em;max-width:580px;font-size:clamp(18px,2vw,29px);line-height:1.16}.hero-meta{text-align:right;color:var(--muted);justify-self:end;font-size:13px;line-height:1.65}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:50px;overflow:hidden}.ticker-track{white-space:nowrap;gap:36px;padding:16px 0;font-size:15px;animation:18s linear infinite ticker;display:flex}.ticker b{font-weight:600}.ticker span:after{content:"↗";color:var(--muted);margin-left:36px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}section{padding:92px 0}.section-head{grid-template-columns:1fr 1fr;align-items:end;gap:28px;margin-bottom:36px;display:grid}.section-head h2{letter-spacing:-.065em;margin:0;font-size:clamp(48px,6.2vw,98px);font-weight:620;line-height:.9}.section-head p{color:#33332f;justify-self:end;max-width:560px;margin:0;font-size:16px;line-height:1.5}.projects{grid-template-columns:repeat(12,1fr);gap:20px;display:grid}.project{border-radius:var(--radius);background:var(--card);cursor:pointer;min-height:610px;position:relative;overflow:hidden}.project.large{grid-column:span 8}.project.small{grid-column:span 4}.project.half{grid-column:span 6}.project .visual{transition:transform .7s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0}.project:hover .visual{transform:scale(1.025)}.project-info{z-index:4;color:#fff;justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.project-info.light{color:var(--ink)}.project h3{letter-spacing:-.05em;margin:0 0 4px;font-size:32px;font-weight:610}.project p{opacity:.8;margin:0;font-size:13px}.tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid;border-radius:999px;padding:9px 13px;font-size:12px}.pack-bg{background:linear-gradient(145deg,#d7cab7,#aa7d5c)}.pack-scene{perspective:1100px;justify-content:center;align-items:center;gap:18px;display:flex;position:absolute;inset:0}.pouch{border-radius:24px 24px 18px 18px;width:29%;min-width:170px;height:52%;position:relative;overflow:hidden;transform:rotate(-7deg);box-shadow:0 30px 80px #30190c40}.pouch.one{background:#ed642e}.pouch.two{background:#f5ebdc;transform:translateY(-28px)rotate(4deg)}.pouch.three{background:#26231d;transform:rotate(9deg)}.zip{border-top:2px solid #00000038;position:absolute;top:20px;left:0;right:0}.pack-logo{letter-spacing:-.06em;font-size:22px;font-weight:800;position:absolute;top:48px;left:16px}.pack-type{letter-spacing:-.07em;font-size:34px;font-weight:700;line-height:.85;position:absolute;bottom:20px;left:16px}.pouch.three .pack-logo,.pouch.three .pack-type{color:#f4efdf}.fruit{background:#ffb72d;border-radius:50%;width:120px;height:120px;position:absolute;top:38%;right:-20px;box-shadow:inset -12px -12px #0000000f}.fruit:before,.fruit:after{content:"";background:#48603e;border-radius:100%;width:40px;height:18px;position:absolute;top:-12px;left:42px;transform:rotate(-25deg)}.ui-bg{background:linear-gradient(160deg,#171818,#383b3d)}.phones{justify-content:center;align-items:center;gap:22px;display:flex;position:absolute;inset:0}.phone{aspect-ratio:.49;background:#0c0d0e;border-radius:42px;width:37%;max-width:245px;padding:8px;transform:rotate(-5deg);box-shadow:0 35px 80px #00000061}.phone:last-child{transform:translateY(48px)rotate(6deg)}.screen{background:#f4f3ef;border-radius:35px;height:100%;padding:42px 18px 18px;position:relative;overflow:hidden}.island{background:#111;border-radius:20px;width:74px;height:19px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.screen .mini{color:#6a6a65;font-size:11px}.screen h4{letter-spacing:-.05em;margin:6px 0 18px;font-size:27px;line-height:.95}.orb{background:conic-gradient(var(--acid) 0 72%,#ddd 72%);border-radius:50%;place-items:center;width:120px;height:120px;margin:18px auto;display:grid}.orb:after{content:"72%";background:#f4f3ef;border-radius:50%;place-items:center;width:92px;height:92px;font-weight:750;display:grid}.ui-row{border-top:1px solid #d7d7d0;justify-content:space-between;padding:11px 0;font-size:11px;display:flex}.card-stack{gap:9px;display:grid}.ui-card{background:#e8e7e2;border-radius:18px;height:92px;padding:14px;font-size:11px}.ui-card.acid{background:var(--acid)}.ui-card strong{letter-spacing:-.04em;margin-top:8px;font-size:21px;display:block}.product-bg{background:radial-gradient(circle at 50% 40%,#f7f4ed 0,#d8d5cd 55%,#b6b4ad 100%)}.product-stage{place-items:center;display:grid;position:absolute;inset:0}.device{aspect-ratio:1.05;background:linear-gradient(135deg,#fcfcf9 10%,#d7d6d0 52%,#9d9e9a 100%);border-radius:46% 46% 25% 25%/34% 34% 30% 30%;width:58%;max-width:510px;position:relative;transform:rotate(-9deg);box-shadow:inset -24px -24px 42px #0000001f,0 50px 85px #0000002e}.device:before{content:"";background:linear-gradient(150deg,#1f2020,#070808);border-radius:28px;position:absolute;inset:13% 18% 43%;box-shadow:inset 0 0 12px #ffffff1f}.device:after{content:"21°";color:#eafef4;letter-spacing:-.06em;font-size:clamp(30px,5vw,70px);font-weight:270;position:absolute;top:28%;left:50%;transform:translate(-50%,-50%)}.base-shadow{filter:blur(18px);background:#1c1c192e;border-radius:50%;width:58%;height:9%;position:absolute;top:71%}.proto-bg{background:#d9dad5}.printer{background:linear-gradient(145deg,#8c9295,#e4e6e3);border:10px solid #373a3c;border-top-width:18px;width:42%;height:58%;position:absolute;top:10%;right:7%;box-shadow:0 28px 55px #0000002e}.printer:before{content:"Bambu Lab";color:#fff;letter-spacing:.06em;font-size:9px;position:absolute;top:-16px;left:14px}.printer:after{content:"";background:#2b2d2e;height:3px;position:absolute;bottom:15%;left:14%;right:14%;box-shadow:0 -120px #2b2d2e}.proto-parts{align-items:end;gap:18px;width:58%;display:flex;position:absolute;bottom:18%;left:7%}.part{background:#f5f4ef;box-shadow:0 18px 35px #00000024}.part.a{aspect-ratio:.8;border-radius:44px 44px 18px 18px;width:34%}.part.b{aspect-ratio:1;background:#ff6d3c;border-radius:50% 50% 16px 16px;width:26%}.part.c{aspect-ratio:.7;background:#222;border-radius:14px;width:24%}.layer-lines{opacity:.16;background:repeating-linear-gradient(#0000 0 4px,#111 5px);position:absolute;inset:0}.bottle-bg{background:linear-gradient(145deg,#b9cbd0,#83a2aa)}.bottle-stage{justify-content:center;align-items:center;gap:34px;display:flex;position:absolute;inset:0}.bottle{background:linear-gradient(90deg,#ffffff80,#c8ebeed6,#ffffff59);border-radius:24px 24px 36px 36px;width:17%;min-width:92px;height:58%;position:relative;box-shadow:inset -10px 0 18px #00000012,0 30px 60px #1e464b33}.bottle:before{content:"";background:#232523;border-radius:8px 8px 3px 3px;width:52%;height:12%;position:absolute;top:-9%;left:24%}.label{background:#f1efe8;height:28%;padding:10px;position:absolute;top:35%;left:10%;right:10%}.label strong{letter-spacing:-.06em;font-size:18px;display:block}.label small{text-transform:uppercase;letter-spacing:.12em;font-size:8px}.bottle:nth-child(2){filter:hue-rotate(50deg);transform:translateY(-42px)}.bottle:nth-child(3){filter:hue-rotate(120deg)}.services{border-top:1px solid var(--line)}.service-row{border-bottom:1px solid var(--line);grid-template-columns:80px 1.2fr 1fr 26px;align-items:start;gap:20px;padding:27px 0;transition:all .25s;display:grid}.service-row:hover{background:#ffffff47;padding-left:14px}.num{color:var(--muted);font-size:12px}.service-row h3{letter-spacing:-.055em;margin:0;font-size:clamp(28px,3vw,48px);font-weight:560}.service-row p{color:#55554f;max-width:520px;margin:7px 0 0;font-size:14px;line-height:1.55}.arrow{font-size:22px}.process{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px;display:grid}.process-card{color:#f4f2ea;background:#161715;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:290px;padding:22px;display:flex}.process-card:nth-child(2){background:var(--acid);color:#12120f}.process-card:nth-child(3){color:#12120f;background:#d8d6cf}.process-card:nth-child(4){background:var(--orange);color:#12120f}.process-card b{font-size:12px}.process-card h4{letter-spacing:-.05em;margin:0;font-size:31px;line-height:.95}.process-card p{max-width:230px;margin:10px 0 0;font-size:13px;line-height:1.45}.contact{padding:110px 0 34px}.contact-card{color:#f2f0ea;background:#11110f;border-radius:34px;flex-direction:column;justify-content:space-between;min-height:560px;padding:36px;display:flex;position:relative;overflow:hidden}.contact-card:after{content:"";background:var(--acid);border-radius:50%;width:460px;height:460px;position:absolute;bottom:-190px;right:-150px}.contact-top{z-index:2;justify-content:space-between;font-size:13px;display:flex;position:relative}.contact h2{letter-spacing:-.07em;z-index:2;max-width:1100px;margin:0;font-size:clamp(58px,8vw,132px);font-weight:620;line-height:.84;position:relative}.contact-link{z-index:2;border-bottom:1px solid;align-items:center;gap:14px;width:max-content;padding-bottom:6px;font-size:18px;display:inline-flex;position:relative}footer{color:var(--muted);justify-content:space-between;gap:20px;padding:26px 0 34px;font-size:12px;display:flex}dialog{color:#111;background:#f4f2ed;border:0;border-radius:28px;width:min(900px,100% - 30px);padding:0;box-shadow:0 40px 120px #00000061}dialog::backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0000008c}.modal-inner{padding:28px}.modal-head{justify-content:space-between;align-items:start;gap:18px;display:flex}.modal-head h3{letter-spacing:-.06em;margin:0;font-size:54px;line-height:.95}.close{cursor:pointer;background:0 0;border:1px solid #222;border-radius:50%;width:42px;height:42px}.modal-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:40px;display:grid}.modal-grid p{color:#4c4c47;margin:0;font-size:15px;line-height:1.6}.modal-grid ul{margin:0;padding-left:18px;font-size:14px;line-height:1.9}@media (max-width:900px){.wrap{width:min(100% - 24px,1600px)}.nav-links a:not(.nav-cta){display:none}.hero{padding-top:42px}.hero-bottom,.section-head{grid-template-columns:1fr}.hero-meta,.section-head p{text-align:left;justify-self:start}.project.large,.project.small,.project.half{grid-column:span 12}.project{min-height:520px}.process{grid-template-columns:1fr 1fr}.service-row{grid-template-columns:46px 1fr 26px}.service-row p{grid-column:2/3}.modal-grid{grid-template-columns:1fr}}@media (max-width:560px){.nav{height:72px}.brand{font-size:14px}.hero h1{font-size:17.2vw}section{padding:68px 0}.project{min-height:470px}.process{grid-template-columns:1fr}.contact-card{min-height:500px;padding:24px}.eyebrow{font-size:10px}.pouch{min-width:120px}.pouch.three{display:none}.project h3{font-size:27px}}body{background:#fff}.hero-revised{background:#fff;flex-direction:column;justify-content:center;min-height:720px;padding:92px 0 52px;display:flex;position:relative}.hero-brandline{letter-spacing:.12em;margin-bottom:28px;font-size:11px;font-weight:650}.hero-revised h1{letter-spacing:-.078em;color:#11110f;max-width:1450px;margin:0;font-size:clamp(72px,10vw,168px);font-weight:640;line-height:.82}.hero-revised h1 span{color:#11110f}.hero-bottom-revised{grid-template-columns:1.15fr .85fr;align-items:end;gap:30px;margin-top:45px;display:grid}.hero-revised .hero-copy{letter-spacing:-.035em;color:#363632;max-width:720px;font-size:clamp(18px,1.8vw,27px);line-height:1.2}.hero-actions-revised{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.hero-primary,.hero-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:13px;transition:all .25s;display:inline-flex}.hero-primary{color:#fff;background:#11110f;border:1px solid #11110f}.hero-primary:hover{transform:translateY(-2px)}.hero-secondary{color:#11110f;border:1px solid #11110f40}.hero-secondary:hover{border-color:#11110f}.hero-discipline-row{letter-spacing:.09em;color:#62625c;border-top:1px solid #11110f26;border-bottom:1px solid #11110f26;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:72px;padding:17px 0;font-size:10px;display:flex}.hero-discipline-row i{color:#a1a19a;font-style:normal}.process-card{position:relative}.process-icon{color:currentColor;opacity:.9;width:64px;height:64px;margin:18px 0 34px}.process-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block}.process-card:hover .process-icon{transition:transform .25s;transform:translateY(-3px)rotate(-1deg)}@media (max-width:900px){.hero-revised{min-height:650px;padding-top:64px}.hero-bottom-revised{grid-template-columns:1fr}.hero-actions-revised,.hero-discipline-row{justify-content:flex-start}.process-icon{width:58px;height:58px;margin-bottom:28px}}@media (max-width:560px){.hero-revised{min-height:auto;padding:58px 0 34px}.hero-revised h1{font-size:16.5vw;line-height:.87}.hero-brandline{margin-bottom:20px;font-size:9px}.hero-revised .hero-copy{font-size:18px}.hero-actions-revised{flex-direction:column;align-items:stretch}.hero-primary,.hero-secondary{width:100%}.hero-discipline-row{gap:9px 11px;margin-top:44px;font-size:8px}.process-icon{width:52px;height:52px;margin:16px 0 22px}}.hero-revised{text-align:center;align-items:center}.hero-brandline{text-align:center}.hero-revised h1{text-align:center;margin-left:auto;margin-right:auto}.hero-bottom-revised{text-align:center;grid-template-columns:1fr;width:min(980px,100%)}.hero-revised .hero-copy{margin:0 auto}.hero-actions-revised{justify-content:center}.landor-project{background:#111}.landor-visual{position:absolute;inset:0}.landor-visual img{object-fit:cover;width:100%;height:100%;display:block}.landor-project:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000 58%,#00000094);position:absolute;inset:0}.landor-project .project-info{z-index:4;color:#fff}.landor-reference{z-index:4;-webkit-backdrop-filter:blur(10px);color:#fff;letter-spacing:.12em;background:#00000029;border:1px solid #ffffff6b;border-radius:999px;padding:7px 9px;font-size:8px;position:absolute;top:18px;left:18px}dialog#caseModal{background:#f6f5f1;width:min(1100px,100% - 24px);max-height:94vh;overflow:auto}.reference-modal{padding:26px}.modal-reference,.modal-label{letter-spacing:.12em;color:#858580;margin-bottom:8px;font-size:9px;display:block}.modal-subtitle{color:#70706b;margin:8px 0 0;font-size:14px}.modal-gallery{margin-top:28px;position:relative}.modal-image-stage{background:#111;border-radius:20px;justify-content:center;align-items:center;width:100%;height:min(62vh,650px);min-height:430px;display:flex;overflow:hidden}.modal-image-stage img{object-fit:contain;background:#111;width:100%;height:100%;transition:opacity .2s;display:block}.gallery-arrow{z-index:6;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11110f80;border:1px solid #ffffff61;border-radius:50%;place-items:center;width:46px;height:46px;font-size:28px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow.prev{left:14px}.gallery-arrow.next{right:14px}.gallery-count{z-index:6;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11110f8c;border-radius:999px;padding:7px 10px;font-size:10px;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.reference-info{margin-top:26px}.landor-source{border-bottom:1px solid #111;margin-top:16px;padding-bottom:3px;font-size:12px;display:inline-block}@media (max-width:900px){.hero-bottom-revised{width:100%}.modal-image-stage{height:58vh;min-height:360px}}@media (max-width:560px){.reference-modal{padding:14px}.modal-head h3{font-size:38px}.modal-image-stage{border-radius:14px;height:52vh;min-height:300px}.gallery-arrow{width:40px;height:40px;font-size:24px}.gallery-arrow.prev{left:8px}.gallery-arrow.next{right:8px}}body.visual-edit-mode{padding-bottom:84px}.visual-edit-toolbar{z-index:99999;color:#fff;-webkit-backdrop-filter:blur(18px);background:#0c0c0de0;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;padding:8px;font-size:11px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 60px #00000047}.visual-edit-toolbar button{color:#fff;cursor:pointer;background:#1b1b1d;border:1px solid #ffffff29;border-radius:999px;padding:8px 11px}.visual-edit-toolbar button.primary{color:#111;background:#c7ff38;border-color:#c7ff38;font-weight:700}body.visual-edit-mode [data-editor-section]{outline-offset:-1px;outline:1px dashed #11110f38;transition:outline-color .18s,box-shadow .18s;position:relative}body.visual-edit-mode [data-editor-section]:hover{outline-color:#6776ffb3;box-shadow:inset 0 0 0 2px #6776ff14}body.visual-edit-mode [data-editor-section].dragging{opacity:.45}body.visual-edit-mode [data-editor-section].drag-over{box-shadow:inset 0 4px #6776ff}.editor-section-handle{z-index:9999;color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(12px);background:#11110fe0;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:10px;line-height:1;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 8px 24px #00000024}.editor-section-handle:active{cursor:grabbing}.editor-section-handle .dots{letter-spacing:1px;opacity:.72}.editor-spacing-grip{z-index:10000;cursor:ns-resize;justify-content:center;align-items:center;width:min(320px,60%);height:18px;display:flex;position:absolute;bottom:-9px;left:50%;transform:translate(-50%)}.editor-spacing-grip:before{content:"";background:#6776ff;border-radius:999px;width:70px;height:4px;box-shadow:0 0 0 4px #6776ff1f}.editor-spacing-label{z-index:10000;color:#fff;pointer-events:none;white-space:nowrap;background:#6776ff;border-radius:999px;padding:4px 7px;font-size:9px;position:absolute;bottom:-18px;left:calc(50% + 48px)}.editor-section-name{text-transform:uppercase;letter-spacing:.08em}@media (max-width:700px){.visual-edit-toolbar{border-radius:18px;flex-wrap:wrap;justify-content:center;width:calc(100% - 20px)}.editor-section-handle{top:6px;left:6px}.editor-spacing-grip{width:50%}}.cms-hidden,.contact-card.cms-no-decor:after{display:none!important}body.cms-no-project-motion .project .visual{transform:none!important}body.cms-sticky-header .nav{z-index:9000;-webkit-backdrop-filter:blur(18px);background:#ffffffe0;top:0;position:sticky!important}.project:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.editor-section-handle button{color:inherit;cursor:pointer;background:0 0;border:0;padding:4px}.editor-spacing-grip{touch-action:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}
