/* Doit Media · native responsive layout. No UI framework or build step. */
:root{--bg:#0a0b09;--panel:#121310;--panel2:#171914;--lime:#c7f52b;--text:#f4f5ef;--muted:#969a8e;--line:rgba(218,229,193,.13);--font:'Manrope','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;--radius:12px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}body.modal-open,body.nav-open{overflow:hidden}::selection{background:var(--lime);color:var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}button{color:inherit}img{display:block;max-width:100%;height:auto}button,fieldset{margin:0}button{background:none}fieldset{padding:0;border:0;min-width:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-weight:550}h2{font-size:clamp(32px,3.25vw,47px);line-height:1.13;letter-spacing:-1.8px}h3{line-height:1.35;letter-spacing:-.4px}.container{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.section{padding-block:63px}.icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}.muted{color:var(--muted)}.eyebrow{font-size:11px;line-height:1.6;font-weight:550;letter-spacing:2.2px;color:#bcc0b2;display:flex;align-items:center;gap:11px;margin-bottom:18px}.status-dot{display:inline-block;background:var(--lime);width:6px;height:6px;border-radius:100%;box-shadow:0 0 15px #c7f54455;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;min-height:54px;padding:15px 23px;background:var(--lime);color:#14180a;font-size:13px;font-weight:650;border:1px solid var(--lime);border-radius:6px;line-height:1.4;transition:background .2s,transform .2s,border-color .2s;white-space:nowrap}.button:hover{background:#d5ff50;transform:translateY(-2px)}.button .icon{width:20px;height:20px}.button-small{min-height:43px;padding:11px 16px;font-size:11px;gap:22px}.button-outline{background:transparent;color:var(--lime);border-color:#c7f55766}.button-outline:hover{background:#c7f50d12;border-color:var(--lime)}.text-button{display:inline-flex;align-items:center;gap:13px;font-size:12px;border:0;padding:0;color:var(--text);font-weight:500}.text-button:hover,.subtle-link:hover{color:var(--lime)}.subtle-link{display:inline-flex;align-items:center;gap:11px;color:var(--lime);font-size:12px;line-height:1.5;font-weight:550}.subtle-link .icon{width:19px;height:19px;transition:transform .2s}.subtle-link:hover .icon{transform:translate(2px,-2px)}.inline-link{border:none;padding:0;font-size:inherit;color:inherit;text-decoration:underline;text-underline-offset:4px;line-height:inherit;text-align:left}.brand{display:block;flex-shrink:0;width:94px;line-height:0}.brandmark{display:block;width:100%;height:auto}.skip-link{position:fixed;z-index:100;left:20px;top:-70px;padding:12px 20px;background:var(--lime);color:#111;border-radius:4px}.skip-link:focus{top:15px}:focus-visible{outline:2px solid var(--lime);outline-offset:5px}
/* Navigation */
.site-header{position:sticky;top:0;z-index:40;background:rgba(10,11,9,.93);border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:border .2s}.site-header.scrolled{border-bottom-color:var(--line)}.header-inner{height:91px;display:flex;align-items:center;justify-content:space-between;gap:34px}.desktop-nav{display:flex;align-items:center;gap:27px;margin-left:auto;margin-right:25px}.desktop-nav a{font-size:12px;color:#d2d4cb;transition:color .2s;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a.active{color:var(--lime)}.menu-toggle{display:none;width:46px;height:44px;border:1px solid var(--line);border-radius:6px;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{height:1px;width:19px;background:var(--text);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav[hidden]{display:none}.mobile-nav{display:flex;position:absolute;left:0;right:0;top:100%;height:calc(100dvh - 80px);background:var(--bg);padding:25px 28px;flex-direction:column;gap:6px}.mobile-nav a{font-size:27px;padding:12px 0;border-bottom:1px solid var(--line)}.mobile-nav a:last-child{color:var(--lime)}
/* First fold */
.hero{overflow:hidden;background:radial-gradient(ellipse at 77% 29%,#61562a14 0,transparent 53%)}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;min-height:583px;position:relative;align-items:center}.hero-copy{position:relative;z-index:2;padding-top:36px;padding-bottom:33px}.hero h1{font-size:clamp(54px,5.2vw,75px);font-weight:560;letter-spacing:-3.9px;line-height:1.05;margin:26px -80px 27px 0}.hero h1>span{color:var(--lime)}.hero-description{font-size:19px;line-height:1.5;color:#ebeee3;letter-spacing:-.4px}.hero-sub{font-size:14px;color:#94988d;margin-top:13px;line-height:1.75}.hero-actions{display:flex;gap:25px;align-items:center;margin-top:32px;flex-wrap:wrap}.play-circle{height:43px;width:43px;border:1px solid #a4ae8680;border-radius:100%;display:grid;place-items:center;color:var(--lime);transition:background .2s}.play-circle .icon{width:18px;height:18px}.text-button:hover .play-circle{background:#c7f52318}.hero-footnote{display:flex;align-items:center;gap:28px;margin-top:46px;color:#6b7061;font-size:9px;letter-spacing:1.8px}.hero-footnote>a{color:#a2a78f;line-height:1}.down-arrow{transform:rotate(90deg);width:19px;height:19px}.hero-visual{position:absolute;right:-85px;bottom:0;top:0;width:64%;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 63% 15%,#33372970,transparent 60%)}.hero-photo{position:absolute;bottom:0;width:100%;height:72%;object-fit:cover;object-position:55% 55%}.hero-visual-shade{position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,rgba(10,11,9,.1) 39%,transparent 70%),linear-gradient(0deg,var(--bg) 0%,transparent 11%,transparent 60%,rgba(10,11,9,.35) 80%);pointer-events:none}.hero-art-word{position:absolute;right:125px;top:-27px;font-size:211px;font-weight:800;letter-spacing:-16px;line-height:1.1;color:#51574036;user-select:none}.hero-art-word span{color:#6c774447}.hero-art-word i{font-size:14px;letter-spacing:0;position:absolute;top:47px;right:-24px;font-style:normal}.hero-art-caption{position:absolute;top:78px;right:82px;font-size:11px;letter-spacing:3px;line-height:1.9;color:#d4d5c977}.floating-label{position:absolute;right:116px;bottom:34px;display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid #9c9f8e3f;border-radius:6px;backdrop-filter:blur(16px);background:#18191275;font-size:9px;letter-spacing:1.6px;box-shadow:0 7px 35px #0003}.hero-visual-index{font-size:9px;letter-spacing:2px;color:#666b58;position:absolute;right:68px;bottom:160px;writing-mode:vertical-rl}
/* Principles */
.principles{border-block:1px solid var(--line);padding-block:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.principle{display:flex;gap:16px;align-items:center}.outline-icon{width:47px;height:47px;border:1px solid #c7f5284a;border-radius:100%;display:grid;place-items:center;flex-shrink:0;color:var(--lime)}.outline-icon .icon{width:23px;height:23px}.principle h2{font-size:13px;letter-spacing:0;font-weight:550;margin-bottom:5px}.principle p{font-size:11px;line-height:1.65;color:var(--muted)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}.section-aside{font-size:13px;color:var(--muted);line-height:1.75;text-align:right;padding-bottom:4px}.section-head>.subtle-link{margin-bottom:6px}
/* Service cards */
.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.service-card{border:1px solid var(--line);padding:0;text-align:left;overflow:hidden;isolation:isolate;border-radius:8px;min-width:0;background:linear-gradient(120deg,#1e211970,#0f100d);transition:transform .25s,border-color .25s;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-6px);border-color:#c7f53f7a}.service-image{height:206px;position:relative;overflow:hidden;background:#15170f}.service-image>img{width:100%;height:100%;object-fit:cover;transition:transform .5s;filter:saturate(.82)}.service-card:hover .service-image>img{transform:scale(1.045)}.service-image.visual-desk>img{object-position:72% 50%}.service-image.visual-contact>img{object-position:48% 50%}.service-number{position:absolute;top:12px;left:13px;font-size:9px;letter-spacing:2px;z-index:2;color:#e5e8d5ae}.service-copy{padding:18px 15px 15px;display:flex;flex-direction:column;flex:1}.service-copy h3{font-size:16px;letter-spacing:-.4px;min-height:22px}.service-copy p{font-size:11px;line-height:1.7;color:#aaaE9F;margin-top:9px;margin-bottom:23px}.service-bottom{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:auto}.service-bottom small{font-size:8px;color:#676d5e;line-height:1.7;max-width:115px}.circle-arrow{width:30px;height:30px;border:1px solid #bfdc6477;border-radius:50%;display:grid;place-items:center;color:var(--lime);flex-shrink:0}.circle-arrow .icon{height:16px;width:16px}.visual-menu{background:radial-gradient(ellipse at 55% 50%,#665431,#13150e 75%)}.menu-device{width:130px;height:227px;border:4px solid #30312c;border-radius:20px;background:#14130e;position:relative;overflow:hidden;box-shadow:12px 13px 25px #0009;color:#f7efe2}.visual-menu>.menu-device{position:absolute;bottom:-22px;left:50%;transform:translateX(-50%) rotate(9deg)}.phone-notch{width:41px;height:7px;border-radius:0 0 7px 7px;background:#050604;margin:0 auto;position:relative;z-index:2}.menu-phone-brand{font-size:12px;font-weight:700;text-align:center;padding-top:13px;letter-spacing:1.5px;position:relative;z-index:1}.menu-phone-brand span{display:block;font-size:4px;letter-spacing:2px;color:#b6a379;font-weight:400;margin-top:1px}.menu-phone-title{font-size:12px;line-height:1.15;font-weight:600;position:absolute;top:95px;left:12px;font-style:italic;letter-spacing:-.4px;text-shadow:0 2px 7px #000}.plate-art{position:absolute;border-radius:50%;width:130px;height:130px;right:-25px;top:48px;background:radial-gradient(circle at 35% 23%,#d9aa5b 0 4%,transparent 5%),radial-gradient(ellipse at 65% 56%,#5e813c 0 12%,transparent 13%),radial-gradient(ellipse at 44% 67%,#b27830 0 16%,transparent 17%),radial-gradient(ellipse at 33% 35%,#c38946 0 16%,transparent 17%),radial-gradient(ellipse at 66% 34%,#ae6434 0 16%,transparent 17%),radial-gradient(circle,#77613d 25%,#272519 53%,#0c0c07 55%,#363329 59%,#13140e 61%);box-shadow:0 13px 26px #0006;transform:rotate(-22deg)}.plate-art span,.plate-art i,.plate-art b{display:block;position:absolute;border-radius:60% 0 60% 0;background:linear-gradient(40deg,#214322,#718d3e);height:24px;width:14px;left:59%;top:35%;transform:rotate(20deg)}.plate-art i{left:42%;top:22%;transform:rotate(-20deg)}.plate-art b{left:33%;top:52%;transform:rotate(85deg);width:16px;height:10px;background:#af562c}.mini-categories{display:flex;position:absolute;bottom:28px;left:8px;right:8px;gap:4px}.mini-categories span{display:grid;place-items:center;background:#efeee6;color:#25271e;border-radius:4px;font-size:5px;flex:1;height:30px;font-weight:600}.menu-lines{position:absolute;bottom:10px;left:9px;right:9px;display:flex;gap:6px}.menu-lines span{width:50%;height:3px;background:#9d90634d}.visual-reels{background:linear-gradient(130deg,#292b23,#100f0b)}.reels-phone{width:119px;height:215px;position:absolute;left:50%;bottom:-16px;transform:translateX(-50%) rotate(-9deg);border:4px solid #3d4032;border-radius:21px;background:#000;overflow:hidden;box-shadow:15px 14px 24px #000b}.reels-phone>img{width:100%;height:100%;object-fit:cover;opacity:.72}.reels-top{position:absolute;top:10px;left:10px;right:10px;font-size:7px;display:flex;justify-content:space-between}.reels-headline{position:absolute;bottom:41px;left:8px;font-size:11px;line-height:1.2;font-weight:700;font-style:italic}.reels-headline em{color:var(--lime);font-size:9px}.reels-control{position:absolute;bottom:14px;left:8px;right:8px;display:flex;align-items:center;gap:5px;font-size:5px}.reels-control>.icon{width:10px;height:10px}.reels-control>span{height:1px;background:#d6dbb7;width:45px}
/* Real portfolio, no invented performance metrics */
.case-section{padding-top:35px}.case-grid{display:grid;grid-template-columns:.82fr 1.65fr;gap:17px}.case-copy{padding:29px 29px;background:linear-gradient(130deg,#191b1470,#0c0d0a);border:1px solid var(--line);border-radius:10px;display:flex;align-items:flex-start;flex-direction:column}.tag{font-size:9px;letter-spacing:1px;color:#d1de9c;background:#c7f53010;border:1px solid #c7f52b26;border-radius:3px;padding:3px 7px;display:inline-block}.case-copy h3{font-size:42px;line-height:1.1;letter-spacing:-1.5px;margin-top:24px;position:relative}.case-copy h3>span{font-size:13px;position:absolute;top:0;right:-18px;letter-spacing:0}.case-subtitle{font-size:13px;font-weight:500;margin-top:12px;color:#e2e6d7}.case-copy>p:not(.case-subtitle){font-size:13px;color:#9fa593;line-height:1.8;margin-top:15px}.case-features{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#c7ceba;margin:23px 0 29px}.case-features .icon{width:16px;height:16px;color:var(--lime);margin-right:8px}.case-copy .button{margin-top:auto;font-size:11px;min-height:44px;padding:10px 15px}.case-address{font-size:10px;letter-spacing:1px;color:#747b63;margin-top:13px}.case-visual{border:1px solid #b9a36023;border-radius:10px;overflow:hidden;min-height:490px;position:relative;background:radial-gradient(ellipse at 64% 54%,#7966433d,transparent 62%),linear-gradient(118deg,#16190f,#131610 70%,#23281a)}.case-orbit{position:absolute;inset:25px -30px;border:1px solid #a79d7d20;border-radius:100%;transform:rotate(-25deg);box-shadow:0 0 0 60px #c6b78103,0 0 0 120px #c6b78103}.case-visual-title{position:absolute;left:30px;top:27px;font-size:107px;line-height:.95;font-weight:800;letter-spacing:-6px;color:#f5e8c811}.case-visual-title>span{color:#d4b85d13}.case-kicker{position:absolute;right:30px;top:34px;font-size:9px;letter-spacing:2.5px;line-height:1.9;color:#b0a27d}.case-browser{position:absolute;left:8%;top:32%;width:72%;height:242px;border:1px solid #b5b39864;border-radius:9px;transform:perspective(1100px) rotateY(11deg) rotateZ(-5deg);background:#11130e;box-shadow:0 25px 60px #0008;overflow:hidden}.browser-chrome{height:23px;background:#24271f;display:flex;align-items:center;gap:4px;padding-inline:10px}.browser-chrome>span{width:4px;height:4px;border-radius:100%;background:#626958}.browser-chrome>small{font-size:6px;margin-left:auto;margin-right:auto;letter-spacing:.4px;color:#adB298}.browser-body{height:calc(100% - 23px);position:relative;padding:16px 20px;overflow:hidden;background:radial-gradient(ellipse at 83% 61%,#52472b77,transparent 57%)}.browser-brand{font-size:12px;font-weight:650;letter-spacing:1px}.browser-brand>i{float:right;font-size:5px;font-style:normal;color:#cfc5a2}.browser-heading{font-size:28px;line-height:1.04;letter-spacing:-1px;margin-top:17px;font-weight:600}.browser-heading>em{color:#dac88d;font-style:normal}.browser-plate{width:176px;height:176px;top:22px;right:-5px;z-index:-1}.browser-action{font-size:6px;padding:5px 9px;background:#caba80;display:inline-block;color:#1d210f;border-radius:3px;position:relative;margin-top:10px}.browser-tabs{display:flex;gap:22px;font-size:5px;letter-spacing:1px;margin-top:17px;opacity:.55}.case-phone{position:absolute;right:7%;top:28%;transform:rotate(9deg);filter:drop-shadow(10px 22px 26px #000a)}.case-phone .menu-device{width:151px;height:279px;border-width:5px;border-radius:24px}.case-phone .menu-phone-brand{font-size:14px;margin-top:4px}.case-phone .menu-phone-brand span{font-size:5px}.case-phone .plate-art{width:165px;height:165px;top:61px}.case-phone .menu-phone-title{top:125px;left:14px;font-size:18px;line-height:1.1}.case-phone .mini-categories{bottom:35px}.case-phone .mini-categories span{height:38px;font-size:6px}.case-phone .menu-lines{bottom:15px}.case-visual-note{position:absolute;bottom:21px;left:26px;right:20px;color:#9fa38b;font-size:8px;letter-spacing:1.25px}
/* Process & story */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;counter-reset:steps;padding-top:4px}.step{position:relative}.step:after{content:'';position:absolute;left:44px;right:-32px;top:21px;height:1px;background:linear-gradient(90deg,#c7f52b40,var(--line))}.step:last-child:after{right:0}.step-num{display:grid;place-items:center;width:42px;height:42px;border:1px solid #c7f52b69;border-radius:50%;font-size:12px;font-weight:500;color:#e6eadb;background:var(--bg);position:relative;z-index:1}.step:first-child .step-num{color:var(--lime);border-color:var(--lime)}.step h3{font-size:16px;margin-top:24px}.step p{font-size:12px;line-height:1.8;color:#979e8b;margin-top:10px;max-width:243px}.manifesto{border-block:1px solid var(--line);background:#10120e;margin-top:28px;margin-bottom:14px}.manifesto-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:76px;align-items:center;padding-block:52px}.manifesto-photo{position:relative;border-radius:8px;overflow:hidden;max-height:410px}.manifesto-photo img{width:100%;height:410px;object-fit:cover;object-position:center 50%}.manifesto-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#090b08dd,transparent 30%)}.manifesto-photo>span{position:absolute;bottom:25px;left:26px;z-index:1;font-size:9px;letter-spacing:2.5px;color:#d5d9c9}.manifesto-copy h2{font-size:40px;margin-bottom:28px}.manifesto-copy h2>span{color:var(--lime)}.meaning{display:flex;gap:16px;margin-top:17px;align-items:baseline}.meaning>span{color:#859067;font-size:10px;border:1px solid var(--line);border-radius:4px;padding:3px 5px}.meaning>p{font-size:13px;color:#8f9982;line-height:1.8}.meaning strong{color:#e0e6d6;font-weight:500;display:block;margin-bottom:1px}.manifesto-signature{font-size:11px;color:#647052;margin-top:23px;line-height:1.8}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.value-card{border:1px solid var(--line);border-radius:9px;padding:27px 24px;background:radial-gradient(ellipse at 0 0,#32382550,transparent 80%);transition:border-color .25s}.value-card:hover{border-color:#a1b3636b}.value-card>.icon{width:36px;height:36px;color:var(--lime);stroke-width:1.2}.value-card h3{font-size:18px;margin-top:27px}.value-card p{font-size:12px;color:#a2a992;margin-top:10px;line-height:1.8}
/* FAQ */
.faq-section{display:grid;grid-template-columns:.9fr 1.2fr;gap:100px;padding-top:37px;padding-bottom:93px}.faq-intro h2{font-size:38px}.faq-intro>.subtle-link{margin-top:26px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:23px 0;font-size:14px;font-weight:500;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;flex-shrink:0;color:#b7c19c}.faq-list summary .icon{width:16px;height:16px;transition:transform .25s}.faq-list details[open] summary .icon{transform:rotate(45deg);color:var(--lime)}.faq-list details>p{font-size:13px;line-height:1.85;color:var(--muted);padding:0 45px 25px 0}
/* Contact */
.contact-section{background:radial-gradient(ellipse at 16% 85%,#65563030,transparent 57%),#12140f;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:62px;overflow:hidden}.contact-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:95px;align-items:center}.contact-copy{min-width:0}.contact-copy h2{font-size:45px;line-height:1.16;margin-top:24px}.contact-copy h2>span{color:var(--lime)}.contact-copy>p:not(.eyebrow){color:#a7ad9a;font-size:13px;line-height:1.8;margin-top:23px}.contact-image{position:relative;margin-top:28px;margin-left:-30px;margin-right:-12px}.contact-image img{width:100%;height:282px;object-fit:cover;object-position:50% 50%;border-radius:6px}.contact-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#13150f 0%,transparent 20%,transparent 85%,#13150f),linear-gradient(0deg,#13150f,transparent 30%,transparent 80%,#13150f)}.brief-form{padding:29px;background:rgba(11,13,8,.83);border:1px solid #78855733;border-radius:12px;box-shadow:0 15px 60px #0003}.brief-form h3{font-size:22px;margin-bottom:22px;letter-spacing:-.6px}.service-options{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:21px}.service-options legend{font-size:10px;color:#8f987d;margin-bottom:11px;letter-spacing:.4px}.chip{position:relative;cursor:pointer}.chip>input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.chip>span{font-size:9px;color:#b1b99f;border:1px solid #8e9c6e3b;border-radius:50px;padding:6px 10px;display:block;line-height:1.5;transition:background .2s,border .2s}.chip input:checked+span{background:#c7f52b17;color:var(--lime);border-color:#c7f52b8c}.chip input:focus-visible+span{outline:2px solid var(--lime);outline-offset:2px}.field-label{display:block;font-size:10px;color:#a2aa92;margin-bottom:6px;margin-top:15px}.field-label>span{color:#d0dbb6}input:not([type=checkbox]),textarea{display:block;width:100%;border:1px solid #a2ae831f;background:linear-gradient(130deg,#272c2033,#191c1444);color:#ebefdf;padding:12px 13px;border-radius:5px;font-size:12px;line-height:1.5;transition:border-color .2s;min-width:0}textarea{resize:vertical;min-height:82px}input::placeholder,textarea::placeholder{color:#636b57}input:not([type=checkbox]):focus,textarea:focus{outline:none;border-color:#c7f52b80}input[aria-invalid=true]{border-color:#e49b7a!important}.consent{display:flex;align-items:flex-start;gap:9px;font-size:9px;line-height:1.7;color:#7e886c;margin-top:17px;cursor:pointer}.consent input{accent-color:var(--lime);width:13px;height:13px;margin:3px 0 0;flex-shrink:0}.consent .inline-link{color:#a1ac8b}.form-submit{width:100%;min-height:48px;font-size:12px;margin-top:16px}.form-note{font-size:9px;color:#6c775a;line-height:1.7;margin-top:13px}.form-error:empty{display:none}.form-error{font-size:11px;color:#ffc2a3;margin-top:13px}.hp{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;pointer-events:none}.button:disabled{opacity:.5;cursor:wait;transform:none}
/* Footer */
.site-footer{padding-top:35px;padding-bottom:23px}.footer-main{display:flex;align-items:center;gap:28px;padding-bottom:32px}.footer-main .brand{width:97px}.footer-main p{font-size:10px;line-height:1.7;color:#899376}.footer-main nav{display:flex;gap:30px;margin-left:auto;font-size:11px;color:#bec5af}.footer-main nav>a:hover{color:var(--lime)}.back-top{width:39px;height:39px;border:1px solid var(--line);display:grid;place-items:center;border-radius:100%;margin-left:22px;color:#9eac82}.up-arrow{transform:rotate(-90deg);width:17px;height:17px}.footer-bottom{border-top:1px solid var(--line);padding-top:19px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#5e6850;font-size:9px;line-height:1.5}.footer-motto{letter-spacing:2px;font-size:8px}
/* Dialogs */
.modal{position:fixed;background:#11150f;color:var(--text);border:1px solid #8793675c;border-radius:15px;padding:35px;max-width:600px;width:calc(100% - 36px);max-height:88dvh;overflow:auto;margin:auto;box-shadow:0 30px 130px #000b}.modal::backdrop{background:#050604cb;backdrop-filter:blur(8px)}.modal-close{position:absolute;right:15px;top:15px;z-index:2;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#0e100cd9;color:#c3cbb4}.modal-close .icon{width:16px;height:16px}.modal h2{font-size:34px;line-height:1.2;margin-bottom:20px}.modal>p:not(.eyebrow){font-size:13px;color:#9ca98d;line-height:1.8;margin:16px 0}.modal .eyebrow{font-size:9px;margin-top:10px}.modal .modal-icon{display:grid;place-items:center;width:47px;height:47px;border:1px solid #c7f52b75;border-radius:100%;color:var(--lime);margin-bottom:20px}.brief-actions{display:flex;gap:16px;margin-top:25px;flex-wrap:wrap;align-items:center}.brief-actions .button{font-size:11px;min-height:44px;padding:12px 15px}.brief-actions .text-button{font-size:11px}.brief-modal textarea{font-size:12px;line-height:1.8;color:#b6c1a5}.brief-modal #brief-explanation{font-size:12px}.service-modal{max-width:760px;padding:0}.service-dialog-image{width:100%;height:260px;object-fit:cover;object-position:center 50%;border-radius:15px 15px 0 0;filter:brightness(.75)}.service-dialog-body{padding:32px}.service-dialog-body h2{margin-top:6px;margin-bottom:17px}.service-dialog-body>p{color:#a9b69b;font-size:14px;line-height:1.8}.service-dialog-body ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 25px;margin:25px 0;padding:0;list-style:none;color:#d4dfc7;font-size:12px}.service-dialog-body li{display:flex;align-items:flex-start;gap:10px}.service-dialog-body li:before{content:'✓';color:var(--lime)}.service-dialog-note{font-size:10px!important;color:#768666!important;margin-bottom:20px!important}.service-dialog-body .button{font-size:12px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,25px);opacity:0;pointer-events:none;background:#c7f52b;color:#18210d;padding:12px 20px;border-radius:7px;font-size:12px;box-shadow:0 7px 35px #000a;transition:opacity .2s,transform .2s;z-index:100}.toast.visible{opacity:1;transform:translate(-50%,0)}.noscript{position:fixed;bottom:0;width:100%;text-align:center;background:#c7f52b;color:#17210c;padding:12px;font-size:13px}.reveal{opacity:1}.js-motion .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.js-motion .reveal.visible{opacity:1;transform:none}.js-motion .services-grid>.reveal:nth-child(2),.js-motion .values-grid>.reveal:nth-child(2),.js-motion .steps>.reveal:nth-child(2){transition-delay:60ms}.js-motion .services-grid>.reveal:nth-child(3),.js-motion .values-grid>.reveal:nth-child(3),.js-motion .steps>.reveal:nth-child(3){transition-delay:120ms}.js-motion .services-grid>.reveal:nth-child(4),.js-motion .values-grid>.reveal:nth-child(4),.js-motion .steps>.reveal:nth-child(4){transition-delay:180ms}.js-motion .services-grid>.reveal:nth-child(5){transition-delay:240ms}[hidden]{display:none!important}
/* Laptop & tablet */
@media(min-width:1550px){.hero h1{font-size:75px}.hero-grid{min-height:625px}.hero-visual{right:-85px}.hero-photo{height:73%}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.desktop-nav{gap:19px;margin-right:0}.header-inner{gap:24px}.brand{width:85px}.header-cta{font-size:10px;gap:10px}.hero h1{font-size:63px;letter-spacing:-3.3px;margin-right:-120px}.hero-grid{min-height:560px}.hero-description{font-size:16px}.hero-sub{font-size:12px}.hero-actions{gap:20px}.hero-actions .button{font-size:12px;padding-inline:18px;gap:18px}.hero-actions .text-button{font-size:11px}.hero-visual{right:-70px;width:64%}.hero-art-word{font-size:170px;right:90px;top:10px}.hero-art-caption{right:45px;top:72px;font-size:9px}.floating-label{right:95px;font-size:7px}.principle{gap:12px}.outline-icon{width:38px;height:38px}.principle p{font-size:10px}.service-image{height:175px}.service-copy{padding:14px 12px}.service-copy h3{font-size:14px}.service-copy p{font-size:10px}.service-bottom small{display:none}.case-grid{grid-template-columns:.85fr 1.4fr}.case-copy{padding:24px}.case-copy h3{font-size:37px}.case-browser{height:220px;left:4%;width:74%;top:37%}.browser-heading{font-size:24px}.case-phone{right:5%;top:34%;transform:rotate(7deg) scale(.85);transform-origin:right top}.manifesto-grid{gap:48px}.manifesto-copy h2{font-size:36px}.contact-grid{gap:45px}.contact-copy h2{font-size:39px}.faq-section{gap:60px}.faq-intro h2{font-size:33px}.value-card{padding:24px 19px}.value-card p{font-size:11px}.contact-image img{height:248px}}
@media(max-width:900px){.desktop-nav{display:none}.header-cta{margin-left:auto}.menu-toggle{display:flex}.header-inner{height:80px}.hero-grid{min-height:550px}.hero h1{font-size:58px}.hero-sub br{display:none}.hero-description{max-width:300px}.hero-copy{max-width:440px}.hero-visual{right:-90px;width:64%;opacity:.75}.hero-photo{height:65%;object-position:60% 50%}.hero-art-word{font-size:140px;right:112px;top:30px}.hero-art-caption{display:none}.floating-label{display:none}.hero-footnote{font-size:8px}.principles{grid-template-columns:repeat(2,1fr);gap:25px 40px;padding:25px 0}.principle p{font-size:11px}.principle p>br{display:none}.outline-icon{width:42px;height:42px}.services-grid{grid-template-columns:repeat(6,1fr)}.service-card{grid-column:span 2}.service-card:nth-child(n+4){grid-column:span 3}.service-image{height:210px}.service-copy h3{font-size:17px}.service-copy p{font-size:12px}.service-bottom small{display:block;font-size:8px;max-width:170px}.service-copy{padding:18px}.section{padding-block:47px}.case-grid{grid-template-columns:1fr}.case-copy{display:grid;grid-template-columns:1fr 1fr;column-gap:40px;align-items:center;padding:30px}.case-copy .tag{justify-self:start}.case-copy h3{grid-row:2;grid-column:1;margin-top:16px}.case-copy .case-subtitle{grid-row:3;grid-column:1}.case-copy>p:not(.case-subtitle){grid-column:1;grid-row:4;max-width:350px}.case-features{grid-column:2;grid-row:1/4;margin:0}.case-copy .button{grid-row:4;grid-column:2;justify-self:start;margin-top:14px}.case-address{grid-column:2;grid-row:5}.case-visual{min-height:460px}.case-browser{top:28%;height:265px;width:69%;left:8%}.browser-heading{font-size:33px}.browser-body{padding:20px 24px}.browser-plate{width:200px;height:200px;right:-4px;top:28px}.case-phone{top:23%;transform:rotate(9deg);right:9%}.case-visual-title{font-size:113px}.steps{gap:20px}.step h3{font-size:13px}.step p{font-size:11px}.step:after{right:-20px}.manifesto-grid{gap:30px;padding-block:38px}.manifesto-copy h2{font-size:30px;letter-spacing:-1.2px}.meaning>p{font-size:11px}.meaning{gap:12px}.manifesto-photo img{height:370px}.manifesto-copy .eyebrow{font-size:9px}.values-grid{grid-template-columns:repeat(2,1fr)}.value-card{padding:26px}.value-card p{font-size:12px}.value-card h3{margin-top:16px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-intro h2 br:nth-of-type(2){display:none}.faq-intro>.subtle-link{margin-top:16px}.contact-grid{gap:30px;grid-template-columns:1fr 1fr}.contact-copy h2{font-size:34px;letter-spacing:-1.4px}.contact-copy .eyebrow{font-size:8px;letter-spacing:1.4px}.contact-copy>p:not(.eyebrow){font-size:12px}.contact-copy>p>br{display:none}.brief-form{padding:23px}.brief-form h3{font-size:19px}.contact-image{margin-left:-40px;margin-right:-25px}.footer-main{gap:22px}.footer-main nav{gap:17px;font-size:10px}.footer-bottom{font-size:8px}.footer-motto{font-size:7px;letter-spacing:1.5px}}
/* Mobile */
@media(max-width:600px){html{scroll-padding-top:88px}.container{width:calc(100% - 40px)}h2{font-size:32px;letter-spacing:-1.25px}.eyebrow{font-size:9px;letter-spacing:1.65px;margin-bottom:13px}.header-inner{height:73px;gap:13px}.brand{width:76px}.header-cta{font-size:9px;padding:9px 11px;min-height:36px;gap:8px}.header-cta .icon{width:14px;height:14px}.menu-toggle{width:37px;height:36px}.hero-grid{display:flex;flex-direction:column;min-height:0;align-items:stretch}.hero-copy{padding-top:33px;padding-bottom:0;max-width:none}.hero-copy>.eyebrow{font-size:8px}.hero h1{font-size:clamp(41px,10.85vw,61px);letter-spacing:-2.5px;line-height:1.04;margin:23px 0 21px}.hero-description{font-size:14px;max-width:none;letter-spacing:-.2px;line-height:1.7}.hero-sub{font-size:12px;line-height:1.75;max-width:320px;margin-top:10px}.hero-sub br{display:none}.hero-actions{gap:17px;margin-top:25px;flex-wrap:nowrap}.hero-actions>.button{font-size:10px;min-height:45px;gap:15px;padding:12px 15px}.hero-actions .text-button{font-size:9px;gap:8px;line-height:1.6}.play-circle{width:33px;height:33px;flex-shrink:0}.play-circle .icon{width:14px;height:14px}.hero-footnote{display:none}.hero-visual{position:relative;inset:auto;opacity:1;width:calc(100% + 40px);height:270px;margin:7px -20px 0;isolation:isolate}.hero-photo{height:100%;object-position:50% 55%}.hero-visual-shade{background:linear-gradient(0deg,var(--bg) 0%,transparent 19%,transparent 72%,var(--bg) 100%),linear-gradient(90deg,#0a0b0933,transparent 20%,transparent 80%,#0a0b0911)}.hero-art-word{display:none}.hero-visual-index{display:none}.floating-label{display:flex;right:23px;bottom:24px;font-size:6px;padding:8px 10px;letter-spacing:1px;background:#15170e8c}.floating-label .status-dot{width:4px;height:4px}.principles{gap:20px 15px;padding-block:22px}.principle{gap:9px}.principle h2{font-size:11px;margin-bottom:4px}.principle p{font-size:9px;line-height:1.55}.outline-icon{width:34px;height:34px}.outline-icon .icon{width:17px;height:17px}.section{padding-block:39px}.section-head{margin-bottom:24px;gap:15px;flex-direction:column;align-items:flex-start}.section-head h2 br{display:initial}.section-aside{font-size:11px;text-align:left}.section-aside br{display:none}.section-head>.subtle-link{font-size:11px;margin-bottom:0}.services-grid{grid-template-columns:1fr 1fr;gap:11px}.service-card{grid-column:auto!important}.service-image{height:169px}.service-copy{padding:14px 11px}.service-copy h3{font-size:14px;letter-spacing:-.3px}.service-copy p{font-size:10px;margin-bottom:17px}.service-bottom small{font-size:7px;max-width:100px}.circle-arrow{width:25px;height:25px}.circle-arrow .icon{width:13px;height:13px}.service-card:last-child{grid-column:span 2!important;display:grid;grid-template-columns:1fr 1fr}.service-card:last-child .service-image{height:100%;min-height:174px}.service-card:last-child .service-copy{padding:21px 15px}.service-card:last-child .service-copy h3{font-size:17px}.service-card:last-child .service-copy p{font-size:10px}.visual-menu>.menu-device{transform:translateX(-50%) rotate(9deg) scale(.84);transform-origin:center bottom;bottom:-19px}.reels-phone{transform:translateX(-50%) rotate(-9deg) scale(.88);transform-origin:center bottom;bottom:-25px}.case-section{padding-top:20px}.case-copy{padding:24px;grid-template-columns:1fr}.case-copy h3{font-size:39px;margin-top:19px}.case-copy .tag{font-size:8px}.case-copy .case-subtitle{font-size:12px}.case-copy>p:not(.case-subtitle){font-size:12px;margin-top:12px;max-width:none}.case-features{grid-column:1;grid-row:5;margin:22px 0;flex-direction:row;flex-wrap:wrap;gap:10px 16px;font-size:9px}.case-features .icon{width:13px;height:13px;margin-right:4px}.case-copy .button{grid-column:1;grid-row:6;margin:0;font-size:11px}.case-address{grid-column:1;grid-row:7;font-size:9px}.case-visual{min-height:336px}.case-visual-title{font-size:76px;left:20px;top:18px;letter-spacing:-4px}.case-kicker{right:17px;top:22px;font-size:6px;letter-spacing:1.5px}.case-browser{left:5%;width:75%;height:181px;top:32%;border-radius:5px;transform:perspective(800px) rotateY(9deg) rotateZ(-6deg)}.browser-chrome{height:16px;padding-inline:7px;gap:3px}.browser-chrome>span{width:3px;height:3px}.browser-chrome>small{font-size:4px}.browser-body{height:calc(100% - 16px);padding:14px}.browser-brand{font-size:8px}.browser-brand i{font-size:3px}.browser-heading{font-size:21px;margin-top:12px;letter-spacing:-.7px}.browser-plate{width:127px;height:127px;top:23px;right:-15px}.browser-action{font-size:5px;padding:3px 6px;margin-top:8px}.browser-tabs{font-size:3px;gap:13px;margin-top:10px}.case-phone{top:24%;right:4%;transform:rotate(9deg) scale(.69);transform-origin:right top}.case-visual-note{font-size:5px;letter-spacing:1px;left:15px;bottom:17px;right:7px}.steps{grid-template-columns:1fr 1fr;gap:28px 20px}.step h3{font-size:14px;margin-top:15px}.step p{font-size:11px;line-height:1.7;margin-top:7px}.step:after{right:0}.step-num{width:34px;height:34px;font-size:10px}.step:after{top:17px;left:34px}.manifesto{margin-top:8px;margin-bottom:0}.manifesto-grid{grid-template-columns:1fr;gap:28px;padding-block:30px}.manifesto-photo img{height:280px;object-position:center 56%}.manifesto-photo>span{font-size:8px;left:20px;bottom:20px}.manifesto-copy h2{font-size:34px;line-height:1.15;margin-bottom:21px}.meaning{gap:13px;margin-top:15px}.meaning>p{font-size:12px;line-height:1.8}.manifesto-signature{font-size:10px;margin-top:22px}.values-grid{gap:11px}.value-card{padding:21px 17px}.value-card>.icon{width:30px;height:30px}.value-card h3{font-size:16px;margin-top:21px}.value-card p{font-size:10px;line-height:1.8;margin-top:8px}.faq-section{padding-top:15px;padding-bottom:45px;gap:23px}.faq-intro h2{font-size:32px}.faq-intro h2 br:nth-of-type(2){display:none}.faq-intro>.subtle-link{font-size:11px}.faq-list summary{font-size:12px;padding:19px 0;gap:15px}.faq-list details>p{font-size:12px;padding-right:10px;padding-bottom:22px}.faq-list summary>span{width:24px;height:24px}.contact-section{padding-block:35px}.contact-grid{grid-template-columns:1fr;gap:26px}.contact-copy .eyebrow{font-size:8px;letter-spacing:1.5px}.contact-copy h2{font-size:36px;margin-top:18px;letter-spacing:-1.5px}.contact-copy>p:not(.eyebrow){font-size:12px;max-width:325px;margin-top:19px}.contact-image{display:none}.brief-form{padding:23px 20px}.brief-form h3{font-size:21px}.service-options{gap:6px;margin-bottom:20px}.chip>span{font-size:9px;padding:6px 10px}.field-label{font-size:10px;margin-top:16px}.brief-form input:not([type=checkbox]),.brief-form textarea{font-size:16px;padding:11px 12px;line-height:1.5}.brief-form input::placeholder,.brief-form textarea::placeholder{font-size:12px}.consent{font-size:9px}.form-submit{min-height:49px}.form-note{font-size:9px}.site-footer{padding-top:29px;padding-bottom:23px}.footer-main{display:grid;grid-template-columns:auto 1fr auto;gap:23px;padding-bottom:25px}.footer-main .brand{width:81px}.footer-main p{font-size:9px;line-height:1.7}.footer-main nav{grid-row:2;grid-column:1/4;justify-content:space-between;margin:0;font-size:10px;gap:15px}.back-top{grid-row:1;grid-column:3;width:33px;height:33px;margin-left:0}.footer-bottom{flex-wrap:wrap;gap:16px;font-size:8px}.footer-motto{display:none}.footer-bottom>.inline-link{margin-left:auto}.modal{padding:26px 22px;max-height:90dvh;border-radius:12px}.modal h2{font-size:29px;letter-spacing:-1px;margin-top:8px}.modal>p:not(.eyebrow){font-size:12px}.modal .eyebrow{font-size:7px;letter-spacing:1.4px;padding-right:18px}.brief-actions{gap:14px}.brief-actions .button{font-size:10px}.brief-actions .text-button{font-size:10px}.service-modal{padding:0}.service-dialog-image{height:190px}.service-dialog-body{padding:23px}.service-dialog-body>p{font-size:12px}.service-dialog-body ul{grid-template-columns:1fr;font-size:12px;gap:8px;margin-top:20px}.service-dialog-body h2{font-size:30px}.service-dialog-body .button{font-size:11px}.toast{width:max-content;max-width:calc(100% - 32px);font-size:11px;bottom:20px}.hero-copy>.eyebrow{margin-bottom:8px}}
@media(max-width:360px){.container{width:calc(100% - 30px)}.hero-actions{gap:10px}.hero-actions>.button{font-size:9px;padding:11px 12px;gap:12px}.hero-actions>.text-button{font-size:8px;gap:5px}.service-copy h3{font-size:12px}.service-copy p{font-size:9px}.service-image{height:150px}.hero h1{font-size:39px}.header-cta{font-size:8px}.hero-visual{width:calc(100% + 30px);margin-inline:-15px}.contact-copy h2{font-size:32px}.service-bottom small{font-size:6px}.case-phone{transform:rotate(9deg) scale(.63)}.case-visual{min-height:320px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}.service-card:hover,.button:hover{transform:none}}

/* Direct WhatsApp contact — same palette, no change to the approved artwork. */
.contact-channels{display:flex;align-items:center;flex-wrap:wrap;gap:15px 20px;margin-top:24px}
.contact-channels .button{gap:10px;font-size:12px;min-height:46px;padding:12px 18px}
.contact-number{font-size:14px;line-height:1.5;white-space:nowrap;color:var(--text);font-variant-numeric:tabular-nums}
.contact-number:hover{color:var(--lime)}
.footer-main nav{flex-wrap:wrap}
.form-submit:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:600px){.contact-channels{gap:14px;margin-top:22px}.contact-channels .button{font-size:12px}.contact-number{font-size:14px}.footer-main nav{gap:14px;justify-content:flex-start}}

/* Portfolio gallery: actual owner-supplied screenshots, no generated UI. */
.case-grid{grid-template-columns:minmax(255px,.77fr) minmax(0,1.7fr);align-items:stretch}
.case-gallery{padding:22px;min-height:0;background:radial-gradient(ellipse at 90% 0%,#c6f52708,transparent 65%),#10120e;border-color:#b6c99a24;display:flex;flex-direction:column;gap:18px}
.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.gallery-eyebrow{display:flex;align-items:center;gap:8px;color:#b8c19f;font-size:8px;letter-spacing:1.6px;line-height:1.4}
.gallery-eyebrow .status-dot{width:4px;height:4px}
.gallery-tabs{display:inline-flex;gap:3px;padding:4px;border:1px solid #c4d29722;border-radius:7px;background:#080a07;max-width:100%}
.gallery-tab{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 12px;border:0;border-radius:4px;font-size:10px;line-height:1.4;color:#a5ae98;transition:background .2s,color .2s}
.gallery-tab>.icon{width:15px;height:15px}
.gallery-tab[aria-selected=true]{background:var(--lime);color:#172008}
.gallery-tab:not([aria-selected=true]):hover{color:#e7eccf;background:#22271a}
.gallery-panel{min-width:0}
.screenshot-browser{border:1px solid #bbc4a833;border-radius:8px;overflow:hidden;background:#1a1d16;box-shadow:0 16px 30px #0004}
.screenshot-browser-bar{height:29px;display:flex;align-items:center;gap:12px;padding:0 12px;border-bottom:1px solid #ffffff0d;background:#1b1e17}
.browser-dots{display:flex;gap:4px;width:38px}.browser-dots i{width:5px;height:5px;background:#677258;border-radius:50%}
.browser-url{color:#c6ccb7;letter-spacing:.4px;font-size:9px;text-align:center;margin:auto}
.browser-security{width:38px;text-align:right;color:#92a078}.browser-security .icon{width:12px;height:12px}
.desktop-screenshot{display:block;position:relative;cursor:zoom-in;background:#f2eee5;line-height:0}
.desktop-screenshot>img{width:100%;height:auto;aspect-ratio:2610/1596;object-fit:contain;image-rendering:auto}
.screenshot-expand{position:absolute;right:13px;bottom:13px;display:inline-flex;align-items:center;gap:7px;font-size:9px;line-height:1.4;color:#e6ebd9;background:#0b110ed9;border:1px solid #c7d8a83d;padding:8px 10px;border-radius:5px;backdrop-filter:blur(8px);transition:background .2s}
.screenshot-expand>.icon{width:14px;height:14px}
.desktop-screenshot:hover .screenshot-expand{background:var(--lime);color:#16200d}
.gallery-caption{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:#a1ad93;padding:13px 0 12px}.gallery-caption b{color:#dce8c7;font-weight:500}
.desktop-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.desktop-thumb{min-width:0;padding:4px;border:1px solid #7f925326;border-radius:5px;background:#14190f;color:#acb696;transition:border-color .2s,background .2s}
.desktop-thumb img{width:100%;aspect-ratio:2610/1596;object-fit:cover;border-radius:2px}
.desktop-thumb>span{display:block;font-size:8px;line-height:1.4;padding:7px 2px 3px;letter-spacing:.05px}
.desktop-thumb.is-selected{border-color:var(--lime);background:#c6f5270b;color:#e0eecc}.desktop-thumb:hover{border-color:#becf96}
.gallery-footnote{display:flex;align-items:center;gap:7px;color:#8d997f;font-size:9px;line-height:1.5;margin-top:auto;padding-top:1px}.gallery-footnote .icon{width:13px;height:13px}
.mobile-screenshots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-items:start;margin:7px 4px 0}
.mobile-screenshot{min-width:0;cursor:zoom-in}
.mobile-screenshot-frame{display:block;position:relative;padding:6px;background:#242720;border:1px solid #7c846463;border-radius:22px;box-shadow:0 15px 35px #0005}
.mobile-screenshot-frame>img{width:100%;height:auto;border-radius:16px;aspect-ratio:709/1269;object-fit:contain}
.mobile-expand{position:absolute;right:13px;bottom:13px;display:grid;place-items:center;background:#12180ccc;color:#e4ebd6;width:25px;height:25px;border:1px solid #a8ba7355;border-radius:50%}.mobile-expand>.icon{width:13px;height:13px}
.mobile-screenshot-caption{display:flex;gap:8px;padding:12px 2px 0;color:#d7ddc9;font-size:9px;line-height:1.5}.mobile-screenshot-caption small{color:#738455;font-size:8px}
.gallery-mobile-note{font-size:10px;line-height:1.5;color:#9fab8f;margin:19px 2px 8px}
.service-real-phone{position:absolute;width:48%;max-width:140px;left:50%;top:14px;transform:translateX(-50%) rotate(8deg);border:4px solid #3a3e30;border-radius:18px;overflow:hidden;box-shadow:13px 17px 20px #0009;background:#f2eee4}
.service-real-phone img{width:100%;height:auto;filter:none}
.visual-menu-real{background:radial-gradient(ellipse at 50% 50%,#57543b,#151710 80%)}
.screenshots-modal{width:calc(100% - 48px);max-width:1460px;max-height:94dvh;padding:0;border-radius:12px;overflow:hidden;background:#0c0f0a}
.screenshots-toolbar{display:flex;align-items:center;gap:12px;padding:16px 19px;border-bottom:1px solid #b7d38026}
.screenshots-heading{margin-right:auto;min-width:0}.screenshots-heading>p{font-size:8px;letter-spacing:1.5px;line-height:1.5;color:#9bac82;margin-bottom:4px}
.screenshots-modal .screenshots-heading>h2{font-size:19px;letter-spacing:-.3px;line-height:1.35;margin:0;color:#e6ebdc}
.viewer-control{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #b7c49a35;border-radius:6px;min-height:36px;min-width:36px;padding:7px 9px;font-size:11px;color:#dce5c7;background:#161b11;flex-shrink:0}
.viewer-control .icon{width:18px;height:18px}.viewer-control:hover,.viewer-control[aria-pressed=true]{color:#172008;background:var(--lime);border-color:var(--lime)}
.screenshot-view{height:min(70dvh,850px);overflow:auto;background:#080a07;display:flex;align-items:center;justify-content:center;overscroll-behavior:contain}
.screenshot-view>img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;flex-shrink:0}
.screenshot-view.is-zoomed{display:block;cursor:grab}.screenshot-view.is-zoomed>img{max-width:none;max-height:none;object-fit:initial}
.screenshots-bottom{display:flex;justify-content:center;align-items:center;gap:22px;padding:12px 18px;border-top:1px solid #b7d38026}
.screenshots-bottom>p{color:#b5c49e;font-size:11px;line-height:1.5;min-width:135px;text-align:center}
@media(max-width:1150px){.case-grid{grid-template-columns:minmax(250px,.8fr) minmax(0,1.5fr)}.case-gallery{padding:17px;gap:15px}.gallery-tab{padding:8px 10px}.desktop-thumbnails{gap:7px}.desktop-thumb>span{font-size:7px}.mobile-screenshots{gap:10px;margin-inline:0}}
@media(max-width:900px){.case-grid{grid-template-columns:minmax(0,1fr)}.case-gallery{padding:23px}.desktop-thumb>span{font-size:10px}.mobile-screenshots{gap:25px;max-width:620px;margin:4px auto 0}.mobile-screenshot-caption{font-size:11px}.gallery-eyebrow{font-size:9px}.gallery-tab{font-size:11px}.gallery-footnote{font-size:10px}}
@media(max-width:600px){.case-gallery{padding:14px;gap:14px}.gallery-toolbar{gap:12px}.gallery-eyebrow{font-size:7px;letter-spacing:1.25px}.gallery-tabs{padding:3px}.gallery-tab{font-size:9px;padding:8px 9px;gap:5px}.gallery-tab>.icon{width:13px;height:13px}.screenshot-browser-bar{height:25px;padding-inline:9px}.browser-url{font-size:8px}.browser-dots{gap:3px;width:25px}.browser-dots i{width:4px;height:4px}.browser-security{width:25px}.screenshot-expand{right:8px;bottom:8px;padding:6px;font-size:8px;gap:4px}.screenshot-expand>.icon{width:12px;height:12px}.gallery-caption{font-size:9px;padding:11px 0}.desktop-thumbnails{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.desktop-thumb{padding:4px}.desktop-thumb>span{font-size:9px;padding:7px 3px 3px}.gallery-footnote{font-size:8px;line-height:1.6}.mobile-screenshots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:3px 0 0}.mobile-screenshot-frame{padding:3px;border-radius:12px}.mobile-screenshot-frame>img{border-radius:9px}.mobile-screenshot-caption{font-size:8px;gap:4px;padding:9px 1px 0}.mobile-screenshot-caption small{display:none}.mobile-expand{right:7px;bottom:7px;width:20px;height:20px}.mobile-expand>.icon{width:10px;height:10px}.gallery-mobile-note{font-size:9px;margin-top:13px}.service-real-phone{top:13px;max-width:104px;width:57%;border-width:3px;border-radius:13px}.screenshots-modal{width:calc(100% - 20px);max-width:none;max-height:94dvh;padding:0;border-radius:10px}.screenshots-toolbar{padding:12px;gap:7px}.screenshots-heading>p{font-size:6px;letter-spacing:.8px}.screenshots-modal .screenshots-heading>h2{font-size:15px;margin:0;letter-spacing:-.2px}.viewer-control{padding:6px;font-size:10px;min-height:34px;min-width:34px}.viewer-control>.icon{width:16px;height:16px}.screenshot-view{height:65dvh}.screenshots-bottom{gap:18px;padding:10px}.screenshots-bottom>p{font-size:10px}}
@media(prefers-reduced-motion:reduce){.gallery-tab,.desktop-thumb,.screenshot-expand{transition:none}}

/* Language control: visible at every viewport, unchanged brand palette. */
.header-inner{gap:22px}
.desktop-nav{gap:20px;margin-right:0}
.language-switch{display:flex;align-items:center;gap:3px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#161812;flex-shrink:0}
.language-switch button{display:grid;place-items:center;min-width:42px;min-height:34px;border:0;border-radius:999px;background:transparent;color:#aeb4a3;font-size:10px;font-weight:700;line-height:1;letter-spacing:.3px;padding:9px 11px;transition:color .2s,background .2s}
.language-switch button[aria-pressed="true"]{background:var(--lime);color:#121608}
.language-switch button:hover:not([aria-pressed="true"]){background:#ffffff0a;color:var(--text)}
.language-switch button:focus-visible{outline-offset:2px}
html[lang="kk"] .desktop-nav a{font-size:11px}
html[lang="kk"] .service-copy h3{line-height:1.4}
html[lang="kk"] .service-bottom small{line-height:1.6}
html[lang="kk"] .hero h1{letter-spacing:-3px}
/* Do not colour translated field-label wrappers as mandatory asterisks. */
.field-label>span[data-i18n]{color:inherit}
@media(max-width:1250px) and (min-width:1101px){.header-inner{gap:14px}.desktop-nav{gap:15px}.desktop-nav a{font-size:11px}.header-cta{padding-inline:12px;gap:10px}.language-switch button{min-width:36px;padding-inline:8px}}
@media(max-width:1100px){.desktop-nav{display:none}.menu-toggle{display:flex}.language-switch{margin-left:auto}.header-cta{margin-left:0}.header-inner{gap:16px}}
@media(min-width:901px) and (max-width:1100px){.mobile-nav{height:calc(100dvh - 91px)}}
@media(max-width:600px){.header-inner{gap:12px}.header-cta{display:none}.language-switch{padding:3px}.language-switch button{min-width:43px;min-height:34px;font-size:10px;padding:8px 10px}.mobile-nav{height:calc(100dvh - 73px)}.mobile-nav a{font-size:24px}.hero h1{overflow-wrap:normal}html[lang="kk"] .hero h1{font-size:clamp(36px,9.8vw,58px);letter-spacing:-1.9px}.hero-actions{flex-wrap:wrap}.service-copy h3{overflow-wrap:normal}.service-bottom small{max-width:calc(100% - 25px)}.screenshots-top>div{min-width:0}.screenshots-top h2{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){.language-switch button{transition:none}}
/* The label and the plus symbol are separate spans; only the latter is circular. */
.faq-list summary>.summary-text{display:block;flex:1;width:auto;height:auto;border:0;border-radius:0;color:inherit;place-items:initial}


/* Instagram — a lightweight SVG link, matching the existing brand palette. */
.social-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border:1px solid var(--line);border-radius:9px;color:var(--text);background:#151810;transition:color .2s,border-color .2s,background .2s}
.social-icon>.icon{width:21px;height:21px}
.social-icon:hover{color:var(--lime);border-color:#c7f52b77;background:#c7f52b0c}
.header-inner{gap:18px}
.mobile-nav{overflow-y:auto;overscroll-behavior:contain;padding-bottom:max(36px,env(safe-area-inset-bottom))}
.mobile-nav .mobile-instagram{display:flex;align-items:center;gap:12px;color:var(--lime)}
.mobile-instagram>.icon{width:23px;height:23px}
.mobile-nav .mobile-instagram-handle{font-size:13px;letter-spacing:0;color:var(--muted);margin-left:auto}
.instagram-contact{display:flex;align-items:center;gap:14px;max-width:440px;margin-top:18px;padding:14px 16px;border:1px solid var(--line);border-radius:9px;background:linear-gradient(110deg,#20261866,#12151066);transition:border-color .2s,background .2s}
.instagram-contact:hover{border-color:#c7f52b77;background:#c7f52b09}
.instagram-contact-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:1px solid #c7f52b44;border-radius:11px;color:var(--lime)}
.instagram-contact-icon>.icon{width:23px;height:23px}
.instagram-contact-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.instagram-contact-caption{font-size:11px;line-height:1.6;color:var(--muted)}
.instagram-contact-handle{font-size:17px;line-height:1.5;font-weight:550;color:var(--text);letter-spacing:-.2px}
.instagram-contact>.icon{width:20px;height:20px;color:var(--lime);margin-left:auto}
.footer-main nav .footer-instagram{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:var(--text)}
.footer-instagram>.icon{width:17px;height:17px;color:var(--lime)}
.footer-main nav .footer-instagram:hover{color:var(--lime)}
@media(max-width:1250px) and (min-width:1181px){.header-inner{gap:13px}.desktop-nav{gap:14px}.header-cta{gap:10px;padding-inline:12px}}
@media(max-width:1180px){.desktop-nav{display:none}.menu-toggle{display:flex}.language-switch{margin-left:auto}.header-cta{margin-left:0}.header-inner{gap:16px}}
@media(min-width:901px) and (max-width:1180px){.mobile-nav{height:calc(100dvh - 91px)}}
@media(max-width:600px){.header-inner{gap:10px}.social-icon{width:38px;height:38px;flex-basis:38px;border-radius:7px}.social-icon>.icon{width:20px;height:20px}.instagram-contact{max-width:none;padding:12px 14px;margin-top:16px}.instagram-contact-caption{font-size:10px}.instagram-contact-handle{font-size:16px}.mobile-nav a{padding-block:10px}.mobile-nav .mobile-instagram-handle{font-size:12px}.footer-instagram>.icon{width:16px;height:16px}}
@media(max-width:350px){.header-inner{gap:8px}.language-switch button{min-width:38px;padding-inline:8px}.mobile-nav .mobile-instagram{flex-wrap:wrap}.mobile-nav .mobile-instagram-handle{font-size:11px}}
@media(prefers-reduced-motion:reduce){.social-icon,.instagram-contact{transition:none}}

/* Second portfolio case, using the original gallery and brand styling. */
.case-grid + .case-grid{margin-top:28px}
.zangar-case .case-copy h3{font-size:clamp(28px,3vw,42px);overflow-wrap:normal}
.zangar-gallery-domain{font-size:12px;color:var(--muted,#b3baa6);letter-spacing:.04em}
.zangar-thumbnails{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:600px){.case-grid + .case-grid{margin-top:24px}.zangar-gallery-domain{font-size:11px}}
