:root {
  color-scheme: only dark;
  --ink: #12131a; --brass: #bea87e; --bone: #efede7; --muted: #aaa59c; --line: rgb(190 168 126 / 19%);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: var(--ink); color: var(--bone);
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; position: relative; isolation: isolate; }
body::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse at 50% 10%, rgb(190 168 126 / 5%), transparent 35%), linear-gradient(180deg, #0e1016, transparent 45%, #0e1016); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brass); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--brass); outline-offset: 6px; border-radius: 2px; }
[hidden] { display: none !important; }
.skip { position: absolute; left: 16px; top: -100px; padding: 12px; background: var(--ink); z-index: 5; }
.skip:focus { top: 16px; }
.field { position: absolute; pointer-events: none; z-index: -1; top: 350px; width: 50%; height: 1050px; opacity: .55;
  background: url("assets/the-field.png") left bottom / auto 900px no-repeat;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 60%, transparent); }
.field-left { left: 0; }
.field-right { right: 0; transform: scaleX(-1); opacity: .28; top: 460px; }
.score { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--ink) 38%, var(--ink) 62%, transparent); }
main { width: min(100% - 64px, 1000px); margin: auto; padding-top: 22px; }
.brand { text-align: center; position: relative; }
.brand-scene { height:270px; position:relative; display:grid; place-items:center; isolation:isolate; }
.brand-scene::before { content:""; position:absolute; z-index:-1; inset:15px 0 0;
  background:url("assets/the-field.png") center 68% / 800px auto no-repeat;
  opacity:.65; mask-image:radial-gradient(ellipse at 50% 58%,#000 5%,transparent 66%); }
.brand-scene::after { content:""; position:absolute; z-index:-1; width:min(100%,600px); height:200px;
  background:radial-gradient(ellipse,rgb(190 168 126 / 8%),transparent 65%); }
.brand-emblem { width:270px; height:270px; position:relative; }
.brand-mark,.brand-blocks { position:absolute; inset:0; width:100%; height:100%; display:block;
  mask-image:radial-gradient(ellipse at 50% 48%,#000 38%,#000 55%,transparent 73%); }
.brand-blocks { pointer-events:none; opacity:0; }
.principles { margin: 12px 0 25px; color: var(--brass); font-size: 10px; letter-spacing: .27em; text-transform: uppercase; }
.principles span { margin: 0 12px; opacity: .6; }
h1 { width: min(100%, 590px); margin: 0 auto; line-height: 0; }
.brand-wordmark { display: block; width: 100%; height: auto; color-scheme: only light; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.tagline { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-style: italic;
  color: var(--brass); margin: 15px 0 22px; letter-spacing: -.035em; word-spacing: -.025em; }
.intro { font-size: 12px; line-height: 1.85; color: var(--muted); margin: 0; letter-spacing: .035em; white-space: pre-line; }
.updates { margin: 58px auto 0; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 19px; }
.section-heading h2 { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--brass); font-weight: 500; margin: 0; }
.section-heading > a { color: var(--muted); font-size: 11px; }
.post-feed { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.post-feed:empty { display: none; }
.post-card { position: relative; padding: 24px; min-width: 0; border: 1px solid var(--line); border-radius: 12px;
  background: linear-gradient(145deg, rgb(28 28 32 / 94%), rgb(15 17 23 / 97%));
  box-shadow: 0 12px 36px rgb(0 0 0 / 12%); transition: border-color .2s, transform .2s; }
@media (hover: hover) { .post-card:hover { border-color: rgb(190 168 126 / 42%); transform: translateY(-3px); } }
.post-header { display: flex; align-items: center; gap: 9px; margin-bottom: 23px; }
.post-header img { flex: 0 0 40px; color-scheme: only light; background: #12131a; }
/* Media already has authored colors; do not recolor logos or financial charts. */
.brand-scene,.brand-mark,.brand-blocks,.preview-image { color-scheme: only light; }
.preview-image.is-fallback { aspect-ratio: 2 / 1; object-fit: cover; }
.post-header strong { font-size: 11px; font-weight: 500; letter-spacing: .15em; display: block; }
.post-header div > span { font-size: 10px; color: var(--muted); display: block; margin-top: 6px; }
.post-x { margin-left: auto; font-size: 19px; white-space: nowrap; color: var(--brass); }
.post-text { font-size: 14px; line-height: 1.8; color: #dedbd4; overflow-wrap: anywhere; margin: 0; }
.post-text a { color: var(--brass); text-decoration: underline; text-decoration-color: rgb(190 168 126 / 30%); text-underline-offset: 3px; }
.post-text.is-collapsed { display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
.read-more { appearance: none; border: 0; padding: 10px 0; background: none; color: var(--brass); cursor: pointer; font: inherit; font-size: 12px; }
.post-footer { margin-top: 23px; padding-top: 15px; border-top: 1px solid rgb(190 168 126 / 10%); font-size: 10px; color: var(--muted); }
.link-preview,.quote-preview { display:block;margin-top:18px;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:rgb(0 0 0 / 12%); }
.link-preview img,.quote-preview img { display:block;width:100%;max-height:230px;object-fit:cover; }
.link-info { padding:15px; }
.link-domain { display:block;font-size:10px;color:var(--muted);margin-bottom:7px; }
.link-info strong { display:block;font-size:13px;line-height:1.5;font-weight:500;overflow-wrap:anywhere; }
.link-info p { font-size:11px;color:var(--muted);line-height:1.6;margin:7px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.quote-preview { padding:16px; }
.quote-preview img { width:calc(100% + 32px);margin:-16px -16px 12px; }
.quote-author { font-size:12px;font-weight:600;color:var(--brass); }
.quote-text { font-size:12px;line-height:1.7;color:#cfcbc3;margin:10px 0;overflow-wrap:anywhere; }
.quote-preview > a:last-child { font-size:10px;color:var(--muted); }
.timeline-fallback { min-height: 200px; display: flex; align-items: center; justify-content: center; flex-direction: column;
  text-align: center; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: rgb(15 17 23 / 90%); }
.small-symbol { font-size: 24px; color: var(--brass); opacity: .65; }
#timeline-status { font-size: 14px; margin: 14px 0 0; }
.fallback-detail { color: var(--muted); font-size: 12px; line-height: 1.8; }
.text-link { font-size: 12px; color: var(--brass); margin-top: 8px; }
.text-link span { margin-left: 15px; }
.timeline-foot { padding: 20px 0; display: flex; justify-content: space-between; gap: 15px; font-size: 10px; color: var(--muted); }
.timeline-foot a { color: var(--brass); }
.preview-card { min-height: 230px; }
.preview-row { display: flex; gap: 17px; padding: 20px 0; }
.preview-row i { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: rgb(239 237 231 / 9%); }
.preview-row div { flex: 1; padding-top: 4px; }
.preview-row b { display: block; height: 8px; margin-bottom: 15px; width: 88%; background: rgb(239 237 231 / 8%); }
.preview-row b:nth-child(2) { width: 100%; }
.preview-row b:nth-child(3) { width: 56%; }
.preview-label { text-align: center; font-size: 10px; color: var(--muted); margin: 20px 0; }
.open-source { margin: 25px auto 0; max-width: 620px; }
.project { padding: 19px 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-name { font-size: 14px; letter-spacing: .035em; }
.project p { color: var(--muted); font-size: 11px; margin: 7px 0 0; line-height: 1.6; }
.project-arrow { color: var(--brass); font-size: 22px; }
footer { text-align: center; padding: 50px 0 34px; }
footer p { font-family: Georgia, serif; font-style: italic; font-size: 12px; color: var(--muted); margin: 0 0 26px; }
footer > span { font-size: 9px; color: var(--muted); letter-spacing: .14em; }
footer i { margin: 0 11px; color: var(--brass); font-style: normal; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 26px; margin: 0 auto 30px; }
.contact-links a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 12px; color: var(--muted); }
.contact-links a:hover { color: var(--bone); }
.contact-links svg { width: 17px; height: 17px; flex: 0 0 17px; color: var(--brass); }
@media (max-width: 700px) {
  main { width: calc(100% - 36px); padding-top: 10px; }
  .post-feed { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  .post-card { padding: 21px; }
  .brand-scene { height: 220px; }
  .brand-emblem { width: 220px; height: 220px; }
  .brand-scene::before { background-size: 620px auto; }
  .principles { font-size: 8px; letter-spacing: .15em; margin-top: 8px; }
  .principles span { margin: 0 5px; }
  h1 { width: min(100%, 420px); }
  .tagline { font-size: 21px; }
  .intro { font-size: 11px; }
  .updates { margin-top: 40px; }
  .section-heading h2 { letter-spacing: .15em; font-size: 9px; }
  .field { opacity: .35; width: 100%; top: 250px; }
  .field-right { display: none; }
  .score { background: linear-gradient(90deg, transparent, rgb(18 19 26 / 65%) 30%, var(--ink)); }
  footer { padding-top: 40px; }
  .contact-links { flex-direction: column; align-items: center; gap: 2px; margin-bottom: 20px; }
}
/* Keep the visible type compact while giving standalone links a real 44px hit area.
   Inline prose links retain normal text flow. Coarse pointers include touch tablets. */
@media (max-width: 700px), (pointer: coarse) {
  .contact-links a,.section-heading > a,.post-x,.read-more,.post-footer a,
  .timeline-foot a,.text-link,.quote-preview > a,.skip {
    display: inline-flex; align-items: center; min-height: 44px; min-width: 44px;
  }
  .post-x { justify-content: center; flex-shrink: 0; }
  .timeline-foot { align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
  .post-card { transition: none; transform: none !important; }
  .brand-mark { opacity:1 !important; }
  .brand-blocks { display:none !important; }
}
