:root{--background:#f7faf6;--surface:#fff;--ink:#18231d;--muted:#5f6d65;--line:#dce7df;--green:#16894a;--green-deep:#075f34;--green-soft:#dff1e7;--shadow:0 24px 80px #0b442a1f}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:var(--background);min-height:100vh;color:var(--ink);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh;overflow-x:hidden}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border-bottom:1px solid #dce7dfd1;align-items:center;gap:24px;padding:18px clamp(18px,5vw,64px);display:flex;position:fixed;top:0;left:0;right:0}.brand{align-items:center;gap:10px;min-width:0;font-size:1.18rem;font-weight:700;display:inline-flex}.brand-mark{background:radial-gradient(circle at 34% 30%,#fffffff5,#0000 28%),linear-gradient(145deg,#27aa62,#075f34);border:1px solid #075f344d;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 12px 30px #16894a4d}.brand-mark span{border:2px solid #fffffff2;border-left-color:#0000;border-radius:50%;width:15px;height:15px}.topnav{align-items:center;gap:8px;margin-left:auto;display:flex}.topnav a{min-height:34px;color:var(--muted);white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:0 12px;font-size:.95rem;font-weight:800;display:inline-flex}.topnav a:hover,.topnav a:focus-visible{background:var(--green-soft);color:var(--green-deep)}.hero{isolation:isolate;min-height:min(760px,92vh);padding:144px clamp(20px,7vw,88px) 88px;display:grid;position:relative}.hero-image{z-index:-3;object-fit:cover;object-position:center}.hero:before{z-index:-2;content:"";background:linear-gradient(90deg,#f7faf6eb 0%,#f7faf6b8 45%,#f7faf642 100%),linear-gradient(#f7faf6d6 0%,#f7faf65c 52%,#f7faf6f5 100%);position:absolute;inset:0}.hero-wash{z-index:-1;background:linear-gradient(180deg, transparent, var(--background));height:28%;position:absolute;inset:auto 0 0}.hero-content{align-self:center;width:min(820px,100%)}.eyebrow{color:var(--green-deep);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.82rem;font-weight:800}h1,h2,p{overflow-wrap:anywhere}h1{letter-spacing:0;max-width:12ch;margin:0;font-size:clamp(4rem,12vw,8.9rem);line-height:.88}.summary{color:#33433a;max-width:720px;margin:30px 0 0;font-size:clamp(1.2rem,2vw,1.7rem);font-weight:600;line-height:1.45}.status-line{min-height:46px;box-shadow:var(--shadow);color:var(--green-deep);background:#ffffffd1;border:1px solid #075f3440;border-radius:999px;align-items:center;gap:10px;margin-top:34px;padding:0 18px;font-weight:800;display:inline-flex}.status-dot{background:var(--green);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 7px #16894a29}.footer{border-top:1px solid var(--line);background:var(--surface);color:var(--muted);justify-content:space-between;align-items:center;gap:20px;padding:30px clamp(20px,7vw,88px);font-size:.95rem;display:flex}.footer span:first-child{color:var(--ink);font-weight:800}.subpage{background:linear-gradient(180deg, #f7faf6d1, var(--background) 48%), radial-gradient(circle at 82% 12%, #16894a1f, transparent 28%);min-height:calc(100vh - 86px);padding:164px clamp(20px,7vw,88px) 96px}.breadcrumb{color:var(--muted);align-items:center;gap:10px;font-size:.94rem;font-weight:800;display:flex}.breadcrumb a{color:var(--green-deep)}.breadcrumb a:hover,.breadcrumb a:focus-visible{text-underline-offset:4px;text-decoration:underline}.page-title{overflow-wrap:normal;word-break:normal;max-width:100%;margin:28px 0 0;font-size:clamp(3.4rem,9vw,7rem);line-height:.94}.page-stub{color:#33433a;width:min(620px,100%);margin:26px 0 0;font-size:clamp(1.08rem,1.4vw,1.32rem);font-weight:600;line-height:1.55}.developer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;max-width:1120px;margin-top:42px;display:grid}.developer-card{background:#ffffffc2;border:1px solid #075f3429;border-radius:8px;min-width:0;min-height:172px;padding:22px;transition:border-color .16s,box-shadow .16s,transform .16s;display:block;box-shadow:0 18px 50px #0b442a14}.developer-card:hover,.developer-card:focus-visible{border-color:#075f3457;transform:translateY(-2px);box-shadow:0 22px 58px #0b442a1f}.developer-card:focus-visible{outline-offset:3px;outline:3px solid #16894a47}.developer-card-icon{background:var(--green-soft);width:36px;height:36px;color:var(--green-deep);border:1px solid #075f3429;border-radius:8px;place-items:center;margin-bottom:18px;display:inline-grid}.developer-card h2{color:var(--green-deep);margin:0;font-size:1.08rem;line-height:1.2}.developer-card p{color:var(--muted);overflow-wrap:anywhere;margin:14px 0 0;font-size:.98rem;font-weight:700;line-height:1.5}@media (max-width:760px){.topbar{flex-direction:column;align-items:flex-start;gap:14px;padding-block:16px 14px;position:absolute}.brand{font-size:1.04rem}.topnav{grid-template-columns:repeat(3,max-content);gap:6px 8px;width:100%;margin-left:0;display:grid;overflow-x:visible}.topnav a{min-height:32px;padding-inline:8px;font-size:.84rem}.hero{min-height:88vh;padding-top:204px;padding-bottom:68px}.subpage{min-height:calc(100vh - 171px);padding-top:216px;padding-bottom:72px}h1{font-size:clamp(3.4rem,21vw,5.4rem)}.summary{margin-top:24px}.footer{flex-direction:column;align-items:flex-start}.developer-grid{grid-template-columns:minmax(0,1fr);gap:12px;width:min(280px,100%);margin-top:32px}.page-stub{width:min(280px,100%)}.page-title{font-size:clamp(2.65rem,13.2vw,4.8rem)}.developer-card{min-height:0;padding:18px}}@media (max-width:480px){.hero{padding-left:22px;padding-right:22px}.hero:before{background:linear-gradient(90deg,#f7faf6f0,#f7faf6ad),linear-gradient(#f7faf6e6,#f7faf685 58%,#f7faf6fa)}.status-line{justify-content:center;width:100%}}@media (max-width:540px){h1{font-size:clamp(3rem,17vw,4.65rem)}.hero-content,.summary{max-width:340px}}
