@font-face{font-family:Outfit;src:url(/Outfit%20font.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{--carbon-charcoal: #101516;--shadow: #312f2f;--turquoise: #34ecdd;--chalk: #fcfbf9;--teal: var(--turquoise);--teal-dark: #22d4c6;--teal-light: rgba(52, 236, 221, .14);--teal-badge: rgba(52, 236, 221, .22);--text: var(--carbon-charcoal);--text-muted: var(--shadow);--border: rgba(49, 47, 47, .14);--bg: var(--chalk);--bg-soft: #f3f2ef;--container: 1200px;--header-height: 72px;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(16, 21, 22, .06);--font: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg)}body.menu-open{overflow:hidden}.skip-link{position:absolute;top:-100px;left:1rem;z-index:9999;padding:.75rem 1rem;background:var(--teal);color:var(--carbon-charcoal);font-weight:600;border-radius:var(--radius-sm)}.skip-link:focus{top:1rem}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.container{width:min(100% - 48px,var(--container));margin-inline:auto}.container--narrow{max-width:760px}.container--legal{max-width:960px}@media(max-width:640px){.container{width:min(100% - 24px,var(--container))}}.site-wrapper{display:flex;flex-direction:column;min-height:100vh;overflow-x:clip}.site-main{flex:1 0 auto;padding-top:var(--header-height)}.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header-height);background:#fcfbf9f7;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:2rem}.logo{display:inline-flex;align-items:center;flex-shrink:0}.logo img{display:block;height:28px;width:auto}.logo-dot{display:none}.main-nav{margin-left:auto}.header-actions{display:flex;align-items:center;gap:.75rem;margin-left:1.5rem}.btn-login{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:.9rem;font-weight:600;color:var(--text);white-space:nowrap;transition:border-color .2s,color .2s,background .2s}.btn-login:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-light)}.btn-login--mobile{display:block;margin-top:1.5rem;text-align:center}.nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-item>a{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:500;color:var(--text);padding:.5rem 0;transition:color .2s}.nav-item>a:hover,.nav-item.is-active>a{color:var(--teal)}.nav-item .sub-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;list-style:none;margin:0;padding:.5rem 0;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s ease;z-index:20}.nav-item:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-item .sub-menu a{display:block;padding:.55rem 1.1rem;font-size:.9rem;color:var(--text)}.nav-item .sub-menu a:hover{color:var(--teal);background:var(--teal-light)}.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:0;cursor:pointer;flex-shrink:0}.menu-toggle span{display:block;width:22px;height:2px;margin:5px auto;background:var(--text)}.mobile-nav{position:fixed;inset:0 auto 0 0;width:min(320px,88vw);background:var(--chalk);z-index:1100;padding:1.25rem;padding-bottom:max(1.25rem,env(safe-area-inset-bottom));overflow-y:auto;box-shadow:var(--shadow)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.menu-close{border:0;background:transparent;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--text)}.mobile-nav .nav-list{flex-direction:column;align-items:stretch;gap:0}.mobile-nav .nav-item>a{padding:.85rem 0;border-bottom:1px solid var(--border)}.mobile-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;display:none;padding:0 0 .5rem 1rem}.mobile-nav .nav-item.open .sub-menu{display:block}.mobile-nav[hidden],.site-overlay[hidden]{display:none!important}.site-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1050}.hero-section{padding:4rem 0 5rem;background:var(--bg)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-eyebrow{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.hero-copy h1{font-size:clamp(2rem,4.5vw,2.75rem);font-weight:800;line-height:1.2;letter-spacing:-.03em;margin-bottom:1.25rem}.text-accent{color:var(--teal)}.hero-desc{font-size:.95rem;color:var(--text-muted);line-height:1.7;max-width:48ch}.hero-visual img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.categories-section{padding:3rem 0 4rem;background:var(--bg-soft)}.section-title{font-size:1.35rem;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.category-card{display:flex;flex-direction:column;gap:.85rem;background:#fff;border-radius:var(--radius-sm);overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;min-height:140px;background:var(--bg-soft)}.category-card span{padding:0 .75rem 1rem;font-size:.9rem;font-weight:700;text-align:center;line-height:1.3}.projects-section{padding:4rem 0 5rem}.projects-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-group{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:640px){.filter-group{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;margin:0 -4px;padding-left:4px;padding-right:4px}.filter-btn{flex-shrink:0}}.filter-btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:999px;background:#fff;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--text);cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:var(--teal);color:var(--teal)}.filter-btn.is-active{background:var(--teal);border-color:var(--teal);color:#fff}.search-box{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:999px;background:#fff;min-width:220px;color:var(--text-muted)}.search-box input{border:0;outline:none;font-family:inherit;font-size:.875rem;width:100%;background:transparent;color:var(--text)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.project-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s}.project-card:hover{box-shadow:var(--shadow)}.project-card[hidden]{display:none}.project-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.project-card__thumb{width:48px;height:48px;border-radius:50%;object-fit:cover}.badge{font-size:.7rem;font-weight:600;padding:.3rem .65rem;border-radius:999px;white-space:nowrap}.badge--primary{background:var(--teal);color:#fff}.badge--secondary{background:var(--teal-badge);color:var(--teal-dark)}.project-card__title{font-size:.95rem;font-weight:700;margin-bottom:1rem;line-height:1.4}.project-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin:0 0 1rem}.stat dt{font-size:.75rem;color:var(--text-muted);font-weight:500;margin-bottom:.15rem}.stat dd{font-size:.9rem;font-weight:700;margin:0}.stat--right{text-align:right}.project-card__link{font-size:.875rem;font-weight:600;color:var(--teal)}.project-card__link:hover{color:var(--teal-dark)}.projects-footer{display:flex;justify-content:flex-end;margin-top:2rem}.btn-primary{display:inline-flex;align-items:center;padding:.75rem 1.75rem;background:var(--teal);color:var(--carbon-charcoal);font-size:.9rem;font-weight:600;border:none;border-radius:999px;cursor:pointer;font-family:inherit;transition:background .2s}.btn-primary:hover{background:var(--teal-dark)}.site-footer{border-top:1px solid var(--border);background:var(--bg);padding:2rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:2rem 0}.footer-inner .logo img{height:24px}.footer-copy{font-size:.875rem;color:var(--text-muted)}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{font-size:.875rem;color:var(--text-muted)}.footer-nav a:hover{color:var(--teal)}@media(max-width:1024px){.main-nav,.header-actions{display:none}.menu-toggle{display:block}.categories-grid{grid-template-columns:repeat(3,1fr)}.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}.hero-section{padding:2.5rem 0 3.5rem}.hero-copy h1{font-size:clamp(1.75rem,7vw,2.25rem)}.categories-section,.projects-section{padding:2.5rem 0 3rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr}.projects-toolbar{flex-direction:column;align-items:stretch}.search-box{min-width:0}.page{padding:1.5rem 0 3rem}.page-title{font-size:1.5rem}.detail-header{flex-direction:column;align-items:stretch}.detail-header .btn-primary{width:100%;justify-content:center}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-row dd{text-align:left}.purchase-header{flex-direction:column;align-items:stretch}.purchase-header .btn-primary{width:100%}.project-card__stats{grid-template-columns:1fr}.stat--right{text-align:left}.footer-inner{flex-direction:column;text-align:center}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1rem}.logo img{height:24px}}@media(max-width:480px){.categories-grid{grid-template-columns:1fr}}.page{padding:2rem 0 4rem}.page-title{font-size:2rem;font-weight:800;margin-bottom:2rem}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumb a:hover{color:var(--teal)}.breadcrumb__sep{color:#ccc}.link-teal{color:var(--teal)}.link-teal:hover{text-decoration:underline}.mono{font-family:Courier New,monospace;font-size:.85rem}.btn-full{width:100%;justify-content:center;margin-top:1rem}.detail-layout{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}.detail-hero img{width:100%;aspect-ratio:16/7;object-fit:cover;border-radius:var(--radius);margin-bottom:1.5rem}.detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.detail-header h1{font-size:1.75rem;font-weight:800;margin-top:.75rem}.detail-block{margin-bottom:2.5rem}.detail-block h2{font-size:1.15rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.detail-about p{margin-bottom:.75rem;line-height:1.7;color:var(--text-muted)}.detail-about p strong{color:var(--text)}.detail-table{margin:0}.detail-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.detail-row dt{font-size:.875rem;color:var(--text-muted);font-weight:500;flex-shrink:0}.detail-row dd{margin:0;font-size:.9rem;font-weight:600;text-align:right}.doc-list{list-style:none;margin:0;padding:0}.doc-item{display:block;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.5rem;font-size:.9rem;transition:border-color .2s,background .2s}.doc-item:hover{border-color:var(--teal);background:var(--teal-light)}.sidebar-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 2px 12px #0000000a;position:sticky;top:calc(var(--header-height) + 1.5rem)}.sidebar-card h3{font-size:1rem;font-weight:700;margin-bottom:1.25rem}.sidebar-stats div{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--border)}.sidebar-stats dt{font-size:.8rem;color:var(--text-muted)}.sidebar-stats dd{margin:0;font-size:.9rem;font-weight:700}.sidebar-note{font-size:.8rem;color:var(--text-muted);margin:1rem 0 0;line-height:1.5}.purchase-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.purchase-header h1{font-size:1.75rem;font-weight:800}.purchase-card{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2.5rem;background:var(--bg-soft)}.purchase-card img{width:64px;height:64px;border-radius:50%;object-fit:cover}.purchase-card__label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.2rem}.purchase-card__info strong{font-size:.95rem}.purchase-layout{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start}.swap-box{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:end;margin:1.5rem 0 2rem}.swap-field label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.swap-input{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem;background:#fff}.swap-input span{font-size:.85rem;font-weight:600;color:var(--text-muted)}.swap-input input{border:0;outline:none;font-family:inherit;font-size:1rem;font-weight:600;width:100%;background:transparent}.swap-arrow{font-size:1.25rem;color:var(--teal);padding-bottom:.75rem}.wallet-info{display:flex;align-items:center;gap:1rem}.wallet-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--teal-light);color:var(--teal);font-weight:700;font-size:1.1rem}.wallet-info strong{display:block;font-size:1.1rem}.summary-list div{display:flex;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.summary-list dt{color:var(--text-muted)}.summary-list dd{margin:0;font-weight:600}.portfolio-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-dropdowns{display:flex;gap:.75rem;flex-wrap:wrap}.filter-dropdown{position:relative}.filter-dropdown__btn{padding:.55rem 1rem;border:1px solid var(--border);border-radius:999px;background:#fff;font-family:inherit;font-size:.875rem;cursor:pointer;white-space:nowrap}.filter-dropdown__btn:hover{border-color:var(--teal)}.filter-dropdown__menu{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;list-style:none;margin:0;padding:.5rem 0;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);z-index:10;display:none}.filter-dropdown__menu.is-open{display:block}.filter-dropdown__menu button{display:block;width:100%;text-align:left;padding:.5rem 1rem;border:0;background:transparent;font-family:inherit;font-size:.875rem;cursor:pointer}.filter-dropdown__menu button:hover{background:var(--teal-light);color:var(--teal)}.empty-state{text-align:center;padding:4rem 2rem;border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted)}.empty-state p{margin-bottom:1.5rem;font-size:1rem}.category-card{border:0;cursor:pointer;font-family:inherit;text-align:left;background:#fff}@media(max-width:1024px){.detail-layout,.purchase-layout{grid-template-columns:1fr}.sidebar-card{position:static}}@media(max-width:768px){.swap-box{grid-template-columns:1fr}.swap-arrow{text-align:center;padding:0}.purchase-card{flex-direction:column;align-items:flex-start;gap:1rem}}.legal-intro{color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.legal-intro-title{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.legal-intro-block{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-intro-block .legal-intro{margin-bottom:0}.terms-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-bottom:1.5rem}.terms-alt-link{font-size:.9rem;font-weight:600;color:var(--teal-dark);text-decoration:underline;text-underline-offset:3px}.terms-alt-link:hover{color:var(--carbon-charcoal)}.pdf-viewer{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.pdf-viewer iframe{display:block;width:100%;height:min(80vh,1100px);min-height:520px;border:0}@media(max-width:640px){.pdf-viewer iframe{min-height:420px;height:70vh}.terms-actions{flex-direction:column;align-items:stretch}.terms-actions .btn-primary{justify-content:center}}.legal-content{display:flex;flex-direction:column;gap:2rem}.legal-section h2{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.legal-section p{color:var(--text-muted);line-height:1.75;margin-bottom:.65rem}.legal-section a{color:var(--teal);font-weight:600}.legal-section a:hover{text-decoration:underline}.legal-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin:.75rem 0 1rem}.legal-list li{position:relative;padding-left:1.25rem;color:var(--text-muted);line-height:1.75}.legal-list li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--teal)}.legal-subsection{margin-top:1rem}.legal-subsection h3{font-size:1rem;font-weight:700;margin-bottom:.65rem;color:var(--text)}.page--about{padding:3rem 0 5rem}.about-hero{margin-bottom:3rem}.about-hero .page-title{margin-bottom:1.25rem}.about-lead{color:var(--text-muted);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.about-section{margin-bottom:3rem}.about-section h2{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;margin-bottom:1rem;color:var(--text)}.about-section h3{font-size:1.05rem;font-weight:700;margin:1.5rem 0 .75rem;color:var(--text)}.about-section>p{color:var(--text-muted);line-height:1.8}.about-section--highlight{padding:2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft)}.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.founder-card{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.founder-card--with-photo{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.75rem}.founder-card__media{margin-bottom:1.25rem}.founder-card__photo{width:168px;height:168px;border-radius:50%;object-fit:cover;object-position:top center;border:3px solid var(--teal);box-shadow:0 8px 28px #1015161f}@media(min-width:769px){.founder-card__photo{width:200px;height:200px}}.founder-card--with-photo .founder-card__subtitle{max-width:36ch;margin-inline:auto}.founder-card--with-photo .founder-card__bio{max-width:52ch;margin-inline:auto;text-align:center}.founder-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.35rem}.founder-card__role{color:var(--teal);font-weight:600;font-size:.9rem;margin-bottom:.35rem}.founder-card__subtitle{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.founder-card__bio{color:var(--text-muted);line-height:1.75;font-size:.95rem}.about-pillar{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.about-pillar h3{display:flex;align-items:flex-start;gap:.75rem;font-size:1.05rem;font-weight:700;margin-bottom:.75rem;line-height:1.4}.about-pillar__num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--teal);color:var(--charcoal);font-size:.85rem;font-weight:700}.about-pillar>p{color:var(--text-muted);line-height:1.75;margin-bottom:.75rem}.about-pillar ul,.about-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.about-pillar li,.about-list li{position:relative;padding-left:1.25rem;color:var(--text-muted);line-height:1.75}.about-pillar li:before,.about-list li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--teal)}.about-quote{margin-top:1.5rem;padding:1.25rem 1.5rem;border-left:4px solid var(--teal);background:var(--bg-soft);font-size:1.05rem;font-weight:600;font-style:italic;line-height:1.6;color:var(--text)}@media(max-width:768px){.founders-grid{grid-template-columns:1fr}.about-section--highlight{padding:1.25rem}}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem}.contact-card{padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft)}.contact-card h2{font-size:1rem;font-weight:700;margin-bottom:.75rem}.contact-card p{margin-bottom:.5rem;line-height:1.6}.contact-card a:not(.btn-primary){color:var(--teal);font-weight:600}.contact-form{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.contact-form h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.contact-form label{display:block;font-size:.875rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:.4rem;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.95rem;background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid var(--teal-light);border-color:var(--teal)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-note{margin-top:.75rem;font-size:.8rem}@media(max-width:640px){.contact-grid,.form-row{grid-template-columns:1fr}}.lang-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.45rem .65rem;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:.8rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:border-color .2s,color .2s}.lang-toggle:hover{border-color:var(--teal);color:var(--teal)}.mobile-nav__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.lang-toggle--mobile{width:100%}.landing-hero{padding:3.5rem 0 2.5rem;background:linear-gradient(180deg,var(--teal-light) 0%,var(--chalk) 70%)}.landing-hero__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.landing-hero__copy h1{font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.landing-hero__subtitle{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem;max-width:36rem}.landing-hero__visual img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}.metrics-band{background:var(--carbon-charcoal);color:var(--chalk);padding:1.75rem 0}.metrics-band__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.metric-item__value{display:block;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.35rem}.metric-item__label{display:block;font-size:.85rem;color:#ffffffbf;line-height:1.4}.landing-section{padding:4.5rem 0}.landing-section--soft{background:var(--bg-soft)}.landing-section--dark{background:var(--carbon-charcoal);color:var(--chalk)}.section-header{max-width:42rem;margin-bottom:2.5rem}.section-header--center{text-align:center;margin-inline:auto}.section-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.section-header p{color:var(--text-muted);line-height:1.7}.section-cta{display:flex;justify-content:center;margin-top:2.5rem}.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.showcase-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column}.showcase-card__img{width:100%;aspect-ratio:16/9;object-fit:cover}.showcase-card__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.showcase-card__body h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.showcase-card__body p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem;flex:1}.showcase-card__stats{display:flex;gap:1.5rem;margin:0 0 1.25rem}.showcase-card__stats div dt{font-size:.75rem;color:var(--text-muted);margin-bottom:.15rem}.showcase-card__stats div dd{font-size:1rem;font-weight:700;margin:0}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border:1px solid var(--teal);border-radius:999px;color:var(--teal);font-size:.875rem;font-weight:600;align-self:flex-start;transition:background .2s,color .2s}.btn-outline:hover{background:var(--teal);color:#fff}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-grid,.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card,.why-card,.security-card{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.landing-section--soft .feature-card{background:#fff}.feature-card h3,.why-card h3,.security-card h3{font-size:1rem;font-weight:700;margin-bottom:.65rem;line-height:1.35}.feature-card p,.why-card p,.security-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65}.why-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.why-tab{padding:.65rem 1.5rem;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:.9rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s}.why-tab.is-active{background:var(--teal);border-color:var(--teal);color:var(--carbon-charcoal)}.why-panel__subtitle{text-align:center;color:var(--text-muted);max-width:36rem;margin:0 auto 2rem;line-height:1.7}.dmrv-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.dmrv-block__copy h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;margin-bottom:1rem;line-height:1.3}.dmrv-block__copy p{color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.dmrv-block__visual img{width:100%;border-radius:var(--radius);aspect-ratio:16/10;object-fit:cover}.info-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin-left:.35rem;font-size:.85rem;color:var(--teal);cursor:help;vertical-align:middle}.info-tip__bubble{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);width:260px;padding:.75rem 1rem;background:var(--text);color:#fff;font-size:.8rem;font-weight:400;line-height:1.5;border-radius:var(--radius-sm);box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:10;text-align:left}.info-tip__bubble strong{display:block;margin-bottom:.35rem;font-weight:600}.info-tip:hover .info-tip__bubble,.info-tip:focus .info-tip__bubble,.info-tip:focus-within .info-tip__bubble{opacity:1;visibility:visible}.api-block{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.api-block__copy h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:1rem}.api-block__copy p{color:#ffffffbf;line-height:1.7;margin-bottom:1.75rem}.btn-primary--light{background:#fff;color:var(--text)}.btn-primary--light:hover{background:var(--teal-light);color:var(--teal-dark)}.api-block__code pre{margin:0;padding:1.25rem 1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);overflow-x:auto}.api-block__code code{font-family:ui-monospace,Cascadia Code,monospace;font-size:.9rem;color:#a5f3fc;line-height:1.8}.text-muted{color:var(--text-muted)}@media(max-width:1024px){.landing-hero__inner,.dmrv-block,.api-block{grid-template-columns:1fr;gap:2rem}.audience-grid,.security-grid,.showcase-grid,.why-grid{grid-template-columns:1fr}.metrics-band__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.landing-section{padding:3rem 0}.landing-hero{padding:2rem 0 1.5rem}.landing-hero__copy .btn-primary,.section-cta .btn-primary{width:100%;justify-content:center}.landing-hero__subtitle{font-size:.95rem;margin-bottom:1.5rem}.metrics-band__inner{grid-template-columns:1fr 1fr;gap:1.25rem}.metric-item__value{font-size:1.4rem}.metric-item__label{font-size:.78rem}.why-tabs{flex-direction:column;align-items:stretch}.showcase-card__stats{flex-direction:column;gap:.5rem}.projects-toolbar .search-box{width:100%}.portfolio-toolbar{flex-direction:column;align-items:stretch}.filter-dropdowns{flex-direction:column;width:100%}.filter-dropdown,.filter-dropdown__btn{width:100%}.header-inner{gap:.75rem}.logo img{height:24px}}@media(max-width:768px){.landing-hero__inner{gap:1.5rem}.landing-hero__visual{order:-1}.landing-hero__copy h1{font-size:clamp(1.65rem,7vw,2.25rem)}.section-header h2{font-size:clamp(1.35rem,5vw,1.75rem)}.dmrv-block__copy h2{font-size:clamp(1.2rem,4.5vw,1.55rem)}.api-block__copy h2{font-size:clamp(1.35rem,5vw,1.75rem)}.info-tip__bubble{width:min(260px,calc(100vw - 3rem));left:50%;transform:translate(-50%)}}@media(max-width:380px){.metrics-band__inner{grid-template-columns:1fr;text-align:left}.metric-item{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.metric-item__value{margin-bottom:0;font-size:1.25rem}}
