/* Shared public-site navigation, contact flow and project/service presentation. */
:root{--studio-accent:#cf5021;--studio-tint:#fff5ee;--studio-ink:#282b30;--studio-muted:#62666c;--muted:#62666c;--studio-line:#eee7e1}
html{scroll-padding-top:90px;scrollbar-gutter:stable}
body{overflow-wrap:break-word}
button,input,textarea{font:inherit}
button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #b64922;outline-offset:4px}
[hidden]{display:none!important}
.studio-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.studio-skip{position:fixed;left:16px;top:-80px;z-index:300;background:#fff;padding:12px 18px;border-radius:10px;color:#282b30}
.studio-skip:focus{top:12px}
body>header.studio-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.97);border-bottom:1px solid var(--studio-line);backdrop-filter:blur(10px)}
.studio-nav{height:72px;max-width:1200px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.studio-brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;white-space:nowrap;font-size:18px;font-weight:750;line-height:1.25;color:inherit}
.studio-brand img{width:36px;height:36px;object-fit:contain;flex:none}
.studio-links{display:flex;align-items:center;gap:26px;font-size:14px;color:#484c52;margin-left:auto}
.studio-links a{white-space:nowrap;padding:12px 0}
.studio-links a:hover{color:var(--studio-accent)}
.studio-links .studio-language{font-size:13px;color:#6a6e74;padding-left:12px;border-left:1px solid var(--studio-line)}
.studio-nav-actions{display:flex;align-items:center;gap:12px;flex:none}
.studio-consult,.studio-phone{border:0;border-radius:999px;padding:11px 20px;background:var(--studio-accent);color:#fff;font-size:14px;font-weight:650;cursor:pointer;white-space:nowrap}
.studio-phone,.studio-menu-toggle{display:none}
.studio-text-button{border:0;background:none;padding:0;text-align:left;color:var(--studio-accent);font-weight:650;cursor:pointer;line-height:1.7}
.studio-footer{margin-top:0;padding:48px 0 26px;background:#22262b;color:#c4c8ce}
.studio-footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:60px}
.studio-footer .studio-brand{color:#fff;margin-bottom:16px}
.studio-footer-brand p{font-size:14px;max-width:350px;line-height:1.85;margin:0 0 18px}
.studio-footer h2{font-size:15px;color:#fff;margin:8px 0 15px}
.studio-footer ul{list-style:none;margin:0;padding:0}
.studio-footer li{font-size:14px;padding:5px 0}
.studio-footer a:hover{color:#ffb493}
.studio-footer .studio-text-button{color:#ffb493;font-size:14px}
.studio-footer-services{display:grid;grid-template-columns:1fr 1fr;column-gap:16px}
.studio-footer-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:32px;padding-top:22px;border-top:1px solid #42464c;font-size:12px;color:#b3b9c2}
.studio-mobile-contact{display:none}
.studio-eyebrow{display:block;color:var(--studio-accent);font-size:12px;font-weight:750;letter-spacing:.08em;margin-bottom:12px}
.studio-dialog{position:fixed;inset:0;z-index:200;background:rgba(25,30,35,.56);padding:24px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.studio-dialog-box{position:relative;width:100%;max-width:470px;max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border-radius:22px;padding:34px;box-shadow:0 20px 80px #0003;color:var(--studio-ink)}
.studio-dialog-close{position:sticky;float:right;top:0;margin:-18px -18px 0 0;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#f5f3f1;font-size:24px;cursor:pointer;color:#555}
.studio-dialog h2{font-size:25px;line-height:1.35;margin:0 25px 10px 0;letter-spacing:-.02em}
.studio-dialog-intro{font-size:14px;color:var(--studio-muted);margin:0 0 22px;line-height:1.7}
.studio-dialog-note{font-size:12px;line-height:1.7;color:var(--studio-muted);margin:10px 0 16px}
.studio-qr{width:220px;height:220px;object-fit:contain;margin:0 auto 18px;border:1px solid var(--studio-line);border-radius:12px}
.studio-wechat-id{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}
.studio-wechat-id strong{font-size:18px;user-select:all;overflow-wrap:anywhere}
.studio-wechat-id button{border:1px solid var(--studio-line);background:#fff;border-radius:8px;padding:8px 12px;color:var(--studio-accent);font-size:13px;font-weight:650;cursor:pointer}
.studio-copy-status{font-size:13px;color:#286441;min-height:20px;margin:10px 0;text-align:center}
.studio-form-row{margin:0 0 15px}
.studio-form-row label{display:block;font-size:13px;font-weight:650;margin-bottom:6px}
.studio-form-row label span{color:var(--studio-accent)}
.studio-form-row input,.studio-form-row textarea{width:100%;padding:11px 12px;border:1px solid #dfe0e2;border-radius:10px;background:#fff;color:var(--studio-ink);font-size:16px;line-height:1.5;box-sizing:border-box}
.studio-form-row textarea{resize:vertical;min-height:82px}
.studio-form-row input:focus,.studio-form-row textarea:focus{border-color:var(--studio-accent);outline:2px solid #cf50212b;outline-offset:0}
.studio-submit{width:100%;min-height:48px;background:var(--studio-accent);border:0;border-radius:12px;color:#fff;font-weight:700;cursor:pointer}
.studio-submit:disabled{opacity:.65;cursor:wait}
#bookingMsg:empty{display:none}
#bookingMsg{margin:14px 0 0;padding:12px;border-radius:10px;font-size:14px;line-height:1.7}
#bookingMsg.is-success{background:#edf7f0;color:#235a37}
#bookingMsg.is-error{background:#fff1eb;color:#a53416}
.btn-primary{background:var(--studio-accent)}
.btn-primary:hover{background:#b74118}
.btn-ghost{border-color:#e2e0dd}
.sec-eyebrow{font-size:12px}
.sec-sub{color:var(--studio-muted)}
.home-page .section{padding:60px 0}
.home-page .sec-head{margin-bottom:28px}
.home-page .hero{padding:54px 0 50px}
.home-page .hero-grid{gap:38px;grid-template-columns:1.08fr 1fr}
.home-page .hero h1{font-size:46px;line-height:1.22;letter-spacing:-.025em;max-width:600px}
.home-page .hero-lead{font-size:16px;line-height:1.85;margin-top:16px}
.hero-services{display:block;color:var(--studio-accent);font-size:13px;font-weight:750;letter-spacing:.04em;margin-bottom:14px}
.home-page .hero-eyebrow{font-size:12px;margin-bottom:12px;padding:5px 10px;box-shadow:none}
.home-page .hero-points{margin-top:20px;gap:10px 14px}
.home-page .hero-point{font-size:13px;gap:7px}
.home-page .hero-point .tick{width:18px;height:18px;background:transparent;color:var(--studio-accent)}
.home-page .hero-cta{margin-top:26px}
.home-page .hero-trust{font-size:12px;line-height:1.65;color:#65666a;margin-top:18px}
.home-page .hero-visual{min-height:360px}
.home-page .hero-visual .badge{padding:10px 13px;font-size:12px}
.home-page .service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-page .card{min-height:0;display:grid;grid-template-columns:44px 1fr;gap:6px 14px;padding:22px;border-radius:15px;border-color:var(--studio-line)}
.home-page .card .icon{width:42px;height:42px;margin:0;grid-row:1 / 3;border-radius:12px}
.home-page .card .icon svg{max-width:25px;max-height:25px}
.home-page .card h3{font-size:17px;text-align:left;margin:0;line-height:1.5}
.home-page .card p{font-size:13px;grid-column:2;line-height:1.7;color:var(--studio-muted)}
.home-page .card .more{grid-column:2;font-size:13px;padding-top:8px;color:var(--studio-accent);display:block}
.service-budget{grid-column:2;font-size:12px;color:#5c626a;margin-top:4px}
.price-note{font-size:12px;color:var(--studio-muted);text-align:center;margin-top:20px;line-height:1.75}
.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.work-card{background:#fff;border:1px solid var(--studio-line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .2s,box-shadow .2s}
.work-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px #51391b0c}
.work-preview{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1.7;background:#f2efec;overflow:hidden;padding-top:19px;border-bottom:1px solid var(--studio-line)}
.work-preview::before{content:'● ● ●';position:absolute;top:0;left:0;right:0;padding:1px 12px;font-size:9px;letter-spacing:3px;color:#cd9e89;background:#faf8f6;height:19px;box-sizing:border-box;z-index:1}
.work-preview img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .3s}
.work-preview svg{width:100%;height:100%}
.work-preview:hover img{transform:scale(1.025)}
.work-preview--mobile{background:#f4f6f1}
.work-preview--mobile img{width:auto;max-width:50%;height:95%;object-fit:contain;border-radius:12px;box-shadow:0 5px 18px #25352a20}
.work-placeholder{padding:24px;font-size:18px;font-weight:700;color:#70716e}
.work-kind{position:absolute;bottom:10px;left:12px;background:#fffffff2;color:#575b60;border:1px solid #ece6df;border-radius:6px;font-size:11px;padding:2px 8px}
.work-body{padding:22px;display:flex;flex-direction:column;flex:1}
.work-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.work-tags span{font-size:11px;color:#88624d;background:#faf2ec;border-radius:5px;padding:3px 7px}
.work-body h3{font-size:18px;line-height:1.55;margin:0 0 10px}
.work-body>p{font-size:13px;color:var(--studio-muted);line-height:1.8;margin:0 0 18px}
.work-actions{margin-top:auto;padding-top:14px;border-top:1px solid var(--studio-line);display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;font-weight:650}
.work-actions a,.work-actions button{color:var(--studio-accent);font:inherit}
.work-actions button{border:0;background:none;padding:0;cursor:pointer}
.work-actions a{padding:3px 0}
.home-page #cases{background:#fcfaf7}
.home-page .case-more{text-align:center;margin-top:28px}
.home-page .adv-grid{gap:14px}
.home-page .adv{padding:18px 12px;box-shadow:none;min-width:0;overflow-wrap:anywhere}
.home-page .adv .circle{width:40px;height:40px;border-radius:12px;margin-bottom:12px}
.home-page .adv .circle svg{max-width:24px;max-height:24px}
.home-page .adv h3{font-size:15px}
.home-page .adv p{font-size:13px;color:var(--studio-muted)}
.home-page .flow{gap:16px}
.home-page .step h3{font-size:15px}
.home-page .step p{font-size:13px}
.home-page .solution-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.home-page .solution-preview{min-height:160px;padding:20px}
.home-page .solution-preview strong{font-size:17px;line-height:1.55;color:var(--studio-ink)}
.home-page .solution-preview .solution-code{font-size:11px;letter-spacing:.08em;color:#78716a;margin-top:8px}
.home-page .solution-preview em{font-size:12px;color:var(--studio-accent)}
.home-page .faq-grid{grid-template-columns:minmax(0,1fr) 320px;gap:32px}
.home-page .faq-aside{padding:25px;align-self:start}
.home-page .faq-aside .aside-ill,.home-page .faq-aside .paw-big{display:none}
.home-page .faq-aside h3{font-size:20px}
.home-page .faq-q{font-size:15px}
.home-page .faq-a{font-size:14px}
.home-page #contact{padding-top:20px;padding-bottom:56px}
.home-page .cta-banner{padding:34px 38px}
.home-page .cta-banner h2{font-size:26px}
.solution-card .code{font-size:11px;font-weight:650;color:#78716a;letter-spacing:.06em;order:2;margin-top:8px}
.solution-card .type{order:0;margin-top:0}
.solution-card h2,.solution-card h3{order:1;font-size:20px;line-height:1.5;margin:10px 0 0}
.solution-card p{order:3;margin-top:12px;font-size:14px}
.solution-card .more{order:4;color:var(--studio-accent)}
.service-page .page-hero .wrap,.case-detail-page .page-hero .wrap{text-align:left}
.service-page .page-hero h1,.case-detail-page .page-hero h1{font-size:42px;max-width:800px}
.service-page .page-hero p,.case-detail-page .page-hero p{margin-left:0;max-width:720px}
.service-page .hero-actions,.case-detail-page .hero-actions{justify-content:flex-start}
.service-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px}
.service-facts>div{background:#fff;border:1px solid var(--studio-line);border-radius:14px;padding:20px}
.service-facts dt{font-size:12px;color:var(--studio-muted);margin-bottom:8px}
.service-facts dd{font-size:15px;font-weight:650;line-height:1.7;margin:0}
.service-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.service-feature{padding:26px;border:1px solid var(--studio-line);border-radius:16px;background:#fff}
.service-feature>span{font-size:12px;color:var(--studio-accent);font-weight:750}
.service-feature h3{font-size:20px;margin:12px 0}
.service-feature p{font-size:15px;line-height:1.9;color:var(--studio-muted)}
.service-delivery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;list-style:none;padding:0;margin:0}
.service-delivery li{background:#fff;border:1px solid var(--studio-line);border-radius:12px;padding:22px;font-size:15px}
.service-delivery li::before{content:'✓';color:var(--studio-accent);margin-right:10px;font-weight:750}
.service-faq{max-width:850px;margin:0 auto}
.service-faq details{padding:20px 0;border-bottom:1px solid var(--studio-line)}
.service-faq summary{font-weight:650;cursor:pointer;font-size:17px}
.service-faq details p{font-size:15px;color:var(--studio-muted);margin:14px 0 0;line-height:1.9}
.case-detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr);gap:44px;align-items:start}
.case-detail-image{background:#f5f4f1;border:1px solid var(--studio-line);border-radius:18px;padding:18px;display:flex;justify-content:center;overflow:hidden}
.case-detail-image img{width:100%;height:auto;object-fit:contain;align-self:start;border-radius:10px}
.case-detail-image.is-mobile img{max-width:375px}
.case-detail-image svg{max-width:100%;height:auto}
.case-description h2{font-size:24px;margin-bottom:14px}
.case-description p{font-size:15px;line-height:1.9;color:var(--studio-muted);margin-bottom:22px}
.case-description h3{font-size:16px;margin:24px 0 12px}
.case-description ul{padding-left:20px;color:var(--studio-muted);font-size:15px;line-height:1.9}
.case-description .btn{margin:12px 0}
.case-list-page .page-hero{padding:45px 0}
.case-list-page .page-hero h1{font-size:38px}
.case-list-page .page-hero p{font-size:16px}
.case-filter-status{font-size:13px;color:var(--studio-muted);margin:16px 0}
.portfolio-hero{position:relative;min-height:360px;width:100%;isolation:isolate}
.portfolio-window{position:absolute;left:0;top:24px;width:92%;border:7px solid #fff;border-radius:14px;background:#fff;box-shadow:0 20px 50px #6b493c26;transform:rotate(-3deg);overflow:hidden}
.portfolio-window img{width:100%;height:auto;aspect-ratio:1.8;object-fit:cover;object-position:top}
.portfolio-window-label{display:flex;justify-content:space-between;font-size:11px;color:#7b6c64;padding:6px 9px;background:#fff}
.portfolio-small{position:absolute;bottom:12px;right:0;width:64%;transform:rotate(4deg);border:6px solid #fff;box-shadow:0 15px 35px #6b493c26;border-radius:12px;overflow:hidden;background:#fff}
.portfolio-small img{width:100%;aspect-ratio:1.75;object-fit:cover;object-position:top}
.portfolio-small.is-mobile{width:25%;height:265px;right:0;bottom:0;border-width:5px;border-radius:20px}
.portfolio-small.is-mobile img{width:100%;height:100%;object-fit:cover;object-position:top}
.portfolio-caption{position:absolute;left:0;bottom:2px;font-size:12px;color:#65605a;max-width:60%}
@media(max-width:1100px){.studio-nav{gap:18px}.studio-links{gap:18px}.studio-consult{padding:11px 16px}.studio-brand{font-size:17px}}
@media(max-width:1000px){
 .studio-nav{height:64px;gap:12px}.studio-links{display:none;position:absolute;top:64px;left:0;right:0;margin:0;background:#fff;padding:16px 24px 22px;box-shadow:0 16px 25px #1b263516;border-bottom:1px solid var(--studio-line);max-height:calc(100dvh - 130px);overflow:auto}
 .studio-links.is-open{display:grid;grid-template-columns:1fr 1fr;gap:4px 18px}.studio-links a{padding:12px;border-radius:8px;background:#faf8f5;font-size:15px}.studio-links .studio-language{border:0;padding:12px}
 .studio-menu-toggle{display:flex;align-items:center;gap:7px;justify-content:center;border:1px solid #ddd8d3;border-radius:10px;background:#fff;color:#42454b;min-height:42px;padding:7px 10px;font-size:13px;cursor:pointer}.studio-menu-toggle>span:first-child{font-size:19px;line-height:1}
 .studio-phone{display:inline-flex}.studio-consult{display:none}.studio-nav-actions{gap:8px}
 .home-page .hero-grid{grid-template-columns:1fr 1fr;gap:25px}.home-page .hero h1{font-size:36px}.home-page .hero-visual{min-height:300px}.home-page .hero-points{grid-template-columns:1fr}.home-page .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .card{padding:18px;grid-template-columns:1fr;gap:8px}.home-page .card .icon{grid-row:auto}.home-page .card p,.home-page .card .more,.service-budget{grid-column:1}
 .work-grid{gap:16px}.work-body{padding:18px}.work-body h3{font-size:17px}.work-actions{flex-wrap:wrap}.home-page .adv-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-page .faq-grid{grid-template-columns:1fr}.home-page .faq-aside{display:none}
 .service-features{gap:14px}.service-feature{padding:22px}.service-facts{grid-template-columns:1fr 1fr}.service-facts>div:first-child{grid-column:1/-1}.service-delivery{grid-template-columns:1fr 1fr}.studio-footer-grid{gap:28px}
 .portfolio-hero{min-height:300px}.portfolio-small.is-mobile{height:225px}.portfolio-caption{bottom:0;font-size:11px}
}
@media(max-width:700px){
 html{scroll-padding-top:80px}.studio-nav{padding:0 18px}.studio-brand{font-size:16px;gap:7px}.studio-brand img{width:31px;height:31px}.studio-phone{font-size:12px;padding:10px 13px}.studio-menu-toggle{min-height:40px}
 .home-page .hero-grid{grid-template-columns:1fr;gap:24px}.home-page .hero{padding:30px 0 32px}.home-page .hero h1{font-size:34px;max-width:530px}.home-page .hero-lead{font-size:15px;margin-top:14px}.home-page .hero-services{font-size:12px;margin-bottom:12px}.home-page .hero-points{grid-template-columns:1fr 1fr;gap:8px 12px;margin-top:18px}.home-page .hero-point{font-size:12px;gap:3px;line-height:1.65}.home-page .hero-cta{flex-direction:row;flex-wrap:nowrap;gap:10px;margin-top:22px}.home-page .hero-cta .btn{font-size:14px;padding:12px 17px;flex:1;justify-content:center}.home-page .hero-trust{margin-top:14px}.home-page .hero-visual{min-height:0;max-width:420px;width:100%;margin:auto}.home-page .hero-visual .photo{width:75%;margin:auto;transform:none}.home-page .hero-visual .badge{font-size:10px;padding:7px 10px;box-shadow:0 6px 15px #69421b12}.home-page .hero-visual .badge b{font-size:15px}.home-page .badge-1{top:12px;left:12px}.home-page .badge-2{bottom:8px;right:12px}
 .home-page .section{padding:38px 0}.home-page .sec-head{margin-bottom:22px}.home-page .sec-title{font-size:26px;line-height:1.4}.home-page .sec-sub{font-size:14px;margin-top:10px;line-height:1.75}.home-page .service-grid{grid-template-columns:1fr 1fr;gap:12px}.home-page .card{padding:16px}.home-page .card .icon{width:34px;height:34px;border-radius:9px}.home-page .card h3{font-size:16px}.home-page .card p{font-size:12px;line-height:1.75}.home-page .card .more{font-size:12px;padding-top:4px}.service-budget{font-size:11px;line-height:1.6}.price-note{font-size:11px;text-align:left;margin-top:14px}.home-page .solution-preview-grid{grid-template-columns:1fr 1fr;gap:12px}.home-page .solution-preview{padding:16px;min-height:160px}.home-page .solution-preview strong{font-size:15px}.home-page .adv-grid{grid-template-columns:1fr 1fr;gap:12px}.home-page .adv{padding:18px 14px}.home-page .adv-grid>.adv:last-child:nth-child(odd){grid-column:1/-1;max-width:none}.home-page .flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 14px}.home-page .step .num{width:34px;height:34px;font-size:15px}.home-page .step h3{font-size:14px}.home-page .step p{font-size:12px}.home-page .cta-banner{padding:28px 22px;gap:22px}.home-page .cta-banner h2{font-size:23px}.home-page .cta-banner p{font-size:14px}.home-page .cta-banner .btns{flex-wrap:wrap;gap:10px}.home-page .cta-banner .btn{padding:11px 17px;font-size:14px}
 .work-grid{grid-template-columns:1fr;gap:20px}.work-preview{aspect-ratio:1.85}.work-body{padding:20px}.work-body h3{font-size:19px}.work-body>p{font-size:14px}.work-actions{font-size:14px}.work-actions a,.work-actions button{min-height:38px;display:inline-flex;align-items:center}
 .studio-footer{padding:34px 0 20px;margin:0}.studio-footer-grid{grid-template-columns:1fr 1fr;gap:24px}.studio-footer-brand{grid-column:1/-1}.studio-footer-brand p{max-width:none;font-size:13px;margin-bottom:10px}.studio-footer h2{font-size:14px}.studio-footer li{font-size:12px;padding:7px 0;overflow-wrap:anywhere}.studio-footer-services{grid-template-columns:1fr}.studio-footer .studio-text-button{font-size:12px}.studio-footer-bottom{flex-direction:column;gap:8px;margin-top:22px;font-size:11px}
 body{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.studio-mobile-contact{position:fixed;z-index:60;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 18px calc(10px + env(safe-area-inset-bottom,0px));background:#fffffff7;border-top:1px solid var(--studio-line);box-shadow:0 -4px 18px #1b263507}.studio-mobile-contact button{height:44px;border-radius:10px;border:1px solid #e0c7b8;background:#fff;color:var(--studio-accent);font-size:14px;font-weight:700;cursor:pointer}.studio-mobile-contact button:first-child{background:var(--studio-accent);border-color:var(--studio-accent);color:#fff}
 .studio-dialog{padding:14px}.studio-dialog-box{padding:27px 22px;max-height:calc(100dvh - 28px);border-radius:18px}.studio-dialog h2{font-size:22px}.studio-dialog-close{right:10px;top:10px;width:36px;height:36px}.studio-dialog-intro{font-size:13px;margin-bottom:18px}.studio-eyebrow{font-size:11px;margin-right:28px}.studio-form-row{margin-bottom:12px}.studio-form-row input,.studio-form-row textarea{padding:9px 11px}.studio-dialog-note{font-size:11px}
 .service-page .page-hero,.case-detail-page .page-hero{padding:35px 0}.service-page .page-hero h1,.case-detail-page .page-hero h1{font-size:30px}.service-page .page-hero p,.case-detail-page .page-hero p{font-size:15px}.service-page .section,.case-detail-page .section{padding:40px 0}.service-facts{grid-template-columns:1fr;gap:10px;margin-top:24px}.service-facts>div:first-child{grid-column:auto}.service-facts>div{padding:15px 18px}.service-facts dt{margin-bottom:4px}.service-facts dd{font-size:14px}.service-features{grid-template-columns:1fr}.service-feature h3{font-size:19px}.service-feature p{font-size:14px}.service-delivery{grid-template-columns:1fr 1fr;gap:10px}.service-delivery li{font-size:13px;padding:16px}.service-faq summary{font-size:16px}.service-faq details p{font-size:14px}.case-detail-grid{grid-template-columns:1fr;gap:28px}.case-list-page .page-hero{padding:32px 0}.case-list-page .page-hero h1{font-size:30px}.case-list-page .page-hero p{font-size:14px}.case-list-page .section{padding:36px 0}.solution-card h2{font-size:19px}
 .portfolio-hero{min-height:270px;max-width:410px;margin:auto}.portfolio-window{width:87%;top:12px}.portfolio-small{bottom:20px;width:65%}.portfolio-small.is-mobile{height:240px;bottom:5px;width:28%}.portfolio-caption{bottom:0;font-size:11px}
}
@media(max-width:360px){.studio-nav{padding:0 12px;gap:6px}.studio-brand{font-size:15px;gap:5px}.studio-brand img{width:28px;height:28px}.studio-phone{padding:9px 10px;font-size:11px}.studio-menu-toggle{padding:7px;gap:4px;font-size:11px}.studio-nav-actions{gap:6px}.home-page .wrap{padding:0 18px}.home-page .hero h1{font-size:29px}.home-page .hero-point{font-size:11px}.home-page .card{padding:13px}.home-page .card h3{font-size:15px}.home-page .hero-cta .btn{padding:12px 10px;font-size:13px}.home-page .flow{grid-template-columns:1fr 1fr}.portfolio-hero{min-height:230px}.portfolio-small.is-mobile{height:200px}.studio-brand span{letter-spacing:-.03em}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
