/* Mizan — editorial identity. Fonts self-hosted under SIL OFL. */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/dm-sans-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/dm-sans-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{color-scheme:light;--paper:#f5f3ec;--ink:#232620;--muted:#686b62;--line:#d9dad0;--accent:#e65b34;--card:#eeeee5;--header:rgba(245,243,236,.94);--dark:#20251f;--font:'DM Sans',sans-serif;--display:'Manrope',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}::selection{background:#ee6038;color:#fff}h1,h2,h3,h4,h5,p{margin:0}h1,h2,h3,h4{font-family:var(--display)}svg{display:block}em{font-style:normal;color:var(--accent)}.wrap{max-width:1440px;width:calc(100% - 112px);margin-inline:auto}.section-space{padding-block:112px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:1.7px;display:flex;align-items:center;gap:10px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);display:inline-block;box-shadow:0 0 0 4px rgba(237,96,56,.09);flex-shrink:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--ink);color:var(--paper);padding:15px}.skip-link:focus{top:15px}
.site-header{height:100px;padding:0 56px;max-width:1800px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;position:sticky;top:0;z-index:20;background:var(--header);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand>svg{width:39px;height:39px;color:var(--accent)}.brand>span{font-family:var(--display);font-size:32px;font-weight:800;line-height:.85;letter-spacing:-1.6px}.brand-sub{display:block;font-family:var(--font);font-size:9px;font-weight:500;line-height:1;letter-spacing:4.2px;margin-top:8px;padding-left:2px}.site-header nav{display:flex;gap:32px}.site-header nav a{font-size:13px;position:relative;padding-block:12px}.site-header nav a:after{content:'';height:1px;background:var(--accent);position:absolute;left:0;bottom:4px;width:0;transition:width .2s}.site-header nav a:hover:after,.site-header nav a[aria-current]:after{width:100%}.header-actions{display:flex;align-items:center;gap:16px}.language-toggle,.theme-toggle{border:0;background:none;min-width:32px;height:44px;font-size:12px}.theme-toggle svg{width:19px;height:19px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:19px 25px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);font-size:13px;font-weight:500;border-radius:4px;transition:background .2s,transform .2s}.button:hover{background:var(--accent);border-color:var(--accent);color:#20251f;transform:translateY(-2px)}.button>span:last-child{font-size:22px;line-height:1}.button-small{padding:13px 18px;gap:25px;font-size:12px}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px}.text-link{display:inline-flex;align-items:center;gap:23px;font-size:13px;font-weight:500;padding-block:12px}.text-link>span:last-child{font-size:22px;transition:transform .2s}.text-link:hover>span:last-child{transform:translate(3px,-3px)}
.hero{position:relative;min-height:720px;display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:8px;padding-top:68px;padding-bottom:110px}.hero-copy{position:relative;z-index:2}.hero h1{font-size:clamp(62px,6.4vw,99px);font-weight:500;line-height:1.07;letter-spacing:-6px;margin-top:30px;margin-bottom:27px;white-space:nowrap}.hero-description{max-width:440px;font-size:16px;line-height:1.8;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:32px}.hero-footnote{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:10px;margin-top:44px}.mini-mark{width:24px;height:24px;padding:5px;border:1px solid var(--line);border-radius:50%}.hero-visual{position:relative;align-self:center;min-width:0;margin:-25px -20px 0 -25px}.orbital-art{width:100%;height:auto;overflow:visible}.orbit-label{position:absolute;font-size:8px;letter-spacing:1.5px;display:flex;align-items:center;gap:10px}.label-top{right:7%;top:5%}.tiny-cross{font-size:20px;font-weight:300}.label-bottom{left:18%;bottom:0%;font-size:8px;gap:8px}.coordinates{color:var(--muted);letter-spacing:0;font-size:8px;margin-left:10px}.hero-bottom{position:absolute;bottom:26px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:1.4px;color:var(--muted)}.hero-bottom a{display:flex;align-items:center;gap:20px}.hero-bottom a>span:last-child{font-size:20px;color:var(--ink)}.satellite{transform-origin:300px 300px;animation:orbit 36s linear infinite}.expertise-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:26px}.expertise-strip>.wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}.expertise-strip span{font-size:16px;font-family:var(--display);letter-spacing:-.3px}.expertise-strip i{font-style:normal;color:var(--accent);font-size:25px}
.section-dark{background:var(--dark);color:#f5f3ec}.products{padding-block:98px 32px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:54px}.section-heading h2,.about h2{font-size:clamp(36px,4vw,60px);font-weight:500;line-height:1.17;letter-spacing:-2.5px;margin-top:24px}.section-heading>p{font-size:14px;line-height:1.8;max-width:330px;color:var(--muted);padding-bottom:4px}.section-dark .section-heading>p{color:#b0b5ab}.muted{color:#b0b5ab}.soft{color:#a9b39f}.product-card{display:grid;grid-template-columns:1fr 1fr;min-height:490px;border:1px solid #475043;border-radius:8px;overflow:hidden;background:#293026;margin-bottom:24px}.product-info{padding:43px 45px}.product-index{font-size:9px;letter-spacing:1.5px;color:#b4bcad}.product-name{display:flex;align-items:center;gap:12px;margin-top:30px;margin-bottom:28px}.product-name h3{font-size:32px;font-weight:600;letter-spacing:-1.6px}.product-name h3>span{color:#c8d6ad}.product-icon{font-size:38px;color:#c8d6ad;line-height:1}.product-info h4{font-size:24px;font-weight:500;letter-spacing:-.6px;max-width:320px;line-height:1.35;margin-bottom:16px}.product-info>p{font-size:13px;line-height:1.85;color:#bec4b9;max-width:365px}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:22px}.tags>span{font-size:9px;padding:7px 10px;border:1px solid #525b4a;border-radius:3px;color:#d3d8cd}.product-link{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-top:31px;padding-top:21px;border-top:1px solid #48513f}.product-link>span:last-child{font-size:24px;transition:transform .2s}.product-link:hover>span:last-child{transform:translate(4px,-4px)}.product-preview{position:relative;display:flex;align-items:center;justify-content:center;padding:50px 28px 30px;overflow:hidden}.ai-preview{background:#c7d0b5;background-image:radial-gradient(ellipse at 90% 10%,#e0e6cf,transparent 70%)}.preview-caption{position:absolute;top:21px;left:26px;font-size:8px;letter-spacing:1.2px;color:#4f5847}.ai-window{width:100%;max-width:440px;background:#f8f9f2;color:#293026;border:1px solid #eff1e8;border-radius:8px;box-shadow:0 18px 55px #32452624;transform:rotate(-3deg);transition:transform .5s}.product-card:hover .ai-window,.product-card:hover .bureau-window{transform:rotate(0)}.window-top{display:flex;justify-content:space-between;align-items:center;padding:18px 21px;border-bottom:1px solid #e5e7dd;font-size:13px;font-weight:600}.window-dots{letter-spacing:3px;font-size:11px;color:#939988}.ai-content{padding:28px 22px 20px}.ai-greeting{font-family:var(--display);font-size:23px;font-weight:500;letter-spacing:-1px;display:block;margin-bottom:23px}.prompt-bubble{background:#e9eddf;border:1px solid #dce2d1;border-radius:6px;padding:13px;font-size:10px;display:flex;align-items:center;gap:10px;justify-content:space-between}.ai-answer{display:flex;gap:10px;margin-top:25px}.ai-spark{font-size:23px;color:#728655}.ai-answer>div{flex:1;padding-top:5px}.ai-answer strong{font-size:10px;font-weight:500}.skeleton{height:5px;background:#dfe4d5;border-radius:2px;margin-top:10px}.s1{width:95%}.s2{width:88%}.s3{width:64%}.analysis-tags{display:flex;gap:5px;margin-top:15px;flex-wrap:wrap}.analysis-tags>span{font-size:8px;border:1px solid #d9decf;padding:5px 7px;border-radius:3px}.ai-input{border:1px solid #dedfd5;border-radius:4px;margin-top:30px;padding:13px 10px;font-size:9px;color:#656d5c;display:flex;align-items:center;justify-content:space-between}.ai-input>span:last-child{padding:3px 6px;background:#293026;color:#fff;border-radius:3px;font-size:14px}.bureau-card{background:#292c2c;border-color:#434b4b}.bureau-icon{font-family:var(--display);font-size:42px;font-weight:700;color:#b4cece}.bureau-card .tags>span{border-color:#515958}.bureau-card .product-link{border-color:#515958}.bureau-preview{background:#c2d3d2;background-image:radial-gradient(ellipse at 10% 90%,#dfebe6,transparent 70%)}.bureau-window{display:flex;width:100%;max-width:440px;min-height:328px;color:#263333;background:#f7faf7;border-radius:7px;box-shadow:0 18px 55px #233e3d22;transform:rotate(3deg);transition:transform .5s;border:1px solid #e3eeea;overflow:hidden}.bureau-sidebar{width:49px;border-right:1px solid #dfe7e3;display:flex;align-items:center;flex-direction:column;gap:19px;padding:16px 0;background:#edf3ef}.bureau-sidebar b{font-size:24px;line-height:1}.bureau-sidebar b>span{color:#648b80}.bureau-sidebar i{font-style:normal;font-size:15px;color:#839b93;width:29px;text-align:center;padding:4px}.bureau-sidebar i.selected{color:#476e5d;background:#d9e7db;border-radius:4px}.bureau-content{padding:20px;flex:1;min-width:0}.dashboard-top{display:flex;justify-content:space-between;align-items:center;font-size:8px;color:#5d6d63}.avatar{background:#dce7d9;border-radius:50%;padding:5px 7px;color:#375545;font-size:8px}.bureau-content h5{font-size:19px;font-weight:500;letter-spacing:-.6px;margin-top:20px}.dashboard-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.dashboard-cards>div{border:1px solid #dfe7e1;border-radius:4px;padding:10px}.dashboard-cards>div>span{font-size:8px;display:block}.dashboard-cards>div .dash-symbol{font-size:16px;color:#618573;margin-bottom:6px}.dashboard-cards .skeleton{background:#e4eae3;width:60%;height:4px}.dashboard-list{font-size:9px;margin-top:20px}.dashboard-list>span{font-weight:600}.dashboard-list>div{display:flex;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #e6eae4;font-size:8px}.dashboard-list i{width:5px;height:5px;border-radius:50%;background:#85a695}.dashboard-list small{margin-left:auto;color:#607567;font-size:8px}.products-bottom{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#b0b8a8;margin-top:32px}.small-mark{width:26px;color:#8c987c}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:60px}.principle{border-top:1px solid var(--line);padding-top:28px}.principle-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.principle-top>span{font-size:11px;color:var(--muted)}.principle-top svg{width:56px;height:56px;color:var(--accent)}.principle h3{font-size:19px;font-weight:600;letter-spacing:-.5px;margin-bottom:16px}.principle p{font-size:13px;color:var(--muted);line-height:1.85;max-width:320px}.technology{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:33px}.technology-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.technology .eyebrow{font-size:9px;max-width:200px;line-height:1.8}.tech-list{display:flex;gap:35px;flex-wrap:wrap;justify-content:flex-end}.tech-list>span{font-size:14px;font-weight:500}.about{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-visual{aspect-ratio:1.04;position:relative;background:#e9e7dc;border-radius:5px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#30382a}.about-grid{position:absolute;inset:0;background-image:linear-gradient(#333c2010 1px,transparent 1px),linear-gradient(90deg,#333c2010 1px,transparent 1px);background-size:40px 40px}.giant-mark{width:50%;z-index:1;color:#e7673e;transform:rotate(-9deg)}.about-label{position:absolute;top:26px;left:26px;font-size:8px;letter-spacing:1.2px}.about-coordinates{position:absolute;bottom:26px;left:26px;right:26px;display:flex;align-items:flex-end;justify-content:space-between;font-size:9px;letter-spacing:1px;line-height:1.6}.about-orbit{position:absolute;width:88%;height:48%;border:1px solid #7f896065;border-radius:50%;transform:rotate(-30deg)}.about-orbit:after{content:'';position:absolute;width:9px;height:9px;background:#e7673e;border-radius:50%;top:15%;left:11%}.about-copy p{font-size:14px;line-height:1.9;color:var(--muted);margin-top:23px;max-width:430px}.about-copy .text-link{margin-top:24px}.journal{padding-top:0}.journal-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:42px}.journal h2{font-size:38px;font-weight:500;letter-spacing:-1.7px;margin-top:22px}.journal-aside{font-size:12px;color:var(--muted);padding-bottom:5px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.journal-art{height:210px;position:relative;overflow:hidden;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:transform .35s}.journal-card:hover .journal-art{transform:translateY(-5px)}.art-ai{background:#e8e4d7;color:#343c29;gap:24px}.art-ai>span{font-family:var(--display);font-size:110px;letter-spacing:-8px}.art-ai i{font-style:normal;font-size:125px;color:#f06c42;display:block;transition:transform .8s}.journal-card:hover .art-ai i{transform:rotate(90deg)}.art-digital{background:#dbe1cd}.mini-window{width:165px;height:110px;background:#f3f4e9;border:1px solid #9ba98a;border-radius:5px;transform:rotate(-8deg);box-shadow:12px 12px 0 #bec8aa;padding:11px;display:flex;gap:4px;position:relative}.mini-window>i{width:4px;height:4px;background:#a5ae95;border-radius:50%}.mini-window>div{position:absolute;inset:30px 12px 12px;border:1px solid #cbd2ba;background:linear-gradient(90deg,#dce2cf 30%,transparent 30%)}.art-digital>span{font-size:90px;position:absolute;right:18%;bottom:5%;color:#657443}.art-doc{background:#d9e5e2}.paper{height:146px;width:111px;border:1px solid #b0c5bd;background:#f5f7f1;transform:rotate(10deg);padding:18px;box-shadow:-9px 10px 0 #c1d3cb}.paper>span{font-size:35px;line-height:1;color:#799b8c}.paper i{display:block;height:3px;background:#c3d4c8;margin-top:10px}.paper i:last-child{width:70%}.art-doc>b{font-size:82px;font-weight:400;position:absolute;left:20%;bottom:10%;color:#567a69}.journal-meta{display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px;color:var(--muted);margin-top:24px}.journal-card h3{font-size:20px;font-weight:500;line-height:1.5;letter-spacing:-.6px;margin-top:13px;max-width:300px;min-height:60px}.journal-link{display:flex;justify-content:space-between;align-items:center;font-size:11px;padding-top:16px;margin-top:20px;border-top:1px solid var(--line)}.journal-link>span:last-child{font-size:20px}.article-language{font-size:10px;color:var(--muted);margin-top:25px}
.contact{background:var(--accent);color:#171c14;padding-block:45px 48px}.contact-top{display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:1.2px}.contact-top .status-dot{background:#24291e;box-shadow:none}.contact-heading{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-block:43px}.contact h2{font-size:clamp(40px,5.7vw,84px);line-height:1.17;letter-spacing:-3.5px;font-weight:500}.contact-arrow{display:flex;align-items:center;justify-content:center;border:1px solid #24291e77;border-radius:50%;width:120px;height:120px;flex-shrink:0;font-size:80px;font-weight:400;transition:background .3s,color .3s,transform .3s}.contact-arrow:hover{background:#24291e;color:#f5f3ec;transform:rotate(45deg)}.contact-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;border-top:1px solid #24291e44;padding-top:28px}.contact-bottom>p{max-width:320px;font-size:13px;line-height:1.8}.contact-bottom>a{font-size:20px;letter-spacing:-.5px;display:flex;gap:20px;align-items:center}.contact-bottom>a>span{font-size:25px}.footer{padding-block:60px 24px}.footer-main{display:grid;grid-template-columns:1.5fr .7fr .8fr 1fr;gap:45px;padding-bottom:56px}.footer-main>div>p{font-size:12px;color:var(--muted);margin-top:25px;max-width:200px;line-height:1.8}.footer-column{display:flex;flex-direction:column;gap:14px;font-size:12px}.footer-column>span{font-size:9px;color:var(--muted);letter-spacing:1px;margin-bottom:7px}.footer-column a:hover{color:var(--accent)}address{font-style:normal;font-size:11px;line-height:1.9;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);padding-top:24px;font-size:9px;color:var(--muted)}.footer-bottom>span:nth-child(2){display:flex;align-items:center;gap:10px}.footer-bottom i{font-style:normal;font-size:17px;color:var(--accent)}.footer-bottom>a{color:var(--ink)}
[data-theme="dark"]{color-scheme:dark;--paper:#191d18;--ink:#f0f0e5;--muted:#acb2a3;--line:#394031;--card:#272e23;--header:rgba(25,29,24,.94)}[data-theme="dark"] .hero-visual{filter:saturate(.85)}[data-theme="dark"] .section-dark{background:#11160f}[data-theme="dark"] .expertise-strip{background:#20261c}[data-theme="dark"] .about-visual{background:#c9ccbb}[data-theme="dark"] .contact{color:#171c14}[data-theme="dark"] .contact a:focus-visible{outline-color:#171c14}
.reveal{opacity:1;transform:none}.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.motion-ready .reveal.visible{opacity:1;transform:none}
@keyframes orbit{to{transform:rotate(360deg)}}
@media(min-width:1600px){.hero{min-height:800px}.hero h1{font-size:106px}.hero-description{font-size:18px;max-width:480px}.hero-visual{max-width:670px}.site-header{padding-inline:max(56px,calc((100vw - 1440px)/2))}}
@media(max-width:1150px){.wrap{width:calc(100% - 72px)}.site-header{padding-inline:36px;gap:20px}.site-header nav{gap:22px}.header-actions{gap:9px}.hero{min-height:650px;padding-top:60px}.hero h1{font-size:70px;letter-spacing:-4.5px}.hero-description{max-width:370px;font-size:14px}.hero-actions{gap:18px}.hero-actions .button{padding:17px 18px;gap:16px;font-size:12px}.hero-actions .text-link{font-size:12px;gap:12px}.hero-visual{margin-left:-40px}.coordinates{display:none}.expertise-strip span{font-size:13px}.product-info{padding:34px}.product-name h3{font-size:29px}.product-info h4{font-size:22px}.product-preview{padding-inline:22px}.about{gap:55px}.section-heading{gap:35px}.tech-list{gap:24px}.footer-main{gap:28px}.contact-bottom>a{font-size:18px}}
@media(max-width:900px){.site-header nav{gap:18px}.site-header nav a{font-size:12px}.button-small{display:none}.hero h1{font-size:60px;letter-spacing:-3.5px}.hero{min-height:600px}.hero-footnote{font-size:9px;max-width:300px;line-height:1.6}.hero-visual{margin-right:-20px}.hero-actions{gap:12px}.hero-actions .text-link{gap:10px}.hero-description{max-width:340px}.section-space{padding-block:80px}.section-heading h2,.about h2{font-size:41px}.section-heading>p{max-width:270px;font-size:13px}.product-info{padding:28px}.product-name h3{font-size:25px}.product-preview{padding-inline:18px}.product-name{gap:8px}.product-info h4{font-size:21px}.product-info>p{font-size:12px}.tags>span{font-size:8px}.ai-content{padding:22px 16px 18px}.ai-greeting{font-size:19px}.ai-window{transform:rotate(-2deg)}.bureau-content{padding:15px}.bureau-sidebar{width:37px}.bureau-content h5{font-size:17px}.dashboard-list>div{font-size:7px}.principles{gap:25px}.principle h3{font-size:17px}.principle p{font-size:12px}.technology-inner{align-items:flex-start}.tech-list{gap:17px;font-size:12px}.tech-list>span{font-size:12px}.about{gap:35px}.about-copy p{font-size:12px}.journal{padding-top:0}.journal h2{font-size:33px}.journal-aside{display:none}.journal-art{height:175px}.journal-card h3{font-size:17px}.art-ai>span{font-size:80px}.art-ai i{font-size:90px}.contact-arrow{width:95px;height:95px;font-size:64px}.footer-main{grid-template-columns:1.2fr 1fr 1fr;gap:30px}.address-column{grid-column:1/-1;display:grid;grid-template-columns:1.2fr 1fr 1fr}.address-column>span{margin:0}.footer-bottom>span:nth-child(2){display:none}}
@media(max-width:680px){html{scroll-padding-top:80px}.wrap{width:calc(100% - 40px)}.site-header{height:78px;padding-inline:20px;gap:12px}.brand>svg{width:31px;height:31px}.brand>span{font-size:27px}.brand-sub{font-size:8px;letter-spacing:3.3px;margin-top:6px}.header-actions{gap:6px}.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px}.menu-toggle>span{height:1px;width:22px;background:var(--ink);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)}.site-header nav{display:none;position:absolute;top:77px;left:0;right:0;background:var(--paper);padding:24px;border-bottom:1px solid var(--line);box-shadow:0 20px 24px #0000000a;flex-direction:column;gap:10px}.site-header nav.open{display:flex}.site-header nav a{font-size:18px;padding:12px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:47px;padding-bottom:68px;gap:20px;min-height:0}.eyebrow{font-size:9px;letter-spacing:1.4px}.hero h1{font-size:clamp(48px,10.6vw,70px);letter-spacing:-3.3px;line-height:1.12;margin-top:25px;margin-bottom:22px;white-space:normal}.hero-description{font-size:14px;line-height:1.8;max-width:450px}.hero-actions{margin-top:26px;gap:25px}.hero-actions .button{padding:17px 18px;font-size:11px;gap:20px}.hero-actions .text-link{font-size:11px}.hero-footnote{margin-top:25px;max-width:none;font-size:9px}.hero-visual{width:100%;max-width:440px;margin:-10px auto 0;align-self:center}.orbital-art{width:100%;max-height:370px}.label-top{top:3%;right:3%;font-size:7px}.label-bottom{bottom:1%;left:20%;font-size:7px}.coordinates{display:inline;font-size:6px}.hero-bottom{bottom:20px;font-size:7px;letter-spacing:.8px}.hero-bottom a{gap:8px}.hero-bottom a>span:last-child{font-size:16px}.expertise-strip{padding-block:20px}.expertise-strip>.wrap{display:grid;grid-template-columns:1fr auto 1fr;gap:17px 12px}.expertise-strip span{font-size:12px;text-align:center}.expertise-strip i{font-size:19px;text-align:center}.expertise-strip i:nth-of-type(2){display:none}.section-space{padding-block:66px}.products{padding-block:62px 28px}.section-heading{display:block;margin-bottom:32px}.section-heading h2,.about h2{font-size:38px;letter-spacing:-1.8px;margin-top:22px}.section-heading>p{max-width:420px;margin-top:22px;font-size:13px}.product-card{grid-template-columns:1fr;min-height:0;margin-bottom:20px;border-radius:6px}.product-info{padding:28px}.product-name{margin-block:24px}.product-name h3{font-size:30px}.product-info h4{font-size:25px;max-width:320px}.product-info>p{font-size:13px;max-width:450px}.tags>span{font-size:9px}.product-link{margin-top:27px;padding-top:20px}.product-preview{min-height:385px;padding:56px 30px 32px}.preview-caption{font-size:7px;left:22px}.ai-window{max-width:360px}.ai-greeting{font-size:22px}.bureau-window{max-width:360px;min-height:300px}.bureau-sidebar{width:44px}.bureau-content{padding:18px}.bureau-content h5{font-size:20px}.dashboard-list>div{font-size:8px}.products-bottom{font-size:9px;gap:20px;line-height:1.7}.small-mark{flex-shrink:0}.principles{grid-template-columns:1fr;gap:34px;margin-top:36px}.principle{padding-top:22px}.principle-top{margin-bottom:18px;align-items:center}.principle-top svg{width:44px;height:44px}.principle h3{font-size:21px;margin-bottom:12px}.principle p{font-size:13px;max-width:440px}.technology-inner{flex-direction:column;gap:22px}.technology .eyebrow{max-width:none;font-size:8px}.tech-list{justify-content:flex-start;gap:14px 24px}.tech-list>span{font-size:12px}.about{grid-template-columns:1fr;gap:37px}.about-visual{aspect-ratio:1.2;max-height:400px}.about-copy p{font-size:14px;max-width:450px}.journal{padding-top:0}.journal h2{font-size:32px;letter-spacing:-1.5px}.journal-grid{grid-template-columns:1fr;gap:34px}.journal-art{height:220px}.art-ai>span{font-size:120px}.art-ai i{font-size:130px}.journal-card h3{font-size:22px;min-height:0;max-width:400px}.journal-meta{font-size:9px;margin-top:20px}.journal-link{margin-top:15px}.journal-heading{margin-bottom:30px}.art-doc>b{left:28%}.art-digital>span{right:25%}.contact{padding-block:32px}.contact-top{font-size:8px;gap:15px}.contact-top .eyebrow{font-size:8px;letter-spacing:1px}.contact-heading{margin-block:32px;gap:10px;align-items:flex-end}.contact h2{font-size:clamp(32px,7.5vw,48px);letter-spacing:-1.6px}.contact-arrow{width:58px;height:58px;font-size:40px}.contact-bottom{flex-direction:column;align-items:flex-start;gap:22px;padding-top:23px}.contact-bottom>p{font-size:12px;max-width:300px}.contact-bottom>a{font-size:17px;gap:15px}.footer{padding-top:42px}.footer-main{grid-template-columns:1fr 1fr;gap:35px 24px;padding-bottom:32px}.footer-main>div:first-child{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-main>div>p{font-size:10px;max-width:145px;margin:0}.address-column{grid-column:1/-1;display:flex;gap:12px}.footer-bottom{font-size:8px;gap:15px;line-height:1.6}.footer-bottom a{white-space:nowrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}}
@media print{.site-header{position:static}.header-actions,.hero-visual,.product-preview,.contact-arrow{display:none}.hero{display:block;min-height:0;padding-block:30px}.section-space,.products{padding-block:30px}.wrap{width:100%}.reveal,.motion-ready .reveal{opacity:1;transform:none}.product-card{break-inside:avoid}.section-dark{background:#fff;color:#000}.product-info{background:#fff;color:#000}}
.glyph{display:inline-block;width:1em;height:1em;vertical-align:-.12em;flex-shrink:0}
/* Dijital Firma: a blue solution showcase within the shared product layout. */
.firma-card{background:#252d3a;border-color:#465367}.firma-card .product-name h3>span,.firma-icon{color:#a8c8ff}.firma-card .product-index{color:#b8c8e0}.firma-card .product-info>p{color:#c2ccdb}.firma-card .tags>span{border-color:#506079;color:#d4deed}.firma-card .product-link{border-color:#506079}
.firma-preview{background:radial-gradient(ellipse at 85% 15%,#edf4ff,transparent 65%),#c5d8f4}.firma-preview .preview-caption{color:#435c7c}.firma-scene{width:100%;max-width:400px;padding:28px;background:#f7faff;border:1px solid #fff;border-radius:8px;color:#233852;box-shadow:0 18px 55px #234b7520;transform:rotate(-2deg);transition:transform .5s}.firma-card:hover .firma-scene{transform:rotate(0)}.firma-scene-brand{font-family:var(--display);font-size:24px;letter-spacing:-1.2px}.firma-scene-brand strong{font-weight:800}.firma-scene-brand strong>span{color:#285ad6}.firma-scene-title{font-family:var(--display);font-size:25px;line-height:1.3;letter-spacing:-.8px;max-width:260px;margin-top:18px}.firma-solutions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px}.firma-solutions>div{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:16px 12px;border:1px solid #d5e0ef;border-radius:5px;background:#eaf1fc;font-size:11px;font-weight:500}.firma-solutions .glyph{width:23px;height:23px;color:#285ad6}.firma-scene-note{font-size:10px;line-height:1.6;color:#4b6381;margin-top:20px}
@media(max-width:900px){.firma-scene{padding:20px}.firma-scene-title{font-size:23px}.firma-solutions>div{font-size:10px;padding:12px 9px}}
@media(max-width:680px){.firma-preview{padding:56px 22px 32px}.firma-scene{max-width:360px}.firma-scene-title{font-size:25px}.firma-solutions>div{font-size:11px}.firma-card .product-index{font-size:8px;letter-spacing:1px}}
