:root{--bg: #ffffff;--bg-2: #f8fafc;--surface: #f1f5f9;--surface-strong: #e2e8f0;--border: rgba(0, 0, 0, .1);--text: #111827;--text-muted: #374151;--text-soft: #6b7280;--accent: #dc2626;--accent-2: #b91c1c;--accent-3: #ef4444;--accent-text: #ffffff;--font: "Inter", system-ui, sans-serif;--font-display: "Inter", system-ui, sans-serif;--mono: ui-monospace, "Cascadia Code", monospace;--header-h: 64px;--max-w: 900px;--content-w: 720px;--radius: 8px;--radius-sm: 4px;--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.618;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}a{color:var(--accent);text-decoration:none;transition:color .18s var(--ease)}a:hover{color:var(--accent-2)}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);background:#ffffffc7;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);border-bottom:0}.header-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;flex-shrink:0}.header-logo-img{display:none}.header-brand{gap:0}.header-site-name{font-size:.95rem;font-weight:600;color:var(--text);letter-spacing:-.015em}.header-nav{display:flex;align-items:center;gap:1.75rem}.header-nav a{font-size:.85rem;font-weight:500;letter-spacing:-.005em;color:var(--text-muted);text-transform:none;text-decoration:none;transition:color .15s var(--ease)}.header-nav a:hover{color:var(--text)}.header-burger{display:none;width:38px;height:38px;padding:0;background:transparent;border:0;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-radius:8px;transition:background .15s var(--ease)}.header-burger:hover{background:var(--surface)}.header-burger>span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .22s var(--ease),opacity .22s var(--ease)}.header-burger[aria-expanded=true]>span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-burger[aria-expanded=true]>span:nth-child(2){opacity:0}.header-burger[aria-expanded=true]>span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;max-width:var(--max-w);margin:3rem auto 0;padding:0 2rem;display:grid;grid-template-columns:clamp(280px,36%,420px) 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);background:transparent;box-shadow:none;border:0;border-radius:0}.hero-media{order:1}.hero-left{order:2;display:flex;flex-direction:column;align-items:flex-start}.hero__tagline{order:1}.hero__title{order:2}.hero__jobtitle{order:3}.hero__body{order:4}.hero__actions{order:5}.hero__tagline{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-soft);margin:0 0 1rem;line-height:1}.hero__title{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--text);margin:0 0 .5rem;text-wrap:balance}.hero__jobtitle{font-size:1rem;font-weight:500;letter-spacing:-.005em;color:var(--text-soft);line-height:1.45;margin:0 0 1.5rem;max-width:42ch}.hero__body{font-size:1rem;font-weight:400;line-height:1.65;color:var(--text-muted);margin:0 0 1.75rem;max-width:46ch}.hero__actions{display:flex;gap:.6rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:-.005em;text-decoration:none;transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease);white-space:nowrap}.btn--primary{background:var(--text);color:#fff}.btn--primary:hover{background:var(--accent);color:#fff}.btn--ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn--ghost:hover{border-color:var(--text)}.hero-media{display:flex;justify-content:center;align-items:center}.hero-media-card{width:100%;aspect-ratio:4 / 5;border-radius:18px;overflow:hidden;background:var(--surface);box-shadow:0 24px 48px -20px #0f172a2e,0 1px 2px #0f172a0a}.hero-media-card img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-right{display:none}@media(max-width:720px){.hero{grid-template-columns:1fr;margin:1.5rem auto 0;padding:0 1.25rem;gap:1.75rem}.hero-media{order:1}.hero-left{order:2}.hero-media-card{aspect-ratio:5 / 4;max-width:min(80vw,360px);margin:0 auto}.hero__title{font-size:clamp(1.8rem,8vw,2.4rem)}.hero__actions{width:100%}.hero__actions .btn{flex:1 1 auto;justify-content:center}}.hero-photo{position:relative;max-width:var(--max-w);margin:3rem auto 0;padding:0 2rem;min-height:0;display:grid;grid-template-columns:clamp(280px,36%,420px) 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);border-radius:0;box-shadow:none;overflow:visible}.hero-photo:after{content:none}.hero-photo:before{content:"";grid-column:1;grid-row:1;width:100%;aspect-ratio:4 / 5;border-radius:18px;background-color:var(--surface);background-image:inherit;background-size:cover;background-position:center top;box-shadow:0 24px 48px -20px #0f172a2e,0 1px 2px #0f172a0a}.hero-photo{background-color:transparent!important;background-repeat:no-repeat;background-size:0 0;background-position:-9999px -9999px}.hero-photo__copy{position:static;grid-column:2;grid-row:1;max-width:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start}.hero-photo__headline{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--text);margin:0 0 .5rem;text-wrap:balance}.hero-photo__subheadline{font-size:1rem;font-weight:500;letter-spacing:-.005em;color:var(--text-soft);line-height:1.5;margin:0 0 1.75rem;max-width:46ch}.hero-photo__actions{display:flex;gap:.6rem;flex-wrap:wrap;margin:0}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:-.005em;text-decoration:none;transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease);white-space:nowrap}.hero-btn--primary{background:var(--text);color:#fff}.hero-btn--primary:hover{background:var(--accent);color:#fff}.hero-btn--secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.hero-btn--secondary:hover{border-color:var(--text)}@media(max-width:720px){.hero-photo{grid-template-columns:1fr;margin:1.5rem auto 0;padding:0 1.25rem;gap:1.75rem}.hero-photo:before{grid-column:1;grid-row:1;aspect-ratio:5 / 4;max-width:min(80vw,360px);margin:0 auto}.hero-photo__copy{grid-column:1;grid-row:2}.hero-photo__headline{font-size:clamp(1.8rem,8vw,2.4rem)}.hero-photo__actions{width:100%}.hero-photo__actions .hero-btn{flex:1 1 auto;justify-content:center}}.ticker{margin:clamp(2rem,4vw,3.5rem) 0 0;padding:.85rem 0;background:#fafaf7;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.ticker__track{display:flex;align-items:center;gap:0;white-space:nowrap;animation:tickerScroll 60s linear infinite;will-change:transform}.ticker:hover .ticker__track{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.ticker__track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker__item{display:inline-flex;align-items:center;flex-shrink:0;padding:0 1.5rem;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.ticker__item+.ticker__item:before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--accent);opacity:.55;margin-right:1.5rem;margin-left:-1.5rem}.page-main{min-height:calc(100vh - var(--header-h) - 200px)}.page-inner{max-width:var(--max-w);margin:0 auto;padding:3rem 2rem}.page-header,.blog-header{max-width:var(--content-w);margin-bottom:2rem}.page-header h1,.blog-header h1{font-size:clamp(1.8rem,4vw,2.618rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--text);margin-bottom:.75rem}.lede{font-size:1rem;color:var(--text-muted);line-height:1.618;max-width:var(--content-w)}.blog-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.75rem;padding:0}.blog-filters .blog-filter,.blog-filter{text-decoration:none;display:inline-block;padding:.45rem .95rem;background:var(--surface);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.01em;white-space:nowrap;transition:background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease)}.blog-filters .blog-filter:hover,.blog-filter:hover{text-decoration:none;background:var(--surface-strong);color:var(--text);border-color:var(--text-soft)}.blog-filters .blog-filter.is-active,.blog-filters .blog-filter[aria-current=page],.blog-filter.is-active,.blog-filter[aria-current=page]{background:var(--accent);color:#fff;border-color:var(--accent)}.blog-filters .blog-filter.is-active:hover,.blog-filters .blog-filter[aria-current=page]:hover,.blog-filter.is-active:hover,.blog-filter[aria-current=page]:hover{background:var(--accent-2);border-color:var(--accent-2);color:#fff}@media(max-width:560px){.blog-filters{flex-wrap:nowrap;overflow-x:auto;margin-left:-1rem;margin-right:-1rem;padding:.25rem 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.blog-filters::-webkit-scrollbar{display:none}.blog-filter{flex:0 0 auto;padding:.5rem 1rem;font-size:.82rem}}.section-header-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.section-heading{font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.section-link{font-size:.8rem;font-weight:600;color:var(--accent);white-space:nowrap}.recent-grid,.article-list{list-style:none;margin:0 0 3rem;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.recent-card,.article-card{border-radius:12px;background:var(--bg);border:1px solid var(--border);overflow:hidden;transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.recent-card:hover,.article-card:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.recent-card>a,.article-card>a{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.recent-card>a *,.article-card>a *{text-decoration:none}.recent-card img,.article-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;flex-shrink:0}.recent-card .meta,.article-card .meta{display:flex;flex-direction:column;gap:6px;flex:1;padding:16px 18px 20px}.recent-card .meta time,.article-card .meta time,.recent-card .meta .article-date,.article-card time{font-size:.65rem;font-family:var(--mono);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;display:block;order:-1;margin:0}.recent-card .meta h3,.article-card .meta h3,.article-card h3{font-size:.95rem;font-weight:700;line-height:1.35;letter-spacing:-.005em;color:var(--text);margin:0;transition:color .15s var(--ease)}.recent-card:hover .meta h3,.article-card:hover .meta h3,.recent-card:hover h3,.article-card:hover h3{color:var(--accent)}.recent-card .meta p,.article-card .meta p{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin:0}.card-readmore{margin-top:auto;padding:8px 0 0;background:none;border:0;border-radius:0;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);transition:color .15s var(--ease)}.recent-card a:hover .card-readmore,.article-card a:hover .card-readmore{background:none;color:var(--accent-2)}.article-layout{display:block;max-width:var(--content-w);margin:0 auto}.article-main{min-width:0}.article-sidebar,.sidebar-bento,.sidebar-logo,.sidebar-heading,.sidebar-body,.sidebar-cta{display:none}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);margin:0 0 1.5rem}.breadcrumbs a{color:var(--text-muted);text-decoration:none;transition:color .15s var(--ease)}.breadcrumbs a:hover{color:var(--text)}.breadcrumb-sep{color:var(--accent);opacity:.85}.breadcrumb-current{color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}.article-header{margin:0 0 1.5rem}.article-header h1{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text);text-transform:none;margin:0 0 .75rem;text-wrap:balance}.article-header .article-meta,.article-header .article-meta time,.article-date{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin:0}.article-lede{font-size:1.1rem;font-weight:500;line-height:1.55;color:var(--text-muted);margin:0 0 1.75rem;padding-top:1.25rem;border-top:1px solid var(--border)}.article-cover{display:block;margin:0 0 2rem;border-radius:16px;overflow:hidden;border:1px solid var(--border)}.article-cover img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:0}.page-main h1{font-size:clamp(1.8rem,4vw,2.618rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-top:1rem;margin-bottom:1rem}.page-main h2{font-size:1.618rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-top:2rem;margin-bottom:.75rem}.page-main h3{font-size:1.1rem;font-weight:700;line-height:1.4;margin-top:1.5rem;margin-bottom:.5rem}.page-main p{margin-bottom:1.25rem;color:var(--text-muted);line-height:1.75}.page-main ul:not(.task-list),.page-main ol{padding-left:1.5rem;margin-bottom:1.25rem}.page-main ul:not(.task-list){list-style-type:disc}.page-main ol{list-style-type:decimal}.page-main li{margin-bottom:.4rem;color:var(--text-muted);line-height:1.618}.page-main blockquote{margin:1.5rem 0;padding:16px 20px 16px 24px;border-left:3px solid var(--accent);background:var(--bg-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic;font-size:1.05rem;line-height:1.618}.page-main blockquote p{margin:0;color:var(--text-muted)}.page-main ul.task-list{list-style:none;padding-left:.25em}.page-main .task-list-item{display:flex;align-items:baseline;gap:.5em}.page-main .task-list-item input[type=checkbox]{flex-shrink:0;margin-top:.15em;width:1em;height:1em;accent-color:var(--accent);cursor:default}.page-main code{font-family:var(--mono);font-size:.85em;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.1em .35em}.page-main h1 a,.page-main h2 a,.page-main h3 a,.page-main h4 a,.page-main h1 strong,.page-main h2 strong,.page-main h3 strong,.page-main h4 strong,.page-main h1 b,.page-main h2 b,.page-main h3 b,.page-main h4 b{color:var(--accent);font-weight:inherit;text-decoration:none;background:linear-gradient(180deg,transparent 65%,rgba(220,38,38,.18) 65%);padding:0 .05em;transition:background .18s var(--ease),color .18s var(--ease)}.page-main h1 a:hover,.page-main h2 a:hover,.page-main h3 a:hover,.page-main h4 a:hover{background:linear-gradient(180deg,transparent 65%,rgba(220,38,38,.32) 65%);color:var(--accent-2)}.page-main img:not(.recent-card img):not(.article-card img):not(.hero-media-card img):not(.article-cover img){max-width:100%;border-radius:12px;margin:1.75rem 0;display:block}.page-main figure{margin:1.75rem 0}.page-main figure img{margin:0}.page-main figure figcaption{font-size:.82rem;color:var(--text-soft);text-align:center;margin-top:.5rem;line-height:1.5}.page-main p a,.page-main li a,.page-main blockquote a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;transition:color .15s var(--ease)}.page-main p a:hover,.page-main li a:hover,.page-main blockquote a:hover{color:var(--accent-2)}.page-main .recent-card a,.page-main .article-card a,.page-main .recent-card a *,.page-main .article-card a *{text-decoration:none!important}.page-main .recent-card .meta h3,.page-main .article-card .meta h3{color:var(--text)}.page-main .recent-card:hover .meta h3,.page-main .article-card:hover .meta h3{color:var(--accent)}@media(max-width:960px){.recent-grid,.article-list{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand-col{grid-column:1 / -1}}@media(max-width:860px){.header-nav{display:none}.header-nav.is-open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1.5rem 1rem;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 18px 40px -20px #0000002e}.header-nav.is-open a{padding:.9rem 0;border-bottom:1px solid var(--border)}.header-nav.is-open a:last-child{border-bottom:0}.header-burger{display:inline-flex;margin-left:auto}}@media(max-width:640px){.page-inner{padding:2rem 1rem}.recent-grid,.article-list{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:1.5rem}.header-inner{padding:0 1rem}}.site-footer{position:relative;background:var(--text);color:#ffffffc7;margin-top:6rem}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(220,38,38,.55) 20%,var(--accent) 50%,rgba(220,38,38,.55) 80%,transparent 100%);pointer-events:none}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:56px 32px 32px;display:grid;grid-template-columns:1fr auto;column-gap:48px;row-gap:36px;align-items:start}.footer-brand-col,.footer-brand{display:flex;flex-direction:column;gap:4px;grid-column:1;grid-row:1}.footer-logo-img{display:none}.footer-brand-name{font-family:var(--font);font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.015em;line-height:1.1;margin:0;transition:color .15s var(--ease)}.footer-brand-name:hover{color:var(--accent-3)}.footer-niche{margin:6px 0 0;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.footer-tagline{margin:10px 0 0;font-size:.9rem;color:#ffffff94;line-height:1.5;max-width:42ch}.footer-nav,.footer-nav-col{display:flex;flex-direction:column;gap:12px;align-items:flex-end;justify-self:end;align-self:start;grid-column:2;grid-row:1;text-align:right;list-style:none;margin:0;padding:0}.footer-nav:before{display:block;margin:0 0 14px;font-size:.62rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);content:"Explore"}.footer-nav a{color:#ffffffb8;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:color .15s var(--ease)}.footer-nav a:hover{color:var(--accent-3)}.footer-rich,.footer-recent-col{grid-column:1 / -1;color:#fff9;font-size:.875rem;line-height:1.65;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.footer-rich a{color:#ffffffd9;text-decoration:underline}.footer-rich a:hover{color:var(--accent-3)}.footer-heading{font-size:.62rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin:0 0 .6rem}.footer-socials,.footer-socials-col{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;justify-self:stretch;grid-column:1 / -1;grid-row:2;margin:8px 0 0;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.08)}.footer-social{width:38px;height:38px;border-radius:50%;background:transparent;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:#ffffffb8;text-decoration:none;transition:border-color .18s var(--ease),color .18s var(--ease),background .18s var(--ease),transform .18s var(--ease)}.footer-social:hover{border-color:var(--accent);color:var(--accent-3);background:#dc26260f;transform:translateY(-1px)}.footer-social svg{width:16px;height:16px;display:block}.footer-social__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.footer-bottom{grid-column:1 / -1;grid-row:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:8px 0 -32px;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom-nav{display:flex;gap:1.25rem}.footer-bottom-nav a{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff6;text-decoration:none;transition:color .15s var(--ease)}.footer-bottom-nav a:hover{color:var(--accent-3)}.footer-copy{grid-column:1 / -1;grid-row:3;margin:8px 0 -32px;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.08);background:transparent;text-align:center;font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff6}@media(max-width:860px){.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:540px){.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-nav{flex-wrap:wrap;justify-content:center}}.toc{display:table;background:#fafaf7;border:1px solid var(--border);border-radius:14px;padding:20px 24px;margin:0 0 2rem;min-width:240px;max-width:min(440px,100%)}.toc__label,.toc__title{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-soft);margin:0 0 14px;display:block}.toc__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;counter-reset:toc}.toc__item{counter-increment:toc}.toc__link{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;font-weight:500;color:var(--text);text-decoration:none;line-height:1.45;white-space:normal;overflow-wrap:anywhere;transition:color .15s var(--ease)}.toc__link:before{content:counter(toc,decimal-leading-zero);font-size:.65rem;font-weight:700;color:var(--accent);min-width:22px;flex-shrink:0;font-variant-numeric:tabular-nums;padding-top:3px;letter-spacing:.04em}.toc__num{font-size:.65rem;font-weight:700;color:var(--accent);min-width:22px;flex-shrink:0;font-variant-numeric:tabular-nums;padding-top:3px}.toc__link:hover{color:var(--accent)}.home-recent{margin-top:clamp(56px,8vw,96px)}.home-recent__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:clamp(20px,3vw,32px);gap:16px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--border)}.home-recent__title{font-size:1.618rem;font-weight:700;letter-spacing:-.02em;color:var(--text);margin:0;line-height:1.1}.home-recent__more{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);text-decoration:none;transition:opacity .18s ease}.home-recent__more:hover{opacity:.7}
