@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f5f7;--bg-soft:#ffffffbd;--surface:#ffffffc7;--surface-strong:#fffffff0;--border:#0f172a14;--text:#111827;--muted:#596579;--accent:#ff7a18;--accent-2:#ffb36b;--shadow:0 22px 50px #0f172a14;font-family:Manrope,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left, #ffa7512e, transparent 26%), radial-gradient(circle at top right, #ffffffeb, transparent 24%), var(--bg);color:var(--text);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#root{min-height:100vh}.page-shell{position:relative}.hero-shell{background:radial-gradient(circle at 0 0,#ffad6629,#0000 24%),linear-gradient(#fff,#f5f5f7);padding:2rem}.hero-wall{border:1px solid #ffffffbd;border-radius:2.5rem;align-items:center;width:min(100%,92rem);min-height:42rem;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #ff7a182e}.hero-wall:after{content:"";pointer-events:none;background:linear-gradient(#3b10042e 0%,#59160347 54%,#1808047a 100%),radial-gradient(circle at 18% 18%,#ffffff29,#0000 24%);position:absolute;inset:0}.hero__inner{z-index:1;color:#fff;text-align:center;width:min(100%,62rem);margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem);position:relative}.eyebrow,.section-heading p,.project-card__meta span{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.75rem}.hero__inner .eyebrow{color:#fff5ecd6}.hero__title,.section-heading h2,.project-card__header h2{font-family:Space Grotesk,sans-serif}.hero__title{letter-spacing:-.05em;max-width:12ch;margin:.35rem auto 0;font-size:clamp(3.2rem,9vw,5rem);line-height:1}.hero__divider{background:linear-gradient(90deg, var(--accent), var(--accent-2));border-radius:999px;width:7rem;height:.45rem;margin:1.5rem auto 1.25rem}.hero__summary{color:#fff5ece0;max-width:34rem;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero__nav{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:2rem;display:flex}.hero__link,.button,.tool-pill{border:1px solid var(--border);border-radius:999px;transition:transform .18s,border-color .18s,background .18s}.hero__link{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border-color:#ffffff42;padding:.9rem 1.2rem}.hero__link:hover,.button:hover,.tool-pill:hover{border-color:#ff7a1859;transform:translateY(-2px)}.content-shell{width:min(100% - 4rem,92rem);margin:0 auto;padding:5rem 0 6rem}.section-heading{margin-bottom:1.5rem}.section-heading h2{margin:.35rem 0 0;font-size:clamp(2rem,4vw,3.2rem)}.project-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-bottom:5rem;display:grid}.project-card,.about-card{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface), var(--surface-strong));box-shadow:var(--shadow);border-radius:1.5rem;overflow:hidden}.project-card__image{aspect-ratio:16/9;object-fit:cover;width:100%}.project-card__body{gap:1rem;padding:1.35rem;display:grid}.project-card__header h2{margin:0;font-size:1.35rem}.project-card__header p,.project-card__description,.project-card__meta p,.about-card__body p{color:var(--muted);margin:0;line-height:1.7}.project-card__meta{gap:.35rem;display:grid}.logo-row{flex-wrap:wrap;gap:.65rem;display:flex}.logo-badge{background:#ffffffe6;border:1px solid #0f172a14;border-radius:.9rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex;box-shadow:0 10px 24px #0f172a0d}.logo-badge--compact{border-radius:.8rem;width:2.35rem;height:2.35rem}.logo-badge--with-name{border-radius:999px;gap:.7rem;width:auto;height:auto;padding:.72rem 1rem}.logo-badge__icon{object-fit:contain;width:1.55rem;height:1.55rem}.logo-badge__icon--dark{filter:contrast(.1)brightness(.2)}.logo-badge__label{color:var(--text);white-space:nowrap;font-size:.95rem;font-weight:600;line-height:1}.button{justify-content:center;align-items:center;width:fit-content;height:3rem;padding:0 1.1rem;font-weight:700;display:inline-flex}.button--icon{width:3rem;height:3rem;padding:0}.button__icon-image{object-fit:contain;width:1.4rem;height:1.4rem}.button--white{color:var(--text);border:1px solid var(--border);background:#fff}.button--ghost{background:#ffffffc7}.button--accent{color:#472000;background:linear-gradient(135deg,#ff9b4a,#ffd29d)}.button--solid{color:#fff;background:linear-gradient(135deg,#5f8fff,#83b5ff)}.button--success{color:#fff;background:linear-gradient(135deg,#168f57,#22c55e)}.button--light{color:#111827;background:#ffffffe0}.button--warning{color:#1f1300;background:linear-gradient(135deg,#f59e0b,#fb7185)}.button--danger{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444)}.tool-cloud{flex-wrap:wrap;gap:.9rem;margin-bottom:5rem;display:flex}.tool-pill{background:#ffffffad;justify-content:center;align-items:center;width:auto;height:auto;padding:0;display:inline-flex}.about-card{grid-template-columns:minmax(0,320px) minmax(0,1fr);display:grid}.about-card__image{object-fit:cover;width:100%;height:100%}.about-card__body{gap:1.25rem;padding:clamp(1.4rem,3vw,2.2rem);display:grid}.social-row{flex-wrap:wrap;gap:.8rem;display:flex}@media (width<=800px){.hero-shell{padding:1.25rem}.content-shell{width:min(100% - 2.5rem,92rem);padding-top:4rem}.hero-wall{border-radius:2rem;min-height:34rem}.about-card{grid-template-columns:1fr}.about-card__image{max-height:420px}.project-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}
