@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--grid-gap: 10px;--grid-width: 100%;--color-text-muted: #666}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Manrope,sans-serif;background-color:#fff;color:#111;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}@media (max-width: 640px){.nav-links a,.availability-text{display:none}.availability-pill{padding:6px!important}}@media (max-width: 480px){.availability-pill{display:none!important}}.nav-desktop{display:flex}.nav-mobile-toggle{display:none}@media (max-width: 768px){.nav-desktop{display:none}.nav-mobile-toggle{display:flex}}.nav-mobile-panel{position:fixed;top:84px;left:0;right:0;height:calc(100vh - 84px);background:#fff;padding:14px 20px 24px;display:flex;flex-direction:column;animation:navRollDown .26s cubic-bezier(.16,1,.3,1);overflow-y:auto;z-index:31}@keyframes navRollDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.nav-mobile-row{display:flex;align-items:center;justify-content:space-between;padding:18px 6px;text-decoration:none;border-bottom:1px solid #f0f0ed}.nav-mobile-social{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1.5px solid #ececea;border-radius:12px;padding:13px;text-decoration:none;color:#111;font-size:14px;font-weight:700}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1280px;width:100%;margin:0 auto;padding-bottom:80px;justify-items:center}.project-grid-loading,.project-grid-empty{width:100%;margin:0 auto;padding:60px 0 80px;text-align:center;font-size:18px;color:var(--color-text-muted, #666)}@media (max-width: 1023px){.project-grid{grid-template-columns:1fr;gap:24px;padding-bottom:60px}}@media (max-width: 767px){.project-grid{padding-bottom:40px}}.pdp-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;font-family:Manrope,sans-serif}.pdp-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#140c288c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:opacity .3s ease}.pdp-sheet{position:absolute;left:50%;bottom:0;width:calc(100% - 48px);max-width:1180px;height:92vh;background:#fff;border-radius:26px 26px 0 0;box-shadow:0 -8px 50px #00000059;display:flex;flex-direction:column;overflow:hidden;transition:transform .42s cubic-bezier(.16,1,.3,1);will-change:transform}.pdp-scroll{flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.pdp-scroll::-webkit-scrollbar{display:none;width:0;height:0}.pdp-hero{min-height:348px}.pdp-hero-row{position:absolute;left:44px;right:44px;bottom:36px;display:flex;gap:44px;align-items:flex-end;flex-wrap:wrap}.pdp-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pdp-shot{height:240px;border-radius:14px;overflow:hidden}@media (max-width: 720px){.pdp-sheet{width:100%;height:94vh;border-radius:20px 20px 0 0}.pdp-hero-row{left:28px;right:28px;gap:26px}.pdp-evidence-grid{grid-template-columns:1fr}.pdp-shot{height:200px}}.exp-scroll::-webkit-scrollbar{width:9px}.exp-scroll::-webkit-scrollbar-thumb{background:#e2e2de;border-radius:999px;border:3px solid #fff}.exp-msg-enter{animation:expRiseIn .32s cubic-bezier(.16,1,.3,1)}@keyframes expRiseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.exp-dot{width:7px;height:7px;border-radius:50%;background:#b6b6b0;animation:expBlink 1.3s infinite}@keyframes expBlink{0%,80%,to{opacity:.25}40%{opacity:1}}.exp-prompts button:not(:disabled):hover{border-color:#007aff;color:#007aff}.exp-launch{position:fixed;right:26px;bottom:26px;z-index:55;display:flex;align-items:center;gap:11px;background:#111;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:13px 20px 13px 16px;box-shadow:0 12px 30px #00000040;cursor:pointer;font-family:Manrope,sans-serif;transition:transform .2s,box-shadow .2s;animation:expRiseIn .3s cubic-bezier(.16,1,.3,1)}.exp-launch:hover{transform:translateY(-2px);box-shadow:0 18px 40px #0000004d}.exp-launch-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#140c2866;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:expFade .2s ease}@keyframes expFade{0%{opacity:0}to{opacity:1}}.exp-launch-dock{position:fixed;right:26px;bottom:26px;z-index:56;width:960px;max-width:calc(100vw - 52px);animation:expDockIn .32s cubic-bezier(.16,1,.3,1)}@keyframes expDockIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.exp-launch-panel{height:680px;max-height:calc(100vh - 80px)}.exp-launch-close{position:absolute;top:-14px;right:-10px;z-index:2;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #ececea;box-shadow:0 6px 18px #00000029;color:#5a5a57;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center}.exp-section-enter{animation:expSectionIn .28s cubic-bezier(.16,1,.3,1) both}@keyframes expSectionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.exp-new-indicator{position:sticky;bottom:8px;display:flex;justify-content:center;pointer-events:none;z-index:4}.exp-new-indicator button{pointer-events:all;background:#111;color:#fff;border:none;border-radius:999px;padding:6px 16px;font-size:12px;font-weight:700;font-family:Manrope,sans-serif;cursor:pointer;box-shadow:0 4px 16px #00000038;animation:expFade .2s ease}.exp-prompts{overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:4px}.exp-prompts::-webkit-scrollbar{height:0}.exp-evidence-row{margin-top:12px;padding:12px 14px;background:#f8f8f6;border-radius:10px;border:1px solid #eceae6}.exp-evidence-row-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#9a9a96;margin-bottom:8px}.exp-evidence-pills{display:flex;flex-wrap:wrap;gap:6px}@media (max-width: 640px){.exp-launch{right:16px;bottom:16px}.exp-launch-dock{right:0;left:0;bottom:0;width:100%;max-width:100%}.exp-launch-panel{height:90vh;max-height:90vh;border-radius:20px 20px 0 0}.exp-launch-close{top:10px;right:14px;box-shadow:none;background:#f2f2ef;border:none}.exp-prompts{flex-wrap:nowrap!important}}
