:root{--bg: #f6f3ea;--ink: #171a16;--muted: #5f695f;--panel: #fffdf8;--line: rgba(23, 26, 22, .14);--green: #0f766e;--dark-green: #0b4f49;--amber: #bd7114;--shadow: 0 24px 70px rgba(23, 26, 22, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(90deg,rgba(23,26,22,.04) 1px,transparent 1px),linear-gradient(rgba(23,26,22,.04) 1px,transparent 1px),var(--bg);background-size:42px 42px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.page{width:min(1160px,calc(100% - 32px));margin:0 auto}.siteHeader{position:sticky;top:16px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fffdf8e6;box-shadow:0 18px 55px #171a161a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:850}.brandMark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:var(--ink);color:#fff}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.nav a{padding:10px 13px;border-radius:8px;color:var(--muted);font-size:.94rem;font-weight:750}.nav a:hover{background:#0f766e1a;color:var(--ink)}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);align-items:center;gap:36px;min-height:calc(100svh - 86px);padding:72px 0 62px}.eyebrow{margin:0;color:var(--green);font-size:.76rem;font-weight:850;text-transform:uppercase}h1,h2,h3,p,a,span{overflow-wrap:anywhere}h1{margin:14px 0 18px;font-size:clamp(4rem,10vw,9rem);line-height:.86}.heroLead{max-width:780px;margin:0;font-size:clamp(1.85rem,4vw,4rem);line-height:1;font-weight:850}.heroDescription{max-width:650px;margin:24px 0 0;color:#3f493e;font-size:1.08rem;line-height:1.78}.heroActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;font-weight:850}.buttonPrimary{border-color:var(--green);background:var(--green);color:#fff;box-shadow:0 18px 42px #0f766e3d}.heroImage{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.heroImage img{width:100%;height:min(66vh,620px);min-height:420px;object-fit:cover}.section{padding:88px 0}.introSection{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;align-items:start}.sectionHeader{max-width:780px;margin-bottom:30px}.introSection h2,.sectionHeader h2,.contact h2{margin:10px 0 0;font-size:clamp(2.05rem,4vw,4rem);line-height:1.04}.introSection>p{margin:0;color:#3f493e;font-size:clamp(1.14rem,2vw,1.55rem);line-height:1.66}.cards,.projectsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card,.project,.contact{border:1px solid var(--line);border-radius:8px;background:#fffdf8db;box-shadow:var(--shadow)}.card,.project{padding:26px}.cardNumber,.projectTag{color:var(--amber);font-size:.76rem;font-weight:850;text-transform:uppercase}.card h3,.project h3{margin:24px 0 12px;font-size:1.35rem;line-height:1.16}.card p,.project p{margin:0;color:var(--muted);line-height:1.72}.project{min-height:280px;display:flex;flex-direction:column}.projectFeatured{grid-column:span 2;color:#fff;background:linear-gradient(135deg,var(--ink),var(--dark-green))}.projectFeatured p,.projectFeatured .projectTag{color:#ffffffc7}.projectFeatured h3{font-size:clamp(2rem,4vw,3.35rem)}.project a{width:fit-content;margin-top:auto;padding:12px 16px;border-radius:8px;background:#fff;color:var(--ink);font-weight:850}.articlesSection{scroll-margin-top:110px;max-width:820px;padding:70px 0 0}.articlesSection h2{margin:10px 0 0;font-size:clamp(2.05rem,4vw,4rem);line-height:1.04}.articleSection{scroll-margin-top:110px;margin:34px 0 96px;padding:34px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#0f766e14,#fff0 36%),#fffdf8e6;box-shadow:var(--shadow)}.articleHero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;align-items:end;padding-bottom:34px;border-bottom:1px solid var(--line)}.articleHero h2{max-width:840px;margin:10px 0 0;font-size:clamp(2.4rem,5vw,5rem);line-height:.98}.articleByline{max-width:680px;margin:18px 0 0;color:var(--muted);font-size:1rem;line-height:1.7}.articleInsight{padding:22px;border-radius:8px;background:var(--ink);color:#fff}.articleInsight span{color:#ffffffa8;font-size:.74rem;font-weight:850;text-transform:uppercase}.articleInsight p{margin:14px 0 0;font-size:1.18rem;line-height:1.42}.shareDock{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end;margin-top:18px}.shareDock a,.shareDock button{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:999px;background:#ffffff9e;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.shareDock a:hover,.shareDock button:hover,.shareDock a:focus-visible,.shareDock button:focus-visible{border-color:#0f766e73;background:#fff;outline:none;transform:translateY(-1px)}.shareDock button[data-copied=true]{border-color:#0f766e8c;background:#0f766e1a}.shareDock img{width:17px;height:17px}.articleFigure{margin:34px 0 0}.articleFigure img{width:100%;max-height:520px;object-fit:cover;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 50px #171a161a}.articleFigure figcaption{max-width:820px;margin:12px 0 0;color:var(--muted);font-size:.94rem;line-height:1.6}.articleLayout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:48px;padding-top:44px}.articleIndex{position:sticky;top:112px;align-self:start;display:grid;gap:10px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffff85}.articleIndex span{color:var(--muted);font-size:.74rem;font-weight:850;text-transform:uppercase}.articleIndex strong{margin-bottom:8px;font-size:1.55rem}.articleIndex a{padding:10px 0;border-top:1px solid var(--line);color:var(--muted);font-weight:750}.articleBody{max-width:780px}.articleBlock{scroll-margin-top:112px;padding-bottom:38px}.articleBlock+.articleBlock{padding-top:8px;border-top:1px solid rgba(23,26,22,.09)}.articleBlock h3,.referencesBlock h3{margin:0 0 18px;font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.06}.articleBlock p{margin:0 0 18px;color:#303a34;font-size:clamp(1.04rem,1.6vw,1.2rem);line-height:1.86;text-align:justify;text-justify:inter-word}.articleBlock p:first-of-type{font-size:clamp(1.12rem,1.8vw,1.34rem);line-height:1.72}.referencesBlock{margin-top:8px;padding:26px;border:1px solid var(--line);border-radius:8px;background:#ffffff8a}.referencesBlock ol{margin:0;padding-left:22px}.referencesBlock li{margin-bottom:12px;color:var(--muted);line-height:1.65}.contact{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);align-items:start;gap:34px;margin:42px 0 88px;padding:34px}.contact p{max-width:520px;margin:18px 0 0;color:var(--muted);line-height:1.72}.contactForm{display:grid;gap:14px}.contactForm label{display:grid;gap:8px;color:var(--ink);font-size:.92rem;font-weight:800}.contactForm input,.contactForm textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;color:var(--ink);font:inherit;font-weight:500}.contactForm input{min-height:46px;padding:0 13px}.contactForm textarea{resize:vertical;min-height:140px;padding:13px;line-height:1.6}.contactForm input:focus,.contactForm textarea:focus{border-color:#0f766e8c;outline:3px solid rgba(15,118,110,.12)}.contactForm button{width:fit-content;cursor:pointer}.contactForm button:disabled{cursor:wait;opacity:.72}.hiddenField{position:absolute;left:-9999px}.formStatus{margin:0;padding:12px 14px;border-radius:8px;font-size:.94rem;font-weight:750}.formStatus.success{background:#0f766e1a;color:var(--dark-green)}.formStatus.error{background:#bd71141f;color:#7c3f00}.footer{display:flex;justify-content:space-between;gap:16px;padding:30px 0 42px;color:var(--muted)}@media(max-width:900px){.hero,.introSection,.contact,.cards,.projectsGrid{grid-template-columns:1fr}.projectFeatured{grid-column:auto}.articleHero,.articleLayout{grid-template-columns:1fr}.shareDock{justify-content:flex-start}.articleIndex{position:static;grid-template-columns:repeat(4,minmax(0,1fr))}.articleIndex span,.articleIndex strong{grid-column:1 / -1}.articleIndex a{border-top:0}}@media(max-width:680px){.page{width:calc(100% - 24px)}.siteHeader{position:static;align-items:flex-start;flex-direction:column}.nav{justify-content:flex-start}.hero{min-height:auto;padding:48px 0}h1{font-size:clamp(3.5rem,18vw,5.8rem)}.heroImage img{min-height:300px}.button,.contact .button,.contactForm button{width:100%}.section{padding:60px 0}.card,.project,.contact,.articleSection,.referencesBlock{padding:22px}.articleHero{gap:22px}.articleIndex{grid-template-columns:1fr 1fr}.shareDock a,.shareDock button{width:36px;height:36px}.footer{flex-direction:column}}
