@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Space+Grotesk:wght@400;500;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f0ede8;--surface:#e8e4de;--surface2:#dedad4;--border:#00000014;--border-hover:#00000040;--text:#111;--muted:#888880;--accent:#111;--accent2:#555550;--accent3:#333330;--font-sans:"Inter", sans-serif;--font-display:"Space Grotesk", sans-serif}html{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.6;overflow-x:hidden}body{background:var(--bg);overflow-x:hidden}::selection{background:var(--accent);color:var(--bg)}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:99px}a{color:inherit;text-decoration:none}.section-heading{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.section-heading-note{color:var(--muted);text-align:right;max-width:260px;margin:0;font-size:.8rem;font-weight:300;line-height:1.7}.about-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1100px;margin:0 auto;display:grid;position:relative}.skills-grid{grid-template-columns:repeat(4,1fr);display:grid}.skill-col{border-right:1px solid #00000012;padding:0 2.5rem}.skill-col:first-child{padding-left:0}.skill-col:last-child{border-right:none;padding-right:0}.service-row{cursor:default;border-top:1px solid #00000014;grid-template-columns:60px 1fr 1fr auto;align-items:center;gap:2rem;padding:2rem 0;display:grid}.service-tags{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.footer-grid{border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:3rem;padding-top:3rem;display:grid}.hero-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (width<=900px){.section-heading{flex-direction:column;align-items:flex-start;gap:1rem}.section-heading-note{text-align:left;max-width:100%}.about-grid{grid-template-columns:1fr;gap:3.5rem}.skills-grid{grid-template-columns:1fr 1fr;gap:3rem 2rem}.skill-col{border-right:none;padding:0}.service-row{grid-template-columns:1fr;align-items:start;gap:.75rem}.service-tags{justify-content:flex-start;margin-top:.25rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=520px){.skills-grid{grid-template-columns:1fr}}
