:root{--bg: #f6f1ea;--ink: #14110e;--muted: #5c564e;--card: #ffffff;--line: rgba(20, 17, 14, .12);--accent: #fa7e26;--accent-ink: #8a3a00;--focus: #c75a0a}[data-theme=dark]{--bg: #12110f;--ink: #f4efe8;--muted: #b4ada4;--card: #1c1a18;--line: rgba(244, 239, 232, .12);--accent: #fa7e26;--accent-ink: #ffc08a;--focus: #ffb060}*{box-sizing:border-box}html{color-scheme:light}[data-theme=dark]{color-scheme:dark}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,SF Pro Text,Segoe UI,sans-serif;font-size:1.0625rem;line-height:1.55;letter-spacing:-.011em}a{color:var(--accent-ink);text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--accent)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.wrap{width:min(48rem,calc(100% - 2rem));margin:0 auto}.wide{width:min(72rem,calc(100% - 2rem));margin:0 auto}.site-header,.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0 1rem}.brand{display:inline-flex;align-items:center;gap:.65rem;color:inherit;text-decoration:none;font-weight:640;letter-spacing:-.03em}.brand img{width:2rem;height:2rem;border-radius:.45rem}.nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.85rem 1.1rem}.nav a,.theme-toggle{color:var(--ink);text-decoration:none;background:none;border:0;padding:0;font:inherit;cursor:pointer}.nav a:hover,.theme-toggle:hover{color:var(--accent)}.hero{padding:3.5rem 0 3rem}.hero-mark{width:5.5rem;height:5.5rem;border-radius:1.2rem;display:block;margin-bottom:1.4rem}h1,h2{font-weight:640;letter-spacing:-.045em;line-height:1.12;margin:0 0 .85rem}h1{font-size:clamp(2.6rem,7vw,4.4rem)}h2{font-size:clamp(1.7rem,4vw,2.2rem)}.lede,.note,.muted,.site-footer,.date{color:var(--muted)}.lede{max-width:38rem;font-size:1.2rem}.actions{display:flex;flex-wrap:wrap;gap:1.1rem;margin-top:1.6rem}.actions a{color:var(--accent-ink)}.section{padding:1.2rem 0 3.2rem}.phones{display:grid;gap:1.4rem;margin:1.6rem 0 0}.phone{margin:0}.phone img{width:100%;display:block;border-radius:1.15rem;background:var(--card);border:1px solid var(--line)}.phone figcaption{margin-top:.7rem}.phone strong{display:block;font-weight:620;letter-spacing:-.02em}.phone span,.list p,.stack p{color:var(--muted)}.steps{margin:1.2rem 0 0;padding-left:1.2rem}.steps li+li{margin-top:.55rem}.note{margin-top:1.2rem}.stack{display:grid;gap:1rem;margin:1.4rem 0 0}.stack p,.list p{margin:0}.site-footer{padding:2.5rem 0 2.2rem;font-size:.95rem}.foot-links{display:flex;flex-wrap:wrap;gap:.85rem 1.1rem}.foot-links a{color:inherit;text-decoration:none}.foot-links a:hover{color:var(--accent)}.date{margin:0 0 1.4rem}@media(min-width:860px){.phones{grid-template-columns:repeat(3,1fr);align-items:start}.hero{padding-top:5rem}}
