:root{
  --paper:#f5f2eb;
  --ink:#131313;
  --muted:#6d6b66;
  --line:#d9d4ca;
  --blue:#4d7cff;
  --cyan:#8de6ff;
  --lime:#d8ff63;
  --coral:#ff816c;
  --purple:#b997ff;
  --white:#fffdf8;
  --radius:26px;
  --wrap:min(1180px,calc(100% - 34px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden;padding-bottom:0}
a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.wrap{width:var(--wrap);margin:auto;position:relative;z-index:1}
.page-noise{position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:radial-gradient(#000 1px,transparent 1px);background-size:8px 8px;z-index:0}.ambient{position:fixed;border-radius:50%;filter:blur(80px);opacity:.22;pointer-events:none;z-index:0}.ambient-a{width:420px;height:420px;right:-160px;top:90px;background:#7fdcff}.ambient-b{width:340px;height:340px;left:-120px;top:500px;background:#d7ff67}
.topbar{position:sticky;top:0;z-index:40;background:rgba(245,242,235,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(19,19,19,.08)}.topbar-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-family:'Manrope',sans-serif;font-weight:800;letter-spacing:-.045em;font-size:20px}.brand>span:last-child span{color:var(--blue)}.brand-symbol{position:relative;width:24px;height:24px;display:inline-block}.brand-symbol i{position:absolute;width:15px;height:15px;border:2px solid var(--ink);border-radius:5px;transform:rotate(45deg)}.brand-symbol i:first-child{left:0;top:0}.brand-symbol i:last-child{right:0;bottom:0;background:var(--lime)}.desktop-nav{display:flex;gap:24px;font-size:14px;font-weight:600}.desktop-nav a{opacity:.72}.desktop-nav a:hover{opacity:1}.mini-cta{padding:11px 15px;border:1.5px solid var(--ink);border-radius:999px;font-size:13px;font-weight:700;background:var(--ink);color:#fff}
.hero{display:grid;grid-template-columns:1.12fr .88fr;gap:46px;align-items:center;padding-top:76px;padding-bottom:62px;min-height:760px}.kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.kicker span{width:10px;height:10px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,129,108,.18)}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(52px,7vw,92px);line-height:.92;letter-spacing:-.07em;margin:20px 0 22px}.hero h1 em{font-style:normal;display:inline-block;background:var(--lime);padding:0 .08em;border-radius:.18em;transform:rotate(-1.5deg)}.hero h1 strong{font-weight:800;color:var(--blue)}.hero-copy p{font-size:17px;line-height:1.75;color:var(--muted);max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{min-height:52px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--ink);font-weight:700;transition:.22s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:#fff}.button-ghost{background:transparent}
.hero-stage{position:relative;min-height:600px}.stage-main{position:absolute;inset:52px 10px 50px 20px;border:2px solid var(--ink);background:#fefcf7;border-radius:34px;overflow:hidden;box-shadow:18px 18px 0 rgba(19,19,19,.08);transform:rotate(2deg);animation:stageFloat 6s ease-in-out infinite}.stage-head,.stage-foot{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1.5px solid var(--ink);font-size:11px;font-weight:700;letter-spacing:.1em}.stage-head b{background:var(--lime);padding:6px 9px;border-radius:999px}.stage-foot{border-bottom:0;border-top:1.5px solid var(--ink);gap:8px}.stage-screen{position:relative;height:calc(100% - 102px);min-height:390px;background:linear-gradient(140deg,#dff4ff,#fffdf8 45%,#efe7ff);overflow:hidden}.screen-title{position:absolute;left:28px;top:30px;font:700 37px/1.02 'Manrope',sans-serif;letter-spacing:-.04em;z-index:2}.screen-title strong{color:var(--blue)}.screen-orbit{position:absolute;width:260px;height:260px;border:2px dashed var(--ink);border-radius:50%;right:-45px;bottom:-28px;animation:spin 18s linear infinite}.screen-orbit:before,.screen-orbit:after{content:"";position:absolute;border-radius:50%;background:var(--coral);width:46px;height:46px;left:18px;top:24px}.screen-orbit:after{width:78px;height:78px;background:var(--lime);right:8px;left:auto;bottom:28px;top:auto}.screen-pill{position:absolute;padding:10px 14px;border:1.5px solid var(--ink);border-radius:999px;background:#fff;font-weight:700;font-size:12px;animation:floatTag 4s ease-in-out infinite}.p1{left:34px;bottom:105px}.p2{left:145px;bottom:55px;animation-delay:-1.2s}.p3{right:40px;top:120px;animation-delay:-2.1s}.stage-note{position:absolute;width:94px;height:94px;border:2px solid var(--ink);border-radius:24px;background:var(--paper);display:grid;place-items:center;text-align:center;font:800 26px/1 'Manrope',sans-serif;box-shadow:8px 8px 0 rgba(19,19,19,.07);animation:floatTag 5s ease-in-out infinite}.stage-note span{font:600 11px/1 'DM Sans',sans-serif;color:var(--muted)}.note-one{left:-4px;top:22px;background:var(--lime)}.note-two{right:-6px;top:168px;background:var(--cyan);animation-delay:-1.4s}.note-three{left:26px;bottom:18px;background:var(--coral);animation-delay:-2.8s}
.ticker{border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);overflow:hidden;background:#fff}.ticker-track{display:flex;align-items:center;gap:18px;width:max-content;padding:13px 0;animation:ticker 28s linear infinite;font-weight:700}.ticker-track i{font-style:normal;color:var(--blue)}
.studio-section,.pricing-section,.showcase-section,.faq-section,.contact-section{padding:100px 0}.section-intro{display:grid;grid-template-columns:64px minmax(0,1fr);gap:22px;align-items:start;margin-bottom:42px}.section-number{width:54px;height:54px;border:1.5px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-weight:800}.eyebrow{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px;color:var(--muted)}.section-intro h2{font:800 clamp(35px,5vw,62px)/1.03 'Manrope',sans-serif;letter-spacing:-.055em;margin:0;max-width:850px}.section-intro p{margin:14px 0 0;color:var(--muted);line-height:1.75;max-width:760px}
.editorial-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.editor-card{position:relative;min-height:320px;border:1.5px solid var(--ink);border-radius:28px;padding:24px;overflow:hidden;background:var(--white);display:flex;flex-direction:column;justify-content:space-between}.editor-card-a{grid-row:span 2;min-height:656px;background:#e6f5ff}.editor-card-b{background:#fff1eb}.editor-card-c{background:#f0ffbd}.editor-index{font:800 18px 'Manrope';width:38px;height:38px;border:1.5px solid var(--ink);border-radius:50%;display:grid;place-items:center}.editor-content{position:relative;z-index:2;max-width:76%}.editor-content>span{font-size:11px;font-weight:700;letter-spacing:.12em}.editor-content h3{font:800 34px/1.06 'Manrope';letter-spacing:-.045em;margin:10px 0 12px}.editor-card-a .editor-content h3{font-size:48px}.editor-content p{margin:0;color:#595751;line-height:1.65}.editor-graphic{position:absolute;right:20px;top:24px}.graphic-web{width:220px;height:150px;border:1.5px solid var(--ink);border-radius:20px;background:#fff;transform:rotate(7deg)}.graphic-web:before{content:"";position:absolute;left:14px;right:14px;top:16px;height:8px;background:var(--blue);border-radius:999px}.graphic-web b,.graphic-web i{position:absolute;left:18px;right:18px;height:42px;border-radius:12px;background:#ece8df;bottom:18px}.graphic-web i{bottom:70px;background:var(--coral)}.graphic-app{width:95px;height:184px;border:1.5px solid var(--ink);border-radius:26px;background:#fff;transform:rotate(-8deg)}.graphic-app b{position:absolute;inset:18px;border-radius:18px;background:linear-gradient(var(--blue),var(--purple))}.graphic-system{width:180px;height:130px}.graphic-system b,.graphic-system i,.graphic-system em{position:absolute;width:72px;height:72px;border:1.5px solid var(--ink);border-radius:18px;background:#fff}.graphic-system b{left:0;top:0}.graphic-system i{right:0;top:16px;background:var(--cyan)}.graphic-system em{left:50px;bottom:0;background:var(--purple)}
.numbers-band{background:var(--ink);color:#fff;padding:36px 0}.numbers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.number-item{padding:20px 0}.number-item strong{display:block;font:800 52px/1 'Manrope';letter-spacing:-.05em}.number-item span{display:block;color:#c9c9c9;margin-top:8px}
.pricing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.price-tabs{display:flex;gap:8px;flex-wrap:wrap}.price-tab{border:1.5px solid var(--ink);background:transparent;border-radius:999px;padding:10px 14px;font-weight:700;font-size:13px}.price-tab.active{background:var(--ink);color:#fff}.price-search{display:flex;align-items:center;gap:8px;border:1.5px solid var(--ink);border-radius:999px;background:#fff;padding:0 15px;min-height:46px;min-width:270px}.price-search input{border:0;outline:0;background:transparent;width:100%}.table-shell{border:1.5px solid var(--ink);border-radius:26px;overflow:hidden;background:#fff}.service-table{width:100%;border-collapse:collapse}.service-table th,.service-table td{padding:16px 18px;text-align:left;border-bottom:1px solid #e8e3d9}.service-table th{font-size:11px;text-transform:uppercase;letter-spacing:.12em;background:#f0ede6;position:sticky;top:72px;z-index:3}.service-table td{font-size:14px}.service-table tr:last-child td{border-bottom:0}.service-name{font-weight:700}.service-cat{display:inline-flex;padding:6px 9px;border-radius:999px;background:#eef0f4;font-size:11px;font-weight:700}.symbian-price{font-weight:800;color:var(--blue)}.ask-link{display:inline-flex;padding:8px 11px;border-radius:999px;background:var(--ink);color:#fff;font-size:11px;font-weight:700}.mobile-service-list{display:none}
.experience-section{background:var(--ink);color:#fff;padding:100px 0}.section-intro.light .section-number{border-color:#fff}.section-intro.light .eyebrow,.section-intro.light p{color:#b7b7b7}.process-rail{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #3b3b3b}.process-step{padding:24px 24px 0 0;border-right:1px solid #3b3b3b;min-height:220px}.process-step:last-child{border-right:0}.process-step>span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--lime);color:var(--ink);font-weight:800}.process-step h3{font:700 24px/1.1 'Manrope';margin:50px 0 10px}.process-step p{margin:0;color:#b7b7b7;line-height:1.6}
.mood-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mood-card{min-height:330px;border:1.5px solid var(--ink);border-radius:26px;padding:20px;display:flex;flex-direction:column;overflow:hidden;transition:.25s}.mood-card:hover{transform:translateY(-6px) rotate(-1deg)}.mood-card>span{font-size:11px;font-weight:700;letter-spacing:.12em}.mood-card h3{font:800 29px/1.02 'Manrope';letter-spacing:-.045em;margin:8px 0 16px}.mood-coral{background:#ffd4cb}.mood-lime{background:#e8ff9c}.mood-blue{background:#ddecff}.mood-purple{background:#eadcff}.mood-ui{margin-top:auto;height:150px;border:1.5px solid var(--ink);border-radius:18px;background:#fff;position:relative;overflow:hidden}.mood-ui:before{content:"";position:absolute;left:14px;right:14px;top:14px;height:16px;border-radius:99px;background:var(--ink)}.mood-ui:after{content:"";position:absolute;left:14px;right:44px;bottom:18px;height:62px;border-radius:14px;background:rgba(19,19,19,.12)}
.faq-list{display:grid;gap:10px;max-width:900px;margin-left:86px}.faq-list details{border-top:1.5px solid var(--ink);padding:18px 0}.faq-list summary{cursor:pointer;list-style:none;font:700 20px/1.3 'Manrope';display:flex;justify-content:space-between;gap:16px}.faq-list summary:after{content:"+"}.faq-list details[open] summary:after{content:"–"}.faq-list p{color:var(--muted);line-height:1.7;margin:12px 0 0;max-width:760px}
.contact-card{border:2px solid var(--ink);border-radius:32px;background:var(--blue);color:#fff;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:28px;box-shadow:18px 18px 0 #d7ff67}.contact-copy h2{font:800 clamp(38px,5.4vw,68px)/.98 'Manrope';letter-spacing:-.055em;margin:10px 0 15px}.contact-copy p{color:#e2ebff;line-height:1.7}.contact-card .eyebrow{color:#dce6ff}.contact-form{display:grid;gap:10px;align-content:start}.contact-form input,.contact-form textarea{width:100%;border:1.5px solid var(--ink);border-radius:16px;background:#fff;color:var(--ink);padding:14px 15px;outline:0}.contact-form textarea{resize:vertical}.contact-form .button{margin-top:4px;border-color:#fff}
.footer{padding:34px 0 120px}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;border-top:1.5px solid var(--ink);padding-top:26px}.footer-inner p{grid-column:1/-1;margin:0;color:var(--muted)}.footer-inner small{color:var(--muted)}
.mobile-dock{display:none}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.show{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes stageFloat{0%,100%{transform:rotate(2deg) translateY(0)}50%{transform:rotate(1deg) translateY(-10px)}}@keyframes floatTag{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1020px){.hero{grid-template-columns:1fr;min-height:auto}.hero-stage{min-height:530px}.editorial-grid{grid-template-columns:1fr}.editor-card-a{grid-row:auto;min-height:420px}.mood-strip{grid-template-columns:repeat(2,1fr)}.process-rail{grid-template-columns:repeat(2,1fr);gap:0}.process-step{border-bottom:1px solid #3b3b3b}.contact-card{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.desktop-nav{display:none}}
@media(max-width:720px){:root{--wrap:min(100% - 24px,1180px)}body{padding-bottom:92px}.topbar-inner{height:62px}.mini-cta{display:none}.brand{font-size:18px}.hero{padding-top:34px;padding-bottom:44px;gap:30px}.hero h1{font-size:clamp(44px,14vw,64px);line-height:.95}.hero-copy p{font-size:15px}.hero-actions{display:grid}.button{width:100%}.hero-stage{min-height:410px}.stage-main{inset:42px 4px 36px 6px;border-radius:24px;box-shadow:10px 10px 0 rgba(19,19,19,.08)}.stage-screen{min-height:270px}.screen-title{font-size:28px}.screen-orbit{width:190px;height:190px}.stage-note{width:72px;height:72px;border-radius:18px;font-size:20px}.note-two{right:-2px;top:124px}.note-three{left:14px}.stage-foot{font-size:9px;padding:12px}.studio-section,.pricing-section,.showcase-section,.faq-section,.contact-section,.experience-section{padding:70px 0}.section-intro{grid-template-columns:46px 1fr;gap:14px;margin-bottom:28px}.section-number{width:42px;height:42px;font-size:13px}.section-intro h2{font-size:36px}.editor-card,.editor-card-a{min-height:360px;border-radius:22px;padding:18px}.editor-content{max-width:100%;padding-top:120px}.editor-card-a .editor-content h3,.editor-content h3{font-size:30px}.graphic-web{width:150px;height:105px}.graphic-app{width:78px;height:145px}.graphic-system{width:142px;height:100px}.numbers-grid{grid-template-columns:1fr}.number-item{padding:12px 0}.number-item strong{font-size:40px}.pricing-toolbar{display:grid}.price-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.price-tab{flex:0 0 auto}.price-search{min-width:0;width:100%}.service-table{display:none}.mobile-service-list{display:grid}.mobile-row{display:grid;gap:10px;padding:17px 16px;border-bottom:1px solid #e4dfd5}.mobile-row:last-child{border-bottom:0}.mobile-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-row h3{margin:0;font-size:17px}.mobile-row .service-cat{flex:0 0 auto}.mobile-prices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-price{border:1px solid #e5e0d7;border-radius:14px;padding:10px;background:#faf8f2}.mobile-price span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.mobile-price strong{font-size:13px}.mobile-row .ask-link{width:max-content}.process-rail{grid-template-columns:1fr}.process-step{border-right:0;min-height:auto;padding:20px 0}.process-step h3{margin:24px 0 8px}.mood-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.mood-card{flex:0 0 82vw;scroll-snap-align:start;min-height:300px}.faq-list{margin-left:0}.faq-list summary{font-size:17px}.contact-card{padding:20px;border-radius:24px;box-shadow:8px 8px 0 #d7ff67}.contact-copy h2{font-size:38px}.footer{padding-bottom:24px}.mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:10px;right:10px;bottom:10px;z-index:80;border:1.5px solid var(--ink);border-radius:22px;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);box-shadow:0 12px 30px rgba(0,0,0,.14);padding:7px}.mobile-dock a{min-height:58px;border-radius:16px;display:grid;place-items:center;align-content:center;gap:1px;font-size:18px}.mobile-dock small{font-size:10px;font-weight:700}.mobile-dock .dock-main{background:var(--ink);color:#fff}.ambient{opacity:.14}.reveal{transform:translateY(18px)}}
