:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background:#f3f0ea;color:#171818;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--page-bg: #f3f0ea;--surface: #fbf8f2;--surface-strong: #ebe7de;--surface-contrast: #1d211f;--surface-contrast-soft: #282f2b;--text: #171818;--text-soft: #62645f;--text-inverse: #f7f2ea;--line: rgba(23, 24, 24, .12);--line-strong: rgba(23, 24, 24, .22);--aryoz: #2f4a43;--kapance: #496b57;--soprinfo: #5a6274;--ublut: #3d6170;--amber: #997e4c;--radius-lg: 30px;--radius-md: 20px;--radius-sm: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--page-bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.app-shell{min-height:100vh}.site-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#f3f0eaf5;border-bottom:1px solid rgba(23,24,24,.07);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.site-header__brand,.site-footer__brand{display:inline-flex;align-items:center;gap:12px;font-size:1rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.site-header__brand-mark{width:11px;height:11px;border-radius:999px;background:var(--aryoz);border:1px solid rgba(23,24,24,.14)}.site-header__nav,.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.quiet-link{color:var(--text-soft);transition:color .16s ease}.quiet-link:hover{color:var(--text)}.quiet-link:focus-visible,.site-header__brand:focus-visible{outline:2px solid var(--aryoz);outline-offset:4px;border-radius:999px}.site-header__language,.site-footer__language{color:var(--text-soft);font-size:.92rem;white-space:nowrap}.hero-section{padding:36px 0 44px}.hero-section__layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}.hero-section__copy{display:grid;gap:20px;align-content:center;min-width:0;position:relative;z-index:1}.hero-section__eyebrow,.section-intro__eyebrow,.evidence-rows__label,.portfolio-card__name{margin:0;color:var(--aryoz);letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;font-weight:700}.hero-section h1,.section-intro h2{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,URW Palladio L,serif;line-height:1.04;letter-spacing:-.03em;font-weight:700}.hero-section h1{font-size:5rem;max-width:12ch;overflow-wrap:break-word}.hero-section__body,.section-intro__body,.site-footer__note,.portfolio-card p,.operating-model__item p,.evidence-rows__item p,.system-map__caption{margin:0;color:var(--text-soft);font-size:1.02rem}.hero-section__body{max-width:62ch;font-size:1.08rem}.hero-section__links{display:flex;flex-wrap:wrap;gap:18px}.quiet-link--hero{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:600}.quiet-link--hero:after{content:"->";color:var(--amber)}.hero-section__visual{width:100%;display:flex;justify-content:flex-end}.system-map{display:grid;gap:12px;width:min(100%,900px);margin:0}.system-map__frame{position:relative;min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(135deg,#ffffffb8,#ebe7de61),repeating-linear-gradient(0deg,rgba(23,24,24,.035) 0,rgba(23,24,24,.035) 1px,transparent 1px,transparent 46px),repeating-linear-gradient(90deg,rgba(23,24,24,.035) 0,rgba(23,24,24,.035) 1px,transparent 1px,transparent 46px)}.system-map__frame:before,.system-map__frame:after{position:absolute;top:76px;right:76px;bottom:76px;left:76px;content:"";border:1px solid rgba(47,74,67,.14);border-radius:999px}.system-map__frame:after{top:134px;right:134px;bottom:134px;left:134px;border-style:dashed}.system-map__core{position:absolute;top:50%;left:50%;z-index:2;display:grid;gap:6px;min-width:210px;padding:26px;text-align:center;border:1px solid rgba(47,74,67,.22);border-radius:999px;background:#fbf8f2f0;transform:translate(-50%,-50%)}.system-map__core span{font-weight:750;letter-spacing:.08em;text-transform:uppercase}.system-map__core small{color:var(--text-soft);font-size:.78rem}.system-map__ring{position:absolute;top:50%;left:50%;width:72%;aspect-ratio:1;border:1px solid rgba(153,126,76,.18);border-radius:36% 64% 54% 46%;transform:translate(-50%,-50%) rotate(-10deg)}.system-map__nodes{position:absolute;top:0;right:0;bottom:0;left:0}.system-map__node{position:absolute;min-width:126px;padding:11px 14px;color:var(--text);text-align:center;border:1px solid var(--line);border-radius:999px;background:#fbf8f2e6;box-shadow:0 18px 50px #1718180f}.system-map__node--1{top:16%;left:14%}.system-map__node--2{top:13%;right:15%}.system-map__node--3{right:10%;bottom:20%}.system-map__node--4{bottom:13%;left:18%}.system-map__node--5{top:43%;left:6%}.system-map__node--6{top:45%;right:7%}.section{padding:64px 0}.section--stone{background:var(--surface-strong);border-top:1px solid rgba(23,24,24,.05);border-bottom:1px solid rgba(23,24,24,.05)}.section--contrast{background:var(--surface-contrast);color:var(--text-inverse)}.section--contrast .section-intro__eyebrow,.section--contrast .section-intro__body,.section--contrast .evidence-rows__item p,.section--contrast .evidence-rows__label{color:#f7f2ead1}.section--contrast .section-intro h2{color:var(--text-inverse)}.section-intro{display:grid;gap:14px;margin-bottom:28px}.section-intro--center{justify-items:center;text-align:center}.section-intro h2{max-width:15ch;font-size:3.25rem}.section-intro__body{max-width:64ch}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.portfolio-card,.operating-model__item,.evidence-rows__item{border:1px solid var(--line);border-radius:var(--radius-md);background:#fbf8f2eb}.portfolio-card{display:grid;gap:18px;min-height:330px;padding:24px;border-top-width:4px}.portfolio-card--kapance{border-top-color:var(--kapance)}.portfolio-card--soprinfo{border-top-color:var(--soprinfo)}.portfolio-card--ublut{border-top-color:var(--ublut)}.portfolio-card__header{display:grid;gap:8px}.portfolio-card__header span{color:var(--text-soft);font-size:.9rem}.portfolio-card h3,.operating-model__item h3{margin:0;font-size:1.3rem;line-height:1.22}.operating-model{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:24px;align-items:start}.operating-model__panel{display:grid;gap:12px;padding:26px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fbf8f2f0,#ebe7deb8),var(--surface)}.operating-model__panel span{padding:16px 18px;color:var(--text-soft);border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff7a}.operating-model__list,.evidence-rows{display:grid;gap:16px}.operating-model__item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;padding:22px 24px}.operating-model__index{color:var(--amber);font-size:.78rem;font-weight:700;letter-spacing:.16em}.evidence-rows__item{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:24px;align-items:start;padding:22px 24px;background:#f7f2ea14;border-color:#f7f2ea24}.site-footer{border-top:1px solid rgba(23,24,24,.08)}.site-footer__inner{align-items:start}.site-footer__brand{margin:0 0 10px}.site-footer__note{max-width:42ch}@media (min-width: 1081px){.hero-section__layout{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;min-height:calc(100vh - 112px)}}@media (max-width: 1080px){.hero-section{padding-top:28px}.hero-section h1{max-width:13ch;font-size:4.35rem}.section-intro h2{font-size:2.9rem}.portfolio-grid,.operating-model{grid-template-columns:1fr}.portfolio-card{min-height:0}}@media (max-width: 760px){.site-shell{width:min(100% - 24px,100%)}.site-header__inner,.site-footer__inner,.site-header__nav,.site-footer__nav,.hero-section__links{align-items:flex-start}.site-header__inner,.site-footer__inner,.evidence-rows__item{display:grid;grid-template-columns:1fr}.site-header__nav,.site-footer__nav{justify-content:flex-start}.hero-section{padding:20px 0 28px}.hero-section__layout{gap:28px}.hero-section h1{max-width:12ch;font-size:clamp(2.25rem,10vw,2.85rem)}.hero-section__body{font-size:1rem}.hero-section__links{flex-direction:column;gap:10px}.section{padding:52px 0}.section-intro h2{max-width:100%;font-size:2.35rem}.system-map{width:100%}.system-map__frame{min-height:420px}.system-map__frame:before{top:54px;right:54px;bottom:54px;left:54px}.system-map__frame:after{top:110px;right:110px;bottom:110px;left:110px}.system-map__core{min-width:174px;padding:21px}.system-map__node{min-width:104px;padding:9px 12px;font-size:.9rem}.system-map__node--1{top:11%;left:7%}.system-map__node--2{top:12%;right:7%}.system-map__node--3{right:6%;bottom:15%}.system-map__node--4{bottom:12%;left:8%}.system-map__node--5{top:43%;left:3%}.system-map__node--6{top:45%;right:3%}.operating-model__item{grid-template-columns:1fr;gap:10px;padding:20px}.evidence-rows__item{gap:10px;padding:20px}}
