:root{--paper:#fffaf5;--surface:#ffffff;--ink:#26221f;--muted:#756f68;--line:#e8ded5;--brand:#c4513a;--brand-2:#23645a;--gold:#d89d38;--danger:#b42318;--shadow:0 18px 50px rgba(38,34,31,0.08)}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.site-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(255,250,245,.93);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.footer-inner,.page,.topbar-inner{width:min(1120px,calc(100% - 32px));margin:0 auto}.topbar-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:0}.brand-mark{width:36px;height:36px;display:inline-grid;place-items:center;border:2px solid var(--ink);border-radius:10px;background:var(--surface);color:var(--brand);box-shadow:3px 3px 0 var(--gold)}.nav{display:flex;align-items:center;gap:8px}.button,.nav a,button.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:0 13px;background:transparent;color:var(--ink);cursor:pointer;white-space:nowrap}.button:hover,.nav a:hover{background:#f6eee6}.button.primary{border-color:#9f3f2f;background:var(--brand);color:#fff}.button.secondary{border-color:var(--line);background:var(--surface)}.button.danger{border-color:#f4c7c3;background:#fff1ef;color:var(--danger)}.button.icon{width:40px;padding:0}.page{padding:28px 0 52px}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);grid-gap:32px;gap:32px;align-items:start}.hero{min-height:calc(100vh - 140px);display:grid;grid-template-columns:minmax(0,.96fr) minmax(320px,.82fr);grid-gap:34px;gap:34px;align-items:center}.hero h1{margin:0;max-width:720px;font-size:clamp(42px,8vw,86px);line-height:.95;letter-spacing:0}.hero p{max-width:620px;font-size:18px;line-height:1.7;color:var(--muted)}.hero-photo{aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,rgba(196,81,58,.18),rgba(35,100,90,.16)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='960' viewBox='0 0 760 960'%3E%3Crect width='760' height='960' fill='%23fff7ed'/%3E%3Cpath d='M70 760 250 430l132 184 80-112 238 258H70Z' fill='%23c4513a' fill-opacity='.72'/%3E%3Ccircle cx='545' cy='225' r='86' fill='%23d89d38' fill-opacity='.9'/%3E%3Cpath d='M105 120h550v720H105z' fill='none' stroke='%2323645a' stroke-width='28'/%3E%3C/svg%3E");background-size:cover;box-shadow:var(--shadow)}.stack{display:grid;grid-gap:18px;gap:18px}.card{box-shadow:0 8px 24px rgba(38,34,31,.04)}.card,.panel{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.panel{padding:22px}.form{display:grid;grid-gap:14px;gap:14px}.form label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:14px}.input,.select,.textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:12px 13px}.textarea{min-height:112px;resize:vertical}.notice{border:1px solid #edd4a1;border-radius:8px;background:#fff8e8;color:#6f4e0d;padding:12px 14px}.error{border-color:#f4c7c3;background:#fff1ef;color:var(--danger)}.feed{display:grid;grid-gap:22px;gap:22px}.post-card{overflow:hidden}.comment-row,.post-body,.post-head,.profile-head{padding:14px}.comment-row,.post-head,.profile-line{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover;border:1px solid var(--line);background:#f6eee6}.avatar.large{width:104px;height:104px;flex-basis:104px}.post-image{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f3ece4}.post-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px 0}.meta,.muted{color:var(--muted)}.meta{font-size:13px}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;gap:5px}.grid a{aspect-ratio:1/1;overflow:hidden;background:#f6eee6}.grid img{width:100%;height:100%;object-fit:cover}.stats{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted)}.footer{border-top:1px solid var(--line);background:#fff7ee}.footer-inner{padding:24px 0;display:grid;grid-gap:10px;gap:10px;color:var(--muted);font-size:14px}.footer-links{display:flex;flex-wrap:wrap;gap:14px}@media (max-width:800px){.topbar-inner{height:auto;min-height:64px;align-items:flex-start;flex-direction:column;padding:12px 0}.nav{width:100%;overflow-x:auto;padding-bottom:3px}.hero,.split{grid-template-columns:1fr}.hero{min-height:auto}.hero-photo{min-height:360px}}