.hero{min-height:90vh;display:flex;align-items:center;justify-content:flex-start;padding:var(--space-4xl) 0 var(--space-3xl);position:relative;overflow:hidden}.hero:before{content:"";top:-20%;left:-10%;width:70%;height:120%;background:radial-gradient(ellipse at center,rgba(198,168,98,.06) 0,rgba(198,168,98,.02) 40%,transparent 70%)}.hero-grid-overlay,.hero:before{position:absolute;pointer-events:none;z-index:0}.hero-grid-overlay{inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 0);background-size:80px 80px;mask-image:radial-gradient(ellipse 60% 60% at 30% 50%,black 0,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 60% at 30% 50%,black 0,transparent 100%)}.hero .container{text-align:left;position:relative;z-index:1}.hero h1{font-size:clamp(44px,7.5vw,88px);font-weight:600;line-height:1.02;margin-bottom:var(--space-md);letter-spacing:-.01em;max-width:900px}.hero-subheadline{font-family:var(--font-pixel-square);font-size:clamp(20px,2.6vw,28px);font-weight:500;margin-bottom:var(--space-xl);line-height:1.4;max-width:800px}.hero p,.hero-subheadline{color:var(--text-secondary)}.hero p{font-size:clamp(16px,2vw,19px);max-width:680px;margin:0 0 var(--space-xl);line-height:1.75}.hero-rule{width:60px;height:1px;background:linear-gradient(90deg,var(--accent-sand),transparent);margin-bottom:var(--space-xl);border:none}.hero-tagline{font-size:13px;color:var(--text-muted);font-style:italic;margin:var(--space-xl) 0 0;max-width:520px}.hero-buttons{display:flex;gap:var(--space-md);justify-content:flex-start;flex-wrap:wrap;margin-bottom:var(--space-lg)}.hero-members{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-mono);font-size:12px;color:var(--text-muted);letter-spacing:.06em;margin-top:var(--space-md)}.hero-members-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-sand);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@media (max-width:768px){.hero{min-height:70vh;padding:var(--space-3xl) 0}.hero .container{text-align:center}.hero h1,.hero p,.hero-rule,.hero-subheadline,.hero-tagline{margin-left:auto;margin-right:auto}.hero-buttons,.hero-members{justify-content:center}}@media (max-width:600px){.hero-buttons{flex-direction:column;align-items:center}}.about-content{max-width:820px;margin:0 auto}.about-content h2{margin-bottom:var(--space-xl)}.about-content p{font-size:18px;line-height:1.8;color:var(--text-secondary);margin-bottom:var(--space-lg)}.about-content p:last-child{margin-bottom:0;color:var(--text-muted);font-style:italic;font-size:17px}@media (max-width:768px){.about-content p{font-size:16px}.about-content p:last-child{font-size:15px}}