@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
  --ink:#173126;--green:#355e3f;--green2:#497655;--green3:#dcecdc;
  --cream:#fffaf1;--paper:#fffef9;--mint:#eaf5e7;--yellow:#fff0aa;--peach:#ffd1be;--sky:#d7ecff;--lilac:#e9e0ff;--rose:#ffe1e5;
  --muted:#66776e;--line:rgba(23,49,38,.14);--shadow:0 25px 70px rgba(36,72,50,.12);--max:1220px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.slide{min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always;position:relative;display:flex;align-items:center;overflow:hidden;padding:110px 0 70px}.slide-inner{width:min(var(--max),calc(100% - 64px));margin:auto;position:relative;z-index:2}.slide h1,.slide h2{letter-spacing:-.058em}.slide em{font-style:normal;color:var(--green)}

/* Intro */
.intro{position:fixed;inset:0;z-index:1000;background:var(--cream);display:grid;place-items:center;transition:transform .8s cubic-bezier(.77,0,.18,1);transform-origin:top}.intro.done{transform:translateY(-101%)}.intro-lockup{display:flex;align-items:center;gap:18px;animation:introPop .65s cubic-bezier(.2,.8,.2,1) both}.intro-lockup img{width:82px;height:82px;object-fit:contain}.intro-lockup div{display:grid}.intro-lockup strong{font-size:25px;letter-spacing:-.035em}.intro-lockup span{font-size:10px;letter-spacing:.22em;color:var(--green);font-weight:800}@keyframes introPop{from{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}

/* Header */
.site-header{position:fixed;top:18px;left:50%;transform:translateX(-50%);width:min(1240px,calc(100% - 36px));height:68px;z-index:100;display:flex;align-items:center;gap:28px;padding:8px 10px 8px 13px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 40px rgba(30,70,45,.09)}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand img{width:43px;height:43px;object-fit:contain}.brand>span{display:grid;line-height:1}.brand strong{font-size:18px;letter-spacing:-.02em}.brand small{font-size:11px;letter-spacing:.18em;color:var(--green);font-weight:800;margin-top:4px}.desktop-nav{display:flex;gap:25px;font-size:15px;color:#50635a}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--green);transition:.25s}.desktop-nav a:hover:after{right:0}.nav-cta{background:var(--green);color:#fff;border-radius:13px;padding:14px 18px;font-size:15px;font-weight:750}.nav-cta span{margin-left:7px}.menu-button{display:none;border:0;background:var(--mint);width:46px;height:46px;border-radius:13px;font-size:18px}.mobile-menu{display:none;position:fixed;z-index:95;top:96px;left:18px;right:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow)}.mobile-menu.open{display:grid}.mobile-menu a{padding:13px;border-radius:10px}.mobile-menu a:hover{background:var(--mint)}

/* Slide rail */
.slide-rail{position:fixed;z-index:70;right:22px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--ink)}.rail-count{font-size:12px;font-weight:800;letter-spacing:.08em}.rail-dots{display:grid;gap:7px}.rail-dots button{width:8px;height:8px;padding:0;border:1px solid rgba(23,49,38,.35);border-radius:50%;background:rgba(255,255,255,.65);cursor:pointer;transition:.25s}.rail-dots button.active{height:27px;border-radius:99px;background:var(--green);border-color:var(--green)}.rail-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl;color:#5f7066}

/* Shared */
.eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.17em;font-weight:850;color:var(--green);display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.eyebrow.light{color:#dcebdc}.scene{opacity:0;transform:translateY(42px) scale(.975);transition:opacity .7s ease,transform .85s cubic-bezier(.16,1,.3,1)}.slide.is-active .scene{opacity:1;transform:none}.slide.is-active .scene[data-delay="1"]{transition-delay:.10s}.slide.is-active .scene[data-delay="2"]{transition-delay:.18s}.slide.is-active .scene[data-delay="3"]{transition-delay:.26s}.slide.is-active .scene[data-delay="4"]{transition-delay:.34s}.slide.is-active .scene[data-delay="5"]{transition-delay:.42s}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:14px 18px;border-radius:14px;font-size:15px;font-weight:800;transition:.25s}.button:hover{transform:translateY(-3px)}.button.primary{background:var(--green);color:#fff;box-shadow:0 14px 30px rgba(53,94,63,.20)}.button.secondary{background:#fff;border:1px solid var(--line)}.split-head{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:end;margin-bottom:40px}.split-head h2{font-size:clamp(46px,5.2vw,72px);line-height:.94;margin:14px 0 0}.split-head>p,.work-copy>p{color:var(--muted);line-height:1.7;font-size:15px;margin:0;max-width:560px}

/* Hero */
.slide-hero{background:var(--cream)}.hero-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.hero-copy{position:relative;z-index:3}.hero-mark{display:flex;align-items:center;gap:12px;margin:17px 0 13px}.hero-mark img{width:55px;height:55px;object-fit:contain}.hero-mark span{font-size:14px;line-height:1.5;color:#718278}.hero-mark b{color:var(--green)}.hero-copy h1{font-size:clamp(62px,7.1vw,112px);line-height:.87;margin:0 0 25px;max-width:780px}.hero-copy p.lead{font-size:18px;line-height:1.68;color:var(--muted);max-width:650px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:27px}.business-pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:24px}.business-pills span{font-size:13px;font-weight:750;padding:9px 12px;background:#fff;border:1px solid var(--line);border-radius:999px}.hero-showcase{min-height:600px;position:relative;display:grid;place-items:center;perspective:1300px}.big-o{position:absolute;width:590px;height:590px;right:-130px;top:0;opacity:.075;animation:slowSpin 24s linear infinite}.big-o img{width:100%;height:100%;object-fit:contain}@keyframes slowSpin{to{transform:rotate(360deg)}}.browser{width:min(570px,95%);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 35px 85px rgba(49,80,59,.18);border:1px solid rgba(53,94,63,.16);transform:rotateY(-8deg) rotateX(2deg);transition:transform .25s}.browser-top{height:40px;background:#f6f4ed;display:flex;align-items:center;padding:0 13px;gap:14px;border-bottom:1px solid #ebe8df}.browser-top>div{display:flex;gap:6px}.browser-top i{width:7px;height:7px;border-radius:50%;display:block;background:#ff9b8e}.browser-top i:nth-child(2){background:#ffd76e}.browser-top i:nth-child(3){background:#83ce94}.browser-top span{background:#fff;border:1px solid #e8e3d9;border-radius:8px;padding:6px 22px;font-size:11px;color:#8c978e}.mini-site{height:455px;background:#f4eadc;color:#2e3c31;padding:28px;position:relative;overflow:hidden}.mini-nav{display:flex;justify-content:space-between;font-size:12px}.mini-copy{position:relative;z-index:2;margin-top:75px}.mini-copy small{font-size:11px;letter-spacing:.15em;color:#857768}.mini-copy h2{font-family:"Fraunces",Georgia,serif;font-weight:500;font-size:52px;line-height:.9;letter-spacing:-.055em;margin:10px 0 14px}.mini-copy p{font-size:14px;line-height:1.7;max-width:320px;color:#74695e}.mini-button{display:inline-block;background:#314738;color:#fff;border-radius:999px;padding:10px 13px;font-size:12px;margin-top:7px}.coffee-art{position:absolute;right:-35px;bottom:-60px;width:270px;height:280px;border-radius:50% 50% 0 0;background:#c88965}.coffee-art i:first-child{position:absolute;width:170px;height:170px;border-radius:50%;background:#4e674f;left:5px;top:58px}.coffee-art i:last-child{position:absolute;width:80px;height:95px;border-radius:18px 18px 35px 35px;background:#f5eedf;left:105px;top:90px;box-shadow:0 18px 0 -7px #d2b78c}.floating-note{position:absolute;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 15px;box-shadow:0 18px 40px rgba(54,85,62,.13);display:grid;gap:3px}.floating-note b{font-size:14px}.floating-note span{font-size:12px;color:#77877d}.note-one{left:-8px;top:145px}.note-two{right:-8px;bottom:100px}.orb{position:absolute;border-radius:50%;filter:none;transition:transform 1s cubic-bezier(.16,1,.3,1)}.slide.is-active .orb{transform:translate(0,0) scale(1)}.orb-peach{width:290px;height:290px;background:var(--peach);left:-130px;top:16%;transform:translate(-100px,-30px) scale(.6)}.orb-sky{width:180px;height:180px;background:var(--sky);right:9%;top:11%;transform:translate(60px,-70px) scale(.7)}.orb-yellow{width:140px;height:140px;background:var(--yellow);right:38%;bottom:-55px;transform:translateY(80px) scale(.5)}.next-cue{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#708177}.next-cue b{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;border:1px solid var(--line);animation:bob 1.6s ease-in-out infinite}@keyframes bob{50%{transform:translateY(5px)}}

/* Services */
.slide-services{background:var(--mint)}.shape{position:absolute;border-radius:36px;transform:rotate(22deg);opacity:.75}.shape-a{width:260px;height:260px;background:var(--yellow);right:-100px;top:12%}.shape-b{width:150px;height:150px;background:var(--peach);left:-80px;bottom:8%;transform:rotate(-18deg)}.service-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.service-card{min-height:345px;background:#fff;border:1px solid rgba(53,94,63,.12);border-radius:23px;padding:21px;display:flex;flex-direction:column;box-shadow:0 14px 35px rgba(53,94,63,.06);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-8px)!important;box-shadow:0 22px 45px rgba(53,94,63,.12)}.service-card>span{font-size:12px;color:#8a9a90}.service-icon{width:49px;height:49px;border-radius:16px;background:var(--mint);display:grid;place-items:center;margin:35px 0 20px;font-size:21px;color:var(--green)}.service-card:nth-child(2) .service-icon{background:var(--yellow)}.service-card:nth-child(3) .service-icon{background:var(--rose)}.service-card:nth-child(4) .service-icon{background:var(--sky)}.service-card:nth-child(5) .service-icon{background:var(--lilac)}.service-card h3{font-size:20px;letter-spacing:-.025em;margin:0 0 11px}.service-card p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}.service-card small{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);font-size:12px;color:#728278}

/* Work */
.slide-work{background:#f5f0ff}.work-inner{width:min(1320px,calc(100% - 64px))}.work-copy{display:grid;gap:15px}.slider-controls{display:flex;gap:8px}.slider-controls button{width:44px;height:44px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;font-size:18px;transition:.2s}.slider-controls button:hover{background:var(--green);color:#fff;transform:translateY(-2px)}.work-scroller{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 2px 18px;scrollbar-width:none}.work-scroller::-webkit-scrollbar{display:none}.work-card{scroll-snap-align:start;flex:0 0 min(390px,82vw);background:#fff;border:1px solid rgba(60,48,80,.10);border-radius:24px;overflow:hidden;box-shadow:0 14px 35px rgba(77,61,105,.07);transition:.3s}.work-card.real-project{flex-basis:min(520px,88vw)}.work-card:hover{transform:translateY(-7px);box-shadow:0 24px 50px rgba(77,61,105,.13)}.work-visual{height:315px;padding:25px;display:block;position:relative;overflow:hidden}.demo-badge,.real-badge{position:absolute;top:16px;right:16px;border-radius:999px;padding:8px 10px;background:rgba(255,255,255,.88);font-size:11px;letter-spacing:.12em;font-weight:850}.real-badge{background:#dff3df;color:#2d6039}.work-meta{display:flex;justify-content:space-between;align-items:flex-end;padding:17px 19px 19px;gap:15px}.work-meta small{font-size:11px;letter-spacing:.12em;color:#7b718a}.work-meta h3{font-size:22px;margin:6px 0}.work-meta p{margin:0;font-size:14px;color:#857c91}.work-meta>a,.use-template{width:39px;height:39px;border-radius:12px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;font-size:18px;flex:0 0 auto;transition:.2s}.work-meta>a:hover,.use-template:hover{background:var(--green);color:#fff;transform:rotate(6deg)}.axicom-visual{background:linear-gradient(145deg,#122a20,#315b40);color:#fff}.axicom-visual>b{font-size:19px}.axicom-visual h3{font-size:44px;line-height:.91;letter-spacing:-.055em;margin:75px 0 18px}.axicom-visual>div:last-child{display:flex;gap:6px;flex-wrap:wrap}.axicom-visual>div:last-child span{font-size:11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:8px 10px}.cafe-visual{background:linear-gradient(180deg,rgba(255,245,232,.18),rgba(45,26,12,.15)),url('/assets/demo/cafe-painting.png') center/cover no-repeat;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.cafe-visual small,.beauty-visual small,.stay-visual small{font-size:11px;letter-spacing:.15em}.cafe-visual h3,.beauty-visual h3,.stay-visual h3{font-family:"Fraunces",Georgia,serif;font-weight:500;font-size:39px;line-height:.9;letter-spacing:-.045em;margin:65px 0 16px;position:relative;z-index:2}.cafe-visual>span,.beauty-visual>span,.contractor-visual>span,.stay-visual>span{font-size:13px;position:relative;z-index:2}.cup{position:absolute;width:170px;height:170px;border-radius:50%;background:#70866b;right:-42px;bottom:-38px;box-shadow:-72px 15px 0 #d59c70}.cup:after{content:"";position:absolute;width:54px;height:68px;border-radius:10px 10px 24px 24px;background:#fff5e5;left:45px;top:45px}.beauty-visual{background:linear-gradient(180deg,rgba(255,249,248,.16),rgba(69,32,42,.18)),url('/assets/demo/beauty-painting.png') center/cover no-repeat;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.22)}.beauty-visual h3{margin-top:72px}.beauty-blob{position:absolute;width:215px;height:255px;right:-35px;bottom:-55px;background:linear-gradient(160deg,#d9a7ae,#956b75);border-radius:110px 110px 20px 20px;transform:rotate(8deg)}.contractor-visual{background:linear-gradient(180deg,rgba(255,247,180,.12),rgba(23,39,32,.18)),url('/assets/demo/contractor-painting.png') center/cover no-repeat;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.22)}.contractor-visual>b{font-size:19px}.contractor-visual>b span{color:#5d7d59}.contractor-visual h3{font-size:38px;line-height:.91;letter-spacing:-.045em;margin:75px 0 17px;position:relative;z-index:2}.build-shape{position:absolute;width:260px;height:150px;right:-55px;bottom:-35px;background:#375143;clip-path:polygon(20% 0,100% 23%,100% 100%,0 100%)}.stay-visual{color:#fff;background:linear-gradient(180deg,rgba(255,238,194,.10),rgba(20,40,24,.18)),url('/assets/demo/homestay-painting.png') center/cover no-repeat;text-shadow:0 1px 2px rgba(0,0,0,.22)}.stay-visual h3{margin-top:82px}.hill{position:absolute;border-radius:50% 50% 0 0}.hill.one{width:250px;height:145px;background:#315b40;right:-50px;bottom:-48px}.hill.two{width:180px;height:105px;background:#5b7f60;right:95px;bottom:-38px}.work-hint{font-size:13px;color:#80758e;margin:6px 0 0}

/* Local flow */
.slide-local{background:#fff2b9}.local-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.local-copy h2{font-size:clamp(51px,6vw,82px);line-height:.92;margin:16px 0 22px}.local-copy p{font-size:17px;line-height:1.78;color:#6f705e;max-width:540px}.text-link{display:inline-block;margin-top:18px;font-size:15px;font-weight:800;border-bottom:1px solid var(--green);padding-bottom:5px}.customer-flow{position:relative;display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr;align-items:center}.customer-flow article{min-height:310px;background:#fffdf4;border:1px solid rgba(67,79,53,.12);border-radius:22px;padding:20px;position:relative;z-index:2;box-shadow:0 15px 35px rgba(91,83,37,.07)}.customer-flow article>span{font-size:12px;color:#9d9a80}.flow-icon{width:55px;height:55px;background:var(--mint);border-radius:18px;display:grid;place-items:center;font-size:20px;font-weight:800;margin:48px 0 20px;color:var(--green)}.customer-flow article:nth-of-type(2) .flow-icon{background:var(--rose)}.customer-flow article:nth-of-type(3) .flow-icon{background:var(--sky);font-size:11px}.customer-flow article:nth-of-type(4) .flow-icon{background:var(--lilac)}.customer-flow h3{margin:0 0 9px;font-size:19px}.customer-flow p{font-size:14px;line-height:1.7;color:#737565}.customer-flow>i{font-style:normal;text-align:center;color:#708069;font-size:18px}.flow-line{position:absolute;left:8%;right:8%;top:50%;height:2px;background:rgba(53,94,63,.15);z-index:0;overflow:hidden}.flow-line b{display:block;width:0;height:100%;background:var(--green);transition:width 1.8s .35s ease}.slide-local.is-active .flow-line b{width:100%}

/* Process */
.slide-process{background:var(--sky)}.process-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:25px}.process-track article{padding:0 8px;position:relative;z-index:2}.process-track article>span{display:inline-block;font-size:12px;background:#fff;border-radius:999px;padding:7px 10px;border:1px solid var(--line)}.step-dot{width:22px;height:22px;border:5px solid #fff;background:var(--green);border-radius:50%;margin:39px 0 25px;box-shadow:0 0 0 1px rgba(53,94,63,.15)}.process-track h3{font-size:20px;margin:0 0 9px}.process-track p{font-size:15px;line-height:1.7;color:#5f6f68;max-width:260px}.track-line{position:absolute;left:4%;right:4%;top:84px;height:3px;background:rgba(53,94,63,.13)}.track-line b{display:block;width:0;height:100%;background:var(--green);transition:width 1.7s .25s cubic-bezier(.16,1,.3,1)}.slide-process.is-active .track-line b{width:100%}.process-note{margin-top:50px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;display:flex;justify-content:space-between;gap:20px;font-size:14px}.process-note span{color:#74837b}

/* Plans */
.slide-plans{background:var(--peach)}.plans-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center}.plan-intro h2{font-size:clamp(52px,6vw,82px);line-height:.91;margin:16px 0 22px}.plan-intro p{font-size:17px;line-height:1.75;color:#765e57;max-width:500px}.plan-intro>small{display:block;font-size:12px;line-height:1.6;color:#8d746d;margin-top:25px;max-width:460px}.plan-stack{display:grid;gap:11px}.plan-card{background:#fff8f2;border:1px solid rgba(95,60,52,.12);border-radius:21px;padding:20px 21px;display:grid;grid-template-columns:1.05fr 1fr auto;gap:22px;align-items:center;position:relative;transition:.25s}.plan-card:hover{transform:translateX(-7px)!important;box-shadow:0 18px 40px rgba(110,71,61,.10)}.plan-card.popular{background:var(--green);color:#fff}.popular-tag{position:absolute;right:16px;top:-10px;background:var(--yellow);color:#314034;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.09em}.plan-card>div:first-of-type>span,.plan-card>div:nth-of-type(2)>span{font-size:11px;letter-spacing:.13em;color:#8d746e}.plan-card.popular>div:nth-of-type(2)>span{color:#d9e8db}.plan-card h3{font-size:20px;margin:6px 0}.plan-card p{font-size:14px;color:#806b65;margin:0}.plan-card.popular p{color:#d4e5d7}.plan-card ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;font-size:13px;color:#735f59}.plan-card.popular ul{color:#e0ece2}.plan-card li:before{content:"✓";margin-right:6px;color:var(--green)}.plan-card.popular li:before{color:var(--yellow)}.plan-bottom{display:flex;align-items:center;gap:12px}.plan-bottom b{font-size:24px;white-space:nowrap}.plan-bottom b small{font-size:11px;color:#977b73}.plan-card.popular .plan-bottom b small{color:#dbe7dc}.choose-plan{border:0;background:var(--ink);color:#fff;border-radius:11px;padding:12px 14px;font-size:13px;font-weight:800;cursor:pointer}.popular .choose-plan{background:#fff;color:var(--green)}

/* FAQ */
.slide-faq{background:var(--mint)}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.faq-title h2{font-size:clamp(50px,5.5vw,78px);line-height:.93;margin:16px 0 20px}.faq-title p{color:var(--muted);line-height:1.7;max-width:470px;margin-bottom:25px}.faq{background:#fff;border-radius:25px;border:1px solid var(--line);padding:8px 24px;box-shadow:0 20px 50px rgba(53,94,63,.08)}.faq article{border-bottom:1px solid var(--line)}.faq article:last-child{border-bottom:0}.faq button{width:100%;border:0;background:none;padding:21px 0;display:flex;justify-content:space-between;gap:20px;text-align:left;font-size:15px;font-weight:750;cursor:pointer}.faq button span{font-size:18px;transition:.25s}.faq article>div{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq article.open>div{max-height:150px}.faq article.open button span{transform:rotate(45deg)}.faq article p{font-size:15px;line-height:1.75;color:var(--muted);margin:0;padding:0 30px 19px 0}

/* Contact */
.slide-contact{background:var(--green);color:#fff;align-items:center;padding-bottom:100px}.contact-orb{position:absolute;width:680px;height:680px;border:130px solid rgba(255,255,255,.055);border-radius:50%;left:-250px;bottom:-300px}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.brand-large{display:flex;align-items:center;gap:15px;margin-bottom:28px}.brand-large img{width:76px;height:76px;object-fit:contain;background:#fff;border-radius:23px;padding:6px}.brand-large div{display:grid}.brand-large strong{font-size:24px}.brand-large span{font-size:12px;letter-spacing:.2em;color:#d7ead9;font-weight:800}.contact-copy h2{font-size:clamp(52px,6vw,82px);line-height:.91;margin:17px 0 22px}.contact-copy em{color:var(--yellow)}.contact-copy>p{color:#d9e8dc;line-height:1.72;max-width:520px}.contact-mini{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.contact-mini span{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:9px 11px;font-size:11px}.contact-form{background:var(--cream);color:var(--ink);border-radius:27px;padding:27px;box-shadow:0 32px 80px rgba(19,45,28,.25);display:grid;gap:12px}.contact-form label{display:grid;gap:6px;font-size:12px;font-weight:750;color:#65776d}.contact-form .two{display:grid;grid-template-columns:1fr 1fr;gap:11px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(53,94,63,.16);background:#fff;border-radius:12px;padding:12px 13px;outline:none;color:var(--ink)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#7daa87;box-shadow:0 0 0 3px rgba(94,142,107,.10)}.contact-form textarea{min-height:95px;resize:vertical}.submit-button{border:0;background:var(--green);color:#fff;border-radius:13px;padding:14px 16px;font-weight:850;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.submit-button:hover span{transform:translate(3px,-3px)}.submit-button span{transition:.2s}.contact-form>small{color:#839087;font-size:11px;line-height:1.55}.slide-contact footer{position:absolute;left:32px;right:32px;bottom:20px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#c6dcc9;z-index:3}.slide-contact footer div{display:flex;gap:15px}.whatsapp-float{position:fixed;z-index:80;right:20px;bottom:19px;background:#fff;color:var(--green);border:1px solid var(--line);box-shadow:0 15px 35px rgba(32,75,46,.16);border-radius:999px;padding:8px 13px 8px 8px;display:flex;align-items:center;gap:8px;font-size:9px}.whatsapp-float>span{width:32px;height:32px;border-radius:50%;background:#51b86c;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.whatsapp-float b{font-weight:850}

@media(max-width:1100px){
  .desktop-nav{display:none}.menu-button{display:block}.nav-cta{margin-left:auto}.slide-rail{display:none}.slide{scroll-snap-stop:normal}.hero-layout,.local-layout,.plans-layout,.faq-layout,.contact-layout{grid-template-columns:1fr;gap:35px}.hero-showcase{min-height:480px}.service-cards{grid-template-columns:repeat(3,1fr)}.service-card{min-height:290px}.plans-layout{align-items:start}.plan-stack{grid-template-columns:1fr}.plan-card{grid-template-columns:1fr 1fr auto}.customer-flow{grid-template-columns:1fr 22px 1fr 22px 1fr 22px 1fr}.customer-flow article{min-height:270px;padding:16px}.flow-icon{margin-top:35px}.slide-contact{padding-top:115px}.contact-copy h2{max-width:700px}
}
@media(max-width:780px){
  html{scroll-snap-type:y proximity}.site-header{top:10px;height:62px;width:calc(100% - 20px);border-radius:17px}.brand img{width:38px;height:38px}.nav-cta{display:none}.slide{min-height:100svh;padding:95px 0 65px;overflow:visible}.slide-inner,.work-inner{width:calc(100% - 28px)}.split-head{grid-template-columns:1fr;gap:18px;margin-bottom:27px}.split-head h2{font-size:43px}.hero-copy h1{font-size:58px}.hero-copy p.lead{font-size:15px}.hero-showcase{min-height:390px}.browser{transform:none;width:100%}.mini-site{height:340px}.mini-copy{margin-top:38px}.mini-copy h2{font-size:38px}.coffee-art{width:180px;height:190px}.floating-note{display:none}.big-o{width:360px;height:360px;right:-150px}.orb-peach{width:170px;height:170px}.orb-sky{width:110px;height:110px}.orb-yellow{display:none}.actions .button{width:100%}.service-cards{grid-template-columns:1fr 1fr}.service-card{min-height:260px}.service-card:nth-child(5){grid-column:1/-1}.work-card,.work-card.real-project{flex-basis:84vw}.work-visual{height:285px}.customer-flow{display:grid;grid-template-columns:1fr}.customer-flow>i,.flow-line{display:none}.customer-flow article{min-height:auto;display:grid;grid-template-columns:45px 1fr;column-gap:14px;align-items:center}.flow-icon{grid-row:1/4;margin:0;width:45px;height:45px;border-radius:14px}.customer-flow article>span{display:none}.customer-flow h3{margin:0}.customer-flow p{margin:4px 0}.process-track{grid-template-columns:1fr 1fr;gap:28px 15px}.track-line{display:none}.step-dot{margin:16px 0 14px}.process-note{flex-direction:column;gap:4px}.plan-card{grid-template-columns:1fr}.plan-card ul{grid-template-columns:1fr 1fr}.plan-bottom{justify-content:space-between}.contact-form .two{grid-template-columns:1fr}.slide-contact footer{position:static;margin:30px 14px 0;flex-direction:column}.whatsapp-float b{display:none}.whatsapp-float{right:12px;bottom:12px;padding:6px}.whatsapp-float>span{width:34px;height:34px}.intro-lockup img{width:66px;height:66px}
}
@media(max-width:520px){
  .hero-copy h1{font-size:51px}.hero-mark span{display:none}.hero-showcase{min-height:330px}.mini-site{height:290px;padding:20px}.mini-copy h2{font-size:32px}.mini-copy p{max-width:190px}.service-cards{grid-template-columns:1fr}.service-card:nth-child(5){grid-column:auto}.service-card{min-height:235px}.service-icon{margin:22px 0 15px}.work-card,.work-card.real-project{flex-basis:88vw}.axicom-visual h3{font-size:35px}.split-head h2,.local-copy h2,.plan-intro h2,.faq-title h2,.contact-copy h2{font-size:42px}.process-track{grid-template-columns:1fr}.process-track article{background:rgba(255,255,255,.45);padding:16px;border-radius:17px}.step-dot{display:none}.plan-card ul{grid-template-columns:1fr}.brand-large img{width:62px;height:62px}.contact-form{padding:20px}.slide-contact{padding-bottom:45px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;scroll-snap-type:none}.intro{display:none}.scene{opacity:1!important;transform:none!important;transition:none!important}.big-o,.next-cue b{animation:none}.track-line b,.flow-line b{width:100%!important;transition:none!important}}

.cup,.beauty-blob,.build-shape,.hill{display:none!important}.work-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.22));pointer-events:none}.work-visual>*{position:relative;z-index:1}.work-card .demo-badge{backdrop-filter:blur(6px)}


/* refined subject-based demo visuals */
.work-visual{height:315px;padding:24px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}
.work-visual small,.work-visual b,.work-visual h3,.work-visual>span{position:relative;z-index:2}
.cafe-visual,.beauty-visual,.contractor-visual,.stay-visual{color:var(--ink);text-shadow:none;border-bottom:1px solid rgba(26,36,30,.06)}
.cafe-visual{background:linear-gradient(180deg,#fbf5eb,#f4ebdf)}
.beauty-visual{background:linear-gradient(180deg,#fbf3f3,#f5e8e9)}
.contractor-visual{background:linear-gradient(180deg,#fbf8ea,#f4efdc)}
.stay-visual{background:linear-gradient(180deg,#f5f0e3,#eee8d6)}
.cafe-visual small,.beauty-visual small,.stay-visual small{font-size:11px;letter-spacing:.15em;color:#7d7567}
.cafe-visual h3,.beauty-visual h3,.stay-visual h3{font-family:"Fraunces",Georgia,serif;font-weight:500;font-size:38px;line-height:.92;letter-spacing:-.045em;margin:58px 0 14px;max-width:220px}
.contractor-visual>b{font-size:19px;color:#243128}
.contractor-visual>b span{color:#7b8f48}
.contractor-visual h3{font-size:36px;line-height:.92;letter-spacing:-.045em;margin:62px 0 14px;max-width:230px}
.cafe-visual>span,.beauty-visual>span,.contractor-visual>span,.stay-visual>span{font-size:13px;color:#55645b;font-weight:700}
.subject-art{position:absolute;pointer-events:none;filter:drop-shadow(0 20px 26px rgba(75,67,47,.10));z-index:1}
.cafe-art{width:230px;right:12px;bottom:8px}
.beauty-art{width:210px;right:8px;bottom:6px}
.contractor-art{width:220px;right:8px;bottom:2px}
.stay-art{width:250px;right:2px;bottom:4px}
.work-visual:before{display:none}
.cup,.beauty-blob,.build-shape,.hill{display:none!important}
@media(max-width:760px){
  .work-visual{height:300px;padding:22px}
  .cafe-visual h3,.beauty-visual h3,.stay-visual h3{font-size:34px;max-width:190px}
  .contractor-visual h3{font-size:31px;max-width:200px}
  .cafe-art{width:190px;right:8px;bottom:8px}
  .beauty-art{width:178px;right:5px;bottom:6px}
  .contractor-art{width:185px;right:6px;bottom:0}
  .stay-art{width:205px;right:-6px;bottom:6px}
}


/* compact project/demo badges */
.work-visual .demo-badge,.work-visual .real-badge{
  position:absolute!important;
  top:16px!important;
  left:16px!important;
  right:auto!important;
  width:auto!important;
  display:inline-flex!important;
  align-items:center;
  min-height:28px;
  padding:6px 10px!important;
  border-radius:999px;
  font-size:10px!important;
  line-height:1;
  letter-spacing:.10em;
  font-weight:850;
  white-space:nowrap;
  z-index:5!important;
  box-shadow:0 8px 20px rgba(44,50,44,.08);
}
.work-visual .demo-badge{background:rgba(255,255,255,.92);color:#365346;border:1px solid rgba(53,94,63,.10)}
.work-visual .real-badge{background:#dff3df;color:#2d6039;border:1px solid rgba(45,96,57,.10)}
@media(max-width:760px){
  .work-visual .demo-badge,.work-visual .real-badge{top:13px!important;left:13px!important;font-size:9px!important;padding:6px 9px!important;min-height:26px}
}


/* continuous live-demo carousel */
.work-scroller{
  scroll-snap-type:none!important;
  scroll-behavior:auto;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
.work-scroller .work-card{
  flex-shrink:0;
}
.work-scroller:hover .work-card:not(:hover){
  opacity:.92;
}
.work-scroller .work-card:hover,
.work-scroller .work-card:focus-within{
  opacity:1;
}
@media(prefers-reduced-motion:reduce){
  .work-scroller{scroll-snap-type:x proximity!important;}
}


/* Booking request UI */
.nav-booking,.mobile-booking,.contact-booking{border:0;background:none;color:var(--green);font-weight:800;cursor:pointer;font-size:15px;padding:0}
.nav-booking{position:relative}.nav-booking:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--green);transition:.25s}.nav-booking:hover:after{right:0}
.mobile-booking{padding:13px;text-align:left;border-radius:10px}.mobile-booking:hover{background:var(--mint)}
.contact-booking{color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:9px 12px}
.booking-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.25s}
.booking-modal.open{opacity:1;visibility:visible}.booking-backdrop{position:absolute;inset:0;border:0;background:rgba(19,34,25,.46);backdrop-filter:blur(8px);cursor:pointer}
.booking-panel{position:relative;z-index:2;width:min(760px,100%);max-height:min(88vh,900px);overflow:auto;background:#fffaf1;border:1px solid rgba(53,94,63,.14);border-radius:28px;padding:28px;box-shadow:0 35px 100px rgba(20,45,29,.28);transform:translateY(18px) scale(.98);transition:.3s cubic-bezier(.16,1,.3,1)}
.booking-modal.open .booking-panel{transform:none}.booking-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.booking-head span{font-size:11px;letter-spacing:.16em;color:var(--green);font-weight:850}.booking-head h2{font-size:42px;letter-spacing:-.045em;line-height:.95;margin:8px 0 0}.booking-close{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:#fff;font-size:25px;cursor:pointer}
.booking-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:9px;margin:24px 0 15px}.booking-flow div{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:11px}.booking-flow b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green);font-size:11px}.booking-flow span{font-size:12px;font-weight:750}.booking-flow i{font-style:normal;color:#91a096}.booking-note{font-size:14px;line-height:1.65;color:#68776f;background:#f1f7ef;border-radius:15px;padding:13px 15px;margin:0 0 18px}.booking-note b{color:var(--green)}
.booking-form{display:grid;gap:13px}.booking-form label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#5e7066}.booking-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.booking-form input,.booking-form select,.booking-form textarea{width:100%;border:1px solid rgba(53,94,63,.16);background:#fff;border-radius:12px;padding:13px;outline:none;color:var(--ink)}.booking-form textarea{min-height:90px;resize:vertical}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#7daa87;box-shadow:0 0 0 3px rgba(94,142,107,.10)}
.booking-submit{border:0;background:var(--green);color:#fff;border-radius:14px;padding:15px 17px;display:flex;justify-content:space-between;align-items:center;font-weight:850;cursor:pointer;font-size:14px}.booking-status{margin:0;font-size:12px;line-height:1.6;color:#75857b}.booking-status.ready{color:var(--green);font-weight:750}
body.booking-open{overflow:hidden}
@media(max-width:780px){.booking-panel{padding:21px;border-radius:22px}.booking-head h2{font-size:34px}.booking-two{grid-template-columns:1fr}.booking-flow{grid-template-columns:1fr;gap:6px}.booking-flow i{display:none}.booking-flow div{padding:9px}.desktop-nav .nav-booking{display:none}}


/* Bilingual header and hero fit refinement */
.lang-toggle{display:inline-flex;align-items:center;gap:3px;padding:3px;background:#f3f5f1;border:1px solid rgba(53,94,63,.13);border-radius:11px;flex:0 0 auto}
.lang-toggle button{min-width:34px;height:32px;border:0;border-radius:8px;background:transparent;color:#67776e;font-size:11px;font-weight:850;letter-spacing:.06em;cursor:pointer;transition:.2s}
.lang-toggle button.active{background:#355e3f;color:#fff;box-shadow:0 4px 12px rgba(53,94,63,.16)}
.lang-toggle button:focus-visible{outline:3px solid rgba(53,94,63,.16);outline-offset:2px}

/* Header occupies its own safe zone; hero content must never sit beneath it. */
.slide-hero{padding-top:132px!important;padding-bottom:58px!important;align-items:flex-start!important}
.slide-hero .hero-layout{min-height:calc(100svh - 205px);align-items:center}
.slide-hero .hero-copy{padding-top:0!important}
.slide-hero .hero-copy h1{font-size:clamp(58px,5.7vw,92px);line-height:.9;max-width:690px}
.slide-hero .hero-copy p.lead{max-width:620px}

@media(max-height:820px) and (min-width:781px){
  .slide-hero{padding-top:118px!important;padding-bottom:42px!important}
  .slide-hero .hero-layout{min-height:calc(100svh - 170px)}
  .slide-hero .hero-copy h1{font-size:clamp(54px,5.2vw,82px)}
  .hero-mark{margin:10px 0 8px}.business-pills{margin-top:16px}.actions{margin-top:20px}
  .hero-showcase{min-height:520px}.mini-site{height:410px}.mini-copy{margin-top:60px}
}
@media(max-width:1100px){
  .lang-toggle{margin-left:auto}.nav-cta{margin-left:0}
}
@media(max-width:780px){
  .site-header{gap:9px;padding-left:10px}
  .brand{min-width:0}.brand>span{display:none}
  .lang-toggle{margin-left:auto}
  .slide-hero{padding-top:106px!important;padding-bottom:58px!important}
  .slide-hero .hero-layout{min-height:auto}
  .slide-hero .hero-copy h1{font-size:clamp(49px,13vw,62px);max-width:none}
}
@media(max-width:420px){.lang-toggle button{min-width:30px;height:30px}.menu-button{width:42px;height:42px}}

/* preserve compact badges on upper-right */
.work-visual .demo-badge,.work-visual .real-badge{right:16px!important;left:auto!important}
@media(max-width:760px){.work-visual .demo-badge,.work-visual .real-badge{right:13px!important;left:auto!important}}


/* =========================================================
   Mobile-first stability pass — iPhone / small touch screens
   ========================================================= */
@media (max-width:820px), (pointer:coarse) and (max-width:1100px){
  html{
    scroll-snap-type:none!important;
    scroll-padding-top:82px;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
  }
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
  }
  img,svg,video,canvas{max-width:100%;height:auto}
  .intro{display:none!important}
  .scene{opacity:1!important;transform:none!important;transition:none!important}
  .slide,
  .slide-hero{
    min-height:auto!important;
    height:auto!important;
    scroll-snap-align:none!important;
    scroll-snap-stop:normal!important;
    display:block!important;
    overflow:hidden!important;
    padding:96px 0 58px!important;
  }
  .slide:not(.slide-hero){padding-top:84px!important}
  .slide-inner,.work-inner{
    width:min(100% - 28px,680px)!important;
    max-width:100%!important;
    margin-inline:auto!important;
  }

  /* Compact header that cannot cover content. */
  .site-header{
    top:max(8px,env(safe-area-inset-top))!important;
    left:10px!important;
    right:10px!important;
    transform:none!important;
    width:auto!important;
    height:62px!important;
    min-height:62px!important;
    gap:7px!important;
    padding:7px 8px!important;
    border-radius:17px!important;
  }
  .brand{margin-right:auto!important;min-width:0!important;gap:7px!important}
  .brand img{width:38px!important;height:38px!important;flex:0 0 38px!important}
  .brand>span{display:none!important}
  .desktop-nav,.nav-cta{display:none!important}
  .lang-toggle{margin-left:0!important;flex:0 0 auto!important}
  .lang-toggle button{min-width:31px!important;height:32px!important;padding:0 7px!important;font-size:11px!important}
  .menu-button{
    display:grid!important;place-items:center!important;
    flex:0 0 42px!important;width:42px!important;height:42px!important;
    padding:0!important;border-radius:12px!important;
    touch-action:manipulation;
  }
  .mobile-menu{
    top:calc(max(8px,env(safe-area-inset-top)) + 70px)!important;
    left:10px!important;right:10px!important;
    max-height:calc(100dvh - 96px)!important;
    overflow:auto!important;
    padding:8px!important;
    border-radius:16px!important;
  }
  .mobile-menu a,.mobile-menu button{min-height:46px!important;display:flex!important;align-items:center!important;font-size:15px!important}

  /* Hero: readable, no overlaps, no decorative overflow. */
  .slide-hero{padding-top:96px!important}
  .slide-hero .hero-layout,
  .hero-layout{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:34px!important;
    align-items:start!important;
  }
  .hero-copy{min-width:0!important;padding:0!important}
  .eyebrow{font-size:12px!important;line-height:1.45!important;letter-spacing:.11em!important;max-width:100%!important}
  .hero-mark{margin:12px 0 10px!important}
  .hero-mark img{width:48px!important;height:48px!important}
  .hero-mark span{display:block!important;font-size:12px!important;line-height:1.45!important}
  .hero-copy h1,
  .slide-hero .hero-copy h1{
    font-size:clamp(43px,12.2vw,58px)!important;
    line-height:.94!important;
    letter-spacing:-.055em!important;
    max-width:100%!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    margin:0 0 18px!important;
  }
  .hero-copy p.lead{font-size:16px!important;line-height:1.65!important;max-width:100%!important}
  .actions{gap:9px!important;margin-top:22px!important}
  .actions .button{width:100%!important;min-height:50px!important;font-size:15px!important}
  .business-pills{gap:7px!important;margin-top:18px!important}
  .business-pills span{font-size:12px!important;padding:8px 10px!important}
  .hero-showcase{min-height:0!important;height:auto!important;display:block!important;perspective:none!important}
  .browser{width:100%!important;max-width:520px!important;margin:0 auto!important;transform:none!important;border-radius:18px!important}
  .browser-top{height:36px!important;padding-inline:10px!important}
  .browser-top span{font-size:10px!important;padding:5px 10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:62%!important}
  .mini-site{height:300px!important;padding:20px!important}
  .mini-nav{font-size:10px!important;gap:8px!important}
  .mini-nav span{white-space:nowrap!important;font-size:9px!important}
  .mini-copy{margin-top:40px!important;max-width:68%!important}
  .mini-copy h2{font-size:32px!important;line-height:.93!important}
  .mini-copy p{font-size:12px!important;line-height:1.5!important;max-width:100%!important}
  .mini-button{font-size:11px!important;padding:8px 10px!important}
  .coffee-art{width:155px!important;height:165px!important;right:-36px!important;bottom:-45px!important}
  .floating-note,.big-o,.orb,.next-cue{display:none!important}

  /* Generic section spacing / type. */
  .split-head,.local-layout,.plans-layout,.faq-layout,.contact-layout{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:22px!important;
  }
  .split-head{margin-bottom:24px!important}
  .split-head h2,.local-copy h2,.plan-intro h2,.faq-title h2,.contact-copy h2{
    font-size:clamp(38px,10.8vw,48px)!important;
    line-height:.98!important;
    letter-spacing:-.05em!important;
    max-width:100%!important;
  }
  .split-head>p,.work-copy>p,.local-copy p,.plan-intro p,.faq-title p,.contact-copy>p{font-size:15px!important;line-height:1.7!important}

  /* Services become a clean single-column list. */
  .service-cards{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
  .service-card,.service-card:nth-child(5){grid-column:auto!important;min-height:0!important;padding:20px!important}
  .service-icon{margin:20px 0 16px!important}
  .service-card p{font-size:15px!important}

  /* Live demos: manual swipe + tap. No automatic movement on touch devices. */
  .work-scroller,
  .work-scroller.manual-carousel{
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x!important;
    padding:4px 2px 14px!important;
    scrollbar-width:none!important;
  }
  .work-scroller::-webkit-scrollbar{display:none!important}
  .work-card,.work-card.real-project{
    flex:0 0 min(86vw,360px)!important;
    width:min(86vw,360px)!important;
    min-width:0!important;
    scroll-snap-align:center!important;
    transform:none!important;
    opacity:1!important;
    border-radius:20px!important;
  }
  .work-card:hover{transform:none!important}
  .work-visual{height:270px!important;padding:20px!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent}
  .work-visual .demo-badge,.work-visual .real-badge{top:12px!important;right:12px!important;left:auto!important;font-size:9px!important;padding:6px 9px!important}
  .cafe-visual h3,.beauty-visual h3,.stay-visual h3{font-size:32px!important;line-height:.94!important;margin-top:50px!important;max-width:175px!important}
  .contractor-visual h3{font-size:29px!important;line-height:.96!important;margin-top:54px!important;max-width:180px!important}
  .cafe-art{width:170px!important;right:2px!important;bottom:4px!important}
  .beauty-art{width:158px!important;right:4px!important;bottom:4px!important}
  .contractor-art{width:165px!important;right:0!important;bottom:0!important}
  .stay-art{width:180px!important;right:-3px!important;bottom:4px!important}
  .work-meta{padding:15px 16px 17px!important;gap:10px!important;align-items:center!important}
  .work-meta small{font-size:10px!important}.work-meta h3{font-size:19px!important}.work-meta p{font-size:12px!important;line-height:1.45!important}
  .work-meta>a,.use-template{width:44px!important;height:44px!important;flex:0 0 44px!important;touch-action:manipulation!important}
  .slider-controls button{width:44px!important;height:44px!important;touch-action:manipulation!important}
  .work-hint{font-size:12px!important;line-height:1.55!important}

  /* Local flow / process / plans. */
  .customer-flow,.process-track{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
  .customer-flow>i,.flow-line,.track-line,.step-dot{display:none!important}
  .customer-flow article,.process-track article{min-height:0!important;padding:16px!important;border-radius:17px!important;background:rgba(255,255,255,.54)!important}
  .customer-flow article{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;column-gap:12px!important;align-items:center!important}
  .customer-flow article>span{display:none!important}
  .flow-icon{grid-row:1/3!important;margin:0!important;width:46px!important;height:46px!important}
  .customer-flow h3{margin:0!important}.customer-flow p{margin:4px 0 0!important;font-size:14px!important}
  .process-track article p{max-width:none!important;font-size:14px!important}
  .process-note{margin-top:16px!important;flex-direction:column!important;gap:5px!important;font-size:13px!important}
  .plan-stack{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:11px!important}
  .plan-card{grid-template-columns:minmax(0,1fr)!important;gap:14px!important;padding:18px!important;transform:none!important}
  .plan-card:hover{transform:none!important}
  .plan-card ul{grid-template-columns:minmax(0,1fr)!important;font-size:13px!important}
  .plan-bottom{justify-content:space-between!important;gap:12px!important}
  .choose-plan{min-height:44px!important;font-size:13px!important}

  /* FAQ and forms. */
  .faq{padding:6px 18px!important;border-radius:20px!important}
  .faq button{font-size:15px!important;min-height:56px!important;align-items:center!important}
  .faq article.open>div{max-height:260px!important}
  .contact-layout{gap:28px!important}
  .slide-contact{padding-bottom:calc(42px + env(safe-area-inset-bottom))!important}
  .brand-large{margin-bottom:18px!important}.brand-large img{width:58px!important;height:58px!important}
  .contact-form{padding:18px!important;border-radius:20px!important;gap:12px!important}
  .contact-form .two,.booking-two{grid-template-columns:minmax(0,1fr)!important}
  .contact-form input,.contact-form select,.contact-form textarea,
  .booking-form input,.booking-form select,.booking-form textarea{
    min-height:48px!important;
    font-size:16px!important; /* prevents iOS Safari input zoom */
  }
  .contact-form textarea,.booking-form textarea{min-height:100px!important}
  .submit-button,.booking-submit{min-height:50px!important;font-size:15px!important;touch-action:manipulation!important}
  .slide-contact footer{position:static!important;margin:26px 0 0!important;display:grid!important;gap:8px!important;font-size:11px!important}
  .slide-contact footer div{flex-wrap:wrap!important}
  .whatsapp-float{right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;padding:7px!important}
  .whatsapp-float b{display:none!important}

  /* Main booking modal fits iPhone viewport and safe areas. */
  .booking-modal{padding:calc(10px + env(safe-area-inset-top)) 10px calc(10px + env(safe-area-inset-bottom))!important;align-items:end!important}
  .booking-panel{
    width:100%!important;
    max-width:100%!important;
    max-height:calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    border-radius:22px 22px 16px 16px!important;
    padding:18px!important;
  }
  .booking-head h2{font-size:31px!important;line-height:1!important}
  .booking-close{flex:0 0 44px!important;width:44px!important;height:44px!important}
  .booking-flow{grid-template-columns:minmax(0,1fr)!important;gap:6px!important;margin:16px 0 12px!important}
  .booking-flow i{display:none!important}
  .booking-flow div{padding:9px!important}

  /* Prevent accidental overflow from any long copy / Malay labels. */
  h1,h2,h3,p,span,a,button,label,small,b{overflow-wrap:break-word}
  .lang-toggle button,.demo-badge,.real-badge,.business-pills span{overflow-wrap:normal!important}
}

@media(max-width:390px){
  .slide-inner,.work-inner{width:calc(100% - 22px)!important}
  .hero-copy h1,.slide-hero .hero-copy h1{font-size:42px!important}
  .hero-mark span{font-size:11px!important}
  .mini-site{height:280px!important}
  .mini-copy{max-width:70%!important}
  .mini-copy h2{font-size:29px!important}
  .work-card,.work-card.real-project{flex-basis:88vw!important;width:88vw!important}
  .cafe-art{width:154px!important}.beauty-art{width:145px!important}.contractor-art{width:150px!important}.stay-art{width:166px!important}
}

/* =========================================================
   PREMIUM GLASSMORPHISM PASS — ODDINN 92
   ========================================================= */
:root{--glass:rgba(255,255,255,.52);--glass-strong:rgba(255,255,255,.68);--glass-line:rgba(255,255,255,.72);--glass-shadow:0 24px 65px rgba(46,71,54,.12)}
body{background:
  radial-gradient(900px 520px at 8% 8%,rgba(255,190,157,.28),transparent 65%),
  radial-gradient(780px 520px at 92% 11%,rgba(163,210,248,.28),transparent 65%),
  radial-gradient(680px 460px at 62% 30%,rgba(224,210,255,.18),transparent 65%),
  #fffaf1;
  background-attachment:fixed;
}
.site-header{
  background:rgba(255,255,255,.62)!important;
  border:1px solid rgba(255,255,255,.78)!important;
  backdrop-filter:blur(22px) saturate(155%);
  -webkit-backdrop-filter:blur(22px) saturate(155%);
  box-shadow:0 18px 55px rgba(39,63,47,.13)!important;
}
.mobile-menu,.browser,.floating-note,.service-card,.work-card,.process-note,.plan-card,.faq,.contact-form,.booking-panel{
  background:var(--glass)!important;
  border-color:var(--glass-line)!important;
  backdrop-filter:blur(20px) saturate(145%);
  -webkit-backdrop-filter:blur(20px) saturate(145%);
  box-shadow:var(--glass-shadow)!important;
}
.service-card:hover,.work-card:hover,.plan-card:hover{box-shadow:0 30px 78px rgba(46,71,54,.16)!important}
.slide-services,.slide-work,.slide-local,.slide-process,.slide-plans,.slide-faq{background:transparent!important}
.slide-services:before,.slide-work:before,.slide-local:before,.slide-process:before,.slide-plans:before,.slide-faq:before{
  content:"";position:absolute;inset:3% 2.5%;border-radius:40px;pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.30),rgba(255,255,255,.10));
  border:1px solid rgba(255,255,255,.50);
}
.slide-work:before{background:linear-gradient(135deg,rgba(238,232,255,.56),rgba(255,255,255,.18))}
.slide-local:before{background:linear-gradient(135deg,rgba(255,239,174,.46),rgba(255,255,255,.15))}
.slide-plans:before{background:linear-gradient(135deg,rgba(255,218,204,.42),rgba(255,255,255,.16))}
.slide-faq:before{background:linear-gradient(135deg,rgba(220,242,221,.55),rgba(255,255,255,.16))}
.lang-toggle{background:rgba(255,255,255,.54)!important;border-color:rgba(255,255,255,.76)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.nav-cta,.button.primary,.submit-button,.booking-submit{box-shadow:0 12px 30px rgba(53,94,63,.20)}

/* Live gallery — multiple distinct design directions */
.work-card{overflow:hidden;background:rgba(255,255,255,.58)!important}
.work-visual{isolation:isolate}
.work-visual:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.26),transparent 34%,rgba(255,255,255,.06));z-index:0}
.work-visual>*{z-index:2}
.work-visual .subject-art{z-index:1}
.work-visual .demo-badge,.work-visual .real-badge{z-index:5!important;background:rgba(255,255,255,.74)!important;border:1px solid rgba(255,255,255,.88)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}

.cafe-warm{background:linear-gradient(145deg,rgba(255,248,234,.92),rgba(240,220,197,.82))!important}
.cafe-warm h3{font-family:"Fraunces",Georgia,serif!important;color:#28392e}
.cafe-bold{background:linear-gradient(135deg,#ff7b66 0 63%,#ffe577 63%)!important;color:#17382b!important}
.cafe-bold h3{font-family:"Google Sans",sans-serif!important;font-weight:900!important;letter-spacing:-.07em!important}
.cafe-bold .cafe-art{transform:rotate(8deg);filter:drop-shadow(0 20px 25px rgba(91,43,32,.14))}

.beauty-luxe{background:linear-gradient(145deg,rgba(255,241,244,.92),rgba(247,220,226,.82))!important;color:#50343a!important}
.beauty-luxe h3{font-family:"Fraunces",Georgia,serif!important;font-weight:500!important}
.beauty-minimal{background:linear-gradient(135deg,#fff 0 56%,#eef2df 56%)!important;color:#303a32!important}
.beauty-minimal h3{font-family:"Google Sans",sans-serif!important;font-weight:700!important;letter-spacing:-.06em!important}
.beauty-minimal .beauty-art{width:185px!important;right:14px!important;bottom:10px!important}

.contractor-industrial{background:linear-gradient(135deg,#1c2621 0 63%,#f1d14b 63%)!important;color:#fff!important}
.contractor-industrial small,.contractor-industrial>span{color:#e3e7e3!important}.contractor-industrial h3{color:#fff!important;font-weight:850!important}
.contractor-industrial .contractor-art{filter:drop-shadow(0 22px 24px rgba(0,0,0,.20))}
.contractor-blueprint{background-color:#e8f0f4!important;background-image:linear-gradient(rgba(38,91,115,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(38,91,115,.08) 1px,transparent 1px)!important;background-size:20px 20px!important;color:#183d50!important}
.contractor-blueprint h3{font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important;font-weight:800!important;font-size:31px!important;letter-spacing:-.045em!important}
.contractor-blueprint .contractor-art{opacity:.92;mix-blend-mode:multiply}

.stay-heritage{background:linear-gradient(150deg,#f1ead8 0 58%,#dce6c8 58%)!important;color:#314638!important}
.stay-heritage h3{font-family:"Fraunces",Georgia,serif!important;font-weight:500!important}
.stay-modern{background:linear-gradient(135deg,#e6eee6 0 56%,#244e38 56%)!important;color:#1d3a2c!important}
.stay-modern h3{font-family:"Google Sans",sans-serif!important;font-weight:850!important;letter-spacing:-.065em!important}.stay-modern>span{color:#355e3f!important}

/* Slightly more room for variant names while keeping artwork visible */
.cafe-warm h3,.cafe-bold h3,.beauty-luxe h3,.beauty-minimal h3,.stay-heritage h3,.stay-modern h3{max-width:205px!important}
.contractor-industrial h3,.contractor-blueprint h3{max-width:210px!important}

@media(max-width:820px){
  body{background-attachment:scroll}
  .slide-services:before,.slide-work:before,.slide-local:before,.slide-process:before,.slide-plans:before,.slide-faq:before{inset:8px 5px;border-radius:26px}
  .site-header{backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%)}
  .work-card{background:rgba(255,255,255,.72)!important}
  .cafe-bold h3,.beauty-minimal h3,.stay-modern h3{font-size:31px!important}
  .contractor-blueprint h3{font-size:27px!important}
}


/* =========================================================
   PRICING GLASS CONTRAST + LAUNCH PROMO
   ========================================================= */
.plan-stack{gap:14px}
.plan-card{
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(255,255,255,.9)!important;
  box-shadow:0 18px 48px rgba(84,62,52,.09)!important;
  color:var(--ink)!important;
  overflow:visible;
}
.plan-card>div:first-of-type>span{color:#8f756c!important}
.plan-card p{color:#806c65!important}
.plan-card ul{color:#6f5e59!important}
.plan-card.popular{
  background:linear-gradient(135deg,rgba(38,80,53,.93),rgba(49,96,64,.84))!important;
  border:1px solid rgba(255,255,255,.34)!important;
  color:#fff!important;
  box-shadow:0 24px 58px rgba(37,78,51,.23)!important;
}
.plan-card.popular>div:first-of-type>span,
.plan-card.popular p,
.plan-card.popular ul{color:rgba(255,255,255,.82)!important}
.plan-card.popular h3{color:#fff!important}
.plan-card.popular .choose-plan{background:#fff!important;color:var(--green)!important}
.plan-card.popular .choose-plan:hover{background:#fff8df!important}

.plan-bottom{display:flex;align-items:center;justify-content:flex-end;gap:15px;min-width:250px}
.promo-price{display:grid;justify-items:end;gap:6px;min-width:170px}
.promo-off{
  display:inline-flex;align-items:center;justify-content:center;
  padding:5px 9px;border-radius:999px;background:#ffdd70;color:#25412f;
  font-size:10px;font-weight:900;letter-spacing:.11em;line-height:1;
  box-shadow:0 8px 18px rgba(132,100,27,.12)
}
.price-row{display:flex;align-items:flex-end;justify-content:flex-end;gap:12px}
.price-before,.price-now{display:grid;gap:2px;line-height:1}
.price-before{justify-items:end;color:#9b7d73}
.price-before small,.price-now small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.price-before s{font-size:15px;font-weight:750;text-decoration-thickness:2px;opacity:.72}
.price-now{justify-items:start}
.price-now small{color:#7e675f}
.price-now strong{font-size:29px;letter-spacing:-.04em;color:var(--ink)}
.plan-card.popular .price-before{color:rgba(255,255,255,.62)}
.plan-card.popular .price-now small{color:rgba(255,255,255,.72)}
.plan-card.popular .price-now strong{color:#fff}
.plan-card.popular .promo-off{background:#ffe681;color:#23412f}

@media(max-width:1100px){
  .plan-bottom{min-width:0}
}
@media(max-width:780px){
  .plan-card{padding:20px!important}
  .plan-bottom{width:100%;justify-content:space-between;align-items:flex-end;gap:12px}
  .promo-price{justify-items:start;min-width:0}
  .price-row{justify-content:flex-start}
  .price-before{justify-items:start}
  .choose-plan{min-height:46px;padding:12px 16px!important}
}
@media(max-width:430px){
  .plan-bottom{align-items:stretch;flex-direction:column}
  .promo-price{width:100%}
  .choose-plan{width:100%}
  .price-now strong{font-size:32px}
}


/* =========================================================
   ODDINN 92 — refined typography system
   Editorial display + clean modern UI/body
   ========================================================= */
:root{
  --font-sans:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-display:"Fraunces",Georgia,serif;
}

html,body,button,input,select,textarea{
  font-family:var(--font-sans);
}

body{
  font-weight:500;
  letter-spacing:-.008em;
}

/* Brand and controls stay crisp and modern */
.brand strong,
.intro-lockup strong,
.desktop-nav,
.nav-cta,
.lang-toggle,
.button,
.eyebrow,
.business-pills,
.service-card,
.work-meta,
.customer-flow,
.process-track,
.plan-card,
.faq,
.contact-form,
.booking-panel{
  font-family:var(--font-sans);
}

/* Expressive editorial moments */
.hero-copy h1,
.split-head h2,
.local-copy h2,
.plan-intro h2,
.faq-title h2,
.contact-copy h2,
.mini-copy h2{
  font-family:var(--font-display);
  font-weight:600;
  letter-spacing:-.045em;
}

/* Make emphasis feel authored rather than just colored */
.hero-copy h1 em,
.split-head h2 em,
.local-copy h2 em,
.plan-intro h2 em,
.faq-title h2 em,
.contact-copy h2 em{
  font-family:inherit;
  font-style:italic;
  font-weight:600;
}

/* Cards get a lighter editorial touch without hurting scanning */
.work-visual h3{
  font-family:var(--font-display);
  font-weight:600;
  letter-spacing:-.035em;
}
.contractor-visual h3,
.axicom-visual h3{
  font-family:var(--font-sans);
  font-weight:700;
  letter-spacing:-.04em;
}

/* Pricing should feel like a designed offer */
.price-now strong{
  font-family:var(--font-display);
  font-weight:700;
  font-size:34px;
  letter-spacing:-.045em;
}
.price-before s,
.promo-off,
.popular-tag{
  font-family:var(--font-sans);
  font-weight:800;
}
.plan-card h3{
  font-family:var(--font-sans);
  font-weight:800;
  letter-spacing:-.025em;
}

/* Less generic-looking labels */
.eyebrow,
.work-meta small,
.plan-card>div:first-of-type>span,
.plan-card>div:nth-of-type(2)>span,
.brand small,
.intro-lockup span{
  letter-spacing:.13em;
}

/* Keep body copy comfortably readable */
.hero-copy p.lead,
.split-head>p,
.work-copy>p,
.local-copy p,
.plan-intro p,
.faq article p,
.contact-copy>p{
  font-weight:500;
  letter-spacing:-.006em;
}

@media(max-width:780px){
  .hero-copy h1,
  .split-head h2,
  .local-copy h2,
  .plan-intro h2,
  .faq-title h2,
  .contact-copy h2{
    letter-spacing:-.038em;
  }
  .price-now strong{font-size:32px}
}


/* Clean hero after removing redundant brand-story block */
.hero-copy h1{margin-top:0}
.slide-hero .hero-copy{padding-top:0}
@media(max-width:780px){.slide-hero .hero-copy{padding-top:0}}
