@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500&display=swap");:root{--color-black:#000;--color-dark-graphite:#0a0a0a;--color-graphite:#1a1a1a;--color-smoke:#333;--color-light-smoke:#888;--color-fume:#2c2c2c;--color-white:#fff;--space-xs:0.3rem;--space-s:0.6rem;--space-m:1.2rem;--space-l:2.5rem;--space-xl:5rem;--space-xxl:7rem;--transition-slow:0.6s ease-out;--transition-medium:0.3s ease-out}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{background-color:var(--color-black)}body{font-family:Inter,sans-serif;color:var(--color-white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.brand-name,h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:400;text-transform:uppercase;letter-spacing:.2em}.brand-name{font-size:clamp(2.5rem,8vw,4.5rem);letter-spacing:.6em;color:var(--color-white);text-transform:uppercase;margin-bottom:2.5rem;padding-left:.6em;opacity:0;position:relative;display:inline-block;animation:fadeIn 1s ease-out forwards}.brand-name:after{content:"";position:absolute;bottom:-15px;left:0;width:100%;height:12px;background:url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q 12.5 0 25 10 T 50 10 T 75 10 T 100 10' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E") repeat-x;background-size:50px 12px;opacity:.4;animation:waveMove 15s linear infinite}@keyframes waveMove{0%{background-position:0 0}to{background-position:1000px 0}}.tagline{font-size:.95rem;font-weight:300;color:var(--color-light-smoke);letter-spacing:.15em;text-transform:lowercase;opacity:0;animation:fadeIn 1s ease-out .3s forwards}@keyframes fadeIn{to{opacity:1}}.section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-light-smoke);margin-bottom:2rem}.section-title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:3rem;max-width:800px}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;opacity:.03;background-image:url(https://grainy-gradients.vercel.app/noise.svg);filter:contrast(150%) brightness(100%)}.container{width:90%;max-width:1200px;margin:0 auto}.hero{height:100vh;flex-direction:column;text-align:center;padding:0}.hero,.hero-visual{display:flex;position:relative;overflow:hidden}.hero-visual{flex:2 1;background-color:#e8e8e8}.hero-visual,.logo-wrapper{align-items:center;justify-content:center}.logo-wrapper{width:100%;height:100%;display:flex;opacity:0;animation:fadeIn 1s ease-out forwards}.hero-image{max-height:98%;max-width:98%;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply;filter:brightness(.9) contrast(1.1) grayscale(1)}.hero-info{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-black);position:relative;padding:1.5rem}section{padding:var(--space-xl) 0;border-bottom:1px solid hsla(0,0%,100%,.02)}.about{background-color:var(--color-dark-graphite)}.content-wrapper{display:flex;flex-direction:column}.about-text{max-width:700px;font-size:1.2rem;color:#ccc;font-weight:300}.about-text p{margin-bottom:2rem}.ecosystem{background-color:var(--color-black)}.logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:4rem;gap:4rem;margin-top:2rem}.product-item{aspect-ratio:1;background-color:var(--color-fume);display:flex;align-items:center;justify-content:center;padding:2rem;transition:var(--transition-medium);border-radius:4px;border:1px solid hsla(0,0%,100%,.05);text-decoration:none;color:inherit}.product-item:hover{background-color:var(--color-graphite);transform:translateY(-5px);border-color:hsla(0,0%,100%,.1)}.product-icon-placeholder{width:60px;height:60px;background-color:#222;border-radius:50%;opacity:.5}footer{padding:var(--space-m) 0;background-color:var(--color-black);font-size:.8rem;color:var(--color-light-smoke);border-top:1px solid hsla(0,0%,100%,.03)}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-domain{letter-spacing:.1em}@media (max-width:768px){.section-title{font-size:2.5rem}.logo-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.logo-grid{grid-template-columns:1fr}}