:root{--bg:#f8f6f1;--surface:#fff;--ink:#171714;--muted:#6e6b64;--line:#dedbd3;--brand:#a85d2a;--cream:#eee3d4;--radius:22px;--font:'Manrope',sans-serif;--container:1328px;color-scheme:light}
html[data-theme=dark]{--bg:#171714;--surface:#23231e;--ink:#f5f2eb;--muted:#b2b0a5;--line:#3b3b32;--brand:#e8a168;--cream:#34281e;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:115px}body{margin:0;background:var(--bg);color:var(--ink);font:18px/1.6 var(--font);-webkit-font-smoothing:antialiased;transition:background .3s,color .3s}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--brand);outline-offset:5px}::selection{background:#dca977;color:#171714}img{max-width:100%;height:auto;display:block}.section-wrap{width:calc(100% - 112px);max-width:var(--container);margin-inline:auto}.skip{position:fixed;top:-100px;left:20px;z-index:101;background:var(--ink);color:var(--bg);padding:12px 20px}.skip:focus{top:12px}.navbar{position:fixed;top:20px;left:50%;transform:translateX(-50%);width:calc(100% - 80px);max-width:1360px;padding:14px 17px 14px 25px;border:1px solid var(--line);border-radius:80px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;background:color-mix(in srgb,var(--bg) 94%,transparent);transition:box-shadow .3s,background .3s}.navbar.scrolled{backdrop-filter:blur(18px);background:color-mix(in srgb,var(--bg) 86%,transparent);box-shadow:0 8px 35px #0000000c}.logo{font-weight:800;font-size:27px;letter-spacing:-1.5px;white-space:nowrap;display:inline-flex;align-items:center;line-height:1}.logo-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--brand);color:var(--bg);font-size:27px;letter-spacing:-2px;margin-right:9px;transform:rotate(-10deg)}.logo-dot{color:var(--brand)}.navbar nav{display:flex;gap:5px}.navbar nav a{padding:11px 13px;border-radius:40px;font-size:14px;font-weight:600;white-space:nowrap;transition:background .25s}.navbar nav a:hover,.navbar nav a.active{background:var(--cream)}.nav-actions{display:flex;align-items:center;gap:8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:58px;padding:16px 24px;border-radius:10px;font-size:16px;font-weight:700;border:1px solid transparent;transition:transform .25s,box-shadow .25s,background .25s;line-height:1.4}.button:hover{transform:translateY(-3px)}.button-primary{background:var(--brand);color:#fff;box-shadow:0 6px 15px #a85d2a16}[data-theme=dark] .button-primary{color:#171714}.button-primary:hover{box-shadow:0 8px 23px #a85d2a35}.button-secondary{border-color:var(--line);background:transparent}.arrow{display:inline-block;font-size:24px;line-height:1;transition:transform .25s;font-weight:400}.button:hover .arrow{transform:translate(3px,-3px)}.navbar .button{border-radius:40px;min-height:48px;padding:12px 20px;font-size:14px;gap:18px}.icon-button{background:none;border:0;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;flex-shrink:0}.icon-button:hover{background:var(--cream)}.icon-button svg{width:20px;height:20px}.sun{display:none}[data-theme=dark] .sun{display:block}[data-theme=dark] .moon{display:none}.language-picker{position:relative}#language-toggle{background:none;border:0;min-width:48px;min-height:44px;font-size:14px;font-weight:700}#language-menu{position:absolute;top:53px;right:0;width:170px;background:var(--surface);padding:7px;border:1px solid var(--line);border-radius:14px;box-shadow:0 15px 35px #0002}#language-menu button{display:block;width:100%;padding:11px;text-align:left;font-size:15px;background:none;border:0;border-radius:8px}#language-menu button[aria-pressed=true],#language-menu button:hover{background:var(--cream)}[hidden]{display:none!important}.mobile-nav-toggle{display:none}#mobile-nav{position:fixed;top:96px;left:20px;right:20px;background:var(--surface);border:1px solid var(--line);padding:20px;border-radius:18px;z-index:49;box-shadow:0 15px 40px #0002}#mobile-nav>a{display:flex;justify-content:space-between;padding:13px 8px;font-size:19px}#mobile-nav>.button{margin-top:10px;padding:17px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center;min-height:790px;height:90svh;max-height:1050px;padding-top:118px;padding-bottom:70px;position:relative}.eyebrow{font-size:14px;letter-spacing:1.7px;font-weight:700;color:var(--brand);line-height:1.5;margin:0 0 25px}.hero h1{font-size:clamp(64px,6.8vw,100px);font-weight:750;line-height:1.03;letter-spacing:-.065em;margin:0 0 30px}.accent{color:var(--brand)}.hero-copy{position:relative;z-index:2}.hero-description{font-size:19px;line-height:1.7;max-width:585px;margin:0 0 33px;color:var(--muted)}.button-row{display:flex;gap:12px;flex-wrap:wrap}.hero-trust{font-size:14px;color:var(--muted);margin:26px 0 0}.hero-trust span{padding:0 12px;color:var(--brand)}.hero-art{position:relative;margin-left:-35px;transform:rotate(3deg);will-change:transform}.hero-image{border-radius:130px 130px 28px 28px;overflow:hidden;background:#eee3d4}.hero-image img{width:100%;aspect-ratio:.95;object-fit:cover;object-position:77% 50%}.hero-note{position:absolute;bottom:-32px;left:-40px;right:18px;background:var(--surface);border:1px solid var(--line);box-shadow:0 20px 60px #442c1415;display:flex;align-items:center;gap:17px;padding:22px 25px;border-radius:17px;transform:rotate(-5deg)}.note-icon{background:var(--cream);color:var(--brand);width:45px;height:45px;display:grid;place-items:center;border-radius:50%;font-size:27px;flex-shrink:0}.hero-note strong{font-size:17px;letter-spacing:-.4px;display:block;line-height:1.4}.hero-note div>span{font-size:14px;color:var(--muted);display:block;margin-top:5px}.hero-scroll{position:absolute;bottom:20px;left:0;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.hero-art{animation:hero-float 8s ease-in-out infinite}@keyframes hero-float{0%,100%{translate:0 0}50%{translate:0 -10px}}@media(min-width:1550px){.hero h1{font-size:105px}.hero-art{margin-left:0}}@media(max-width:1200px){.navbar nav a{padding:10px 9px;font-size:13px}.logo{font-size:24px}.navbar{gap:12px}.nav-actions{gap:3px}.navbar .button{padding:12px 16px;font-size:13px}.section-wrap{width:calc(100% - 80px)}.hero h1{font-size:72px}.hero{min-height:760px}.hero-note{left:-10px;padding:17px;right:0}.hero-note strong{font-size:15px}.hero-note div>span{font-size:13px}.hero-description{font-size:18px;max-width:510px}.hero .button{font-size:14px;padding:16px 19px;gap:18px}}@media(max-width:1000px){.navbar nav{display:none}.mobile-nav-toggle{display:flex;flex-direction:column;gap:5px;justify-content:center}.mobile-nav-toggle span{width:18px;height:2px;background:currentColor}.hero{grid-template-columns:1fr .75fr;gap:25px;height:auto;padding-top:180px;min-height:740px}.hero h1{font-size:62px}.hero-art{margin-left:-25px}.hero-note div>span{display:none}.hero-note{left:-15px;right:0;gap:10px}.hero-note strong{font-size:14px}.note-icon{width:35px;height:35px;font-size:23px}.hero .button-row{max-width:360px}.hero .button{font-size:14px}.hero-description{font-size:18px}}@media(max-width:700px){body{font-size:17px}.section-wrap{width:calc(100% - 40px)}.navbar{top:13px;width:calc(100% - 28px);padding:11px 12px;gap:8px}.navbar .logo{font-size:22px}.logo-icon{width:30px;height:30px;font-size:24px;border-radius:9px;margin-right:6px}.navbar .button{display:none}.nav-actions{gap:0}.icon-button{width:40px;height:44px}#language-toggle{min-width:43px}.hero{grid-template-columns:1fr;padding-top:142px;gap:45px;min-height:0;height:auto;max-height:none;padding-bottom:77px}.eyebrow{font-size:13px;letter-spacing:1.3px;margin-bottom:21px}.hero h1{font-size:clamp(44px,12vw,60px);letter-spacing:-.06em;line-height:1.06;margin-bottom:24px}.hero-description{font-size:17px;line-height:1.65;margin-bottom:25px}.hero .button-row{max-width:none;gap:10px}.hero .button{font-size:14px;padding:16px 17px;min-height:56px}.hero-trust{font-size:13px;margin-top:23px}.hero-trust span{padding:0 8px}.hero-art{width:100%;margin:0;transform:rotate(0deg);max-width:440px;justify-self:center;animation:none}.hero-image{border-radius:26px}.hero-image img{aspect-ratio:1.3;object-position:73% 50%}.hero-note{left:15px;right:15px;bottom:-23px;padding:17px;transform:rotate(-2deg)}.hero-note div>span{display:block;font-size:12px}.hero-note strong{font-size:14px}.hero-scroll{display:none}}@media(max-width:360px){.hero h1{font-size:43px}.hero .button{width:100%;justify-content:space-between;font-size:16px}.navbar .logo{font-size:20px}.navbar .logo-icon{width:26px;height:26px;font-size:21px}.navbar{padding:10px}.icon-button{width:36px}.hero-trust{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Editorial sections */
h2{font-size:clamp(48px,4.5vw,72px);font-weight:650;line-height:1.13;letter-spacing:-.055em;margin:0}h3{line-height:1.25;letter-spacing:-.04em}p{overflow-wrap:break-word}.section-heading{margin-bottom:54px}.section-description{color:var(--muted);font-size:19px;line-height:1.7;max-width:620px;margin:25px 0 0}.benefits{border-top:1px solid var(--line);padding:74px 0 85px}.benefits h2{font-size:clamp(35px,3.7vw,54px);max-width:1030px;letter-spacing:-.045em;line-height:1.2}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-top:53px}.benefit-grid>div{border-top:1px solid var(--line);padding-top:20px}.large-number{color:var(--brand);font-size:18px;font-weight:500;letter-spacing:-.5px}.benefit-grid h3{font-size:24px;font-weight:600;margin:18px 0 0;max-width:270px}.work{padding:60px 0 90px}.projects{display:grid;gap:40px}.project-card{border-radius:var(--radius);padding:38px 42px 0;overflow:hidden;background:#e3e7dc;color:#232a20}.project-daily{background:#eadbd0;color:#543b2b}.project-flow{background:#dee7ed;color:#263a46}.project-header{display:grid;grid-template-columns:1fr 1.2fr 55px;gap:25px;align-items:center;margin-bottom:34px}.project-header .eyebrow{font-size:13px;letter-spacing:1px;color:inherit;opacity:.65;margin-bottom:9px}.project-header h3{font-size:40px;font-weight:750;margin:0}.project-category{font-size:15px;font-weight:700;margin:0 0 8px}.project-description{font-size:18px;line-height:1.5;margin:0;max-width:400px}.project-open{border:1px solid #33333333;background:transparent;width:55px;height:55px;border-radius:50%;display:grid;place-items:center}.project-open:hover{background:#ffffff50}.project-visual{display:block;position:relative;width:100%;border:0;padding:27px 60px 0;background:transparent;cursor:pointer;perspective:1200px;text-align:left;color:inherit;overflow:hidden}.demo{border:1px solid #27291922;box-shadow:0 12px 50px #25302216;border-radius:16px 16px 0 0;overflow:hidden;pointer-events:none;transform:translateY(2px) rotateX(2deg);transform-origin:center bottom;transition:transform .65s cubic-bezier(.2,.7,.3,1)}.project-visual:hover .demo{transform:scale(1.025) translateY(0) rotateX(0)}.demo-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;padding:22px 29px}.demo-nav b{font-size:25px;font-weight:750;letter-spacing:-1px}.demo-forma{background:#f8f9f4;color:#2c3429}.demo-forma-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center;padding:16px 35px 30px}.demo p{font-size:12px;font-weight:600;letter-spacing:.8px;margin:0 0 16px}.demo-forma strong{font-size:clamp(30px,4vw,57px);line-height:1.08;font-weight:500;letter-spacing:-2px;display:block}.demo-link{font-size:13px;display:inline-block;border-bottom:1px solid;padding-bottom:5px;margin-top:28px}.type-art{display:flex;justify-content:center;align-items:center;height:290px;background:#c9d3bc;font-size:245px;line-height:1;font-family:Georgia,serif;color:#40543a;letter-spacing:-12px;position:relative;overflow:hidden}.type-art>span{font-size:35px;position:absolute;right:20px;top:18px;letter-spacing:0}.demo-foot{display:flex;justify-content:space-between;gap:20px;font-size:12px;padding:17px 30px;border-top:1px solid #33333315}.demo-daily{background:#fbf5ec;color:#613e2c}.demo-daily .demo-nav b{font-family:Georgia,serif;font-size:33px}.demo-daily-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:20px;align-items:center;padding:15px 35px 20px}.demo-daily strong{display:block;font-size:clamp(34px,4.2vw,60px);font-family:Georgia,serif;line-height:1.05;letter-spacing:-2.8px;font-weight:400}.demo-shop-button{display:inline-block;padding:12px 17px;color:#fff;background:#855b3e;border-radius:5px;font-size:13px;margin-top:26px}.service-object{background-image:url('/assets/services-studio.jpg');background-size:200% 200%;background-repeat:no-repeat;aspect-ratio:1;width:205px;border-radius:25px;flex-shrink:0;transition:transform .5s}.object-web{background-position:0 0}.object-shop{background-position:100% 0}.object-app{background-position:0 100%}.object-redesign{background-position:100% 100%}.demo-daily .object-preview{width:100%;border-radius:120px 120px 10px 10px;max-height:325px;aspect-ratio:1;justify-self:center}.demo-flow{background:#fff;color:#283641}.demo-flow .demo-nav{border-bottom:1px solid #e7eaec}.demo-avatar{background:#dbe7ec;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;font-size:13px}.dashboard-layout{display:grid;grid-template-columns:160px 1fr;min-height:340px}.dashboard-layout aside{border-right:1px solid #e7eaec;display:flex;flex-direction:column;padding:20px 13px;gap:10px;font-size:13px;color:#70818c}.dashboard-layout aside>span{padding:10px;border-radius:6px}.dashboard-layout .selected{background:#edf2f5;color:#2f4d61}.dashboard-content{padding:22px 27px}.dashboard-title{display:flex;justify-content:space-between;align-items:center}.dashboard-title strong{font-size:25px;font-weight:650;letter-spacing:-1px}.dashboard-title>span{font-size:24px;background:#d5e3eb;border-radius:7px;width:32px;height:32px;display:grid;place-items:center}.dashboard-stats{display:flex;gap:15px;margin:20px 0 12px}.dashboard-stats>div{flex:1;border:1px solid #e1e7eb;border-radius:9px;padding:12px 16px;font-size:12px;color:#71828c}.dashboard-stats b{display:block;color:#2f4350;font-size:28px;line-height:1.2;margin-top:8px;font-weight:600}.dashboard-stats small{color:#83a191;font-size:17px}.dashboard-task{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #e5e9eb;font-size:13px}.dashboard-task i{font-style:normal;color:#7b9884;font-size:16px}.dashboard-task small{margin-left:auto;background:#e5eee7;color:#58775f;padding:3px 7px;border-radius:4px;font-size:11px}.dashboard-chart{display:flex;gap:9px;height:45px;align-items:flex-end;margin-top:15px}.dashboard-chart>span{flex:1;background:#c5d9e6;border-radius:3px 3px 0 0}.project-cursor{position:absolute;z-index:3;background:var(--brand);color:#fff;width:95px;height:95px;display:grid;place-items:center;border-radius:50%;font-size:14px;left:var(--cursor-x,50%);top:var(--cursor-y,50%);translate:-50% -50%;opacity:0;scale:.7;transition:opacity .2s,scale .2s;pointer-events:none}.project-visual:hover .project-cursor{opacity:1;scale:1}.section-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:37px}.section-cta p{font-size:21px;margin:0}.services{padding:60px 0 125px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.service-card{display:block;border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);min-height:390px;padding:32px 34px;position:relative;overflow:hidden;transition:transform .4s,box-shadow .4s}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #3120110e}.service-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.service-card h3{font-size:34px;font-weight:650;margin:0 0 15px;max-width:80%}.service-card>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:52%;margin:0}.service-card .service-object{position:absolute;width:200px;right:25px;bottom:22px;border-radius:30px}.service-card:hover .service-object{transform:rotate(5deg) translateY(-4px)}.why{background:#171714;color:#f8f6f1;padding:90px 0 96px}.why-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:85px}.why .eyebrow,.why .accent{color:#e6aa78}.why h2{font-size:clamp(48px,4.8vw,72px)}.why-intro{font-size:19px;color:#b9b7ac;line-height:1.7;margin:30px 0;max-width:400px}.why .button{background:#d4915a;color:#1c1814}.why-points>div{display:flex;align-items:flex-start;gap:25px;padding:27px 0;border-bottom:1px solid #3a3a33}.why-points>div:first-child{border-top:1px solid #3a3a33}.why-points>div>span{color:#b38863;font-size:16px;padding-top:7px}.why-points h3{font-size:29px;line-height:1.4;font-weight:500;margin:0;max-width:400px}.process{padding:130px 0 100px}.process-grid{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;padding:0;margin:0}.process-step{padding-top:22px;border-top:1px solid var(--line)}.step-number{background:var(--cream);color:var(--brand);display:grid;place-items:center;width:58px;height:58px;border-radius:50%;font-size:20px;margin-bottom:27px}.process-step h3{font-size:25px;font-weight:650;margin:0 0 15px}.process-step p{font-size:18px;line-height:1.65;margin:0;color:var(--muted)}.pricing{background:var(--cream);border-radius:var(--radius);padding:58px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:20px;margin-bottom:130px;align-items:center}.pricing .eyebrow{margin-bottom:20px}.pricing h2{font-size:52px}.price-statement{font-size:32px;font-weight:600;letter-spacing:-1px;line-height:1.4;margin:0 0 20px}.pricing-detail>p:not(.price-statement){font-size:18px;color:var(--muted);line-height:1.7;margin:0 0 26px}.about{padding-bottom:120px}.about-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px}.about-heading .section-description{max-width:370px;font-size:18px;margin-bottom:5px}.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.founder-art{height:370px;background:#dce5e6;color:#486267;position:relative;border-radius:var(--radius);display:grid;place-items:center;overflow:hidden}.founder-art>span:first-child{font-size:205px;letter-spacing:-20px;line-height:1;font-weight:750}.founder-art i{font-style:normal;color:#95b1b4}.founder-art.makar{background:#e7d5bf;color:#815b3c}.founder-art.makar i{color:#b69b7b}.founder-art .founder-signature{position:absolute;left:25px;bottom:20px;font-size:14px;font-weight:700;letter-spacing:-.5px;opacity:.65}.founder-info{padding:22px 0 0}.founder-info h3{font-size:30px;font-weight:650;margin:0 0 6px}.founder-role{font-size:15px;color:var(--brand);margin:0 0 12px}.founder-info>p:last-child{font-size:18px;color:var(--muted);line-height:1.6;max-width:460px;margin:0}.faq{display:grid;grid-template-columns:1fr 1.25fr;gap:75px;padding:0 0 125px}.faq h2{font-size:50px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-size:20px;font-weight:600;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span:last-child{font-weight:400;font-size:28px;color:var(--brand);transition:rotate .25s;flex-shrink:0}.faq-list details[open] summary>span:last-child{rotate:45deg}.faq-answer p{font-size:18px;line-height:1.7;color:var(--muted);padding:0 35px 24px 0;margin:0}.faq-answer{animation:answer-in .3s ease}@keyframes answer-in{from{opacity:0;translate:0 -5px}to{opacity:1;translate:0 0}}.contact{background:#9b582e;color:#fff6ea;padding:94px 0 100px}.contact-grid{display:grid;grid-template-columns:.95fr 1fr;gap:75px;align-items:start}.contact .eyebrow{color:#efccb0}.contact h2{font-size:clamp(60px,5.4vw,83px);font-weight:650;letter-spacing:-.055em}.contact-description{font-size:20px;line-height:1.65;color:#f1d8c4;max-width:450px;margin:27px 0 34px}.contact-art{border-radius:var(--radius);overflow:hidden;max-width:420px;margin-top:42px}.contact-art img{width:100%;aspect-ratio:1.4;object-fit:cover;object-position:80% 50%}.contact-links{display:flex;flex-direction:column;gap:12px;margin-top:25px;font-size:21px}.lead-form{padding:32px;background:var(--surface);color:var(--ink);border-radius:var(--radius);box-shadow:0 25px 70px #3e241418}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:21px}.field>label{display:block;font-size:15px;font-weight:650;margin-bottom:8px}.field small{font-size:13px;font-weight:400;color:var(--muted)}input,textarea{display:block;width:100%;padding:12px 13px;min-height:49px;border:1px solid var(--line);border-radius:7px;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.5}input:focus,textarea:focus{outline:2px solid var(--brand);outline-offset:2px}textarea{resize:vertical;min-height:118px}input:disabled,textarea:disabled{opacity:.65}fieldset{border:0;padding:0;margin:0 0 23px;min-width:0}legend{font-size:15px;font-weight:650;margin-bottom:10px}.choice-grid{display:flex;flex-wrap:wrap;gap:8px}.choice{position:relative;display:block;cursor:pointer}.choice input{position:absolute;opacity:0;width:1px;height:1px;min-height:0;margin:0;padding:0}.choice>span{display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;padding:10px 13px;min-height:44px;font-size:13px;font-weight:500;line-height:1.4;transition:background .2s,border-color .2s}.choice input:checked+span{background:var(--cream);border-color:var(--brand);color:var(--brand)}.choice input:focus-visible+span{outline:2px solid var(--brand);outline-offset:3px}.choice:hover>span{border-color:var(--brand)}.lead-form>.button{width:100%;border:0}.lead-form>.button:disabled{opacity:.7;cursor:wait;transform:none}.form-privacy{font-size:13px;color:var(--muted);margin:14px 0 0;line-height:1.6}.form-status{font-size:15px;line-height:1.6;margin:15px 0 0}.form-status:empty{display:none}.form-status.success{padding:17px;background:#e9f0e4;color:#334d2b;border-radius:8px}.form-status.error{padding:15px;background:#f9e7df;color:#8c371b;border-radius:8px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}footer{padding:40px 0 28px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:25px;border-bottom:1px solid var(--line);padding-bottom:28px}.footer-top>span{font-size:15px;color:var(--muted)}.back-top{display:flex;gap:20px;font-size:14px;padding:10px 0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;color:var(--muted);font-size:13px}.footer-languages{display:flex;align-items:center;gap:4px}.footer-languages button{width:44px;height:44px;border:0;background:none;color:var(--muted);font-size:13px}.footer-languages button[aria-pressed=true]{color:var(--ink);font-weight:700}.footer-languages .motion-toggle{font-size:18px;border:1px solid var(--line);border-radius:50%;margin-left:8px}dialog{width:calc(100% - 40px);max-width:950px;max-height:90dvh;padding:38px;border:1px solid var(--line);border-radius:20px;background:var(--bg);color:var(--ink);overflow:auto;box-shadow:0 30px 100px #0004}dialog::backdrop{background:#11170e88;backdrop-filter:blur(7px)}.dialog-close{position:absolute;top:14px;right:16px;font-size:30px}dialog h2{font-size:42px}dialog>.eyebrow{margin-bottom:10px}dialog>p:not(.eyebrow){font-size:16px;color:var(--muted);max-width:690px;margin:15px 0 25px}dialog .demo{border-radius:12px;transform:none;pointer-events:auto}dialog>.button{margin-top:24px}dialog .demo-nav{font-size:12px}.reveal{opacity:0;translate:0 22px;transition:opacity .7s,translate .8s cubic-bezier(.2,.7,.3,1)}.reveal.visible{opacity:1;translate:0 0}.motion-paused .hero-art{animation:none}.motion-paused .reveal{opacity:1;translate:none}
@media(max-width:1200px){.service-card{padding:29px;min-height:370px}.service-card h3{font-size:31px}.service-card .service-object{width:170px;right:20px;bottom:23px}.service-card>p{font-size:17px;max-width:52%}.why-grid{gap:50px}.why-points h3{font-size:26px}.process-step h3{font-size:23px}.process-step p{font-size:17px}.pricing{padding:45px;gap:40px}.contact-grid{gap:45px}.lead-form{padding:26px}.project-visual{padding:20px 30px 0}.project-header{grid-template-columns:1fr 1.3fr 50px}.project-header h3{font-size:37px}.project-card{padding:31px 33px 0}.project-description{font-size:17px}.faq{gap:45px}.faq h2{font-size:44px}.faq-list summary{font-size:19px}}
@media(max-width:1000px){h2{font-size:49px}.benefit-grid{gap:25px}.benefit-grid h3{font-size:22px}.service-card h3{font-size:30px}.service-card>p{max-width:85%}.service-card{min-height:430px}.service-card .service-object{width:150px;bottom:22px}.why-grid{gap:38px}.why h2{font-size:47px}.why-points h3{font-size:24px}.process-grid{grid-template-columns:1fr 1fr;gap:40px 30px}.pricing h2{font-size:43px}.price-statement{font-size:27px}.about-heading{gap:35px}.about-heading h2{font-size:45px}.about-heading .section-description{max-width:300px}.founder-art{height:290px}.founder-art>span:first-child{font-size:160px;letter-spacing:-16px}.faq{grid-template-columns:1fr;gap:35px}.faq h2{font-size:49px}.contact-grid{grid-template-columns:1fr 1.05fr;gap:30px}.contact h2{font-size:57px}.contact-description{font-size:18px}.form-row{grid-template-columns:1fr;gap:0}.lead-form{padding:24px}.demo-nav{padding:17px 22px}.demo-forma-grid,.demo-daily-grid{padding:12px 22px 23px;gap:20px}.demo-forma strong,.demo-daily strong{font-size:36px}.type-art{height:240px;font-size:200px}.project-visual{padding:10px 10px 0}.project-description{font-size:16px}.project-category{font-size:14px}.project-header h3{font-size:34px}.project-header .eyebrow{font-size:12px}.dashboard-layout{grid-template-columns:120px 1fr}.dashboard-layout aside{font-size:12px;padding-inline:8px}.dashboard-content{padding:18px}.dashboard-title strong{font-size:22px}}
@media(max-width:700px){h2{font-size:39px;line-height:1.15;letter-spacing:-.05em}.section-heading{margin-bottom:32px}.section-description{font-size:17px;line-height:1.65;margin-top:20px}.benefits{padding:45px 0 55px}.benefits h2{font-size:31px;line-height:1.25}.benefit-grid{grid-template-columns:1fr;gap:0;margin-top:30px}.benefit-grid>div{display:flex;gap:22px;align-items:center;padding:19px 0}.benefit-grid h3{font-size:21px;margin:0;max-width:100%}.large-number{font-size:17px}.work{padding:30px 0 65px}.projects{gap:25px}.project-card{padding:24px 20px 0;border-radius:17px}.project-header{grid-template-columns:1fr 45px;gap:16px;margin-bottom:24px}.project-header>div:nth-child(2){grid-column:1/-1;grid-row:2}.project-open{grid-column:2;grid-row:1;width:44px;height:44px}.project-header h3{font-size:35px}.project-header .eyebrow{font-size:11px;letter-spacing:.7px;margin-bottom:8px}.project-description{font-size:16px;line-height:1.55;max-width:100%}.project-category{font-size:13px;margin-bottom:7px}.project-visual{padding:0;margin:0 -6px;width:calc(100% + 12px)}.demo{border-radius:10px 10px 0 0;transform:none}.demo-nav{padding:14px 15px;font-size:10px;gap:10px}.demo-nav b{font-size:20px}.demo-forma-grid{grid-template-columns:1fr;gap:18px;padding:14px 17px 20px}.demo p{font-size:10px;letter-spacing:.5px;margin-bottom:13px}.demo-forma strong{font-size:37px;letter-spacing:-1.6px;line-height:1.05}.demo-link{font-size:11px;margin-top:20px}.type-art{height:153px;font-size:158px;display:none}.demo-foot{padding:12px 15px;font-size:10px;gap:10px}.demo-daily-grid{grid-template-columns:1fr;gap:16px;padding:15px 18px 20px}.demo-daily strong{font-size:39px}.demo-daily .object-preview{width:165px;height:165px;position:absolute;right:-49px;bottom:25px;opacity:.8;border-radius:80px 80px 6px 6px}.demo-daily-grid>div:first-child{position:relative;z-index:2}.demo-daily-grid{position:relative;overflow:hidden}.demo-shop-button{font-size:11px;padding:10px 13px;margin-top:20px}.demo-daily .demo-nav b{font-size:25px}.dashboard-layout{grid-template-columns:1fr;min-height:0}.dashboard-layout aside{display:none}.dashboard-content{padding:15px}.dashboard-title strong{font-size:19px}.dashboard-title>span{font-size:20px;line-height:1;width:26px;height:26px}.dashboard-stats{gap:10px;margin:16px 0 8px}.dashboard-stats>div{padding:9px 12px;font-size:11px}.dashboard-stats b{font-size:25px}.dashboard-task{font-size:11px;padding:8px 0}.dashboard-task small{font-size:10px}.dashboard-chart{height:37px;gap:5px}.demo-avatar{width:28px;height:28px;font-size:11px}.project-cursor{display:none}.section-cta{display:block;margin-top:28px}.section-cta p{font-size:19px;margin-bottom:19px}.section-cta .button{font-size:16px}.services{padding:35px 0 70px}.service-grid{grid-template-columns:1fr;gap:18px}.service-card{padding:26px;min-height:365px}.service-card-top{margin-bottom:20px}.service-card h3{font-size:31px;max-width:100%;margin-bottom:12px}.service-card>p{font-size:17px;line-height:1.6;max-width:90%}.service-card .service-object{width:145px;right:22px;bottom:20px;border-radius:23px}.why{padding:62px 0}.why-grid{grid-template-columns:1fr;gap:37px}.why h2{font-size:43px}.why-intro{font-size:17px;line-height:1.7;margin:23px 0}.why-points h3{font-size:25px;line-height:1.35}.why-points>div{padding:23px 0;gap:20px}.why-points>div>span{font-size:14px;padding-top:5px}.process{padding:70px 0 55px}.process-grid{grid-template-columns:1fr;gap:0}.process-step{display:grid;grid-template-columns:50px 1fr;gap:8px 17px;padding:24px 0}.step-number{width:45px;height:45px;font-size:17px;margin:0;grid-row:1/3}.process-step h3{font-size:24px;margin:0;align-self:center}.process-step p{font-size:17px;grid-column:2;margin-top:5px}.pricing{grid-template-columns:1fr;padding:28px 25px;gap:28px;margin-top:0;margin-bottom:70px}.pricing h2{font-size:38px}.price-statement{font-size:27px;line-height:1.3;margin-bottom:17px}.pricing-detail>p:not(.price-statement){font-size:17px;margin-bottom:23px}.pricing .button{padding:16px 18px;font-size:15px;gap:15px}.about{padding-bottom:70px}.about-heading{display:block}.about-heading h2{font-size:39px}.about-heading .section-description{max-width:100%;font-size:17px;margin-top:22px}.founder-grid{grid-template-columns:1fr;gap:33px}.founder-art{height:300px}.founder-art>span:first-child{font-size:174px}.founder-info h3{font-size:28px}.founder-role{font-size:14px}.founder-info>p:last-child{font-size:17px;max-width:100%}.founder-info{padding-top:19px}.faq{padding-bottom:70px;gap:28px}.faq h2{font-size:39px}.faq-list summary{font-size:19px;padding:21px 0;gap:17px;line-height:1.5}.faq-answer p{font-size:17px;line-height:1.65;padding-right:15px;padding-bottom:22px}.contact{padding:61px 0}.contact-grid{grid-template-columns:1fr;gap:34px}.contact h2{font-size:49px}.contact-description{font-size:18px;margin:22px 0 0}.contact-art{display:none}.contact-links:empty{display:none}.lead-form{padding:24px 20px;border-radius:17px}.form-row{grid-template-columns:1fr}.choice>span{font-size:13px;min-height:46px;padding:10px 12px}.field>label,legend{font-size:15px}.lead-form>.button{font-size:16px}.form-privacy{font-size:13px}.footer-top{flex-wrap:wrap;gap:20px;padding-bottom:20px}.footer-top>span{display:none}.footer-top .logo{font-size:25px}.back-top{font-size:13px;gap:12px}.footer-bottom{flex-wrap:wrap;gap:10px;font-size:12px;padding-top:14px}.footer-bottom>span:last-child{width:100%}.footer-languages{margin-left:auto}.footer-languages button{width:38px;height:44px}.footer-languages .motion-toggle{width:40px}.footer-languages{gap:0}footer{padding-top:31px;padding-bottom:22px}dialog{padding:28px 20px;width:calc(100% - 24px)}dialog h2{font-size:35px}dialog>p:not(.eyebrow){font-size:15px}dialog>.eyebrow{font-size:12px}dialog>.button{width:100%}dialog .demo-nav{font-size:10px}.reveal{translate:0 14px}}
@media(max-width:360px){.service-card{min-height:380px}.project-card{padding:22px 15px 0}.project-header h3{font-size:32px}.demo-nav>span:nth-child(2){font-size:9px}.benefits h2{font-size:29px}.hero-note div>span{font-size:11px}.service-card h3{font-size:28px}.contact h2{font-size:45px}.lead-form{padding:22px 16px}.choice>span{font-size:12px;padding:10px}.price-statement{font-size:25px}}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;translate:none}.project-cursor{display:none}.hero-art,.faq-answer{animation:none}}
[data-i] { white-space: pre-line; }
h1,h2,h3 { overflow-wrap: anywhere; }
.why-grid>div,.contact-grid>div,.service-card,.project-header>div { min-width: 0; }
@media (hover:hover) and (pointer:fine) {
  .project-visual:hover .demo { translate: var(--image-x,0px) var(--image-y,0px); }
  .service-card:hover .service-object { rotate: 4deg; }
}
.motion-paused .demo,.motion-paused .service-object { translate: none!important; rotate: none!important; }
@media(prefers-reduced-motion:reduce) { .demo,.service-object { translate: none!important; rotate: none!important; } }

/* Ultra-minimal editorial pass */
body{font-size:20px}.navbar nav a,#language-toggle,.navbar .button{font-size:16px}.hero{grid-template-columns:1.08fr .92fr;gap:42px;min-height:760px;height:92svh}.hero h1{font-size:clamp(76px,7.2vw,112px);max-width:820px;margin-bottom:48px}.hero .button{min-height:66px;padding:19px 29px;font-size:18px}.hero-art{margin-left:0}.hero-image{border-radius:48px}.hero-image img{aspect-ratio:.92;object-position:73% 50%}
.section-heading{margin-bottom:70px}.section-heading h2,.process .section-heading h2,.about-heading h2{font-size:clamp(60px,6vw,88px);line-height:1.02}.benefits h2{font-size:clamp(58px,6vw,88px)}.benefit-grid{margin-top:72px}.benefit-grid>div{padding-top:28px}.benefit-grid .large-number{font-size:24px}.benefit-grid h3{font-size:clamp(28px,2.6vw,40px);line-height:1.18}
.project-card{padding:50px 50px 0}.project-header{grid-template-columns:1fr 68px;margin-bottom:38px}.project-header h3{font-size:clamp(52px,5vw,76px);line-height:1;margin-top:8px}.project-index{display:block;font-size:22px;font-weight:700;color:color-mix(in srgb,currentColor 55%,transparent)}.project-open{width:64px;height:64px;font-size:28px}.section-cta{justify-content:flex-end}.section-cta .button{font-size:20px;min-height:66px;padding-inline:30px}
.service-card{min-height:500px;padding:38px 40px}.service-card-top .large-number{font-size:24px}.service-card h3{position:absolute;left:40px;bottom:38px;z-index:2;font-size:clamp(38px,3.5vw,56px);line-height:1.05;max-width:58%;margin:0}.service-icon{width:58px;height:58px;color:var(--brand);position:absolute;left:40px;top:100px}.service-card .service-object{width:230px;right:35px;bottom:32px}.service-card-top .arrow{font-size:30px}
.why{padding-block:140px}.why h2{font-size:clamp(64px,6.7vw,96px);line-height:1}.why .button{margin-top:48px;font-size:19px}.why-points>div{padding:36px 0;grid-template-columns:55px 1fr}.why-points>div>span{font-size:20px}.why-points h3{font-size:clamp(30px,3vw,45px);line-height:1.18}
.process{padding-block:140px}.process-grid{gap:22px}.process-step{min-height:340px;border:1px solid var(--line);border-radius:24px;padding:28px;display:flex;flex-direction:column}.process-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:20px;background:var(--cream);color:var(--brand)}.process-icon svg{width:42px;height:42px}.process-step .step-number{margin:64px 0 16px;font-size:20px;width:auto;height:auto;border:0;border-radius:0;display:block}.process-step h3{font-size:clamp(29px,2.3vw,36px);line-height:1.1;margin:0}
.pricing{padding:70px;border-radius:32px;gap:80px}.pricing h2{font-size:clamp(54px,5vw,76px);line-height:1.02}.price-statement{font-size:clamp(34px,3.2vw,48px);line-height:1.2}.pricing .button{font-size:19px;min-height:64px}
.about{padding-bottom:150px}.about-heading{display:block}.founder-art{height:430px}.founder-info h3{font-size:clamp(38px,3.5vw,52px);line-height:1.05;margin-bottom:14px}.founder-meta,.founder-info>p:last-child{font-size:22px!important;line-height:1.4!important;color:var(--muted);margin:0}.founder-signature{font-size:20px}
.faq{padding-bottom:150px}.faq h2{font-size:clamp(54px,5.2vw,78px);line-height:1.04}.faq-list summary{font-size:clamp(22px,2vw,30px);padding:30px 0}.faq-answer p{font-size:20px;line-height:1.65;max-width:720px;padding-bottom:30px}
.contact{padding:130px 0}.contact-grid{display:block}.contact-copy{text-align:center}.contact h2{font-size:clamp(68px,7.8vw,116px);line-height:.98;max-width:1050px;margin:0 auto 75px}.lead-form{width:min(980px,100%);margin-inline:auto;padding:56px;border-radius:28px}.field{margin-bottom:28px}.field>label,legend{font-size:19px;margin-bottom:12px}.lead-form input,.lead-form textarea{font-size:19px;min-height:64px;padding:16px 18px;border-radius:10px}.lead-form textarea{min-height:180px}.lead-form fieldset{margin-bottom:30px}.choice-grid{gap:12px}.choice>span{font-size:17px;min-height:58px;padding:13px 18px;border-radius:10px}.lead-form>.button{min-height:68px;font-size:20px;margin-top:6px}.form-status{font-size:18px;margin-top:18px}.contact-links:empty{display:none}

@media(max-width:1000px){.hero{grid-template-columns:1fr 1fr}.hero h1{font-size:clamp(62px,7.5vw,76px)}.service-card{min-height:440px}.service-card h3{left:30px;bottom:30px}.service-icon{left:30px;top:90px}.service-card .service-object{width:180px}.process-grid{grid-template-columns:1fr 1fr}.process-step{min-height:280px}.process-step .step-number{margin-top:45px}.lead-form{padding:44px}}
@media(max-width:700px){body{font-size:18px}.navbar{top:14px}.hero{height:auto;min-height:0;padding-top:140px;padding-bottom:85px;gap:58px}.hero h1{font-size:clamp(48px,14vw,62px);margin-bottom:38px}.hero .button{font-size:17px;min-height:60px}.hero-image img{aspect-ratio:1.05}.benefits h2,.section-heading h2,.process .section-heading h2,.about-heading h2,.faq h2{font-size:clamp(42px,11.5vw,52px)}.section-heading{margin-bottom:42px}.benefit-grid{margin-top:44px}.benefit-grid .large-number{font-size:20px}.benefit-grid h3{font-size:27px}.project-card{padding:26px 20px 0}.project-header{grid-template-columns:1fr 54px;margin-bottom:26px}.project-header h3{font-size:46px}.project-index{font-size:18px}.project-open{width:52px;height:52px}.section-cta .button{width:100%;font-size:18px}.service-card{min-height:390px;padding:26px}.service-card h3{left:26px;bottom:27px;font-size:39px;max-width:62%}.service-icon{left:26px;top:84px;width:50px;height:50px}.service-card .service-object{width:155px;right:22px;bottom:24px}.why{padding-block:90px}.why h2{font-size:clamp(48px,13vw,61px)}.why .button{font-size:18px;width:100%}.why-points h3{font-size:29px}.why-points>div{grid-template-columns:42px 1fr;padding:30px 0}.why-points>div>span{font-size:17px}.process{padding-block:90px}.process-grid{grid-template-columns:1fr;gap:16px}.process-step{min-height:250px;padding:26px}.process-step .step-number{margin-top:38px;font-size:18px}.process-step h3{font-size:33px}.pricing{padding:34px 27px;gap:38px}.pricing h2{font-size:46px}.price-statement{font-size:32px}.pricing .button{width:100%;font-size:17px}.about{padding-bottom:90px}.founder-art{height:330px}.founder-info h3{font-size:38px}.founder-meta,.founder-info>p:last-child{font-size:19px!important}.faq{padding-bottom:90px}.faq-list summary{font-size:22px;padding:26px 0}.faq-answer p{font-size:18px}.contact{padding:84px 0}.contact h2{font-size:clamp(52px,15vw,70px);margin-bottom:48px}.lead-form{padding:28px 20px}.field>label,legend{font-size:18px}.lead-form input,.lead-form textarea{font-size:18px;min-height:60px}.lead-form textarea{min-height:150px}.choice-grid{display:grid;grid-template-columns:1fr 1fr}.choice>span{font-size:16px;min-height:58px;padding:12px}.service-choices .choice:last-child{grid-column:1/-1}.lead-form>.button{font-size:18px}.form-status{font-size:17px}.footer-bottom{font-size:14px}}
@media(max-width:360px){.hero h1{font-size:45px}.choice-grid{grid-template-columns:1fr}.service-choices .choice:last-child{grid-column:auto}.contact h2{font-size:49px}.project-header h3{font-size:42px}.service-card h3{font-size:35px}.lead-form{padding-inline:17px}}
@media(max-width:700px){.hero{grid-template-columns:1fr}}

/* Real work, compact language menu and cleaner details */
#language-toggle{display:grid;place-items:center;padding:0;border-radius:50%;font-size:23px;line-height:1}
#language-toggle:hover{background:var(--cream)}
#language-menu{width:205px;padding:8px}
#language-menu button{display:flex;align-items:center;gap:12px;padding:12px 14px;font-size:16px}
#language-menu button>span:first-child{font-size:21px;line-height:1}
.project-real{padding:38px 38px 0;background:var(--surface);color:var(--ink);border:1px solid var(--line)}
.project-real .project-header{display:block;margin-bottom:30px}
.project-real .project-header h3{margin:0;font-size:clamp(46px,5vw,76px);line-height:1}
.project-real .project-visual{width:100%;padding:0;cursor:default;border-radius:18px 18px 0 0;overflow:hidden;background:#111}
.project-real video{display:block;width:100%;aspect-ratio:8/5;object-fit:cover;transition:scale .65s cubic-bezier(.2,.7,.3,1)}
.project-real:hover video{scale:1.015}
.object-mobile{background-position:100% 0}.object-wedding{background-position:0 100%}.object-sales{background-position:100% 100%}
.process-step .step-number{background:transparent;color:var(--brand);align-self:flex-start}
.founder-art{height:auto;aspect-ratio:4/3;display:block;background:var(--surface)}
.founder-art img{width:100%;height:100%;object-fit:cover}
.founder-art.ivan img{object-position:50% 35%}
.founder-art.makar img{object-position:center}
.founder-info h3{margin-bottom:0}
.footer-bottom{justify-content:flex-start}

@media(max-width:700px){
  #language-toggle{font-size:21px}
  #language-menu{right:-44px}
  .project-real{padding:24px 20px 0}
  .project-real .project-header{margin-bottom:22px}
  .project-real .project-header h3{font-size:clamp(34px,10vw,46px)}
  .project-real .project-visual{margin:0;width:100%;border-radius:12px 12px 0 0}
  .process-step .step-number{background:transparent;margin-top:38px}
  .founder-art{height:auto;aspect-ratio:4/3}
}

/* Swipeable stacked portfolio */
.project-carousel{position:relative;overflow:hidden;padding:38px 0 28px;border-radius:34px;background:#171714;color:#f8f6f1;touch-action:pan-y;outline:none}
.project-carousel:focus-visible{outline:2px solid var(--brand);outline-offset:5px}
.project-dots{display:flex;justify-content:center;align-items:center;gap:11px;height:20px;margin-bottom:26px}
.project-dots button{width:8px;height:8px;padding:0;border:0;border-radius:20px;background:#595952;transition:width .3s,background .3s}
.project-dots button[aria-pressed=true]{width:34px;background:#d4915a}
.project-viewport{position:relative;padding:0 0 12px}
.project-carousel .projects{display:grid;place-items:center;gap:0;min-height:0}
.project-carousel .project-real{grid-area:1/1;width:min(78%,1080px);padding:0;border:0;background:transparent;color:#f8f6f1;overflow:visible;opacity:0;transform:scale(.8);transition:transform .7s cubic-bezier(.2,.72,.25,1),opacity .45s,filter .45s;will-change:transform;cursor:pointer}
.project-carousel .project-real[data-carousel-state=active]{z-index:5;opacity:1;transform:translateX(0) rotate(0) scale(1);cursor:grab}
.project-carousel .project-real[data-carousel-state=previous]{z-index:3;opacity:.72;filter:brightness(.48);transform:translateX(-13%) rotate(-4deg) scale(.91)}
.project-carousel .project-real[data-carousel-state=next]{z-index:3;opacity:.72;filter:brightness(.48);transform:translateX(13%) rotate(4deg) scale(.91)}
.project-carousel .project-real[data-carousel-state=far-previous]{z-index:2;opacity:.36;filter:brightness(.38);transform:translateX(-22%) rotate(-7deg) scale(.83);pointer-events:none}
.project-carousel .project-real[data-carousel-state=far-next]{z-index:2;opacity:.36;filter:brightness(.38);transform:translateX(22%) rotate(7deg) scale(.83);pointer-events:none}
.project-carousel .project-visual{margin:0;width:100%;padding:0;border-radius:20px;overflow:hidden;box-shadow:0 30px 70px #0008;background:#0c0c0b}
.project-carousel .project-real video{aspect-ratio:8/5}
.project-carousel .project-header{display:block;margin:22px 0 0;text-align:center;opacity:0;transition:opacity .35s}
.project-carousel .project-real[data-carousel-state=active] .project-header{opacity:1}
.project-carousel .project-header h3{font-size:clamp(24px,2.5vw,36px);color:#f8f6f1;margin:0;line-height:1.15}
.project-control{position:absolute;top:45%;z-index:7;width:54px;height:54px;display:grid;place-items:center;padding:0;border:1px solid #ffffff2f;border-radius:50%;background:#242420;color:#f8f6f1;box-shadow:0 10px 25px #0004}
.project-control:hover{background:#9b582e;border-color:#9b582e}
.project-control svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.project-prev{left:4%}.project-next{right:4%}

@media(max-width:700px){
  .project-carousel{margin-inline:-8px;padding:25px 0 20px;border-radius:22px}
  .project-dots{margin-bottom:18px}
  .project-carousel .project-real{width:86%;padding:0}
  .project-carousel .project-real[data-carousel-state=previous]{transform:translateX(-10%) rotate(-4deg) scale(.91)}
  .project-carousel .project-real[data-carousel-state=next]{transform:translateX(10%) rotate(4deg) scale(.91)}
  .project-carousel .project-visual{border-radius:13px}
  .project-carousel .project-header{margin-top:16px}
  .project-carousel .project-header h3{font-size:24px}
  .project-control{width:43px;height:43px;top:42%}
  .project-prev{left:4px}.project-next{right:4px}
}
