:root{--ink: #17211f;--muted: #596663;--line: #dfe6e2;--paper: #f7f8f6;--white: #ffffff;--accent: #0f766e;--accent-dark: #0b4f4a;--warm: #b98445;--steel: #4f6470;--shadow: 0 18px 50px rgba(23, 33, 31, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px clamp(18px,4vw,48px);background:#f7f8f6f0;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:800;text-decoration:none}.brand-mark{display:grid;width:42px;height:34px;place-items:center;background:var(--accent-dark);border-radius:6px}.brand-name{display:inline-flex;align-items:baseline;gap:.25em;white-space:nowrap}.brand-math{display:inline-flex;align-items:flex-start;color:#62c6f2;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:800;line-height:.9;text-shadow:-1px -1px 0 #082f3d,1px -1px 0 #082f3d,-1px 1px 0 #082f3d,1px 1px 0 #082f3d,0 2px 0 rgba(8,47,61,.3);-webkit-text-stroke:.45px #082f3d}.brand-e{font-size:1em}.brand-math sup{margin-left:.04em;font-size:.48em;line-height:1;transform:translateY(-.35em)}.brand-tech{color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-style:normal;font-weight:800}.brand-mark .brand-math{font-size:1.45rem}.brand-nav-name{font-size:1rem}nav{display:flex;flex-wrap:wrap;gap:6px 18px;justify-content:flex-end;color:var(--muted);font-size:.94rem}nav a,.footer-links a{text-decoration:none}nav a:hover,.footer-links a:hover{color:var(--accent-dark)}.hero{min-height:min(680px,calc(100vh - 58px));display:grid;align-items:center;padding:clamp(48px,8vh,86px) clamp(18px,5vw,64px);background:linear-gradient(90deg,#f7f8f6f5,#f7f8f6d6 38%,#f7f8f61a 72%),var(--hero-image) center / cover no-repeat}.hero-content{max-width:700px}.eyebrow{display:inline-flex;margin:0 0 12px;padding:4px 9px;border-left:3px solid var(--accent);background:#ffffffad;color:var(--accent-dark);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.08}h1{font-size:clamp(1.85rem,2.8vw,2.7rem)}h2{font-size:clamp(1.35rem,2.1vw,2rem)}.hero h1{max-width:14ch;font-size:clamp(2.55rem,5.6vw,4.9rem)}.hero-brand{display:inline-flex;font-size:inherit}.hero-text-brand{max-width:14ch}.hero-brand .brand-math{text-shadow:-2px -2px 0 #082f3d,2px -2px 0 #082f3d,-2px 2px 0 #082f3d,2px 2px 0 #082f3d,0 4px 0 rgba(8,47,61,.24);-webkit-text-stroke:.8px #082f3d}h3{font-size:1.06rem}p{margin:0}.lead{max-width:660px;margin-top:18px;color:#33413e;font-size:clamp(1rem,1.45vw,1.18rem)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 18px;border:1px solid var(--accent-dark);border-radius:6px;color:#fff;background:var(--accent-dark);font-weight:750;text-decoration:none}.button.secondary{color:var(--accent-dark);background:#ffffffb3}.section{padding:clamp(38px,6vw,68px) clamp(18px,5vw,64px)}.section.white{background:var(--white)}.section-header{max-width:820px;margin-bottom:24px;padding-left:18px;border-left:4px solid var(--accent)}.section-header h1{max-width:980px}.section-header p{margin-top:10px;color:var(--muted);font-size:1rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;align-items:start}.card{min-height:100%;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.card p,.list p{margin-top:10px;color:var(--muted)}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:clamp(24px,4vw,46px);align-items:center}.feature-image{overflow:hidden;border-radius:8px;box-shadow:var(--shadow);aspect-ratio:16 / 10}.feature-image img{width:100%;height:100%;object-fit:cover}.about-image{aspect-ratio:16 / 9}.list{display:grid;gap:14px}.band{padding:clamp(42px,6vw,70px) clamp(18px,5vw,64px);color:#fff;background:linear-gradient(90deg,#0b4f4aeb,#0b4f4aa6),var(--band-image) center / cover no-repeat}.band .section-header p{color:#ffffffd6}.project{display:grid;grid-template-rows:auto 1fr;align-content:start;align-self:start;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--white)}.project img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.project div{align-self:start;padding:18px}.post-list{display:grid;max-width:920px;gap:14px}.post-preview{padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.post-preview h2{margin-top:6px;font-size:clamp(1.25rem,2.2vw,1.65rem)}.post-preview h2 a{text-decoration:none}.post-preview h2 a:hover{color:var(--accent-dark)}.post-preview p{margin-top:12px;color:var(--muted)}.post-date{color:var(--steel);font-size:.92rem;font-weight:760}.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.post-tags span{padding:4px 8px;border:1px solid #cad7d2;border-radius:6px;color:var(--accent-dark);background:#f3f7f5;font-size:.86rem;font-weight:700}.pagination{display:flex;flex-wrap:wrap;gap:12px;max-width:920px;margin-top:20px}.post-page{max-width:none}.post-header,.post-body,.post-back{max-width:820px}.post-header{margin-bottom:24px;padding-left:18px;border-left:4px solid var(--accent)}.post-header h1{max-width:980px}.post-header .post-date{margin-top:16px}.post-body{color:#2f3b38;font-size:1rem}.post-body p,.post-body ul,.post-body ol,.post-body blockquote,.post-body pre,.post-body table{margin:1.2rem 0 0}.post-body h2,.post-body h3{margin-top:2rem}.post-body a,.post-back a{color:var(--accent-dark);font-weight:720}.post-back{margin-top:26px}.faq{display:grid;gap:10px}details{padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:var(--white)}summary{cursor:pointer;font-weight:760}details p{margin-top:12px;color:var(--muted)}form{display:grid;gap:14px;max-width:820px}.form-result{max-width:820px;margin-bottom:22px;padding:18px 20px;border:1px solid var(--line);border-left-width:5px;border-radius:8px;background:var(--white)}.form-result strong{display:inline-flex;margin-bottom:12px;padding:5px 10px;border:1px solid currentColor;border-radius:6px;font-size:1.08rem;line-height:1.25}.form-result p{color:var(--muted)}.form-result ul{margin:12px 0 0;padding-left:20px;color:var(--muted)}.form-result.ok{border-left-color:var(--accent)}.form-result.ok strong{color:var(--accent-dark);background:#0f766e14}.form-result.error{border-left-color:#a43d2a}.form-result.error strong{color:#8a1f11;background:#a43d2a14}button:disabled{cursor:wait;opacity:.72}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-note{margin:-4px 0 0;color:var(--muted);font-size:.92rem}label{display:grid;gap:7px;color:#2d3835;font-weight:700}input,select,textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid #cdd7d2;border-radius:6px;color:var(--ink);background:var(--white);font:inherit}textarea{min-height:150px;resize:vertical}.checkbox{display:flex;align-items:center;gap:10px;font-weight:650}.checkbox input{width:18px;min-height:18px}.site-footer{display:flex;justify-content:space-between;gap:28px;padding:28px clamp(18px,5vw,64px);color:#ffffffd1;background:#17211f}.site-footer p{max-width:600px;margin-top:8px}.footer-links{display:grid;align-content:start;gap:8px;color:#fff}@media(max-width:780px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.hero{min-height:560px;padding-top:42px;padding-bottom:54px;background:linear-gradient(180deg,#f7f8f6fa,#f7f8f6d1 48%,#f7f8f633),var(--hero-image) center bottom / cover no-repeat}.split,.form-grid{grid-template-columns:1fr}.section-header,.post-header{padding-left:14px}}
