:root{--bg: #ffffff;--bg-secondary: #f7f7f7;--bg-tertiary: #eeeeee;--text: #111111;--text-muted: #666666;--text-subtle: #999999;--border: #e5e5e5;--border-strong: #cccccc;--font-heading: system-ui, sans-serif;--font-body: system-ui, sans-serif;--space-1: 0.25rem;--space-2: 0.5rem;--space-3: 0.75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--container-max: 1200px;--container-narrow: 720px;--container-project: 960px;--nav-height: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px;--transition-fast: 150ms ease;--transition-base: 250ms ease;--transition-slow: 400ms ease;--shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);--shadow-md: 0 4px 16px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.04);--shadow-lg: 0 16px 48px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.06)}[data-theme="dark"]{--bg: #0f0f0f;--bg-secondary: #1a1a1a;--bg-tertiary: #242424;--text: #f0f0f0;--text-muted: #999999;--text-subtle: #666666;--border: #2a2a2a;--border-strong: #3a3a3a;--shadow-sm: 0 1px 3px rgba(0,0,0,0.4);--shadow-md: 0 4px 16px rgba(0,0,0,0.5);--shadow-lg: 0 16px 48px rgba(0,0,0,0.6)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;transition:background-color var(--transition-base),color var(--transition-base);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}main{flex:1 0 auto}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.15;font-weight:700}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-8)}@media (min-width: 768px){.container{padding-inline:var(--space-12)}}@media (min-width: 1024px){.container{padding-inline:var(--space-16)}}.container--narrow{max-width:var(--container-narrow)}.container--project{max-width:var(--container-project)}.prose{color:var(--text)}.prose h2{font-size:clamp(1.4rem, 3vw, 1.8rem);margin-top:var(--space-10);margin-bottom:var(--space-4)}.prose h3{font-size:clamp(1.1rem, 2.5vw, 1.3rem);margin-top:var(--space-8);margin-bottom:var(--space-3)}.prose p{margin-bottom:var(--space-6);font-size:1.05rem;line-height:1.75}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose ul,.prose ol{padding-left:var(--space-6);margin-bottom:var(--space-6)}.prose li{margin-bottom:var(--space-2);line-height:1.7}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose blockquote{border-left:3px solid var(--accent);padding-left:var(--space-6);margin-left:0;margin-bottom:var(--space-6);color:var(--text-muted);font-style:italic;font-size:1.1rem}.prose code{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0.15em 0.4em;font-size:0.88em}.prose pre{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-6);overflow-x:auto;margin-bottom:var(--space-6)}.prose pre code{background:none;border:none;padding:0;font-size:0.9rem}.prose hr{border:none;border-top:1px solid var(--border);margin:var(--space-10) 0}.prose figure{margin:var(--space-8) 0}.prose figure img{border-radius:var(--radius-md);width:100%}.prose figure figcaption{margin-top:var(--space-2);font-size:0.875rem;color:var(--text-muted);text-align:center}.prose strong{font-weight:600}.prose em{font-style:italic}.btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:0.6em 1.4em;font-size:0.9rem;font-weight:600;font-family:var(--font-body);background:var(--text);color:var(--bg);border-radius:var(--radius-md);transition:opacity var(--transition-fast),transform var(--transition-fast);cursor:pointer}.btn:hover{opacity:0.85;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--pill{border-radius:var(--radius-full)}.btn--outline{background:transparent;color:var(--text);border:1.5px solid var(--border-strong)}.btn--outline:hover{border-color:var(--text)}.btn--accent{background:var(--accent);color:#fff}.btn--sm{padding:0.45em 1em;font-size:0.82rem}.tag{display:inline-block;padding:0.25em 0.75em;font-size:0.78rem;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;background:var(--bg-secondary);color:var(--text-muted);border-radius:var(--radius-full);border:1px solid var(--border)}.tag--accent{background:var(--accent-10);color:var(--accent);border-color:transparent}.reading-progress{position:fixed;top:0;left:0;height:2px;width:0%;background:var(--accent);z-index:9999;transition:width 100ms linear}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);height:var(--nav-height);display:flex;align-items:center;transition:background var(--transition-base),border-color var(--transition-base)}.nav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);height:100%}.nav__logo{flex-shrink:0;display:flex;align-items:center}.nav__logo-text{font-family:var(--font-heading);font-weight:700;font-size:1rem;line-height:1.15;letter-spacing:-0.02em}.nav__logo-img{height:32px;width:auto}.nav__links{display:flex;align-items:center;gap:var(--space-6)}@media (max-width: 640px){.nav__links{display:none;position:fixed;inset:var(--nav-height) 0 0 0;background:var(--bg);flex-direction:column;align-items:center;justify-content:center;gap:var(--space-8);border-top:1px solid var(--border);z-index:99}.nav__links--open{display:flex}}.nav__link{font-size:0.9rem;font-weight:500;color:var(--text-muted);transition:color var(--transition-fast);position:relative}@media (max-width: 640px){.nav__link{font-size:1.25rem}}.nav__link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--accent);transition:width var(--transition-fast)}.nav__link:hover,.nav__link--active{color:var(--text)}.nav__link:hover::after,.nav__link--active::after{width:100%}.nav__actions{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);color:var(--text-muted);transition:background var(--transition-fast),color var(--transition-fast)}.theme-toggle:hover{background:var(--bg-secondary);color:var(--text)}.theme-toggle .theme-toggle__moon{display:none}[data-theme="dark"] .theme-toggle .theme-toggle__sun{display:none}[data-theme="dark"] .theme-toggle .theme-toggle__moon{display:block}.nav__burger{display:none;flex-direction:column;gap:5px;padding:var(--space-2)}@media (max-width: 640px){.nav__burger{display:flex}}.nav__burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform var(--transition-fast),opacity var(--transition-fast)}.hero{padding:var(--space-24) 0 var(--space-20);text-align:center}@media (min-width: 768px){.hero{padding:var(--space-32) 0 var(--space-24)}}.hero__greeting{font-family:var(--font-heading);font-size:clamp(3rem, 10vw, 7rem);font-weight:900;letter-spacing:-0.04em;line-height:1.0;color:var(--text);margin-bottom:var(--space-6)}.hero__intro{max-width:580px;margin-inline:auto;font-size:clamp(1rem, 2.5vw, 1.2rem);color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-8)}.hero__cta{display:inline-flex;align-items:center;gap:var(--space-2);padding:0.75em 2em;font-size:1rem;font-weight:700;background:var(--text);color:var(--bg);border-radius:var(--radius-full);transition:opacity var(--transition-fast),transform var(--transition-fast)}.hero__cta:hover{opacity:0.8;transform:translateY(-2px)}.home-section{padding:var(--space-12) 0 var(--space-8)}.home-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-6)}.home-section__heading{font-size:0.8rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-subtle)}.home-section__link{font-size:0.9rem;font-weight:600;color:var(--text-muted);white-space:nowrap;transition:color var(--transition-fast)}.home-section__link:hover{color:var(--accent)}.work-strip{display:grid;grid-auto-flow:column;grid-auto-columns:80%;gap:var(--space-4);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--space-2);-webkit-overflow-scrolling:touch}.work-strip>.project-card{scroll-snap-align:start}@media (min-width: 768px){.work-strip{grid-auto-flow:row;grid-template-columns:repeat(3, 1fr);grid-auto-columns:auto;overflow-x:visible;padding-bottom:0}}.project-card--strip{height:300px}@media (min-width: 768px){.project-card--strip{height:340px}}.home-about__inner{display:flex;flex-direction:column;gap:var(--space-6);padding:var(--space-8);background:var(--bg-secondary);border:1.5px solid var(--border);border-radius:var(--radius-lg)}@media (min-width: 640px){.home-about__inner{flex-direction:row;align-items:center;gap:var(--space-8)}}.home-about__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;flex-shrink:0}.home-about__text{display:flex;flex-direction:column;gap:var(--space-3);align-items:flex-start}.home-about__bio{font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:60ch}.work{padding:var(--space-12) 0 var(--space-8)}.work__heading{font-size:0.8rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:var(--space-6)}.work__grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media (min-width: 768px){.work__grid{grid-template-columns:repeat(12, 1fr)}}.work--page{padding:var(--space-16) 0 var(--space-24)}.work--page .work__header{margin-bottom:var(--space-12)}.work--page .work__title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:900;letter-spacing:-0.03em;margin-bottom:var(--space-3)}.work--page .work__subtitle{font-size:1.1rem;color:var(--text-muted);max-width:40ch;line-height:1.6}.project-card{display:block;position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-tertiary);cursor:pointer;grid-column:span 1;transition:transform var(--transition-base),box-shadow var(--transition-base)}.project-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow);will-change:transform}.project-card::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg, transparent 30%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0.75) 100%);z-index:1;transition:opacity var(--transition-base)}.project-card__body{position:absolute;inset:auto 0 0;padding:var(--space-6);z-index:2}.project-card__category{display:inline-block;margin-bottom:var(--space-3);padding:0.25em 0.75em;font-size:0.72rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:rgba(255,255,255,0.9);background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-full);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.project-card__text{display:flex;flex-direction:column;gap:var(--space-1)}.project-card__title{font-family:var(--font-heading);font-size:1.2rem;font-weight:800;letter-spacing:-0.025em;color:#fff;line-height:1.2}.project-card__desc{font-size:0.875rem;color:rgba(255,255,255,0.65);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.project-card:hover::after{opacity:0.85}.project-card__icon-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding-bottom:var(--space-16);z-index:1}.project-card__icon-glow{position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle, var(--accent) 0%, transparent 65%);opacity:0.08;filter:blur(40px);pointer-events:none}.project-card__icon{width:64px;height:64px;color:var(--accent);stroke-width:1.25;position:relative;z-index:1;transition:transform var(--transition-base)}.project-card:hover .project-card__icon{transform:scale(1.08)}.project-card--no-image{background:var(--bg-secondary);border:1.5px solid var(--border)}.project-card--no-image::after{display:none}.project-card--no-image .project-card__category{color:var(--accent);background:var(--accent-10);border-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.project-card--no-image .project-card__title{color:var(--text)}.project-card--no-image .project-card__desc{color:var(--text-muted)}.project-card--hero{aspect-ratio:16 / 7;min-height:300px;grid-column:1 / -1}@media (min-width: 768px){.project-card--hero{aspect-ratio:auto;height:540px}}.project-card--hero .project-card__body{padding:var(--space-8)}@media (min-width: 1024px){.project-card--hero .project-card__body{padding:var(--space-10)}}.project-card--hero .project-card__title{font-size:clamp(1.6rem, 3.5vw, 2.6rem)}.project-card--hero .project-card__desc{font-size:1rem;-webkit-line-clamp:3;max-width:520px}.project-card--hero::after{background:linear-gradient(to bottom, transparent 25%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.85) 100%)}.project-card--grid{aspect-ratio:4 / 3;grid-column:span 1}@media (min-width: 768px){.project-card--grid{aspect-ratio:auto;height:380px;grid-column:span 6}}@media (min-width: 768px){.project-card--grid:nth-child(4n+2){grid-column:span 7}.project-card--grid:nth-child(4n+3){grid-column:span 5}.project-card--grid:nth-child(4n+4){grid-column:span 5}.project-card--grid:nth-child(4n+1){grid-column:span 7}}.project{padding-bottom:var(--space-8)}.project__back{display:inline-block;font-size:0.9rem;font-weight:600;color:var(--text-muted);margin-bottom:var(--space-6);transition:color var(--transition-fast)}.project__back:hover{color:var(--text)}.project__category{margin-bottom:var(--space-4)}.project__meta-bar{display:flex;flex-wrap:wrap;gap:var(--space-6);padding:var(--space-6) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:var(--space-10)}.project__meta-bar--inline{border:none;padding:0;margin-bottom:var(--space-8)}.project__meta-item{display:flex;flex-direction:column;gap:2px}.project__meta-label{font-size:0.75rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-subtle)}.project__meta-link{font-size:0.9rem;font-weight:600;color:var(--accent)}.project__meta-link:hover{text-decoration:underline}.project--visual{padding-top:0}.project-visual__hero{position:relative;width:100%;height:clamp(400px, 60vh, 720px);overflow:hidden;margin-bottom:0}.project-visual__hero-img{width:100%;height:100%;object-fit:cover}.project-visual__hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);display:flex;align-items:flex-end;padding-bottom:var(--space-12)}.project-visual__hero-overlay .container{color:#fff}.project-visual__title{font-size:clamp(2rem, 6vw, 4rem);font-weight:900;letter-spacing:-0.04em;line-height:1.05;color:#fff;margin-bottom:var(--space-2)}.project-visual__tagline{font-size:clamp(1.05rem, 2.2vw, 1.25rem);color:var(--text-muted);line-height:1.65;margin-top:var(--space-6);margin-bottom:var(--space-8);max-width:640px}.project-visual__gallery{margin-top:var(--space-12);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media (max-width: 640px){.project-visual__gallery{grid-template-columns:1fr}}.project-visual__gallery-item{border-radius:var(--radius-md);overflow:hidden;margin:0}.project-visual__gallery-item--full{grid-column:1 / -1}.project-visual__gallery-item img{width:100%;height:100%;object-fit:cover}.project-visual__gallery-item figcaption{padding:var(--space-2);font-size:0.85rem;color:var(--text-muted)}.project-text__header{padding-top:var(--space-16);margin-bottom:var(--space-12)}.project-text__title{font-size:clamp(2.5rem, 7vw, 5rem);font-weight:900;letter-spacing:-0.04em;line-height:1.0;margin-bottom:var(--space-4)}.project-text__tagline{font-size:clamp(1.1rem, 2.5vw, 1.4rem);color:var(--text-muted);max-width:560px;line-height:1.6;margin-bottom:var(--space-8)}.project-text__body .prose{font-size:1.1rem}.project-mixed__cover{padding-top:var(--space-8);margin-bottom:0}.project-mixed__cover img{width:100%;border-radius:var(--radius-lg);max-height:560px;object-fit:cover}.project-mixed__header{padding-top:var(--space-10);margin-bottom:var(--space-8)}.project-mixed__title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:900;letter-spacing:-0.04em;line-height:1.05;margin-bottom:var(--space-3)}.project-mixed__tagline{font-size:1.1rem;color:var(--text-muted);max-width:500px;line-height:1.65;margin-bottom:var(--space-6)}.project-mixed__sections{margin-top:var(--space-12);display:flex;flex-direction:column;gap:var(--space-12)}.project-mixed__section{display:grid;grid-template-columns:1fr;gap:var(--space-8);align-items:center}@media (min-width: 768px){.project-mixed__section{grid-template-columns:1fr 1fr}.project-mixed__section--reversed{direction:rtl}.project-mixed__section--reversed>*{direction:ltr}}.project-mixed__section-image img{border-radius:var(--radius-md);width:100%}.project-mixed__section-text h2{font-size:1.4rem;margin-bottom:var(--space-4)}.project-mixed__section-text p{color:var(--text-muted);line-height:1.7}.project-mixed__gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:var(--space-4);margin-top:var(--space-12)}.project-mixed__gallery figure{margin:0;border-radius:var(--radius-md);overflow:hidden}.project-mixed__gallery figure img{width:100%;height:220px;object-fit:cover}.project-mixed__gallery figure figcaption{padding:var(--space-2);font-size:0.85rem;color:var(--text-muted)}img.js-lightbox{cursor:zoom-in}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.92);z-index:9999;align-items:center;justify-content:center;cursor:zoom-out;padding:var(--space-8)}.lightbox.is-open{display:flex}.lightbox__img{max-width:92vw;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:var(--radius-sm);box-shadow:0 32px 96px rgba(0,0,0,0.6);cursor:default;animation:lightbox-in 0.18s ease}.lightbox__close{position:absolute;top:var(--space-5);right:var(--space-6);font-size:1.5rem;line-height:1;color:rgba(255,255,255,0.7);background:none;border:none;cursor:pointer;padding:var(--space-2) var(--space-3);transition:color var(--transition-fast)}.lightbox__close:hover{color:#fff}@keyframes lightbox-in{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.substack-page{padding:var(--space-16) 0 var(--space-24)}.substack-page__header{margin-bottom:var(--space-12)}.substack-page__title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:900;letter-spacing:-0.03em;margin-bottom:var(--space-4)}.substack-page__desc{font-size:1.1rem;color:var(--text-muted);max-width:40ch;line-height:1.6;margin-bottom:var(--space-6)}.substack-page__cta{display:inline-flex;align-items:center;gap:var(--space-2)}.substack-page__embed{margin-top:var(--space-10);border-radius:var(--radius-lg);overflow:hidden;border:1.5px solid var(--border);padding:var(--space-6)}.footer__signup-note{margin-top:var(--space-3);font-size:0.85rem;line-height:1.4}.footer__signup-note a{text-decoration:underline}.blog-index{padding:var(--space-16) 0 var(--space-24)}.blog-index__header{margin-bottom:var(--space-12);display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4)}.blog-index__title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:900;letter-spacing:-0.03em}.blog-index__count{font-size:0.9rem;color:var(--text-muted)}.blog-index__empty{padding:var(--space-12) 0;text-align:center;color:var(--text-muted)}.blog-toolbar{display:flex;gap:var(--space-3);margin-bottom:var(--space-6);flex-wrap:wrap}.blog-toolbar__search{position:relative;flex:1;min-width:200px}.blog-toolbar__search svg{position:absolute;left:var(--space-4);top:50%;transform:translateY(-50%);color:var(--text-subtle);pointer-events:none}.blog-toolbar__input{width:100%;padding:0.6em 1em 0.6em 2.8em;font-size:0.95rem;font-family:inherit;color:var(--text);background:var(--bg-secondary);border:1.5px solid var(--border);border-radius:var(--radius-full);transition:border-color var(--transition-fast)}.blog-toolbar__input::placeholder{color:var(--text-subtle)}.blog-toolbar__input:focus{outline:none;border-color:var(--accent)}.blog-toolbar__sort{display:inline-flex;align-items:center;gap:var(--space-2);padding:0.6em 1.2em;font-size:0.85rem;font-weight:600;font-family:inherit;color:var(--text-muted);background:var(--bg-secondary);border:1.5px solid var(--border);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast)}.blog-toolbar__sort:hover{border-color:var(--text);color:var(--text)}.tag-filter{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-8)}.tag-filter__btn{padding:0.35em 0.9em;font-size:0.8rem;font-weight:600;letter-spacing:0.03em;border-radius:var(--radius-full);border:1.5px solid var(--border);color:var(--text-muted);transition:all var(--transition-fast);cursor:pointer}.tag-filter__btn:hover{border-color:var(--text);color:var(--text)}.tag-filter__btn--active{background:var(--text);color:var(--bg);border-color:var(--text)}.post-list{border-top:1px solid var(--border)}.post-list__item{display:grid;grid-template-columns:1fr;gap:var(--space-2);padding:var(--space-8) 0;border-bottom:1px solid var(--border);transition:background var(--transition-fast)}@media (min-width: 640px){.post-list__item{grid-template-columns:1fr auto;align-items:center;gap:var(--space-8)}}.post-list__item-link{display:block}.post-list__item-link:hover .post-list__item-title{color:var(--accent)}.post-list__item-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-2)}.post-list__item-title{font-size:clamp(1.1rem, 2.5vw, 1.4rem);font-weight:700;letter-spacing:-0.02em;transition:color var(--transition-fast);margin-bottom:var(--space-2)}.post-list__item-excerpt{font-size:0.95rem;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-list__item-meta{font-size:0.85rem;color:var(--text-subtle);white-space:nowrap;flex-shrink:0}.post{padding-top:var(--space-16);padding-bottom:var(--space-24)}.post__back{display:inline-block;font-size:0.9rem;font-weight:600;color:var(--text-muted);margin-bottom:var(--space-6);transition:color var(--transition-fast)}.post__back:hover{color:var(--text)}.post__tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.post__title{font-size:clamp(1.8rem, 5vw, 3rem);font-weight:900;letter-spacing:-0.03em;line-height:1.1;margin-bottom:var(--space-4)}.post__meta{display:flex;align-items:center;gap:var(--space-3);font-size:0.9rem;color:var(--text-muted);margin-bottom:var(--space-10)}.post__meta-sep{color:var(--border-strong)}.post__cover{margin-bottom:var(--space-10);border-radius:var(--radius-lg);overflow:hidden}.post__cover img{width:100%;object-fit:cover;max-height:480px}.post__body{margin-bottom:var(--space-16)}.post__share{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-16);padding:var(--space-6);background:var(--bg-secondary);border:1.5px solid var(--border);border-radius:var(--radius-lg)}.post__share-label{font-size:0.8rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-subtle)}.post__share-buttons{display:flex;flex-wrap:wrap;gap:var(--space-2)}.post__related{padding-top:var(--space-10);border-top:1px solid var(--border)}.post__related-heading{font-size:1rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:var(--space-6)}.post__related-list{display:flex;flex-direction:column;gap:0}.post__related-list li{border-bottom:1px solid var(--border)}.post__related-list a{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-4);padding:var(--space-4) 0;transition:color var(--transition-fast)}.post__related-list a:hover{color:var(--accent)}.post__related-title{font-weight:600;font-size:1rem}.post__related-date{font-size:0.85rem;color:var(--text-muted);flex-shrink:0}.share-btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:0.5em 1em;font-size:0.85rem;font-weight:600;font-family:inherit;color:var(--text-muted);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast)}.share-btn svg{flex-shrink:0}.share-btn:hover{border-color:var(--text);color:var(--text)}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:var(--space-4) 0;margin-top:var(--space-4)}.footer__top{display:flex;flex-direction:column;gap:var(--space-12);margin-bottom:var(--space-12)}@media (min-width: 768px){.footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__newsletter{max-width:340px}.footer__newsletter-heading{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin-bottom:var(--space-3)}.footer__newsletter-desc{font-size:0.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:var(--space-5)}.footer__signup-form{display:flex;flex-direction:column;gap:var(--space-3)}.footer__signup-label{font-size:0.8rem;font-weight:600;color:var(--text-muted);letter-spacing:0.02em}.footer__signup-row{display:flex;flex-direction:column;gap:var(--space-3)}.footer__signup-input{width:100%;padding:0.6em 0.9em;font-size:0.9rem;font-family:var(--font-body);background:var(--bg);color:var(--text);border:1.5px solid var(--border-strong);border-radius:var(--radius-full);outline:none;transition:border-color var(--transition-fast)}.footer__signup-input::placeholder{color:var(--text-subtle)}.footer__signup-input:focus{border-color:var(--accent)}.footer__signup-btn{align-self:flex-start;white-space:nowrap}.footer__columns{display:flex;flex-wrap:wrap;gap:var(--space-10)}.footer__column{min-width:120px}.footer__column-heading{font-size:0.75rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:var(--space-4)}.footer__column ul{display:flex;flex-direction:column;gap:var(--space-3)}.footer__column a{font-size:0.9rem;color:var(--text-muted);transition:color var(--transition-fast)}.footer__column a:hover{color:var(--text)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:var(--space-6);flex-wrap:wrap}.footer__copyright{font-size:0.85rem;color:var(--text-subtle)}.footer__social{display:flex;gap:var(--space-4);align-items:center}.footer__social a{color:var(--text-muted);transition:color var(--transition-fast);display:flex;align-items:center}.footer__social a:hover{color:var(--text)}.footer__social svg{width:18px;height:18px}.about{padding:var(--space-16) 0 var(--space-8)}.about__header{margin-bottom:var(--space-12)}.about__header h1{font-size:clamp(2.5rem, 7vw, 5rem);font-weight:900;letter-spacing:-0.04em;line-height:1.0;margin-bottom:var(--space-6)}.about__header p{font-size:clamp(1rem, 2vw, 1.2rem);color:var(--text-muted);max-width:540px;line-height:1.7}.about__body{display:grid;grid-template-columns:1fr;gap:var(--space-12)}@media (min-width: 768px){.about__body{grid-template-columns:2fr 1fr;align-items:start}}.about__avatar{border-radius:var(--radius-lg);overflow:hidden;order:-1}@media (min-width: 768px){.about__avatar{order:1}}.about__avatar img{width:100%;aspect-ratio:4/5;object-fit:cover}.about__bio .prose{font-size:1.05rem}.about__skills{margin-top:var(--space-8)}.about__skills-heading{font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:var(--space-4)}.about__skills-list{display:flex;flex-wrap:wrap;gap:var(--space-2)}.about__social{margin-top:var(--space-8);display:flex;flex-direction:column;gap:var(--space-3)}.about__social a{display:flex;align-items:center;gap:var(--space-3);font-size:0.95rem;font-weight:500;color:var(--text-muted);transition:color var(--transition-fast)}.about__social a svg{width:18px;height:18px;flex-shrink:0}.about__social a:hover{color:var(--accent)}.error-page{min-height:calc(100vh - var(--nav-height));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-16)}.error-page__code{font-size:clamp(6rem, 20vw, 12rem);font-weight:900;letter-spacing:-0.06em;color:var(--bg-tertiary);line-height:1}.error-page__title{font-size:clamp(1.5rem, 4vw, 2.5rem);font-weight:700;margin-bottom:var(--space-4);margin-top:-var(--space-4)}.error-page__desc{color:var(--text-muted);margin-bottom:var(--space-8)}
