:root{color-scheme:dark;--bg:#000000;--text:#f2f2f2;--muted:#acacac;--accent:#ff934f;--line:#292723;font-family:Arial,Helvetica,sans-serif;font-synthesis:none}
*{box-sizing:border-box}
body{margin:0;min-width:280px;background:var(--bg);color:var(--text);min-height:100svh}
body::before{content:"";position:absolute;top:0;left:calc(50% - 40px);width:80px;height:2px;background:var(--accent)}
.page{max-width:540px;padding:38px 24px 26px;margin:auto;min-height:100svh;display:flex;flex-direction:column}
.identity{text-align:center}
.eyebrow{font-size:.75rem;letter-spacing:.25em;color:var(--muted)}
h1{font-size:1.6rem;font-weight:400;letter-spacing:.05em;margin:0}
.connections{margin:32px 0 44px}
h2{font-size:1.4rem;font-weight:500;letter-spacing:-.025em;margin:0 0 9px}
.intro{color:var(--muted);font-size:1rem;line-height:1.6;margin:0 0 25px}
nav{display:grid;gap:14px}
.link-card{display:flex;gap:16px;align-items:center;min-height:98px;padding:20px;color:var(--text);text-decoration:none;background:linear-gradient(115deg,#1b1b1b,#111);border:1px solid #383632;border-radius:14px;transition:transform .18s,border-color .18s,background .18s}
.featured{background:linear-gradient(115deg,#ffad76,#fa873f);color:#1d1008;border-color:#ffb07a;box-shadow:0 5px 28px #f8842015}
.icon{width:26px;flex:0 0 26px;display:flex}.icon svg{width:100%;height:26px}
.link-copy{display:flex;flex-direction:column;gap:7px;flex:1;min-width:0}.link-copy strong{font-weight:600;font-size:1rem;line-height:1.3}.link-copy>span{font-size:.875rem;color:#b5b3ae;line-height:1.5}.featured .link-copy>span{color:#4d2610}
.arrow{font-size:1.5rem;font-weight:400;color:var(--accent)}.featured .arrow{color:#30180b}
.link-card:focus-visible{outline:3px solid #ffc299;outline-offset:5px}
@media(hover:hover){.link-card:hover{transform:translateY(-3px);border-color:var(--accent)}.featured:hover{background:#ffb27e}}
.link-card:active{transform:scale(.985)}
footer{margin-top:auto;border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:.75rem;line-height:1.5;color:#9b9891}.footer-brand{letter-spacing:.12em;color:#bdbdbd}
noscript a{color:var(--accent)}
@media(min-width:720px){.page{padding-top:44px;padding-bottom:32px}.connections{margin-top:36px}}
@media(max-width:360px){.page{padding:28px 18px 22px}.link-card{padding:16px;gap:12px}.connections{margin-top:28px}}
@media(prefers-reduced-motion:reduce){.link-card{transition:none}}

.brand-logo{display:block;width:min(100%,290px);height:auto;margin:18px auto 22px}
.specialties{font-size:1.2rem;font-weight:500;line-height:1.5;margin:0;color:#e6e6e6}.specialties span{color:var(--accent)}.products{font-size:.875rem;color:var(--muted);line-height:1.6;margin:10px 0 0}

