:root{--ink: #17202a;--paper: #f7f8fa;--accent: #0f766e;--accent-strong: #115e59;--accent-light: #e6f4f1;--muted: #56616f;--border: #dfe4ea;--code-bg: #111827;--tag-bg: #eef2f6;--tag-text: #3f4b59;--surface: #ffffff;--surface-soft: #eef3f5;--header-bg: rgba(255,255,255,.92);--nav-bg: rgba(255,255,255,.92);--nav-text: #17202a;--nav-muted: #5f6b78;--nav-active: #e6f4f1;--nav-hover: #f1f5f7;--nav-separator: #dfe4ea;--hover-border: #c6d0da;--inverse: #ffffff;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-lg: 0 4px 12px rgba(0,0,0,.08);--radius: 8px;--max-w: 720px;--max-w-wide: 1080px;--font-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Patrick Hand", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace}[data-theme=dark]{color-scheme:dark;--ink: #f4f2ea;--paper: #111217;--accent: #5eead4;--accent-strong: #99f6e4;--accent-light: #143b3a;--muted: #aaa7b6;--border: #2b2d36;--code-bg: #090a0f;--tag-bg: #20222b;--tag-text: #d0ccdf;--surface: #171922;--surface-soft: #151922;--header-bg: rgba(17,18,23,.88);--nav-bg: rgba(23,25,34,.9);--nav-text: #f4f2ea;--nav-muted: #c3bfca;--nav-active: #193f3d;--nav-hover: #20242f;--nav-separator: #2b2d36;--hover-border: #464856;--inverse: #101116;--shadow: 0 1px 3px rgba(0,0,0,.28), 0 1px 2px rgba(0,0,0,.22);--shadow-lg: 0 8px 24px rgba(0,0,0,.32)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:17px;line-height:1.7;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column;background:var(--paper);overflow-x:hidden;transition:background-color .2s ease,color .2s ease}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:700;line-height:1.25;letter-spacing:0;color:var(--ink)}h1{font-size:2.4rem}h2{font-size:1.6rem;margin-top:2.5rem}h3{font-size:1.25rem;margin-top:2rem}p{margin-top:1rem}main h1,main h2,main h3,main p,main li,main a,main strong{overflow-wrap:break-word}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.container-wide{max-width:var(--max-w-wide);margin:0 auto;padding:0 1.5rem}.site-header{border-bottom:1px solid var(--border);padding:.55rem 0;position:sticky;top:0;background:var(--nav-bg);backdrop-filter:blur(10px);z-index:100;box-shadow:0 1px #00000008}.site-header .container-wide{display:flex;align-items:center;justify-content:space-between;gap:.75rem;max-width:none;padding:0 .9rem}.site-logo{display:inline-flex;align-items:center;font-family:var(--font-display);font-size:1.45rem;font-weight:400;color:var(--nav-text);line-height:1;white-space:nowrap;transition:color .15s ease,transform .15s ease}.site-logo:hover{color:var(--nav-text);text-decoration:none;transform:translateY(-1px)}.site-nav{display:flex;gap:0;align-items:center;margin-left:auto}.site-nav a{position:relative;display:inline-flex;align-items:center;gap:.42rem;min-height:2.35rem;color:var(--nav-muted);font-size:.9rem;font-weight:600;line-height:1;padding:.43rem .68rem;border-radius:8px;transition:color .15s ease,background-color .15s ease,transform .15s ease}.site-nav a+a{margin-left:.46rem}.site-nav a+a:before{content:"";position:absolute;left:-.24rem;top:.62rem;bottom:.62rem;width:1px;background:var(--nav-separator)}.site-nav a:hover{color:var(--nav-text);background:var(--nav-hover);text-decoration:none;transform:translateY(-1px)}.site-nav a[aria-current=page]{color:var(--nav-text);background:var(--nav-active)}.nav-icon{position:relative;display:inline-block;width:1.03rem;height:1.03rem;color:currentColor;flex:0 0 auto}.nav-icon-about:before,.nav-icon-blog:before,.nav-icon-resume:before,.nav-icon-cv:before{content:"";position:absolute;inset:.08rem .17rem;border:2px solid currentColor;border-radius:.16rem}.nav-icon-about:after{content:"";position:absolute;width:.35rem;height:.35rem;top:.27rem;left:.34rem;border-radius:50%;background:currentColor;box-shadow:0 .42rem 0 -.08rem currentColor}.nav-icon-blog:after,.nav-icon-resume:after,.nav-icon-cv:after{content:"";position:absolute;width:.43rem;height:.1rem;left:.32rem;top:.32rem;background:currentColor;box-shadow:0 .25rem 0 currentColor,0 .5rem 0 currentColor}.nav-icon-videos:before{content:"";position:absolute;inset:.09rem .12rem;border:2px solid currentColor;border-radius:.16rem}.nav-icon-videos:after{content:"";position:absolute;left:.42rem;top:.31rem;border-left:.36rem solid currentColor;border-top:.22rem solid transparent;border-bottom:.22rem solid transparent}.nav-icon-cv:before{border-radius:.52rem .52rem .16rem .16rem}.theme-toggle{width:2.35rem;min-width:2.35rem;height:2.35rem;border:1px solid var(--nav-separator);border-radius:8px;background:transparent;color:var(--nav-text);display:inline-grid;place-items:center;cursor:pointer;font:inherit;flex:0 0 auto;transition:border-color .15s ease,color .15s ease,background-color .15s ease,transform .15s ease}.theme-toggle:hover{border-color:var(--nav-text);color:var(--nav-text);background:var(--nav-hover);transform:translateY(-1px)}.theme-icon{width:1.18rem;height:1.18rem}[data-theme=light] .theme-icon-dark,[data-theme=dark] .theme-icon-light{display:none}.hero{padding:5rem 0 3rem;background:linear-gradient(180deg,#0f766e14,#0f766e00 58%),var(--paper)}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:center;gap:3.5rem}.hero-text{flex:1}.hero h1{font-family:var(--font-display);font-size:clamp(2.7rem,6vw,4.9rem);font-weight:400;letter-spacing:0;max-width:820px}.hand-underline{position:relative;display:inline-block}.hand-underline:after{content:"";position:absolute;left:-.04em;right:-.04em;bottom:-.16em;height:.32em;background:var(--accent);-webkit-mask:url(/underline.svg) center / 100% 100% no-repeat;mask:url(/underline.svg) center / 100% 100% no-repeat;pointer-events:none}.hero-photo{width:160px;height:160px;border-radius:8px;object-fit:cover;border:3px solid var(--border);flex-shrink:0}.hero-tagline{font-size:1.18rem;color:var(--muted);margin-top:1rem;line-height:1.65;max-width:760px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.7rem}.hero-links{display:flex;gap:.55rem;margin-top:1.35rem;flex-wrap:wrap}.hero-links a{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--muted);padding:.4rem .85rem;border:1px solid var(--border);border-radius:6px;transition:all .15s}.hero-profile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.hero-profile .hero-photo{width:100%;height:auto;aspect-ratio:1;margin-bottom:1rem}.hero-profile div{padding:.85rem 0;border-top:1px solid var(--border)}.hero-profile span{display:block;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-profile strong{display:block;margin-top:.18rem;font-size:.95rem}.hero-links a:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;padding:.65rem 1rem;border-radius:6px;font-size:.92rem;font-weight:700;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.button-primary{background:var(--accent);color:var(--inverse);border:1px solid var(--accent)}.button-secondary{background:var(--surface);color:var(--ink);border:1px solid var(--border)}.button-primary:hover,.button-secondary:hover{transform:translateY(-1px);text-decoration:none}.button-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.button-secondary:hover{border-color:var(--hover-border)}.section{padding:3rem 0}.section-muted{background:var(--surface-soft)}.section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:1.5rem}.section-title-large{font-family:var(--font-display);font-weight:400;font-size:2.2rem;line-height:1.12;margin:0;max-width:760px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:box-shadow .2s,border-color .2s}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--hover-border)}.card-title{font-size:1.1rem;font-weight:600;margin:0;line-height:1.35}.card-title a{color:var(--ink)}.card-title a:hover{color:var(--accent);text-decoration:none}.card-meta{font-size:.8rem;color:var(--muted);margin-top:.5rem}.card-desc{font-size:.9rem;color:var(--muted);margin-top:.5rem;line-height:1.55}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-head .section-title{margin:0}.section-link{font-size:.9rem;font-weight:500;color:var(--muted);white-space:nowrap}.section-link:hover{color:var(--accent);text-decoration:none}.feature-grid,.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-card,.channel-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.feature-card h3,.channel-card h3{font-size:1.05rem;margin:0}.feature-card p,.channel-card p,.split-section p{color:var(--muted);font-size:.95rem;line-height:1.65}.channel-card{display:block;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.channel-card:hover{border-color:var(--hover-border);box-shadow:var(--shadow-lg);text-decoration:none;transform:translateY(-2px)}.channel-card span{display:inline-flex;color:var(--accent);background:var(--accent-light);border-radius:4px;padding:.2rem .48rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.85rem}.split-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:3rem;align-items:start}.inline-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.inline-actions a{color:var(--accent);font-size:.9rem;font-weight:700}.inline-actions a:after{content:" ->"}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,border-color .2s,transform .2s}.post-card:hover{box-shadow:var(--shadow-lg);border-color:var(--hover-border);transform:translateY(-2px)}.post-card-link{display:flex;flex-direction:column;height:100%;color:inherit}.post-card-link:hover{text-decoration:none}.post-card-cover{aspect-ratio:16 / 9;overflow:hidden;background:var(--tag-bg)}.post-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card-cover img{transform:scale(1.03)}.post-card-cover--fallback{display:flex;align-items:flex-end;padding:1.1rem}.post-card-cover--fallback span{color:var(--inverse);font-weight:700;font-size:1.1rem;line-height:1.3;letter-spacing:0;text-shadow:0 1px 2px rgba(0,0,0,.25)}.post-card-body{padding:1.1rem 1.25rem 1.35rem;flex:1;display:flex;flex-direction:column}.post-card-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-size:.78rem;color:var(--muted);margin-bottom:.55rem}.post-card-cat{font-weight:600;color:var(--accent);background:var(--accent-light);padding:.15rem .55rem;border-radius:999px}.post-card-ext{margin-left:auto}.post-card-title{font-size:1.12rem;font-weight:600;line-height:1.35;margin:0}.post-card:hover .post-card-title{color:var(--accent)}.post-card-desc{font-size:.9rem;color:var(--muted);margin-top:.5rem;line-height:1.55}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 2rem}.filter-chip{font:inherit;font-size:.85rem;font-weight:500;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.4rem .95rem;cursor:pointer;transition:all .15s}.filter-chip:hover{border-color:var(--accent);color:var(--accent)}.filter-chip.is-active{background:var(--ink);border-color:var(--ink);color:var(--inverse)}.tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.75rem}.tag{font-size:.72rem;font-weight:500;background:var(--tag-bg);color:var(--tag-text);padding:.2rem .55rem;border-radius:4px}.timeline-item{padding:1.25rem 0;border-bottom:1px solid var(--border)}.timeline-item:last-child{border-bottom:none}.timeline-role{font-weight:600;font-size:1.05rem}.timeline-company{color:var(--muted);font-size:.9rem}.timeline-dates{font-size:.8rem;color:var(--muted);margin-top:.2rem}.timeline-desc{font-size:.9rem;color:var(--muted);margin-top:.4rem;line-height:1.55}.skill-group{margin-bottom:1.25rem}.skill-group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.5rem}.skill-pills{display:flex;flex-wrap:wrap;gap:.4rem}.skill-pill{font-size:.8rem;background:var(--tag-bg);color:var(--tag-text);padding:.3rem .65rem;border-radius:4px;font-weight:500}.about-layout{display:grid;grid-template-columns:190px minmax(0,760px);gap:3rem;align-items:start}.about-toc{position:sticky;top:5.5rem;padding-top:3.25rem;font-size:.86rem}.toc-title{color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.about-toc a{display:block;color:var(--muted);padding:.24rem 0}.about-toc a:hover{color:var(--accent);text-decoration:none}.about-main{min-width:0}.about-header{padding-bottom:1.5rem}.about-header h1,.document-header h1{font-weight:700;font-size:2.7rem;letter-spacing:0}.page-header.about-header h1{font-size:3rem}.eyebrow{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .4rem}.about-intro{display:grid;grid-template-columns:136px minmax(0,1fr);gap:1.6rem;align-items:start}.about-photo{border-radius:50%;border:3px solid var(--border);aspect-ratio:1;object-fit:cover}.doc-callout{color:var(--ink);font-size:1.15rem;font-weight:600}.doc-links{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.9rem}.doc-links a,.print-link{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.45rem;padding:.42rem 1rem;border:1px solid var(--accent);border-radius:6px;color:var(--accent);font-family:var(--font-mono);font-size:.94rem;font-weight:600;line-height:1.2;background:var(--accent-light);cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease,border-color .15s ease}.doc-links a:hover,.print-link:hover{border-color:var(--accent-strong);color:var(--accent-strong);transform:translateY(-1px);text-decoration:none}.button-icon{width:1.05rem;height:1.05rem;display:inline-block;position:relative;flex:0 0 auto;color:currentColor}.icon-resume:before{content:"";position:absolute;inset:.07rem .14rem;border:2px solid currentColor;border-radius:.18rem}.icon-resume:after{content:"";position:absolute;width:.42rem;height:.42rem;top:.24rem;left:.315rem;border-radius:50%;background:currentColor;box-shadow:0 .44rem 0 -.1rem currentColor}.icon-cv:before,.icon-print:before{content:"";position:absolute;inset:.08rem .2rem;border:2px solid currentColor;border-radius:.12rem}.icon-cv:after,.icon-print:after{content:"";position:absolute;width:.38rem;height:.1rem;left:.36rem;top:.36rem;background:currentColor;box-shadow:0 .26rem 0 currentColor,0 .52rem 0 currentColor}.about-list{margin:1rem 0 1.2rem;padding-left:1.3rem}.about-list li{margin-top:.55rem;color:var(--muted)}.expertise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.6rem}.expertise-grid h3{font-size:1rem;margin:0}.expertise-grid p{color:var(--muted);font-size:.9rem;line-height:1.55;margin-top:.4rem}.compact-links{margin-top:1rem}.document-container{padding-top:3rem;padding-bottom:4rem}.document-header{display:flex;justify-content:space-between;gap:1.25rem;align-items:start;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.document-header h1{font-size:2.7rem}.document-header p:not(.eyebrow){color:var(--muted);margin-top:.35rem}.document-section{padding:1.6rem 0 0}.document-section h2{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.08em;margin:0 0 .9rem;text-transform:uppercase}.document-section p,.document-section li{color:var(--muted);font-size:.92rem;line-height:1.6}.document-section ul{margin-top:.55rem;padding-left:1.25rem}.document-section li{margin-top:.28rem}.document-item{padding:.95rem 0;border-bottom:1px solid var(--border)}.document-item:last-child{border-bottom:none}.document-item.compact{padding:.7rem 0}.document-item h3{font-size:1rem;margin:0}.document-item p{margin-top:.35rem}.document-item-head{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.document-item-head span{color:var(--muted);font-size:.82rem;white-space:nowrap}.cv-container .document-section{padding-top:1.75rem}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);margin:1.5rem 0}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-card{display:block;padding:0;overflow:hidden}.video-card .card-title{padding:.9rem 1rem 1.25rem;font-size:1rem}.video-thumb{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--tag-bg)}.article-header{padding:3rem 0 1rem}.article-header h1{font-size:2rem}.article-meta{font-size:.85rem;color:var(--muted);margin-top:.5rem}.article-body{padding-bottom:4rem}.article-body h2{margin-top:2.5rem;margin-bottom:.5rem}.article-body h3{margin-top:2rem;margin-bottom:.5rem}.article-body p{margin-top:1rem}.article-body ul,.article-body ol{margin-top:1rem;padding-left:1.5rem}.article-body li{margin-top:.35rem}.article-body code{font-family:var(--font-mono);font-size:.88em;background:var(--tag-bg);padding:.15em .35em;border-radius:3px}.article-body pre{background:var(--code-bg);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin-top:1.5rem;font-size:.88rem;line-height:1.55}.article-body pre code{background:none;padding:0;color:#e2e8f0}.article-body blockquote{border-left:3px solid var(--accent);padding-left:1rem;margin-top:1.5rem;color:var(--muted);font-style:italic}.article-body img{border-radius:var(--radius);margin:1.5rem 0}.site-footer{margin-top:auto;border-top:1px solid var(--border);padding:2rem 0;font-size:.8rem;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:1.25rem}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--ink)}.page-header{padding:3rem 0 1rem}.page-header h1{font-size:2rem}.page-header p{color:var(--muted);font-size:1rem;margin-top:.5rem}.post-list{list-style:none}.post-item{padding:1.25rem 0;border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none}.post-item-title{font-size:1.1rem;font-weight:600}.post-item-title a{color:var(--ink)}.post-item-title a:hover{color:var(--accent);text-decoration:none}.post-item-meta{font-size:.8rem;color:var(--muted);margin-top:.25rem}.post-item-desc{font-size:.9rem;color:var(--muted);margin-top:.35rem}.cta-banner{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin:2rem 0}.cta-banner h2{font-size:1.5rem;margin:0}.cta-banner p{margin:.5rem 0 0;font-size:.95rem;color:var(--muted)}.cta-banner .eyebrow{margin-bottom:.45rem}.cta-actions{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}.cta-banner a{display:inline-flex;align-items:center;justify-content:center;min-height:2.45rem;background:var(--accent);color:var(--inverse);padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9rem}.cta-banner a:hover{text-decoration:none;opacity:.9}@media(max-width:1020px){.container-wide{padding:0 1.25rem}.hero{padding:4rem 0 2.75rem}.hero-inner{grid-template-columns:minmax(0,1fr) 280px;gap:2rem}.feature-grid,.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-layout{grid-template-columns:160px minmax(0,1fr);gap:2rem}}@media(max-width:860px){.site-header{position:sticky}.site-header .container-wide{flex-wrap:wrap;gap:.65rem}.site-nav{order:3;width:100%;gap:.35rem;margin-left:0;overflow-x:auto;padding:.1rem 0 .15rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.site-nav::-webkit-scrollbar{display:none}.site-nav a{flex:0 0 auto;min-height:2.55rem;padding:.5rem .7rem}.site-nav a+a{margin-left:0}.site-nav a+a:before{display:none}.hero-inner{grid-template-columns:1fr;align-items:start;gap:1.75rem}.hero-profile{display:grid;grid-template-columns:112px minmax(0,1fr);gap:0 1rem;max-width:none}.hero-profile .hero-photo{grid-row:1 / 4;width:112px;height:112px;margin:0}.hero-profile div{padding:.62rem 0}.split-section{grid-template-columns:1fr;gap:1rem}.about-layout{display:block}.about-toc{display:none}.document-header,.document-item-head{display:block}.print-link{margin-top:1rem}.document-item-head span{display:block;margin-top:.25rem;white-space:normal}.cta-banner{display:block}.cta-actions{justify-content:flex-start;margin-top:1.1rem}}@media(max-width:640px){html{font-size:16px}h1{font-size:1.8rem}.container,.container-wide{padding:0 1rem}.section{padding:2.35rem 0}.hero{padding:2.8rem 0 2.2rem}.hero h1{font-size:2.55rem;line-height:1.08}.hero-tagline{font-size:1.03rem;line-height:1.62}.section-title-large{font-size:1.82rem}.feature-grid,.channel-grid,.card-grid{grid-template-columns:1fr}.section-head{display:block}.section-link{display:inline-flex;margin-top:.75rem}.post-card-ext{margin-left:0}.page-header{padding:2.25rem 0 .75rem}.page-header h1,.article-header h1{font-size:1.85rem}.theme-toggle{margin-left:auto}.about-intro{grid-template-columns:1fr}.about-photo{width:112px;height:112px}.page-header.about-header h1,.document-header h1{font-size:2.1rem}.expertise-grid{grid-template-columns:1fr}.footer-inner{display:block}.footer-links{flex-wrap:wrap;gap:.8rem 1rem;margin-top:1rem}}@media(max-width:480px){.site-header{padding:.45rem 0}.site-logo{min-width:0;font-size:1.12rem}.site-logo strong{max-width:11rem;overflow:hidden;text-overflow:ellipsis}.theme-toggle{width:2.2rem;min-width:2.2rem;height:2.2rem}.site-nav a{gap:.32rem;padding:.48rem .58rem;font-size:.84rem}.hero-profile{display:block}.hero-profile .hero-photo{width:min(100%,220px);height:auto;margin-bottom:1rem}.hero-actions .button-primary,.hero-actions .button-secondary{flex:1 1 100%}.hero-links a{flex:1 1 calc(50% - .55rem);justify-content:center}.feature-card,.channel-card,.card,.post-card-body,.cta-banner{padding:1rem}.video-card{padding:0}.doc-links a,.print-link,.cta-actions a{width:100%}.video-card .card-title{font-size:.94rem}}@media(max-width:380px){.container,.container-wide{padding:0 .85rem}.hero h1{font-size:2.2rem}.section-title-large{font-size:1.58rem}.hero-links a{flex-basis:100%}.site-nav a{font-size:.8rem;padding-inline:.52rem}}@media print{html{background:#fff;font-size:12px}.site-header,.site-footer,.print-link{display:none}.container,.document-container{max-width:none;padding:0}.document-header,.document-item{border-color:#d1d5db}a{color:inherit}}
