:root{--bg: #f7f8f6;--surface: #ffffff;--surface-muted: #f0f2ef;--text: #1d211f;--muted: #626b66;--soft: #8b9690;--line: #dde3df;--accent: #256f5a;--accent-soft: #e4f0eb;--code-bg: #171b1f;--container: 1040px;--article: 760px;--gutter: 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-size:16px;line-height:1.75}::selection{background:var(--accent-soft);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.topbar{position:sticky;top:0;z-index:30;border-bottom:1px solid rgb(221 227 223 / 80%);background:#f7f8f6e0;backdrop-filter:blur(14px)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--container);height:64px;margin:0 auto;padding:0 28px;gap:24px}.brand,.footer-brand{color:var(--text);font-size:20px;font-weight:700;letter-spacing:0}.desktop-nav,.footer-inner nav{display:flex;align-items:center;gap:22px}.desktop-nav a,.footer-inner nav a,.text-link,.back-link{color:var(--muted);font-size:14px;font-weight:600;transition:color .18s ease}.desktop-nav a:hover,.desktop-nav a.active,.footer-inner nav a:hover,.text-link:hover,.back-link:hover{color:var(--accent)}main{min-height:calc(100vh - 192px)}.home-shell,.archive-shell,.article-shell,.profile-shell{width:100%;max-width:var(--container);margin:0 auto;padding:72px 28px 96px}.article-shell,.archive-shell{max-width:calc(var(--article) + 56px)}.site-hero{max-width:820px;padding:56px 0 72px}.eyebrow{margin:0 0 12px;color:var(--accent);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:0;text-transform:uppercase}.site-hero h1,.hero-copy h1,.post-header h1,.profile-hero h1{margin:0;color:var(--text);font-size:clamp(2.4rem,7vw,5.2rem);font-weight:700;line-height:1.05;letter-spacing:0}.hero-copy h1,.post-header h1,.profile-hero h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1.15}.site-hero>p,.hero-copy>p,.post-header>p,.profile-hero>p,.archive-callout p{max-width:720px;margin:22px 0 0;color:var(--muted);font-size:18px;line-height:1.9}.theme-row,.topic-list,.chip-row{display:flex;flex-wrap:wrap;gap:8px}.theme-row{margin-top:28px}.theme-row a,.topic-list a,.chip-row a,.chip-row span{border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--muted);padding:6px 12px;font-size:13px;font-weight:600;line-height:1.4;transition:border-color .18s ease,color .18s ease,background .18s ease}.theme-row a:hover,.topic-list a:hover,.chip-row a:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.home-section{border-top:1px solid var(--line);padding:48px 0 0;margin-top:24px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading.compact{margin-bottom:18px}.section-heading h2,.archive-callout h2,.related-section h2{margin:0;color:var(--text);font-size:28px;line-height:1.25}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.article-list{display:grid;gap:16px}.recent-posts-layout{display:grid;gap:18px}.recent-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recent-list{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#ffffffb8}.recent-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:18px 20px;transition:background .18s ease}.recent-list-item:last-child{border-bottom:0}.recent-list-item:hover{background:var(--surface)}.recent-list-item .article-meta,.recent-list-item h3,.recent-list-item p{grid-column:1;min-width:0}.recent-list-item .chip-row{grid-column:2;grid-row:1 / span 3;justify-content:flex-end;max-width:220px}.recent-list-item h3{margin:0;color:var(--text);font-size:18px;line-height:1.45}.recent-list-item h3 a:hover{color:var(--accent)}.recent-list-item p{display:-webkit-box;overflow:hidden;margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.75;-webkit-line-clamp:1;-webkit-box-orient:vertical}.article-card,.archive-item,.related-card{border:1px solid var(--line);border-radius:8px;background:#ffffffb8;padding:22px;transition:border-color .18s ease,background .18s ease,transform .18s ease}.article-card:hover,.archive-item:hover,.related-card:hover{border-color:#b7c8c0;background:var(--surface);transform:translateY(-1px)}.article-icon{display:none}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;color:var(--soft);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.4}.article-meta span[aria-hidden=true]{display:none}.article-card h2,.article-card h3,.archive-item h2,.related-card h3{margin:0;color:var(--text);font-size:22px;line-height:1.45}.article-card h2 a:hover,.article-card h3 a:hover,.archive-item h2 a:hover,.related-card h3 a:hover{color:var(--accent)}.article-card p,.archive-item p{display:-webkit-box;overflow:hidden;margin:12px 0 18px;color:var(--muted);font-size:15px;line-height:1.8;-webkit-line-clamp:3;-webkit-box-orient:vertical}.category-index{max-width:none}.category-sections{display:grid;gap:34px}.category-block{display:grid;gap:16px}.category-block-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;border-bottom:1px solid rgb(219 227 222 / 78%);padding-bottom:12px}.category-block-heading h3{margin:0;color:var(--text);font-size:clamp(1.35rem,3vw,1.9rem);line-height:1.25}.category-block-heading h3 a:hover,.category-article h4 a:hover{color:var(--accent)}.category-block-heading span{flex:0 0 auto;color:var(--soft);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600}.category-article-list{display:grid;gap:14px}.category-article{display:grid;grid-template-columns:clamp(190px,28%,260px) minmax(0,1fr);column-gap:clamp(26px,4vw,36px);row-gap:14px;align-items:start;border:1px solid rgb(219 227 222 / 72%);border-radius:8px;background:#ffffffa8;box-shadow:0 10px 34px #23322c0d;padding:16px;transition:border-color .18s ease,background .18s ease,transform .18s ease}.category-article:hover{border-color:#b7c8c0;background:var(--surface);transform:translateY(-1px)}.category-article .card-thumb{grid-column:1;grid-row:1;align-self:stretch;aspect-ratio:16 / 10;width:100%}.category-article-body{grid-column:2;min-width:0}.category-article h4{margin:0;color:var(--text);font-size:20px;line-height:1.45}.category-article p{display:-webkit-box;overflow:hidden;margin:10px 0 14px;color:var(--muted);font-size:15px;line-height:1.75;-webkit-line-clamp:2;-webkit-box-orient:vertical}.topics-panel{max-width:720px}.archive-callout{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--line);margin-top:56px;padding-top:48px}.button-link{flex:0 0 auto;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#fff;padding:10px 16px;font-size:14px;font-weight:700;line-height:1.4;transition:background .18s ease,border-color .18s ease}.button-link:hover{border-color:#1d5848;background:#1d5848}.hero-copy{margin-bottom:36px}.archive-list{display:grid;gap:14px}.post-article{max-width:var(--article);margin:0 auto}.back-link{display:inline-flex;margin-bottom:28px}.post-header{margin-bottom:34px}.featured-image{overflow:hidden;margin:0 0 42px;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted)}.featured-image img{display:block;width:100%}.entry-content{color:#303734;font-size:18px;line-height:1.95;overflow-x:auto}.entry-content p,.entry-content ul,.entry-content ol,.entry-content figure,.entry-content blockquote{margin:0 0 1.55em}.entry-content ul,.entry-content ol{padding-left:1.35em}.entry-content li+li{margin-top:.35em}.entry-content h2,.entry-content h3,.entry-content h4{color:var(--text);font-family:Inter,system-ui,sans-serif;letter-spacing:0}.entry-content h2{border-top:1px solid var(--line);margin:2.4em 0 .8em;padding-top:1.1em;font-size:28px;line-height:1.35}.entry-content h3{margin:2em 0 .7em;font-size:22px;line-height:1.45}.entry-content h4{margin:1.8em 0 .65em;font-size:18px}.entry-content a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.entry-content img{display:block;border-radius:8px}.entry-content pre,.entry-content code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.entry-content :not(pre)>code{border:1px solid var(--line);border-radius:4px;background:var(--surface-muted);padding:.08em .32em;font-size:.88em}.entry-content pre{overflow-x:auto;border-radius:8px;background:var(--code-bg);color:#eef2f0;padding:18px}.entry-content table{width:100%;border:1px solid var(--line);border-radius:8px;border-collapse:separate;border-spacing:0;background:var(--surface);margin:0 0 1.7em;font-size:.94em;line-height:1.65;overflow:hidden;table-layout:auto}.entry-content thead{background:var(--accent-soft)}.entry-content th,.entry-content td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:.78em .95em;text-align:left;vertical-align:top}.entry-content th{color:var(--text);font-weight:700;white-space:nowrap}.entry-content td{color:#303734}.entry-content th:last-child,.entry-content td:last-child{border-right:0}.entry-content tbody tr:last-child td{border-bottom:0}.blank-box{border:1px solid var(--line);border-radius:8px;background:#ffffffbd;color:#303734;padding:18px 20px}.sticky,.st-yellow{border-color:#cfded7;background:var(--accent-soft)}.marker-under-red{background:linear-gradient(transparent 64%,#f3d5d0 0);color:var(--text);font-weight:700}.related-section{max-width:var(--article);margin:56px auto 0;border-top:1px solid var(--line);padding-top:36px}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.related-card p{margin:0 0 8px;color:var(--soft);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.related-card h3{font-size:16px}.related-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.related-list a{color:var(--muted)}.profile-shell{max-width:calc(var(--article) + 56px)}.profile-hero{max-width:var(--article);margin:0 auto}.profile-copy{border-top:1px solid var(--line);margin-top:36px;padding-top:28px}.profile-copy p{color:var(--muted);font-size:17px;line-height:1.9}.social-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.social-row a{border:1px solid var(--line);border-radius:6px;background:#ffffffb8;color:var(--muted);padding:9px 14px;font-size:14px;font-weight:700}.social-row a:hover{border-color:var(--accent);color:var(--accent)}.site-footer{border-top:1px solid var(--line);background:var(--surface-muted)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:var(--container);margin:0 auto;padding:42px 28px}.footer-inner p{margin:0;color:var(--muted);font-size:14px}@media(max-width:780px){.topbar-inner{height:auto;min-height:60px;padding:14px 18px}.desktop-nav{gap:14px}.desktop-nav a{font-size:13px}.home-shell,.archive-shell,.article-shell,.profile-shell{padding:44px 18px 72px}.site-hero{padding:28px 0 48px}.site-hero>p,.hero-copy>p,.post-header>p,.profile-hero>p,.archive-callout p,.entry-content{font-size:16px}.section-heading,.archive-callout,.footer-inner{align-items:flex-start;flex-direction:column}.article-grid,.related-grid,.recent-featured-grid{grid-template-columns:1fr}.category-article{grid-template-columns:1fr;gap:14px;padding:14px}.category-article .card-thumb{grid-column:1;aspect-ratio:16 / 9}.category-article-body{grid-column:1}.article-card,.archive-item,.related-card{padding:18px}.article-card h2,.article-card h3,.archive-item h2{font-size:20px}.entry-content h2{font-size:24px}.footer-inner nav{flex-wrap:wrap}}:root{--bg: #fbfbf8;--surface: #ffffff;--surface-muted: #f6f6f1;--text: #181d1b;--muted: #66716c;--soft: #9aa49f;--line: rgb(217 226 221 / 72%);--accent: #2f7a64;--accent-2: #8a6f35;--accent-soft: #eaf5ef;--shadow-soft: 0 18px 60px rgb(32 48 42 / 7%);--shadow-hover: 0 26px 80px rgb(32 48 42 / 12%)}html{scroll-behavior:smooth}body{position:relative;overflow-x:hidden;background:radial-gradient(circle at 12% 4%,rgb(222 241 232 / 74%),transparent 34rem),radial-gradient(circle at 82% 12%,rgb(246 232 202 / 50%),transparent 30rem),linear-gradient(180deg,#ffffff 0%,var(--bg) 44%,#f8f8f4 100%)}body:before{content:"";position:fixed;inset:-20% -12%;z-index:-1;pointer-events:none;background:radial-gradient(circle at 22% 22%,rgb(196 226 214 / 34%),transparent 22rem),radial-gradient(circle at 78% 18%,rgb(235 215 174 / 26%),transparent 24rem),radial-gradient(circle at 58% 92%,rgb(214 232 244 / 22%),transparent 26rem);filter:blur(18px);opacity:.78;animation:gradient-drift 18s ease-in-out infinite alternate}.topbar{border-bottom:1px solid rgb(219 226 222 / 58%);background:#fffffcb8;box-shadow:0 1px #ffffffb3;backdrop-filter:blur(18px) saturate(145%)}.brand,.footer-brand{letter-spacing:.01em}.desktop-nav a,.footer-inner nav a,.text-link,.back-link,.entry-content a{background-image:linear-gradient(var(--accent),var(--accent));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:color .26s ease,background-size .32s ease}.desktop-nav a:hover,.desktop-nav a.active,.footer-inner nav a:hover,.text-link:hover,.back-link:hover,.entry-content a:hover{background-size:100% 1px}.home-shell,.archive-shell,.article-shell,.profile-shell{padding-top:clamp(56px,7vw,104px);padding-bottom:clamp(88px,10vw,132px)}.site-hero{position:relative;max-width:900px;border:1px solid rgb(224 231 227 / 62%);border-radius:28px;background:linear-gradient(135deg,#ffffffdb,#ffffff8f),radial-gradient(circle at 12% 10%,rgb(218 240 230 / 82%),transparent 24rem),radial-gradient(circle at 88% 22%,rgb(246 232 200 / 62%),transparent 22rem);box-shadow:var(--shadow-soft);padding:clamp(36px,7vw,72px);overflow:hidden}.site-hero:after{content:"";position:absolute;inset:1px;border-radius:27px;pointer-events:none;background:linear-gradient(135deg,rgb(255 255 255 / 72%),transparent 42%)}.site-hero>*{position:relative;z-index:1}.site-hero h1{font-size:clamp(3rem,9vw,6.4rem);letter-spacing:0}.site-hero>p,.hero-copy>p,.post-header>p,.profile-hero>p,.archive-callout p{color:#55605bf0;line-height:2}.eyebrow{color:var(--accent);opacity:.88}.home-section{border-top-color:#dae2dda3;padding-top:clamp(52px,7vw,76px);margin-top:clamp(34px,6vw,64px)}.article-grid{gap:22px}.article-list,.archive-list{gap:20px}.recent-posts-layout{gap:22px}.article-card,.archive-item,.related-card{border:1px solid rgb(219 227 222 / 70%);border-radius:18px;background:linear-gradient(180deg,#ffffffdb,#ffffffad);box-shadow:0 1px #ffffffd1,0 10px 34px #23322c0d;padding:clamp(22px,3vw,30px);transform:translateY(0) scale(1);transition:transform .36s cubic-bezier(.2,.8,.2,1),box-shadow .36s ease,border-color .36s ease,background .36s ease}.article-card:hover,.archive-item:hover,.related-card:hover{border-color:#bacfc5db;background:#fffffff0;box-shadow:var(--shadow-hover);transform:translateY(-5px) scale(1.006)}.article-card h2 a,.article-card h3 a,.archive-item h2 a,.related-card h3 a{background-image:linear-gradient(var(--accent),var(--accent));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:color .26s ease,background-size .36s ease}.article-card:hover h2 a,.article-card:hover h3 a,.archive-item:hover h2 a,.related-card:hover h3 a,.article-card h2 a:hover,.article-card h3 a:hover,.archive-item h2 a:hover,.related-card h3 a:hover{color:var(--accent);background-size:100% 1px}.article-meta{color:#7f8b85eb;letter-spacing:0}.recent-list{border-color:#dbe3deb3;border-radius:18px;background:linear-gradient(180deg,#ffffffc7,#ffffff94);box-shadow:0 1px #ffffffd1,0 10px 34px #23322c0d}.recent-list-item{border-bottom-color:#dbe3deb3;transition:background .28s ease}.recent-list-item:hover{background:#ffffffd1}.recent-list-item h3 a{background-image:linear-gradient(var(--accent),var(--accent));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:color .26s ease,background-size .36s ease}.recent-list-item:hover h3 a,.recent-list-item h3 a:hover{color:var(--accent);background-size:100% 1px}.theme-row a,.topic-list a,.chip-row a,.chip-row span,.social-row a{border-color:#dae2ddc7;background:#ffffffa3;box-shadow:0 1px 10px #23322c08;transition:color .28s ease,border-color .28s ease,background .28s ease,transform .28s ease}.theme-row a:hover,.topic-list a:hover,.chip-row a:hover,.social-row a:hover{transform:translateY(-1px)}.archive-callout{border:1px solid rgb(219 227 222 / 70%);border-radius:22px;background:#ffffff94;box-shadow:0 12px 48px #23322c0f;margin-top:clamp(58px,8vw,86px);padding:clamp(28px,5vw,42px)}.button-link{border-radius:999px;box-shadow:0 12px 28px #2f7a642e;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.button-link:hover{box-shadow:0 16px 38px #2f7a643d;transform:translateY(-2px)}.post-article{border:1px solid rgb(219 227 222 / 58%);border-radius:26px;background:#ffffff9e;box-shadow:0 18px 70px #23322c0f;padding:clamp(24px,5vw,48px)}.featured-image{border-color:#dbe3deb8;border-radius:20px;box-shadow:0 14px 44px #23322c12}.entry-content{color:#29312e;line-height:2.05}.entry-content h2{position:relative;border-top-color:#dbe3deb8;margin-top:2.8em}.entry-content h2:before{content:"";display:block;width:38px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--accent),rgb(138 111 53 / 62%));margin-bottom:.7em}.entry-content :not(pre)>code{border-color:#dbe3dedb;background:#f6f8f4d6}.entry-content pre{border:1px solid rgb(255 255 255 / 12%);border-radius:16px;box-shadow:0 18px 48px #12181629}.entry-content table{border-color:#d6e0dbdb;border-radius:16px;background:#ffffffc7;box-shadow:0 14px 42px #23322c0f}.entry-content thead{background:linear-gradient(180deg,#eaf5eff0,#e2f0e9e0)}.entry-content tbody tr:nth-child(2n){background:#f7f9f6bd}.entry-content tbody tr:hover{background:#eaf5ef94}.entry-content th,.entry-content td{border-color:#d6e0dbc7}.entry-content th{color:#1b2a25}.blank-box{border-color:#cfded7b8;border-radius:18px;background:#ffffffad;box-shadow:0 12px 38px #23322c0d}.related-section{border-top-color:#dbe3dead}.site-footer{background:linear-gradient(180deg,#ffffff47,#f4f6f1d1)}.site-hero,.hero-copy,.post-header,.profile-hero,.article-card,.archive-item,.related-card,.post-article{animation:fade-slide-up .56s cubic-bezier(.2,.8,.2,1) both}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes gradient-drift{0%{transform:translate3d(-1.5%,-1%,0) scale(1)}to{transform:translate3d(1.5%,1%,0) scale(1.04)}}@media(max-width:780px){.site-hero,.post-article,.archive-callout{border-radius:20px}.site-hero{padding:30px 22px}.article-grid,.article-list,.archive-list{gap:16px}.recent-list-item{display:block;padding:18px}.recent-list-item .chip-row{justify-content:flex-start;max-width:none;margin-top:12px}.article-card:hover,.archive-item:hover,.category-article:hover,.related-card:hover,.button-link:hover,.theme-row a:hover,.topic-list a:hover,.chip-row a:hover,.social-row a:hover{transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.card-thumb{display:block;overflow:hidden;position:relative;border-radius:14px;background:var(--surface-muted);box-shadow:inset 0 0 0 1px #ffffff94}.card-thumb img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .52s cubic-bezier(.2,.8,.2,1),filter .52s ease}.article-card .card-thumb{aspect-ratio:16 / 9;margin:-8px -8px 18px}.archive-item{display:grid;grid-template-columns:clamp(180px,30%,260px) minmax(0,1fr);column-gap:clamp(26px,4vw,36px);align-items:start}.archive-item .card-thumb{grid-column:1;grid-row:1 / span 4;aspect-ratio:4 / 3;margin:0;width:100%}.archive-item .article-meta,.archive-item h2,.archive-item p,.archive-item .chip-row{grid-column:2;min-width:0}.archive-item:not(:has(.card-thumb)){grid-template-columns:1fr}.archive-item:not(:has(.card-thumb)) .article-meta,.archive-item:not(:has(.card-thumb)) h2,.archive-item:not(:has(.card-thumb)) p,.archive-item:not(:has(.card-thumb)) .chip-row{grid-column:1}.article-card:hover .card-thumb img,.archive-item:hover .card-thumb img{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}@media(max-width:780px){.article-card .card-thumb{margin:-4px -4px 16px}.archive-item{display:block}.archive-item .card-thumb{aspect-ratio:16 / 9;margin:-4px -4px 16px}}.expressive-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);align-items:center;gap:clamp(28px,6vw,72px);max-width:none;overflow:hidden}.hero-main-copy{position:relative;z-index:2;min-width:0}.hero-visual{position:relative;min-height:clamp(280px,38vw,430px);isolation:isolate;overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:16% 8% 8% 4%;z-index:-1;border-radius:999px;background:radial-gradient(circle,rgb(47 122 100 / 20%),transparent 64%);filter:blur(18px)}.hero-photo{position:absolute;overflow:hidden;border:1px solid rgb(255 255 255 / 72%);border-radius:22px;background:var(--surface-muted);box-shadow:0 20px 60px #23322c24;transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s ease}.hero-photo img{display:block;width:100%;height:100%;object-fit:cover}.hero-photo:hover{box-shadow:0 28px 80px #23322c2e;transform:translateY(-4px) rotate(0) scale(1.015)}.photo-1{inset:2% 16% 38% 0;transform:rotate(-2.2deg)}.photo-2{inset:34% 0 4% 22%;transform:rotate(2.4deg)}.photo-3{inset:18% 58% 16% 0;border-radius:18px;transform:rotate(4deg)}.photo-4{inset:0 0 auto auto;width:34%;height:28%;border-radius:18px;transform:rotate(5deg)}@media(max-width:940px){.expressive-hero{grid-template-columns:1fr;align-items:start}.hero-visual{width:100%;min-height:clamp(240px,58vw,360px)}}.start-panel,.featured-panel{max-width:none}.start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.start-card{position:relative;overflow:hidden;min-height:220px;border:1px solid rgb(219 227 222 / 70%);border-radius:24px;background:linear-gradient(160deg,#ffffffe0,#ffffff94),radial-gradient(circle at 16% 8%,rgb(218 240 230 / 72%),transparent 17rem);box-shadow:0 16px 56px #23322c12;padding:26px;transition:transform .36s cubic-bezier(.2,.8,.2,1),box-shadow .36s ease,border-color .36s ease}.start-card:after{content:"";position:absolute;right:-36px;bottom:-48px;width:150px;height:150px;border-radius:999px;background:#2f7a641a;transition:transform .42s ease,opacity .42s ease}.start-card:hover{border-color:#bacfc5e0;box-shadow:0 26px 80px #23322c1f;transform:translateY(-5px)}.start-card:hover:after{opacity:.9;transform:scale(1.18) translate(-8px,-8px)}.start-card span{color:var(--accent);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600}.start-card h3{margin:18px 0 12px;color:var(--text);font-size:22px;line-height:1.35}.start-card p{margin:0;color:var(--muted);line-height:1.85}.featured-card{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:clamp(24px,4vw,42px);align-items:center;border:1px solid rgb(219 227 222 / 72%);border-radius:28px;background:#ffffffa8;box-shadow:0 18px 70px #23322c12;padding:clamp(18px,3vw,28px)}.featured-thumb{display:block;overflow:hidden;border-radius:22px;aspect-ratio:16 / 10;background:var(--surface-muted)}.featured-thumb img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .52s cubic-bezier(.2,.8,.2,1)}.featured-card:hover .featured-thumb img{transform:scale(1.045)}.featured-body h3{margin:0;color:var(--text);font-size:clamp(1.55rem,4vw,2.5rem);line-height:1.28}.featured-body h3 a:hover{color:var(--accent)}.featured-body p{margin:16px 0 20px;color:var(--muted);font-size:16px;line-height:1.95}@media(max-width:900px){.expressive-hero,.featured-card{grid-template-columns:1fr}.expressive-hero{padding-bottom:56px}.hero-visual{margin-top:10px;min-height:320px}.start-grid{grid-template-columns:1fr}}@media(max-width:780px){.hero-visual{margin-top:0;min-height:250px}.hero-photo{border-radius:16px}.photo-1{inset:2% 12% 34% 0}.photo-2{inset:38% 0 0 18%}.photo-3,.photo-4{display:none}.start-card{min-height:auto}}@media(prefers-reduced-motion:reduce){.hero-photo,.start-card,.featured-thumb img{transition:none!important}}.home-hero{border:0;background:transparent;box-shadow:none;display:block;max-width:820px;padding:clamp(24px,5vw,56px) 0 clamp(16px,4vw,34px)}.home-hero:after{display:none}.home-hero h1{max-width:760px;margin:0;font-size:clamp(2.75rem,6vw,5rem);line-height:1.14;font-weight:800}.hero-lead{max-width:640px;margin:22px 0 0;color:var(--text);font-size:clamp(1.05rem,2vw,1.3rem);font-weight:650;line-height:1.85}.hero-note{max-width:620px;margin:14px 0 0;color:var(--muted);font-size:15px;line-height:2}.button-link.secondary{border-color:#cbd6d0e0;background:#ffffffb3;color:var(--text);box-shadow:0 10px 28px #23322c0f}.button-link.secondary:hover{border-color:#bacfc5e0;background:#fff;color:var(--accent)}.topic-list a{display:inline-flex;align-items:center;gap:8px}.topic-list a span{color:var(--soft);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}@media(max-width:900px){.home-hero{padding-bottom:28px}}@media(max-width:780px){.home-hero{padding:22px 0 18px}.home-hero h1{font-size:clamp(2.25rem,11vw,3.4rem)}.entry-content table{font-size:.9em}.entry-content th,.entry-content td{padding:.72em .82em}}
