:root {
  --bg: #f4efe6;
  --paper: #fbf8f2;
  --paper-2: #efe8dc;
  --ink: #1d1d1b;
  --muted: #777168;
  --line: rgba(29, 29, 27, .13);
  --accent: #b75432;
  --accent-soft: #e9c8b8;
  --green: #486454;
  --shadow: 0 18px 50px rgba(57, 45, 30, .08);
  --radius: 26px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; scroll-padding-top: 94px; background: var(--bg); }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(255,255,255,.72), transparent 26rem),
    linear-gradient(180deg, #f7f2ea 0%, var(--bg) 45%, #efe9df 100%);
  background-color: var(--bg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
main#content { flex: 1 0 auto; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(183, 84, 50, .45); outline-offset: 4px; }
.wrap { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.narrow-wrap { width: min(820px, 100%); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -80px; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 12px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: rgba(247,242,234,.78);
  border-bottom: 1px solid var(--line);
}
.nav-in { height: 74px; display: flex; align-items: center; gap: 26px; }
.brand { font: 22px/1 var(--serif); letter-spacing: -.02em; margin-right: auto; }
.nav a.small { font-size: 14px; color: #4f4b45; transition: color .2s; }
.nav a.small:hover { color: var(--accent); }
.round { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.42); display: grid; place-items: center; cursor: pointer; line-height: 0; transition: background .2s, color .2s; }
.round svg { display: block; width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.round:hover { background: var(--ink); color: var(--paper); }

.hero { padding: 72px 0 38px; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 44px; align-items: end; }
.hero-grid--solo { grid-template-columns: minmax(0, 820px); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; flex: 0 0 auto; background: var(--accent); }
h1 { font-family: var(--serif); font-size: clamp(58px, 7vw, 108px); line-height: .9; letter-spacing: -.055em; font-weight: 500; margin: 24px 0 28px; }
.lead { font-family: var(--serif); font-size: 24px; line-height: 1.4; max-width: 680px; color: #4b4741; }
.hero-note { background: rgba(251,248,242,.8); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); transform: rotate(1deg); }
.note-top { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; margin-bottom: 70px; }
.note-quote { font-family: var(--serif); font-size: 31px; line-height: 1.17; letter-spacing: -.025em; }
.signature { margin-top: 28px; color: var(--accent); font-family: var(--serif); font-style: italic; font-size: 18px; }
.ticker { margin-top: 54px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.ticker-row { display: flex; gap: 12px; padding: 14px 0; width: max-content; animation: marquee 30s linear infinite; }
.ticker:hover .ticker-row { animation-play-state: paused; }
.chip { border: 1px solid var(--line); border-radius: 99px; padding: 10px 16px; font-size: 13px; background: rgba(255,255,255,.28); white-space: nowrap; transition: background .2s; }
.chip:hover { background: var(--paper); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 72px 0; scroll-margin-top: 94px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-kicker { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
h2 { font-family: var(--serif); font-size: clamp(38px, 4vw, 60px); line-height: 1; letter-spacing: -.035em; margin: 0; font-weight: 500; }
.muted { color: var(--muted); }
.timeline-shell { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 38px; }
.years { position: sticky; top: 104px; align-self: start; }
.year-btn { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); text-align: left; transition: color .2s, padding .2s; }
.year-btn strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.year-btn:hover { color: var(--ink); padding-left: 6px; }
.year-btn.active { color: var(--ink); }
.year-btn.active::after { content: "●"; color: var(--accent); font-size: 10px; }
.year-story { border: 1px solid var(--line); border-radius: 30px; background: rgba(251,248,242,.64); overflow: hidden; box-shadow: var(--shadow); }
.year-cover { padding: 34px 36px 38px; background: radial-gradient(circle at 85% 25%,rgba(183,84,50,.18),transparent 17rem), linear-gradient(135deg,#e8dfd0,#f8f4ec); min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; }
.year-number { font-family: var(--serif); font-size: 92px; line-height: .85; letter-spacing: -.06em; }
.year-summary { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: end; }
.year-summary p { max-width: 650px; font-family: var(--serif); font-size: 21px; line-height: 1.42; margin: 0; color: #504b43; }
.metric { font-family: var(--serif); font-size: 25px; white-space: nowrap; }
.posts { padding: 8px 34px 28px; }
.month { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 26px 0 8px; }
.post { display: grid; grid-template-columns: 90px minmax(0,1fr) auto; gap: 24px; align-items: start; padding: 24px 0; border-top: 1px solid var(--line); transition: padding .25s ease; }
.post:hover { padding-left: 10px; }
.date { font-size: 13px; color: var(--muted); line-height: 1.4; }
.post h3 { font-family: var(--serif); font-weight: 500; font-size: 28px; line-height: 1.05; letter-spacing: -.025em; margin: 0 0 8px; }
.post p { margin: 0; color: #716b63; line-height: 1.55; max-width: 680px; }
.arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: transform .25s, background .25s, color .25s; }
.post:hover .arrow { transform: translate(3px,-3px); background: var(--ink); color: var(--paper); }
.empty-state { padding: 56px; border: 1px dashed rgba(29,29,27,.2); border-radius: 28px; background: rgba(251,248,242,.42); text-align: center; }
.empty-state span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); }
.empty-state h3 { margin: 12px 0; font: 34px/1.1 var(--serif); }
.empty-state p { color: var(--muted); margin: 0 auto; max-width: 580px; line-height: 1.6; }

.projects { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 16px; }
.projects--count-1 { grid-template-columns: 1fr; }
.projects--count-2 { grid-template-columns: 1.25fr .75fr; }
.project { min-height: 300px; border-radius: 28px; padding: 26px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; transition: transform .25s, box-shadow .25s; }
.project:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project--green { background: var(--green); color: #f7f0e7; }
.project--orange { background: #d9a46f; }
.project--stone { background: #d8d0c0; }
.project--accent { background: var(--accent); color: #fff7ee; }
.project::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; right: -50px; bottom: -50px; }
.project-no { font-family: var(--serif); font-size: 17px; opacity: .7; }
.project h3 { font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1; letter-spacing: -.03em; margin: 0 0 12px; white-space: pre-line; }
.project p { max-width: 420px; line-height: 1.5; opacity: .8; margin: 0; }
.project-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 13px; margin-top: 40px; position: relative; z-index: 1; }

.manifesto { padding: 80px 0 94px; margin: 40px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 94px; }
.manifesto-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.manifesto p.big { font-family: var(--serif); font-size: clamp(34px,4vw,59px); line-height: 1.08; letter-spacing: -.035em; margin: 0; }
.manifesto .side { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; color: var(--muted); line-height: 1.6; }
.manifesto-cta { margin-top: 38px; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 14px; width: max-content; border: 0; background: var(--ink); color: var(--paper); border-radius: 99px; padding: 14px 18px 14px 20px; cursor: pointer; transition: transform .2s, background .2s; }
.cta:hover { transform: translateY(-2px); background: var(--accent); }

footer { flex: 0 0 auto; padding: 54px 0 70px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-name { font-family: var(--serif); font-size: 42px; letter-spacing: -.035em; }
.footer-small { font-size: 12px; color: var(--muted); margin-top: 12px; }
.footer-meta { text-align: right; }
.footer-links { display: flex; gap: 14px; justify-content: flex-end; font-size: 13px; }
.footer-links a:hover { color: var(--accent); }

.search-panel { position: fixed; inset: 0; z-index: 90; background: rgba(29,29,27,.34); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); align-items: flex-start; justify-content: center; padding-top: 12vh; }
.search-panel[hidden] { display: none; }
.search-panel.open { display: flex; }
.search-box { width: min(720px,calc(100% - 30px)); max-height: 76vh; overflow-y: auto; background: var(--paper); border-radius: 24px; padding: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.search-row { display: flex; gap: 10px; }
.search-row input { flex: 1; min-width: 0; border: 0; background: var(--paper-2); border-radius: 15px; padding: 15px 17px; outline: none; }
.search-row input:focus { box-shadow: 0 0 0 2px var(--accent); }
.close { border: 0; background: none; cursor: pointer; font-size: 24px; padding: 0 10px; }
.search-hint { padding: 20px 4px 4px; color: var(--muted); font-size: 13px; }
kbd { padding: 2px 5px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper-2); }
.live-results { margin-top: 12px; }
.live-result { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 17px 5px; border-top: 1px solid var(--line); }
.live-result.active { background: rgba(183,84,50,.07); }
.live-result time { color: var(--muted); font-size: 12px; }
.live-result strong { display: block; font: 21px/1.15 var(--serif); }
.live-result p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.live-result em { display: inline-block; margin-top: 8px; color: var(--accent); font-size: 11px; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }
.live-empty { padding: 24px 5px; color: var(--muted); }

/* Entry */
.entry { padding: 78px 0 40px; }
.entry-header { max-width: 1000px; text-align: center; }
.back-link { display: inline-block; margin-bottom: 54px; color: var(--muted); font-size: 13px; }
.back-link:hover { color: var(--accent); }
.entry-date { display: block; color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.entry-header h1 { max-width: 1000px; margin: 24px auto 30px; font-size: clamp(52px,7.3vw,102px); }
.entry-excerpt { max-width: 760px; margin: 0 auto; color: #585249; font: 24px/1.45 var(--serif); }
.entry-taxonomy { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 30px; }
.meta-chip { padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; }
.meta-chip:hover { border-color: var(--accent); }
.meta-chip--project { background: var(--green); color: #fff; border-color: transparent; }
.entry-rule { max-width: 1020px; height: 1px; background: var(--line); margin-top: 66px; }
.prose { width: min(780px, calc(100% - 40px)); margin: 62px auto 86px; font: 20px/1.74 var(--serif); color: #302e2a; overflow-wrap: anywhere; }
.prose > *:first-child { margin-top: 0; }
.prose p { margin: 0 0 1.45em; }
.prose h2, .prose h3, .prose h4 { color: var(--ink); line-height: 1.12; letter-spacing: -.025em; margin: 2em 0 .7em; }
.prose h2 { font-size: 40px; }
.prose h3 { font-size: 30px; }
.prose h4 { font-size: 24px; }
.prose ul, .prose ol { margin: 0 0 1.5em; padding-left: 1.35em; }
.prose li { margin: .45em 0; padding-left: .35em; }
.prose blockquote { margin: 2em -55px; padding: 5px 0 5px 38px; border-left: 3px solid var(--accent); color: #5b554d; font-size: 27px; line-height: 1.45; font-style: italic; }
.prose blockquote p { margin: 0; }
.prose a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose code { padding: .13em .35em; border-radius: 5px; background: #e8e0d3; font: .82em/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; }
.prose pre { overflow-x: auto; padding: 22px; border-radius: 16px; background: #292823; color: #f6eee2; }
.prose pre code { padding: 0; background: none; color: inherit; }
.prose hr { margin: 3em auto; width: 80px; border: 0; border-top: 1px solid var(--accent); }
.prose figure { margin: 2.4em -100px; }
.prose img { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 22px; box-shadow: var(--shadow); }
.prose figcaption { margin-top: 12px; text-align: center; color: var(--muted); font: 13px/1.5 var(--sans); }
.entry-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 42px 0 84px; border-top: 1px solid var(--line); }
.entry-navigation a { display: flex; flex-direction: column; gap: 10px; }
.entry-navigation span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.entry-navigation strong { font: 24px/1.15 var(--serif); font-weight: 500; }
.entry-navigation a:hover strong { color: var(--accent); }
.next-entry { text-align: right; }

/* Listings and search */
.listing-hero, .search-page { padding: 86px 0 50px; }
.listing-hero h1, .search-page h1 { font-size: clamp(58px,7vw,94px); margin: 20px 0 25px; }
.listing-hero p { max-width: 720px; font: 23px/1.5 var(--serif); color: #585249; }
.listing-count, .search-total { margin-top: 28px; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.listing-body { padding: 10px 0 85px; }
.listing-post { display: block; padding: 31px 0; border-top: 1px solid var(--line); }
.listing-post:last-of-type { border-bottom: 1px solid var(--line); }
.listing-post time { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.listing-post h2 { margin: 12px 0 10px; font-size: 37px; line-height: 1.05; transition: color .2s; }
.listing-post:hover h2 { color: var(--accent); }
.listing-post p { margin: 0; color: #676159; line-height: 1.6; }
.listing-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; color: var(--accent); font-size: 12px; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; margin-top: 36px; }
.pagination a:last-child { text-align: right; }
.pagination span { color: var(--muted); font-size: 12px; }
.search-page-form { display: flex; gap: 12px; margin: 42px 0 20px; }
.search-page-form input { flex: 1; min-width: 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(251,248,242,.75); }
.form-note { color: var(--accent); }
.search-page-results { margin-top: 40px; }
.search-projects { display: grid; gap: 9px; margin-top: 34px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(251,248,242,.62); }
.search-projects .section-kicker { margin-bottom: 2px; }
.search-projects a { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; border-top: 1px solid var(--line); }
.search-projects strong { font: 22px var(--serif); font-weight: 500; }
.search-projects span { color: var(--muted); font-size: 13px; }

/* Projects and financial map */
.project-status { display: inline-flex; align-items: center; width: max-content; max-width: 100%; padding: 6px 10px; border: 1px solid transparent; border-radius: 99px; font: 10px/1.2 var(--sans); font-weight: 600; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.project-status--active, .project-status--growth { background: rgba(72,100,84,.14); border-color: rgba(72,100,84,.18); color: #355243; }
.project-status--planning, .project-status--paused { background: rgba(217,164,111,.2); border-color: rgba(128,85,45,.12); color: #76502e; }
.project-status--development { background: rgba(183,84,50,.12); border-color: rgba(183,84,50,.15); color: #934429; }
.project-status--frozen, .project-status--sold, .project-status--closed { background: rgba(74,72,68,.1); border-color: rgba(74,72,68,.12); color: #625f59; }
.project--green .project-status, .project--accent .project-status { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.2); color: inherit; }
.project-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.project-card-meta small { font-size: 10px; opacity: .72; }

.assets-section { scroll-margin-top: 94px; }
.assets-page .assets-section { padding-top: 96px; }
.assets-head .assets-intro { max-width: 390px; font: 20px/1.45 var(--serif); }
.period-nav { display: flex; gap: 8px; margin: 0 0 24px; overflow-x: auto; padding: 3px 3px 8px; scrollbar-width: thin; }
.period-nav a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(251,248,242,.5); color: var(--muted); font-size: 12px; }
.period-nav a:hover { color: var(--ink); border-color: rgba(29,29,27,.3); }
.period-nav a.active { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.asset-kpis { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; margin-bottom: 18px; }
.asset-kpis article { min-height: 190px; display: flex; flex-direction: column; padding: 21px; border: 1px solid var(--line); border-radius: 22px; background: rgba(251,248,242,.72); box-shadow: var(--shadow); }
.asset-kpis article:nth-child(1) { background: var(--green); color: #f8f2ea; }
.asset-kpis article:nth-child(3) { background: #dfaf79; }
.asset-kpis span { min-height: 30px; color: var(--muted); font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.asset-kpis article:nth-child(1) span, .asset-kpis article:nth-child(1) small, .asset-kpis article:nth-child(1) em { color: rgba(255,255,255,.7); }
.asset-kpis strong { margin: auto 0 13px; font: clamp(25px,2.35vw,38px)/1 var(--serif); font-weight: 500; letter-spacing: -.035em; overflow-wrap: anywhere; }
.asset-kpis small { min-height: 30px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.asset-kpis em { margin-top: 8px; color: var(--muted); font-size: 10px; font-style: normal; }
.assets-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 24px; background: rgba(251,248,242,.66); box-shadow: var(--shadow); }
.assets-table { width: 100%; min-width: 1110px; border-collapse: collapse; font-size: 12px; }
.assets-table th { padding: 15px 13px; color: var(--muted); background: rgba(239,232,220,.7); text-align: left; font-size: 9px; line-height: 1.4; letter-spacing: .07em; text-transform: uppercase; }
.assets-table td { padding: 20px 13px; border-top: 1px solid var(--line); vertical-align: middle; white-space: nowrap; }
.assets-table td:first-child { width: 260px; white-space: normal; }
.assets-table td:first-child a { display: grid; gap: 5px; }
.assets-table td:first-child strong { font: 20px/1.1 var(--serif); font-weight: 500; }
.assets-table td:first-child span, .assets-table td:first-child small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.assets-table td:first-child small { display: block; margin-top: 7px; color: var(--accent); }
.assets-table tr.asset-muted { opacity: .67; }
.assets-table tr.asset-no-report { background: rgba(239,232,220,.28); }
.asset-open { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.asset-open:hover { background: var(--ink); color: var(--paper); }
.asset-mobile-list { display: none; }
.asset-mobile-card { padding: 21px; border: 1px solid var(--line); border-radius: 21px; background: rgba(251,248,242,.68); box-shadow: var(--shadow); }
.asset-mobile-card.asset-muted { opacity: .7; }
.asset-mobile-card header { display: flex; justify-content: space-between; align-items: start; gap: 14px; }
.asset-mobile-card h3 { margin: 0; font: 27px/1 var(--serif); font-weight: 500; }
.asset-mobile-card header p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.asset-missing { margin-top: 14px; color: var(--accent); font-size: 11px; }
.asset-mobile-card dl { display: grid; gap: 9px; margin: 20px 0; }
.asset-mobile-card dl div { display: flex; justify-content: space-between; gap: 15px; padding-top: 9px; border-top: 1px solid var(--line); }
.asset-mobile-card dt { color: var(--muted); font-size: 11px; }
.asset-mobile-card dd { margin: 0; text-align: right; font: 15px var(--serif); }
.asset-mobile-card > a { color: var(--accent); font-size: 12px; }
.status-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.assets-disclaimer { max-width: 750px; margin-top: 26px; padding-left: 18px; border-left: 2px solid var(--accent-soft); color: var(--muted); font: 14px/1.65 var(--serif); }
.assets-cta { margin-top: 28px; }

.project-hero { padding: 88px 0 82px; border-bottom: 1px solid var(--line); }
.project-hero--green { background: linear-gradient(135deg,rgba(72,100,84,.18),transparent 65%); }
.project-hero--orange { background: linear-gradient(135deg,rgba(217,164,111,.25),transparent 65%); }
.project-hero--stone { background: linear-gradient(135deg,rgba(216,208,192,.55),transparent 65%); }
.project-hero--accent { background: linear-gradient(135deg,rgba(183,84,50,.16),transparent 65%); }
.project-hero-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); gap: 65px; align-items: end; }
.project-hero h1 { margin: 22px 0 25px; }
.project-hero p { max-width: 780px; margin: 0; color: #504b44; font: 25px/1.45 var(--serif); }
.project-hero aside { display: grid; gap: 18px; align-content: end; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(251,248,242,.58); }
.project-hero aside div { display: grid; gap: 4px; padding-top: 14px; border-top: 1px solid var(--line); }
.project-hero aside div span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.project-hero aside div strong { font: 17px var(--serif); font-weight: 500; }
.project-hero aside > a { color: var(--accent); font-size: 13px; }
.project-description { padding: 1px 0; border-bottom: 1px solid var(--line); }
.project-description .prose { margin-top: 72px; margin-bottom: 72px; }
.project-finance-unpublished { padding: 35px; border: 1px dashed var(--line); border-radius: 22px; color: var(--muted); text-align: center; }
.project-finance-meta { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--muted); font-size: 11px; }
.project-kpis { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 11px; }
.project-kpis article { min-height: 160px; display: flex; flex-direction: column; padding: 19px; border: 1px solid var(--line); border-radius: 20px; background: rgba(251,248,242,.65); }
.project-kpis article:first-child { background: rgba(216,208,192,.62); }
.project-kpis span { color: var(--muted); font-size: 9px; line-height: 1.4; letter-spacing: .07em; text-transform: uppercase; }
.project-kpis strong { margin: auto 0 12px; font: clamp(22px,2vw,31px)/1 var(--serif); font-weight: 500; overflow-wrap: anywhere; }
.project-kpis small { color: var(--muted); font-size: 10px; }
.finance-dynamics { margin-top: 62px; }
.finance-dynamics > h2, .project-history > h2 { font-size: 43px; }
.finance-charts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 22px; }
.finance-chart { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(251,248,242,.58); }
.finance-chart header { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.finance-chart h3 { margin: 0; font: 22px var(--serif); font-weight: 500; }
.finance-chart header span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.finance-chart svg { display: block; width: 100%; height: 180px; margin-top: 12px; overflow: visible; }
.finance-chart polyline { fill: none; stroke: var(--accent); stroke-width: 2.3; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.finance-chart--capital polyline { stroke: var(--green); }
.finance-chart--profit polyline { stroke: #a56b35; }
.finance-chart circle { fill: var(--paper); stroke: var(--accent); stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.finance-chart--capital circle { stroke: var(--green); }
.finance-chart--profit circle { stroke: #a56b35; }
.finance-chart circle:focus { outline: none; fill: var(--accent-soft); }
.chart-baseline { stroke: var(--line); stroke-width: 1; vector-effect: non-scaling-stroke; }
.chart-range { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 9px; }
.chart-empty { min-height: 205px; display: grid; place-items: center; color: var(--muted); font-size: 12px; }
.project-history { margin-top: 62px; }
.project-history-table-wrap { margin-top: 22px; overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: rgba(251,248,242,.58); }
.project-history table { width: 100%; min-width: 980px; border-collapse: collapse; font-size: 12px; }
.project-history th { padding: 14px 12px; background: rgba(239,232,220,.7); color: var(--muted); font-size: 9px; text-align: left; text-transform: uppercase; letter-spacing: .06em; }
.project-history td { padding: 17px 12px; border-top: 1px solid var(--line); white-space: nowrap; }
.project-history td:first-child { font-family: var(--serif); font-size: 15px; }
.project-history td small { display: block; margin-top: 5px; color: var(--muted); font: 9px var(--sans); }
.project-posts { padding: 78px 0 90px; border-top: 1px solid var(--line); }

.error-page { min-height: calc(100vh - 220px); display: grid; align-items: center; padding: 70px 0; text-align: center; }
.error-number { font: clamp(100px,20vw,250px)/.75 var(--serif); color: var(--accent-soft); letter-spacing: -.08em; }
.error-page h1 { font-size: clamp(36px,5vw,66px); margin: 35px auto 18px; }
.error-page p { color: var(--muted); margin-bottom: 30px; }

@media (max-width: 1024px) {
  .projects { grid-template-columns: 1.1fr .9fr; }
  .projects--count-1 { grid-template-columns: 1fr; }
  .projects--count-2 { grid-template-columns: 1.1fr .9fr; }
  .projects:not(.projects--count-1):not(.projects--count-2) .project:last-child { grid-column: 1 / -1; min-height: 240px; }
  .prose figure { margin-left: -50px; margin-right: -50px; }
  .project-kpis { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .finance-charts { grid-template-columns: 1fr; }
  .finance-chart svg { height: 150px; }
}

@media (max-width: 1100px) {
  .assets-table-wrap { display: none; }
  .asset-mobile-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
}

@media (max-width: 900px) {
  .nav a.small { display: none; }
  .hero-grid, .manifesto-grid { grid-template-columns: 1fr; }
  .hero-note { transform: none; }
  .timeline-shell { grid-template-columns: 1fr; }
  .years { position: relative; top: 0; display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 7px; scrollbar-width: thin; }
  .year-btn { min-width: 90px; width: auto; border: 1px solid var(--line); padding: 10px 14px; border-radius: 99px; justify-content: center; }
  .year-btn:hover { padding-left: 14px; }
  .year-btn.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
  .year-btn.active::after { display: none; }
  .projects { grid-template-columns: 1fr; }
  .project, .project:last-child { grid-column: auto; min-height: 240px; }
  .manifesto .side { display: grid; grid-template-columns: 1fr 1fr; }
  .asset-kpis { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .project-hero aside { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-hero aside > .project-status, .project-hero aside > a { grid-column: 1/-1; }
}

@media (max-width: 768px) {
  .hero { padding-top: 55px; }
  .section { padding: 58px 0; }
  .prose figure { margin-left: 0; margin-right: 0; }
  .prose blockquote { margin-left: -20px; margin-right: 0; }
  .entry-navigation { width: calc(100% - 40px); }
  .asset-mobile-list { grid-template-columns: 1fr; }
  .project-history-table-wrap { overflow: visible; border: 0; background: none; }
  .project-history table, .project-history tbody, .project-history tr, .project-history td { display: block; min-width: 0; }
  .project-history thead { display: none; }
  .project-history tbody { display: grid; gap: 12px; }
  .project-history tr { padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: rgba(251,248,242,.6); }
  .project-history td { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-top: 1px solid var(--line); white-space: normal; text-align: right; }
  .project-history td:first-child { padding-top: 0; border-top: 0; }
  .project-history td::before { content: attr(data-label); color: var(--muted); font: 10px var(--sans); text-transform: uppercase; letter-spacing: .05em; text-align: left; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 24px),1240px); }
  .nav-in { height: 64px; }
  .brand { font-size: 19px; }
  .hero { padding-top: 46px; }
  h1 { font-size: 58px; }
  .lead { font-size: 20px; }
  .hero-note { padding: 22px; }
  .note-top { margin-bottom: 48px; }
  .note-quote { font-size: 26px; }
  .ticker { margin-top: 38px; }
  .section-head { align-items: start; }
  .section-head > .muted { display: none; }
  .year-cover { padding: 26px 22px; min-height: 230px; }
  .year-number { font-size: 68px; }
  .year-summary { grid-template-columns: 1fr; }
  .year-summary p { font-size: 18px; }
  .posts { padding: 4px 22px 24px; }
  .post { grid-template-columns: 65px minmax(0,1fr); gap: 13px; }
  .post:hover { padding-left: 0; }
  .arrow { display: none; }
  .post h3 { font-size: 24px; }
  .post p { font-size: 14px; }
  .project { padding: 22px; }
  .manifesto { padding: 62px 0 70px; }
  .manifesto .side { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .entry { padding-top: 48px; }
  .back-link { margin-bottom: 38px; }
  .entry-header h1 { font-size: 52px; }
  .entry-excerpt { font-size: 20px; }
  .entry-rule { margin-top: 44px; }
  .prose { width: calc(100% - 32px); margin-top: 45px; font-size: 18px; line-height: 1.7; }
  .prose h2 { font-size: 33px; }
  .prose h3 { font-size: 27px; }
  .prose blockquote { margin-left: 0; padding-left: 22px; font-size: 22px; }
  .prose img { border-radius: 14px; }
  .entry-navigation { grid-template-columns: 1fr; width: calc(100% - 24px); }
  .next-entry { text-align: left; }
  .search-page-form { flex-direction: column; }
  .search-page-form .cta { width: 100%; }
  .live-result { grid-template-columns: 1fr; gap: 6px; }
  .empty-state { padding: 36px 22px; }
  .assets-page .assets-section { padding-top: 58px; }
  .asset-kpis { gap: 8px; }
  .asset-kpis article { min-height: 165px; padding: 15px; }
  .asset-kpis strong { font-size: clamp(21px,6vw,29px); }
  .asset-kpis span, .asset-kpis small { font-size: 9px; }
  .project-hero { padding: 55px 0; }
  .project-hero p { font-size: 20px; }
  .project-hero aside { grid-template-columns: 1fr; }
  .project-hero aside > .project-status, .project-hero aside > a { grid-column: auto; }
  .project-kpis { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .project-kpis article { min-height: 145px; padding: 15px; }
  .finance-dynamics, .project-history { margin-top: 48px; }
  .finance-chart { padding: 14px; }
  .finance-chart svg { height: 130px; }
  .search-projects a { flex-direction: column; gap: 4px; }
}

@media (max-width: 390px) {
  h1 { font-size: 52px; }
  .round { width: 38px; height: 38px; flex-basis: 38px; }
  .hero-grid { gap: 34px; }
  .note-top { flex-direction: column; gap: 5px; }
  .year-cover { min-height: 210px; }
  .project h3 { font-size: 34px; }
  .manifesto p.big { font-size: 34px; }
  .footer-name { font-size: 36px; }
  .entry-header h1 { font-size: 45px; }
}

@media (max-width: 360px) {
  h1 { font-size: 48px; }
  .lead { font-size: 19px; }
  .posts { padding-left: 16px; padding-right: 16px; }
  .post { grid-template-columns: 58px minmax(0,1fr); }
  .post h3 { font-size: 22px; }
  .year-number { font-size: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-row { animation: none; }
}
