@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;1,400&display=swap";:root{--bg:#1a1a1a;--bg-card:#f2f2f0;--bg-cool:#e4e4e2;--yellow:#f6e48e;--green:#badb57;--green-dark:#69af4b;--salmon:#ff7a7a;--text:#1a1a1a;--text-mid:#2f2f2f;--text-muted:#6b6b6b;--text-stone:#9a9a9a;--text-light:#fafaf8;--border:#d0d0d0;--radius:6px}.hero-back-home{letter-spacing:.04em;color:var(--text-stone);font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s;position:absolute;top:clamp(1.25rem,3vw,1.75rem);left:clamp(1.5rem,5vw,3rem)}.hero-back-home:hover{color:var(--text-light)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:16px}body{background-color:var(--bg);color:var(--text);min-height:100vh;font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;font-weight:400;line-height:1.75}button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}h1,h2,h3{letter-spacing:-.02em;font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;font-weight:500;line-height:1.2}input,textarea,select{border:1px solid var(--border);border-radius:var(--radius);background:var(--text-light);width:100%;height:40px;color:var(--text);outline:none;margin-top:4px;padding:0 12px;font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;font-size:14px;font-weight:400;transition:border-color .15s}textarea{resize:vertical;height:auto;padding:10px 12px}input:focus,textarea:focus,select:focus{border-color:var(--text)}input::placeholder,textarea::placeholder{color:var(--text-stone)}label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:500;line-height:1.4}button{cursor:pointer;font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;transition:all .15s}button:disabled{opacity:.5;cursor:not-allowed}
