@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300&family=Inter:wght@400;500&family=Source+Serif+4:ital,wght@0,400;0,600;1,400;1,600&display=swap");:root{--bg:#22212c;--ink:#f8f8f2;--ink-muted:#b8b4c8;--ink-light:#8580a0;--accent:#9580ff;--rule:#2b2a3a;--card-bg:#2b2a3a;--mono:"DM Mono",monospace;--serif:"Source Serif 4",Georgia,serif;--sans:"Inter",system-ui,sans-serif}[data-theme=light]{--bg:#f8f8f2;--ink:#2a2520;--ink-muted:#6b6158;--ink-light:#9b9488;--accent:#865a28;--rule:#e0dcd2;--card-bg:#f3f0eb}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:.95rem;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul{list-style:none}.page{max-width:560px;margin:0 auto;padding:clamp(3rem,8vw,6rem) clamp(1.25rem,4vw,2rem);min-height:100dvh;display:flex;flex-direction:column}.avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:1.75rem}.avatar img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero-name{font-family:var(--serif);font-size:clamp(1.5rem,4vw,1.85rem);font-weight:600;color:var(--ink);line-height:1.2;margin-bottom:.25rem}.hero-bio{color:var(--ink-muted);max-width:100%;margin-bottom:1.25rem}.hero-links{display:flex;gap:1.5rem}.hero-links a{font-family:var(--mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:var(--ink-light);text-decoration-color:var(--ink-light);transition:-webkit-text-decoration-color .2s;transition:text-decoration-color .2s;transition:text-decoration-color .2s,-webkit-text-decoration-color .2s;padding:.4rem 0}.hero-links a:focus-visible,.hero-links a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.section-label{font-family:var(--serif);font-size:1rem;font-weight:600;letter-spacing:normal;color:var(--ink-muted);margin-top:2.5rem;margin-bottom:.75rem}.shipped-list{display:flex;flex-direction:column}.shipped-item{display:flex;justify-content:space-between;align-items:baseline;padding-top:.4rem;padding-bottom:2px;font-family:var(--mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);text-decoration:none;border-bottom:1px solid var(--rule);transition:border-color .2s}.shipped-item:focus-visible,.shipped-item:hover{border-color:var(--accent)}.shipped-item span:first-child:after{content:" \2197";opacity:0;transition:opacity .2s}.shipped-item:focus-visible span:first-child:after,.shipped-item:hover span:first-child:after{opacity:1}.shipped-tag{font-size:.6rem;color:var(--ink-muted);flex-shrink:0;margin-left:auto}.testimonial-body figure{background:var(--card-bg);border-left:3px solid var(--accent);padding:.75rem 1rem;min-height:140px;display:flex;flex-direction:column;justify-content:center}.testimonial-quote{font-family:var(--serif);font-size:.95rem;font-style:italic;line-height:1.6;max-width:100%;color:var(--ink);margin-bottom:.75rem}.testimonial-attr{font-family:var(--mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted)}.testimonial-attr cite{font-style:normal}.testimonial-body{transition:opacity .25s}.testimonial-body[data-fading=true]{opacity:0}.testimonial-nav{display:flex;gap:1rem;align-items:center}.testimonial-nav button{background:none;border:none;cursor:pointer;font-size:.75rem;color:var(--ink-muted);padding:.5rem;transition:color .2s;font-family:var(--mono);min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.testimonial-nav button:focus-visible:not(:disabled),.testimonial-nav button:hover:not(:disabled){color:var(--ink)}.testimonial-nav button:disabled{opacity:.3;cursor:default}.testimonial-count{font-size:.75rem}.site-footer,.testimonial-count{font-family:var(--mono);color:var(--ink-muted)}.site-footer{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;padding-top:clamp(2rem,4vw,3rem);display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:auto}.footer-links{display:flex;gap:1.5rem}.site-footer a{color:var(--accent);padding:.4rem 0;transition:color .2s,-webkit-text-decoration-color .2s;transition:color .2s,text-decoration-color .2s;transition:color .2s,text-decoration-color .2s,-webkit-text-decoration-color .2s;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule)}.site-footer a:hover{color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.footer-status{color:var(--ink-muted);font-style:italic;font-family:var(--serif);font-size:.8rem;text-transform:lowercase}.site-footer small{color:var(--ink-light)}.site-toggles{position:fixed;top:1.25rem;right:1.25rem;display:flex;gap:.25rem;z-index:10;background:color-mix(in srgb,var(--bg) 60%,transparent);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid color-mix(in srgb,var(--ink) 8%,transparent);border-radius:12px;padding:.15rem}.lang-toggle,.theme-toggle{background:none;border:none;color:var(--ink-muted);cursor:pointer;font-size:1.1rem;padding:.25rem;transition:color .2s;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.lang-toggle{font-family:var(--mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.06em}.lang-toggle:hover,.theme-toggle:hover{color:var(--accent)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-links a,.lang-toggle,.shipped-item,.shipped-item span:first-child:after,.site-footer a,.testimonial-body,.testimonial-nav button,.theme-toggle{transition:none}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;font-family:var(--mono);background:var(--ink);color:var(--bg);padding:.5rem 1rem;z-index:100}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto}