:root{--blue:#2563eb;--blue-deep:#1d4ed8;--blue-soft:#eff6ff;--navy:#0f172a;--slate:#475569;--line:#e2e8f0;--mist:#f8fafc;--shadow-tight:0 10px 35px #0f172a0a;--shadow-soft:0 20px 60px #0f172a14;--shadow-blue:0 16px 42px #2563eb3d;color:var(--navy);font-synthesis:none;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Roboto,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background:#fff;min-width:320px;margin:0;overflow-x:clip}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #2563eb47}button,input,textarea,select{font:inherit}.app-shell{background:#fff;min-height:100vh}.route-pending{z-index:100;color:var(--blue);font-weight:900;position:fixed;top:1rem;right:1rem}.site-header,.site-footer,.hero,.section,.page{width:min(100% - 32px,1280px);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #e2e8f0b3;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:72px;display:grid;position:sticky;top:0}.site-header nav,.site-footer nav,.button-row{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.site-header nav{justify-content:center;gap:2rem}.site-header nav a,.site-footer nav a{color:var(--slate);font-size:.92rem;font-weight:800;transition:color .18s,background-color .18s}.site-header nav a:hover,.site-footer nav a:hover{color:var(--blue)}.brand{color:var(--navy);justify-self:start;align-items:center;gap:.75rem;font-weight:900;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--blue), var(--blue-deep));color:#fff;width:44px;height:44px;box-shadow:var(--shadow-blue);border-radius:12px;place-items:center;font-size:1rem;font-weight:600;display:grid}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1rem;font-size:.92rem;font-weight:900;line-height:1;transition:transform .18s,border-color .18s,background-color .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.58;transform:none}.button.primary{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue)}.button.secondary,.button.small{border-color:var(--line);color:var(--navy);background:#fff}.button.secondary:hover,.button.small:hover{color:var(--blue);border-color:#2563eb59}.button.ghost{color:var(--blue);background:0 0}.button.small{justify-self:end;min-height:40px;padding:.65rem .9rem}.hero{border-bottom:1px solid #e2e8f0b3;grid-template-columns:minmax(0,.86fr) minmax(18rem,1.14fr);align-items:center;gap:clamp(2rem,5vw,5rem);min-height:620px;padding-block:clamp(3.5rem,7vw,5.5rem);display:grid;position:relative}.hero:before{z-index:-1;content:"";background:radial-gradient(circle at 78% 18%, #2563eb1f, transparent 31%), linear-gradient(180deg, #fff 0%, var(--mist) 100%);position:absolute;inset:0 calc(50% - 50vw)}.hero h1,.page h1{max-width:760px;color:var(--navy);letter-spacing:0;margin:0;font-size:clamp(2.15rem,6vw,4.25rem);font-weight:900;line-height:1.02}.hero-copy>p:not(.eyebrow),.section-head p,.split p,.page p,.about-section p,.cta-section p{max-width:64ch;color:var(--slate);font-size:1rem;line-height:1.75}.eyebrow{background:var(--blue-soft);width:fit-content;color:var(--blue);border-radius:999px;margin:0 0 1rem;padding:7px 11px;font-size:.8rem;font-weight:800;line-height:1.2;display:inline-flex}.hero-art{min-height:430px;position:relative}.dot-grid{opacity:.7;background-image:radial-gradient(circle,#2563eb6b 1.2px,#0000 1.2px);background-size:18px 18px;width:260px;height:190px;position:absolute;top:0;right:4rem}.cube{border:1px solid #2563eb38;position:absolute;transform:rotate(30deg)skew(-8deg)}.cube-one{width:230px;height:230px;box-shadow:var(--shadow-blue);background:linear-gradient(135deg,#60a5fa52,#1d4ed8e6);top:5rem;right:7rem}.cube-two{background:#2563eb14;width:150px;height:150px;top:10rem;right:1.5rem}.hero-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;width:min(100%,420px);padding:0;list-style:none;display:grid;position:absolute;bottom:0;left:0}.hero-panel li,.service-card,.post-card,.post-row,.project-form,.profile-card,.process-panel,.cta-section>div{border:1px solid var(--line);box-shadow:var(--shadow-tight);background:#fff;border-radius:18px}.hero-panel li{color:var(--navy);padding:1rem;font-weight:900}.adminBar{z-index:30;width:min(100% - 32px,1280px);box-shadow:var(--shadow-tight);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #2563eb33;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;margin:0 auto;padding:.65rem .8rem;display:flex;position:sticky;top:88px}.editableText{vertical-align:top;gap:.45rem;min-width:min(100%,18rem);display:inline-grid}.editableText input,.editableText textarea{width:100%;min-width:min(100%,18rem);color:var(--navy);font:inherit;letter-spacing:0;background:#fff;border:2px solid #2563eb47;border-radius:12px;padding:.7rem .8rem}.editableText textarea{resize:vertical}.section,.page{padding-block:clamp(56px,7vw,96px)}.section-head{margin-bottom:2rem}.row-head{justify-content:space-between;align-items:end;gap:1.5rem;display:flex}.section h2,.page h2,.split h2,.cta-section h2{max-width:800px;color:var(--navy);letter-spacing:0;margin:0;font-size:clamp(1.9rem,4vw,3rem);font-weight:900;line-height:1.08}.service-grid,.process-grid,.post-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.service-card{min-height:190px;padding:1.35rem;transition:transform .18s,border-color .18s,box-shadow .18s}.service-card:hover,.post-card:hover,.profile-card:hover{box-shadow:var(--shadow-soft);border-color:#2563eb47;transform:translateY(-3px)}.icon{background:var(--blue-soft);width:44px;height:44px;color:var(--blue);border:1px solid #2563eb33;border-radius:12px;place-items:center;display:inline-grid}.service-card svg,.icon svg{width:1.35rem;height:1.35rem}.service-card h3,.post-card h3,.profile-card h3,.process-panel h3{color:var(--navy);margin:1rem 0 .5rem;font-weight:900;line-height:1.2}.service-card p,.post-card p,.profile-card p{color:var(--slate);margin:0;font-size:.92rem;line-height:1.65}.process-panel{background:#f8fafcb3;grid-template-columns:minmax(0,1fr) 340px;gap:1.25rem;margin-top:2rem;padding:1.5rem;display:grid}.process-panel .process-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.25rem}.process-panel aside{background:linear-gradient(135deg, var(--blue), var(--blue-deep));color:#fff;box-shadow:var(--shadow-blue);border-radius:18px;padding:1.5rem}.process-panel aside .icon{color:#fff;background:#ffffff29;border-color:#fff3}.process-panel aside h3{color:#fff}.process-panel aside .processList{gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.processList>*{font-size:.9rem;font-weight:800;line-height:1.5}.split,.start-page,.about-section{grid-template-columns:minmax(0,.95fr) minmax(20rem,1.05fr);align-items:center;gap:2rem;display:grid}.split{background:linear-gradient(90deg, #fff, var(--mist));border-block:1px solid #e2e8f0b3}.link-list{gap:.8rem;display:grid}.link-list>*,.post-row{border:1px solid var(--line);color:var(--navy);box-shadow:var(--shadow-tight);background:#fff;border-radius:14px;padding:1rem;font-weight:900}.about-section{border-block:1px solid #e2e8f0b3}.profile-card{text-align:center;justify-self:end;max-width:340px;padding:1.5rem}.profile-avatar{border:1px solid var(--line);background:var(--blue-soft);width:136px;height:136px;color:var(--blue);border-radius:999px;place-items:center;margin:0 auto 1.25rem;font-size:2rem;font-weight:900;display:grid}.post-list,.post-grid{gap:1rem;display:grid}.post-list{grid-template-columns:1fr;margin-top:2rem}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.post-row,.post-card{gap:.5rem;display:grid}.post-card{min-height:220px;padding:1.35rem}.post-row span,.post-card span{color:var(--blue);font-size:.78rem;font-weight:900}.cta-section{padding-top:24px}.cta-section>div{padding:clamp(2rem,5vw,3rem);position:relative;overflow:hidden}.cta-section>div:after{content:"";background:#2563eb29;border-radius:999px;width:220px;height:220px;position:absolute;bottom:-4rem;right:-3rem}.project-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.25rem;display:grid}.project-form label{color:var(--navy);gap:.4rem;font-size:.92rem;font-weight:800;display:grid}.project-form input,.project-form textarea,.project-form select,.field{border:1px solid var(--line);width:100%;min-height:42px;color:var(--navy);background:#fff;border-radius:10px;padding:.75rem}.project-form input:focus,.project-form textarea:focus,.project-form select:focus{border-color:var(--blue);outline:2px solid var(--blue-soft)}.project-form .wide,.form-message{grid-column:1/-1}.form-message{border-left:3px solid var(--blue);background:var(--blue-soft);color:var(--navy);margin:0;padding:.75rem .85rem;font-weight:800}.project-form .check{flex-direction:row;align-items:center;display:flex}.check input{width:auto}.admin-page{width:min(100% - 32px,1280px)}.admin-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.admin-head h1{max-width:760px}.admin-grid,.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.admin-card{border:1px solid var(--line);box-shadow:var(--shadow-tight);background:#fff;border-radius:18px;padding:1.25rem}.admin-card h2{color:var(--navy);margin-block:.25rem 1rem;font-size:clamp(1.25rem,2vw,1.65rem)}.admin-card select,.admin-form input,.admin-form textarea,.admin-form select{border:1px solid var(--line);width:100%;color:var(--navy);font:inherit;letter-spacing:0;background:#fff;border-radius:12px;padding:.75rem .85rem}.admin-form{gap:.9rem;margin-top:1rem;display:grid}.admin-form label{color:var(--slate);gap:.35rem;font-size:.82rem;font-weight:900;display:grid}.admin-login,.client-login{max-width:720px;margin-inline:auto}.client-dashboard{gap:1.25rem;display:grid}.client-hero{border:1px solid var(--line);background:linear-gradient(135deg, #fff, var(--mist));box-shadow:var(--shadow-tight);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(1.25rem,4vw,2rem);display:flex}.client-hero p{max-width:760px}.upload-list{gap:.8rem;display:grid}.upload-module{border:1px solid var(--line);border-radius:14px;grid-template-columns:auto 1fr;gap:.75rem;padding:.9rem;display:grid}.upload-module strong{color:var(--navy)}.upload-module p{margin:.2rem 0}.upload-module small{color:var(--slate);font-weight:800}.upload-form{flex-wrap:wrap;gap:.6rem;margin-top:.75rem;display:flex}.upload-form input[type=file]{border:1px solid var(--line);border-radius:10px;max-width:100%;padding:.6rem}.admin-files{border-top:1px solid var(--line);margin-top:1.25rem;padding-top:1.25rem}.file-list{gap:.55rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.file-list li{border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem;display:flex}.file-list span{overflow-wrap:anywhere;color:var(--navy);font-weight:800}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--blue);cursor:pointer;background:#fff;border-radius:10px;flex:none;place-items:center;display:inline-grid}.steps{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;padding:0;list-style:none;display:flex}.steps>*{background:var(--blue-soft);color:var(--blue);border-radius:999px;padding:.5rem .75rem;font-size:.82rem;font-weight:900}.article-page article{color:var(--slate);margin-top:2rem;font-size:1.05rem;line-height:1.75}.article-image{border:1px solid var(--line);object-fit:cover;width:100%;max-height:520px;box-shadow:var(--shadow-tight);border-radius:18px;margin-top:1.5rem;display:block}.snapshot-preview{background:var(--navy);color:#fff;border-radius:16px;max-height:60vh;padding:1rem;overflow:auto}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding-block:2rem;display:flex}.site-footer p{color:var(--slate);margin:.35rem 0 0}.status-line{width:min(100% - 32px,1280px);color:var(--blue);margin:0 auto;padding-block:.75rem;font-weight:900}.status-line.error{color:#dc2626}@media (width<=1040px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero,.process-panel,.split,.start-page,.about-section,.admin-grid,.dashboard-grid{grid-template-columns:1fr}.hero-art{min-height:320px}.service-grid,.process-panel .process-grid,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-card{justify-self:start}.admin-head,.client-hero{flex-direction:column;align-items:start}}@media (width<=680px){.site-header,.site-footer{width:min(100% - 24px,1280px)}.site-header{min-height:auto;padding-block:.75rem}.brand span:last-child{display:none}.button.small{text-align:center;max-width:190px}.hero{min-height:auto;padding-block:3rem}.hero h1,.page h1{font-size:2.65rem}.service-grid,.process-panel .process-grid,.post-grid,.project-form,.admin-grid,.dashboard-grid,.hero-panel{grid-template-columns:1fr}.cube-one{width:170px;height:170px;right:4rem}.cube-two{width:110px;height:110px}.row-head{flex-direction:column;align-items:start}}
