:root { --ink:#171719; --paper:#fff1cf; --purple:#6e43c8; --yellow:#f5b51b; --mint:#56c995; --coral:#f4523b; --line:rgba(23,23,25,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Lato, sans-serif; }
.shell { width:min(1180px, calc(100% - 40px)); margin-inline:auto; }
.site-header { height:82px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.wordmark { color:var(--ink); font:800 28px/1 Inter,sans-serif; text-decoration:none; letter-spacing:-.08em; }.wordmark span { color:var(--purple); }
nav { display:flex; gap:24px; } nav a, footer a { color:var(--ink); font:600 14px/1 Inter,sans-serif; text-decoration:none; } nav a:hover, footer a:hover { color:var(--purple); }
.intro { padding:80px 0 92px; }.eyebrow { margin:0 0 14px; color:var(--purple); font:600 12px/1.2 "IBM Plex Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }
h1,h2 { margin:0; font-family:Inter,sans-serif; letter-spacing:-.06em; } h1 { max-width:800px; font-size:clamp(50px,8vw,100px); line-height:.9; } h2 { font-size:clamp(34px,5vw,62px); line-height:.96; }
.lede { max-width:610px; margin:28px 0 0; font-size:20px; line-height:1.45; }.principles { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:58px; }.principles article { min-height:164px; padding:20px; border:1px solid var(--line); border-radius:16px; background:#fff8e6; }.principles span { display:block; margin-bottom:32px; color:var(--coral); font:600 12px "IBM Plex Mono",monospace; }.principles strong { font:700 17px Inter,sans-serif; }.principles p { margin:7px 0 0; color:rgba(23,23,25,.68); line-height:1.4; }
.screen-section { padding:78px 0; background:var(--ink); color:var(--paper); }.section-head { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:32px; }.section-head p:last-child { max-width:390px; margin:0; line-height:1.45; }.screen-section .eyebrow { color:var(--yellow); }
.manifest-link { display:inline-block; margin-top:8px; color:var(--yellow); font:600 10px "IBM Plex Mono",monospace; text-decoration:none; }
.screen-browser { display:grid; grid-template-columns:235px 1fr; gap:28px; align-items:start; }.screen-list { display:flex; flex-direction:column; align-content:start; gap:7px; }.screen-list button { display:flex; width:100%; border:1px solid rgba(255,241,207,.22); border-radius:12px; background:transparent; color:var(--paper); cursor:pointer; padding:10px 12px; align-items:center; justify-content:space-between; text-align:left; }.screen-list button span { font:600 12px/1 Inter,sans-serif; }.screen-list button small { color:rgba(255,255,255,.5); font:500 8px/1.2 "IBM Plex Mono",monospace; text-align:right; }.screen-list button[aria-selected="true"],.screen-list button:hover { background:var(--yellow); border-color:var(--yellow); color:var(--ink); }.screen-list button[aria-selected="true"] small,.screen-list button:hover small { color:rgba(23,23,21,.58); }
.device-stage { position:sticky; top:20px; text-align:center; }.screen-name { display:flex; margin:0 auto 15px; color:var(--yellow); font:600 12px "IBM Plex Mono",monospace; letter-spacing:.08em; text-transform:uppercase; align-items:center; justify-content:center; gap:10px; }.screen-name small { padding:4px 7px; border:1px solid rgba(255,241,207,.25); border-radius:999px; color:rgba(255,255,255,.65); font-size:8px; letter-spacing:.02em; text-transform:none; }.device-stage iframe { display:block; box-sizing:border-box; width:410px; height:864px; max-width:100%; margin:auto; border:10px solid #313134; border-radius:37px; background:#fff; box-shadow:0 25px 80px rgba(0,0,0,.35); }.open-screen { display:inline-block; margin-top:18px; color:var(--paper); font:600 13px Inter,sans-serif; text-decoration:none; }.open-screen span { color:var(--yellow); }
.art-section { padding:96px 0; }.art-filters { display:flex; flex-wrap:wrap; gap:8px; margin:30px 0 20px; }.art-filters button { border:1px solid var(--line); border-radius:999px; padding:9px 14px; background:transparent; color:var(--ink); cursor:pointer; font:600 12px Inter,sans-serif; text-transform:capitalize; }.art-filters button.active { background:var(--purple); border-color:var(--purple); color:white; }
.art-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.art-card { padding:0; overflow:hidden; border:1px solid var(--line); border-radius:15px; background:#fff8e6; color:inherit; cursor:pointer; text-align:left; }.art-card:hover { transform:translateY(-3px); box-shadow:0 14px 26px rgba(23,23,25,.12); }.art-card img { display:block; width:100%; aspect-ratio:1; object-fit:cover; background:#efe2c2; }.art-card span { display:block; overflow:hidden; padding:11px 12px; font:600 12px/1.2 Inter,sans-serif; text-overflow:ellipsis; white-space:nowrap; }.loading { grid-column:1/-1; color:rgba(23,23,25,.6); }
dialog { width:min(900px, calc(100% - 28px)); max-height:90vh; padding:0; overflow:auto; border:0; border-radius:20px; background:#fff8e6; color:var(--ink); box-shadow:0 28px 100px rgba(0,0,0,.45); }dialog::backdrop { background:rgba(23,23,25,.72); backdrop-filter:blur(4px); }dialog img { display:block; width:100%; max-height:68vh; object-fit:contain; background:#171719; }dialog div { padding:20px 24px 26px; }dialog h2 { font-size:28px; }dialog a { display:inline-block; margin-top:13px; color:var(--purple); font:600 14px Inter,sans-serif; }.dialog-close { position:absolute; right:14px; top:14px; width:38px; height:38px; border:0; border-radius:50%; background:var(--ink); color:#fff; cursor:pointer; font-size:25px; }
footer { display:flex; justify-content:space-between; padding:26px 0 32px; border-top:1px solid var(--line); color:rgba(23,23,25,.55); font:600 12px "IBM Plex Mono",monospace; }
@media (max-width:760px) { .shell { width:min(100% - 28px,1180px); }.site-header { height:68px; }.intro { padding:56px 0 65px; }.principles { grid-template-columns:1fr; margin-top:40px; }.principles article { min-height:0; }.section-head { display:block; }.section-head p:last-child { margin-top:18px; }.screen-browser { grid-template-columns:1fr; }.screen-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin-bottom:7px; }.device-stage { position:static; }.art-grid { grid-template-columns:repeat(2,1fr); gap:10px; }.art-section,.screen-section { padding:62px 0; } }
