#hero{position:relative;overflow:hidden;z-index:1;border-bottom:var(--border-thick)}.hero-inner{max-width:1200px;margin:0 auto;padding:80px 24px 64px}.hero-eyebrow,.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;background:var(--yellow);border:3px solid var(--black);box-shadow:var(--shadow);padding:6px 14px;width:fit-content;margin-bottom:16px}.hero-eyebrow .dot,.hero-badge .dot{width:8px;height:8px;background:var(--lime-dark);border:2px solid var(--black);border-radius:0;animation:blink 2s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-size:clamp(48px,7vw,88px);font-weight:700;line-height:.95;letter-spacing:-2px;text-transform:uppercase;margin-bottom:24px}.hero-title .accent{color:var(--black);background:var(--yellow);padding:0 12px 0 8px;margin-left:-12px;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone;line-height:1.05}.hero-desc{font-size:16px;font-weight:500;line-height:1.7;color:#444;max-width:480px;margin-bottom:24px}.hero-actions{display:flex;gap:8px;flex-wrap:wrap}.hero-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap;border-top:3px solid var(--black);padding-top:24px;margin-top:8px}.hero-meta-item{display:flex;flex-direction:column;gap:4px}.hero-meta-label{font-family:var(--mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#888}.hero-meta-value{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.hero-meta-sep{width:3px;height:40px;background:var(--black);flex-shrink:0}.hero--landing .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-bottom:60px}.hero--landing .hero-content{display:flex;flex-direction:column;gap:24px}.hero--landing .hero-badge,.hero--landing .hero-desc{margin-bottom:0}.hero--page .hero-inner{padding:80px 24px 64px}.hero--page .hero-title .accent{background:var(--pink);padding:0 12px 0 0;margin-left:-4px}.hero--project{border-bottom:none}.hero--project .hero-inner{padding:32px 24px 0}.hero--project .hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:32px}.hero--project .hero-info{flex:1}.hero--project .hero-title{font-size:clamp(44px,6.5vw,80px);line-height:.92;letter-spacing:-3px;margin-bottom:18px}.hero--project .hero-desc{font-size:17px;max-width:560px;margin-bottom:20px}.hero--project .hero-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:24px}.hero-meta-strip{display:flex;gap:0;flex-shrink:0}.meta-cell{background:var(--surface);border:3px solid var(--black);border-left:none;padding:16px 20px;display:flex;flex-direction:column;gap:4px}.meta-cell:first-child{border-left:3px solid var(--black)}.meta-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#888}.meta-value{font-family:var(--mono);font-size:13px;font-weight:700;letter-spacing:-.3px}@media(max-width:900px){.hero--landing .hero-inner{grid-template-columns:1fr}.hero--project .hero-top{flex-direction:column}.hero--project .hero-meta-strip{width:100%}.hero--project .meta-cell{flex:1}.hero-meta{gap:16px}}@media(max-width:600px){.hero-inner{padding:40px 16px 32px!important}.hero-title{letter-spacing:-1px}.hero-desc{font-size:15px}.hero-actions{flex-direction:column;gap:8px}.hero-actions .btn{width:100%;justify-content:center}.hero-meta{flex-direction:column;gap:12px}.hero-meta-sep{display:none}}@media(max-width:380px){.hero-title{font-size:40px}}.divider{height:4px;background:var(--black)}section{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:80px 24px}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:48px}.section-number{font-family:var(--mono);font-size:12px;font-weight:700;background:var(--black);color:var(--surface);padding:6px 10px;letter-spacing:.5px}.section-number.yellow{background:var(--yellow-hot);color:var(--black)}.section-number.lime{background:var(--lime);color:var(--black)}.section-number.pink{background:var(--pink);color:var(--black)}.section-title{font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.section-line{flex:1;height:3px;background:var(--black)}
