:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--text-xs:.8125rem;--text-sm:.875rem;--text-base:1.0625rem;--text-lg:clamp(1.1875rem, .35vw + 1.1rem, 1.3125rem);--text-xl:clamp(1.375rem, .7vw + 1.2rem, 1.75rem);--text-2xl:clamp(1.75rem, 2vw + 1.25rem, 3rem);--text-3xl:clamp(2rem, 2.4vw + 1.4rem, 3.25rem);--text-display:clamp(2.5rem, 5vw + 1.25rem, 4.5rem);--text-figure:clamp(1.5rem, 2vw + 1.1rem, 2.75rem);--leading-display:1.05;--leading-tight:1.08;--leading-snug:1.14;--leading-lede:1.38;--leading-body:1.5;--leading-relaxed:1.6;--tracking-display:-.022em;--tracking-tight:-.014em;--tracking-body:-.011em;--space-2xs:.375rem;--space-xs:.75rem;--space-sm:1.125rem;--space-md:1.75rem;--space-lg:3rem;--space-xl:5rem;--space-section:clamp(5.5rem, 10vw, 10rem);--shell:1120px;--measure:60ch;--measure-wide:72ch;--gutter:clamp(1.375rem, 5vw, 3.5rem);--radius-sm:8px;--radius:12px;--radius-lg:18px;--radius-pill:980px;--hairline:1px;--ease-out:cubic-bezier(.28, .11, .32, 1);--duration-fast:.15s;--duration:.3s;--duration-slow:.5s;--z-content:1;--z-header:50;--z-overlay:100}:root,[theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--bg-elevated:#fff;--surface-raised:#fff;--surface:#f5f5f7;--surface-hover:#ebebed;--line:#d2d2d7;--line-strong:#86868b;--dot:#d2d2d7;--line-control:#8c8c91;--heading:#1d1d1f;--text:#424245;--text-dim:#6e6e73;--text-faint:#86868b;--accent:#06c;--accent-hover:#004f9e;--accent-solid:#06c;--accent-contrast:#fff;--danger:#d70015;--positive:#248a3d;--selection-bg:#0071e333;--selection-text:#1d1d1f}[theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#000;--bg-elevated:#1d1d1f;--surface-raised:#262629;--surface:#1d1d1f;--surface-hover:#262629;--line:#424245;--line-strong:#6e6e73;--dot:#333;--line-control:#86868b;--heading:#f5f5f7;--text:#d2d2d7;--text-dim:#a1a1a6;--text-faint:#86868b;--accent:#2997ff;--accent-hover:#52aaff;--accent-solid:#0071e3;--accent-contrast:#fff;--danger:#ff6961;--positive:#30d158;--selection-bg:#2997ff52;--selection-text:#f5f5f7}@font-face{font-family:Inter;src:url(/assets/build/Inter-Variable-DUFVAGfz.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Inter;src:url(/assets/build/Inter-Italic-Variable-m473lBsn.woff2)format("woff2");font-style:italic;font-weight:100 900;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/build/JetBrainsMono-Variable-sFtVIffe.woff2)format("woff2");font-style:normal;font-weight:100 800;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/build/JetBrainsMono-Italic-Variable-CbGqWyIl.woff2)format("woff2");font-style:italic;font-weight:100 800;font-display:swap}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;height:100%;scroll-padding-top:calc(var(--header-height) + var(--space-md))}body{-webkit-tap-highlight-color:transparent;min-height:100%;font-family:var(--font-sans);font-size:var(--text-base);font-weight:400;line-height:var(--leading-body);letter-spacing:var(--tracking-body);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:var(--z-content);margin:0;position:relative;overflow-x:hidden}::selection{background:var(--selection-bg);color:var(--selection-text)}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-sm);color:var(--heading);font-family:var(--font-sans);font-weight:600;line-height:var(--leading-snug);letter-spacing:var(--tracking-tight);text-wrap:balance}h1{font-size:var(--text-3xl);line-height:var(--leading-tight);letter-spacing:var(--tracking-display)}h2{font-size:var(--text-2xl);line-height:var(--leading-tight)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}h5,h6{font-size:var(--text-base);letter-spacing:0}p{margin:0 0 var(--space-md);text-wrap:pretty}p:last-child{margin-bottom:0}small{font-size:var(--text-sm);line-height:var(--leading-body)}b,strong{color:var(--heading);font-weight:600}a{color:var(--accent);transition:color var(--duration-fast) var(--ease-out);text-decoration:none}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}hr{height:var(--hairline);margin:var(--space-lg) 0;background:linear-gradient(90deg, transparent, var(--line-strong) 20%, var(--line-strong) 80%, transparent);border:0}ul,ol{margin:0 0 var(--space-md);padding-left:1.25rem}li{margin-bottom:var(--space-xs)}li::marker{color:var(--text-faint)}blockquote{margin:var(--space-md) 0;padding:var(--space-sm) 0 var(--space-sm) var(--space-lg);border-left:2px solid var(--line-strong);color:var(--text-dim)}blockquote p:last-child{margin-bottom:0}img{max-width:100%;height:auto;display:block}figure{margin:var(--space-md) 0}code,kbd,samp,pre{font-family:var(--font-mono);direction:ltr;font-size:.9em}:not(pre)>code{background:var(--surface);border:var(--hairline) solid var(--line);border-radius:var(--radius-sm);color:var(--heading);padding:.15em .4em}table{width:100%;margin:var(--space-md) 0;border-collapse:collapse;font-size:var(--text-sm)}th,td{border-bottom:var(--hairline) solid var(--line);text-align:left;padding:.7em .9em}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}th{color:var(--heading);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600}iframe{aspect-ratio:16/9;border:var(--hairline) solid var(--line);border-radius:var(--radius);width:100%;height:auto}svg{vertical-align:middle}input,select,textarea{font:inherit;letter-spacing:inherit}a,button,label,summary{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}html.is-nav-open,html.is-nav-open body{overflow:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}:root,[theme=light]{--code-bg:#fafbfc;--code-text:#232830;--code-comment:#656e7d;--code-keyword:#9a5518;--code-string:#1a7f4b;--code-number:#a35200;--code-function:#1d4ed8;--code-variable:#7c3aed;--code-type:#0e7490;--code-punctuation:#6b7280;--code-deleted:#b91c1c}[theme=dark]{--code-bg:#0c0e11;--code-text:#c7cedb;--code-comment:#7c879c;--code-keyword:#e0a26f;--code-string:#7bd88f;--code-number:#f0a05a;--code-function:#6cb6ff;--code-variable:#d7b3ff;--code-type:#5ed4d4;--code-punctuation:#7d879b;--code-deleted:#ff8792}pre{margin:var(--space-md) 0;background:var(--code-bg);border:var(--hairline) solid var(--line);padding:0;overflow:hidden}pre code,code.hljs{padding:var(--space-md);color:var(--code-text);font-size:1em;line-height:var(--leading-relaxed);tab-size:4;background:0 0;border:0;display:block;overflow-x:auto}pre code:focus-visible,code.hljs:focus-visible{outline-offset:-3px}.hljs-comment,.hljs-quote{color:var(--code-comment);font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-doctag,.hljs-name,.hljs-tag{color:var(--code-keyword)}.hljs-string,.hljs-addition,.hljs-regexp,.hljs-symbol,.hljs-bullet{color:var(--code-string)}.hljs-number,.hljs-meta,.hljs-meta .hljs-keyword{color:var(--code-number)}.hljs-title,.hljs-title.function_,.hljs-section,.hljs-selector-id,.hljs-built_in{color:var(--code-function)}.hljs-variable,.hljs-template-variable,.hljs-template-tag,.hljs-selector-class,.hljs-property{color:var(--code-variable)}.hljs-type,.hljs-attr,.hljs-attribute,.hljs-class .hljs-title,.hljs-params{color:var(--code-type)}.hljs-punctuation,.hljs-operator,.hljs-subst{color:var(--code-punctuation)}.hljs-deletion{color:var(--code-deleted)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:600}.hljs-link{text-decoration:underline}:root{--header-height:5rem;--section-bg:var(--bg)}.skip-link{z-index:var(--z-overlay);padding:var(--space-xs) var(--space-md);background:var(--heading);color:var(--bg);font-size:var(--text-sm);transition:transform var(--duration) var(--ease-out);position:absolute;top:0;left:50%;transform:translate(-50%,-110%)}.skip-link:focus-visible{color:var(--bg);transform:translate(-50%)}.shell{width:100%;max-width:var(--shell);padding-inline:var(--gutter);margin-inline:auto}.prose{max-width:var(--measure)}.post-layout .rich-text,.post-layout .rich-text>*{max-width:none}.section{padding-block:var(--space-section)}.section:not(.section--band)+.section:not(.section--band){padding-top:0}.section--band{background:var(--surface);--section-bg:var(--surface)}.page-main{padding-top:var(--header-height)}.page-main:focus,.page-main:focus-visible{outline:none}.site-header{z-index:var(--z-header);height:var(--header-height);transition:background-color var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out);border-bottom:var(--hairline) solid transparent;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.site-header.is-stuck,.site-header.is-open{background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom-color:var(--line)}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;display:flex}@media (width>=768px){.site-header__inner{grid-template-columns:1fr auto 1fr;display:grid}.header-actions{justify-self:end}}.brand{color:var(--heading);font-weight:600;font-size:var(--text-base);letter-spacing:var(--tracking-tight);align-items:baseline;display:inline-flex}.brand:hover{color:var(--heading)}.site-nav{align-items:center;gap:var(--space-xs);display:flex}.site-nav__link{color:var(--text-dim);font-size:var(--text-sm);transition:color var(--duration-fast) var(--ease-out);padding:.45rem .8rem}.site-nav__link:hover{color:var(--heading)}.site-nav__link.is-active,.site-nav__link.is-active:hover{color:var(--heading);font-weight:600}.header-actions{align-items:center;gap:var(--space-xs);display:flex}.theme-toggle{border-radius:var(--radius-pill);width:2.75rem;height:2.75rem;color:var(--text-dim);transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:inline-flex}.theme-toggle:hover{color:var(--heading);background:var(--surface)}.theme-toggle__icon{--icon-size:1rem;display:none}[theme=dark] .theme-toggle__icon--sun,[theme=light] .theme-toggle__icon--moon{display:block}.nav-toggle{border-radius:var(--radius-pill);width:2.75rem;height:2.75rem;color:var(--text-dim);transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:none}.nav-toggle:hover{color:var(--heading);background:var(--surface)}.nav-toggle__icon{--icon-size:1.1rem}.nav-toggle__icon--close,.site-header.is-open .nav-toggle__icon--open{display:none}.site-header.is-open .nav-toggle__icon--close{display:block}.hero-field{isolation:isolate;position:relative}.hero{padding-block:clamp(4.5rem, 11vw, 9rem) var(--space-section);text-align:center}.dot-grid{top:calc(-1 * var(--header-height));width:100%;height:calc(100% + var(--header-height));z-index:-1;color:var(--dot);pointer-events:none;position:absolute;left:0}.eyebrow{margin-bottom:var(--space-xs);color:var(--text-dim);font-size:var(--text-sm);letter-spacing:.06em;text-transform:uppercase}.hero__title{text-wrap:balance;max-width:24ch;margin-inline:auto;margin-bottom:var(--space-md);font-size:var(--text-display);font-weight:600;line-height:var(--leading-display);letter-spacing:var(--tracking-display)}.hero__lede{max-width:34rem;font-size:var(--text-lg);line-height:var(--leading-lede);color:var(--text-dim);margin-inline:auto}.hero .btn-row{justify-content:center}.hero__route{margin-top:var(--space-md);color:var(--text-dim);font-size:var(--text-sm)}.site-footer{margin-top:var(--space-section);border-top:var(--hairline) solid var(--line);padding-block:var(--space-xl) var(--space-lg);font-size:var(--text-sm)}.site-footer__top{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (width>=640px){.site-footer__top{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}}@media (width>=900px){.site-footer__top{gap:var(--space-xl);grid-template-columns:minmax(16rem,2fr) repeat(auto-fit,minmax(9rem,1fr))}}.site-footer__brand{max-width:24rem}.site-footer__name{margin-bottom:var(--space-2xs);color:var(--heading);font-size:var(--text-base);letter-spacing:var(--tracking-tight);font-weight:600}.site-footer__pitch{margin-bottom:var(--space-sm);color:var(--text-dim)}.footer-group__title{margin-bottom:var(--space-xs);color:var(--heading);font-weight:600}.footer-group__list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.footer-group__list li{margin:0}.footer-group__list a{color:var(--text-dim);padding-block:.3rem;display:inline-block}.footer-group__list a:hover{color:var(--heading)}.site-footer__bottom{justify-content:space-between;gap:var(--space-xs) var(--space-md);margin-top:var(--space-xl);padding-top:var(--space-md);border-top:var(--hairline) solid var(--line);color:var(--text-dim);flex-wrap:wrap;display:flex}.site-footer__bottom p{margin:0}@media (width<=767.98px){.nav-toggle{display:inline-flex}.brand{white-space:nowrap}.site-nav{height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));padding:var(--space-md) var(--gutter) var(--space-xl);background:var(--bg);overscroll-behavior:contain;visibility:hidden;clip-path:inset(0 0 100%);transition:clip-path .26s var(--ease-out);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.site-header.is-open .site-nav,.site-header.is-closing .site-nav{visibility:visible}.site-header.is-open .site-nav{clip-path:inset(0);transition:clip-path .42s var(--ease-out)}.site-nav__link{padding-block:var(--space-sm);font-size:var(--text-xl);letter-spacing:var(--tracking-tight);opacity:0;transition:opacity .22s var(--ease-out), transform .22s var(--ease-out);padding-inline:0;transform:translateY(-.5rem)}.site-header.is-open .site-nav__link{opacity:1;transform:none}.site-header.is-open .site-nav__link:first-child{transition-delay:60ms}.site-header.is-open .site-nav__link:nth-child(2){transition-delay:.1s}.site-header.is-open .site-nav__link:nth-child(3){transition-delay:.14s}.site-header.is-open .site-nav__link:nth-child(4){transition-delay:.18s}.site-header.is-open .site-nav__link:nth-child(5){transition-delay:.22s}.site-header.is-open .site-nav__link:nth-child(n+6){transition-delay:.26s}.site-nav__link.is-active{color:var(--heading)}}.meta{font-size:var(--text-sm);color:var(--text-dim);font-variant-numeric:tabular-nums}.tabular{font-variant-numeric:tabular-nums}.lead{font-size:var(--text-lg);line-height:var(--leading-lede);color:var(--text-dim)}.dim{color:var(--text-dim)}.page-head h1{max-width:16ch;margin-bottom:var(--space-md);font-size:var(--text-3xl)}.page-head .lead{max-width:var(--measure)}.section-head{max-width:44rem;margin-inline:auto;margin-bottom:var(--space-lg);text-align:center}.section-head h2{margin-bottom:var(--space-sm)}.section-head p{color:var(--text-dim);font-size:var(--text-lg);line-height:var(--leading-lede);margin-bottom:0}.section-head p+p{margin-top:var(--space-sm)}.section-head .btn-row{justify-content:center}.section-head--start{text-align:start;max-width:none;margin-inline:0}.section-head--start .btn-row{justify-content:flex-start}.empty-state{text-align:center}.empty-state>p{margin-inline:auto}.empty-state .btn-row{justify-content:center}.availability{background:var(--surface);border-radius:var(--radius-pill);color:var(--text-dim);font-size:var(--text-sm);align-items:center;gap:.55rem;padding:.4rem .9rem .4rem .75rem;display:inline-flex}.availability:before{content:"";background:var(--positive);border-radius:50%;flex:none;width:.5rem;height:.5rem}.hero .availability{margin-bottom:var(--space-md)}.btn{border:var(--hairline) solid transparent;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:var(--text-base);letter-spacing:var(--tracking-body);white-space:nowrap;transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-weight:500;display:inline-flex}.btn:active{transform:translateY(1px)}.btn[aria-disabled=true]{opacity:.55;cursor:default}.btn[aria-disabled=true]:active,.btn[aria-disabled=true]:hover .btn__icon{transform:none}.btn__icon{--icon-size:.9rem;transition:transform var(--duration) var(--ease-out)}.btn:hover .btn__icon{transform:translate(3px)}.btn--primary{background:var(--accent-solid);color:var(--accent-contrast);border-color:var(--accent-solid)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast)}.btn--ghost{border-color:var(--line);background:var(--bg-elevated);color:var(--heading)}.btn--ghost:hover{border-color:var(--line-strong);background:var(--surface);color:var(--heading)}[data-copy-idle],[data-copy-done]{align-items:center;gap:.6rem;display:inline-flex}[data-copy-idle][hidden],[data-copy-done][hidden]{display:none}.btn-row{gap:var(--space-sm);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.link-arrow{font-size:var(--text-base);color:var(--accent);border-bottom:1px solid;align-items:center;gap:.45rem;display:inline-flex}.link-arrow svg{--icon-size:.9rem;transition:transform var(--duration) var(--ease-out)}.link-arrow:hover svg{transform:translate(4px)}.prose a:not(.btn):not(.link-arrow){transition:background-size var(--duration) var(--ease-out), color var(--duration-fast) var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px}.prose a:not(.btn):not(.link-arrow):hover{background-size:100% 1px}.card{background:var(--surface-raised);border:var(--hairline) solid var(--line);border-radius:var(--radius-lg);transition:background-color var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);flex-direction:column;padding:clamp(1.5rem,2.5vw,2.25rem);display:flex}.card__index{margin-bottom:var(--space-sm);color:var(--text-dim);font-size:var(--text-sm);font-variant-numeric:tabular-nums;font-weight:500}.card__title{margin-bottom:var(--space-xs);font-size:var(--text-xl)}.card__body{color:var(--text);margin:0}.card__body+.card__body{margin-top:var(--space-sm)}.card__footer{padding-top:var(--space-md);margin-top:auto}.card__list{margin:var(--space-md) 0 0;padding:0;list-style:none}.card__list li{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text);gap:.55rem;margin-bottom:.6rem;display:flex}.card__list li:before{content:"—";color:var(--text-faint);flex:none}.card__list--yes li:before,.card__list--no li:before{content:"";width:.95em;height:calc(1em * var(--leading-relaxed));background-color:var(--text-faint);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:.95em .95em;mask-size:.95em .95em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.card__list--yes li:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5'/%3E%3C/svg%3E")}.card__list--no li:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 4l8 8M12 4l-8 8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 4l8 8M12 4l-8 8'/%3E%3C/svg%3E")}a.card,a.card:hover{color:inherit}a.card:hover{background:var(--surface-hover)}a.card .card__title{transition:color var(--duration-fast) var(--ease-out)}a.card:hover .card__title{color:var(--accent)}.grid{gap:var(--space-md);display:grid}.grid--cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}.grid--halves{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}.stat-row{gap:var(--space-lg) var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (width>=64rem){.stat-row{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat-row--panel{gap:var(--hairline);background:var(--line);border:var(--hairline) solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.stat-row--panel .stat{background:var(--surface);border-top:0;padding:clamp(1.5rem,2.4vw,2rem) clamp(1.25rem,2vw,1.75rem)}.stat{padding-top:var(--space-sm);border-top:var(--hairline) solid var(--line)}.stat__value{color:var(--heading);font-size:var(--text-figure);font-variant-numeric:tabular-nums;letter-spacing:var(--tracking-display);font-weight:600;line-height:var(--leading-display);display:block}.stat__label{margin-top:var(--space-xs);color:var(--text-dim);font-size:var(--text-sm);line-height:var(--leading-body);display:block}.steps{counter-reset:step;margin:0;padding:0;list-style:none}.steps>li{counter-increment:step;padding:0 0 var(--space-lg) var(--space-lg);border-left:var(--hairline) solid var(--line);margin:0;position:relative}.steps>li:last-child{border-left-color:#0000;padding-bottom:0}.steps>li:before{content:counter(step, decimal-leading-zero);background:var(--section-bg);color:var(--text-faint);font-size:var(--text-sm);font-variant-numeric:tabular-nums;padding-block:.15rem;position:absolute;top:0;left:0;transform:translate(-50%)}.steps h3{margin-bottom:var(--space-2xs);font-size:var(--text-lg)}.steps p{color:var(--text-dim);margin-bottom:0}.steps p+p{margin-top:var(--space-sm)}.rows{border-top:var(--hairline) solid var(--line)}.row{gap:var(--space-2xs) var(--space-md);padding-block:var(--space-md);border-bottom:var(--hairline) solid var(--line);grid-template-columns:1fr;display:grid}@media (width>=768px){.row{grid-template-columns:12rem 1fr}}.row__key{color:var(--text-dim);font-size:var(--text-sm);padding-top:.3rem}.row__value>:last-child{margin-bottom:0}.tags{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.tag{background:var(--bg-elevated);border:var(--hairline) solid var(--line);border-radius:var(--radius-pill);color:var(--text-dim);font-size:var(--text-sm);white-space:nowrap;margin:0;padding:.25rem .7rem}.post-list{border-top:var(--hairline) solid var(--line);flex-direction:column;display:flex}.post-card{border-bottom:var(--hairline) solid var(--line);padding-block:clamp(1.75rem,3vw,2.75rem);position:relative}.post-card__title{margin-bottom:var(--space-sm);font-size:var(--text-xl)}.post-card__title a{color:var(--heading)}.post-card__title a:after{content:"";position:absolute;inset:0}.post-card:hover .post-card__title a{color:var(--accent)}.post-card__excerpt{max-width:var(--measure);margin-bottom:var(--space-md);color:var(--text-dim)}.post-card__flag{color:var(--text-dim);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.article-header{padding-block:var(--space-xl) var(--space-lg)}.article-header h1{margin-bottom:var(--space-sm);font-size:var(--text-2xl)}.article-meta{align-items:center;gap:var(--space-sm);color:var(--text-dim);font-size:var(--text-sm);font-variant-numeric:tabular-nums;flex-wrap:wrap;display:flex}.article-meta__sep{color:var(--text-dim)}.rich-text{max-width:var(--measure);overflow-wrap:break-word}.rich-text pre,.rich-text pre code{overflow-wrap:normal}.rich-text h2{margin-top:var(--space-lg);font-size:var(--text-xl)}.rich-text h3{margin-top:var(--space-md);font-size:var(--text-lg)}.rich-text h4{margin-top:var(--space-md);font-size:var(--text-base)}.rich-text>:first-child{margin-top:0}.post-layout__main{min-width:0}.post-layout__body{max-width:var(--measure-wide)}@media (width>=900px){.post-layout__body{gap:var(--space-xl);grid-template-columns:18rem minmax(0,1fr);align-items:start;max-width:none;display:grid}.post-toc{top:calc(var(--header-height) + var(--space-md));max-height:calc(100vh - var(--header-height) - var(--space-xl));margin-bottom:0;position:sticky;overflow-y:auto}.post-toc .contents__list{-moz-columns:1;columns:1}}.contents{margin-bottom:var(--space-lg);padding-left:var(--space-md);border-left:2px solid var(--line)}.contents__label{margin-bottom:var(--space-xs);color:var(--text-dim);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.contents__list{color:var(--text-dim);font-size:var(--text-sm);-moz-columns:2;columns:2;-moz-column-gap:var(--space-xl);column-gap:var(--space-xl);margin:0;padding-left:1.25em}.contents__list li{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:.4rem}@media (width<=40rem){.contents__list{-moz-columns:1;columns:1}}.contents__list li::marker{color:var(--text-faint);font-variant-numeric:tabular-nums}.contents__list a{color:var(--text)}.contents__list a:hover{color:var(--accent)}.contents__list a.is-current{color:var(--heading);font-weight:600}.contents__list li:has(a.is-current)::marker{color:var(--text-dim)}.contents__sub{margin:.35rem 0 .5rem;padding-left:1.1em;list-style-type:lower-alpha}.contents__sub li{margin-bottom:.3rem}.contents__sub a{color:var(--text-dim)}.contents__list a.is-within{color:var(--heading)}.rich-text h2[id],.rich-text h3[id]{scroll-margin-top:calc(var(--header-height) + var(--space-md))}.thumbnail{margin-block:var(--space-lg);border-radius:var(--radius-lg);position:relative;overflow:hidden}.thumbnail img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.thumbnail .ph{aspect-ratio:16/9;width:100%;display:block}.thumbnail--credited:after{content:"";pointer-events:none;background:linear-gradient(#0000,#000000a6);height:40%;position:absolute;inset:auto 0 0}.thumbnail .copyright{left:var(--space-sm);bottom:var(--space-xs);z-index:1;color:#ffffffd9;font-size:var(--text-xs);position:absolute}.thumbnail .copyright a{color:#fff;text-decoration:underline}.next-post{justify-content:space-between;align-items:center;gap:var(--space-md);margin-top:var(--space-xl);padding:var(--space-md);background:var(--surface);border-radius:var(--radius-lg);color:var(--heading);transition:background-color var(--duration) var(--ease-out);display:flex}.next-post:hover{background:var(--surface-hover);color:var(--heading)}.next-post__label{color:var(--text-dim);font-size:var(--text-sm);margin-bottom:.2rem;display:block}.next-post svg{--icon-size:1.1rem;color:currentColor;transition:transform var(--duration) var(--ease-out)}.next-post:hover svg{transform:translate(4px)}.callout{background:var(--surface);border-radius:var(--radius-lg);padding:clamp(1.25rem,5vw,4rem)}@media (width<=29.99rem){.callout{margin-inline:calc(-1 * var(--gutter));padding-inline:var(--gutter);border-radius:0}}.callout h2{max-width:38rem}.callout p{max-width:52ch;color:var(--text-dim)}.quotes{gap:var(--space-md);display:grid}.quotes__more{margin-top:var(--space-lg);text-align:center;margin-bottom:0}.quote{padding:clamp(1.5rem, 3vw, var(--space-lg));background:var(--surface-raised);border:var(--hairline) solid var(--line);border-radius:var(--radius-lg);margin:0}@media (width>=768px){.quote{-moz-column-gap:var(--space-lg);column-gap:var(--space-lg);grid-template-columns:12rem 1fr;align-items:start;display:grid}.quote__body{grid-area:1/2}.quote__toggle{grid-area:2/2}.quote__author{grid-area:1/1/span 2}}.quote__body{position:relative}.quote__body:before{content:"“";color:var(--accent);opacity:.16;pointer-events:none;font-size:4.5rem;line-height:1;position:absolute;top:-1.75rem;left:-.75rem}.quote__text{max-width:var(--measure);color:var(--heading);font-size:var(--text-lg);line-height:var(--leading-lede);letter-spacing:var(--tracking-tight);border:0;margin:0;padding:0}.quote.is-clamped .quote__text{-webkit-line-clamp:var(--quote-lines,6);line-clamp:var(--quote-lines,6);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.quote__toggle{margin-top:var(--space-sm);color:var(--accent);font-size:var(--text-sm);text-underline-offset:.2em;justify-self:start;padding:.35rem 0;font-weight:500;text-decoration:underline}.quote__toggle:hover{color:var(--accent-hover)}.quote__author{align-items:center;gap:var(--space-xs);margin-top:var(--space-md);display:flex}@media (width>=768px){.quote__author{align-items:flex-start;gap:var(--space-xs);flex-direction:column;margin-top:0}}.quote__avatar{background:color-mix(in srgb, var(--accent) 12%, transparent);width:2.75rem;height:2.75rem;color:var(--accent-hover);font-size:var(--text-sm);letter-spacing:.02em;border-radius:50%;flex:none;place-items:center;font-weight:600;display:grid;position:relative;overflow:hidden}.quote__photo{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.quote__who{font-size:var(--text-sm);flex-direction:column;gap:.1rem;min-width:0;display:flex}.quote__name{color:var(--heading);font-weight:600}.quote__name a{padding-block:.25rem;display:inline-block}.quote__role{color:var(--text-dim)}.quote__relationship{color:var(--text-dim);font-style:italic}.faq{max-width:var(--measure-wide);border-top:var(--hairline) solid var(--line);margin-inline:auto}.faq-group{max-width:var(--measure-wide);margin-inline:auto}.faq-group+.faq-group{margin-top:var(--space-xl)}.faq-group .faq{max-width:none;margin-inline:0}.faq__group{margin-bottom:var(--space-sm);color:var(--text-dim);font-size:var(--text-base);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.faq__item{border-bottom:var(--hairline) solid var(--line)}.faq__q{justify-content:space-between;align-items:center;gap:var(--space-md);cursor:pointer;transition:color var(--duration-fast) var(--ease-out);padding-block:clamp(1.5rem,2.8vw,2.25rem);list-style:none;display:flex}.faq__q::-webkit-details-marker{display:none}.faq__q:hover{color:var(--accent)}.faq__q h3{font-size:var(--text-xl);letter-spacing:var(--tracking-tight);color:inherit;margin:0}.faq__mark{width:.875rem;height:.875rem;color:var(--text-dim);flex:none;position:relative}.faq__mark:before,.faq__mark:after{content:"";width:100%;height:var(--hairline);margin-top:calc(var(--hairline) / -2);background:currentColor;position:absolute;top:50%;left:0}.faq__mark:after{transition:transform var(--duration) var(--ease-out);transform:rotate(90deg)}.faq__item[open] .faq__mark:after{transform:rotate(0)}.faq__q:hover .faq__mark{color:var(--accent)}.faq__a{padding-bottom:clamp(1.5rem,2.8vw,2.25rem)}.faq__a p{max-width:var(--measure);color:var(--text-dim);margin-bottom:0}@supports selector(::details-content) and (interpolate-size:allow-keywords){.faq{interpolate-size:allow-keywords}.faq__item::details-content{block-size:0;transition:block-size var(--duration) var(--ease-out), content-visibility var(--duration) var(--ease-out);transition-behavior:allow-discrete;overflow:hidden}.faq__item[open]::details-content{block-size:auto}}@media (prefers-reduced-motion:reduce){.faq__mark:after{transition:none}.faq__item::details-content{transition:none}}.work-list{gap:var(--space-md);display:grid}.work-card{isolation:isolate;padding:clamp(1.5rem, 3vw, var(--space-lg));background:var(--card-base);border-radius:var(--radius-lg);position:relative;overflow:hidden}:root .work-card,:root .biz-card,[theme=light] .work-card,[theme=light] .biz-card{--scrim-near:.66;--scrim-hold:.6;--scrim-far:.06;--scrim-wash-near:.7;--scrim-wash-far:.62;--card-base:#a2a2aa;--card-summary:#ffffffeb;--card-rule:#ffffff52}[theme=dark] .work-card,[theme=dark] .biz-card{--scrim-near:.74;--scrim-hold:.68;--scrim-far:.1;--scrim-wash-near:.78;--scrim-wash-far:.62;--card-base:#26262a;--card-summary:#ffffffd1;--card-rule:#ffffff38}.work-card__bg{z-index:-2;-o-object-fit:cover;object-fit:cover;filter:blur(14px)saturate(115%);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.15)}.work-card:before{content:"";z-index:-1;background:linear-gradient(100deg, rgba(0, 0, 0, var(--scrim-near)) 0%, rgba(0, 0, 0, var(--scrim-hold)) 76%, rgba(0, 0, 0, var(--scrim-far)) 100%);transition:opacity var(--duration) var(--ease-out);position:absolute;inset:0}.work-card:hover:before{opacity:.88}.work-card__title{max-width:var(--measure);margin-bottom:var(--space-sm);font-size:var(--text-xl);letter-spacing:var(--tracking-tight)}.work-card__title a{color:#fff}.work-card__title a:after{content:"";position:absolute;inset:0}.work-card__summary{max-width:var(--measure);color:var(--card-summary);font-size:var(--text-base);line-height:var(--leading-body);margin:0}.work-card__more{margin:var(--space-md) 0 0;padding-top:var(--space-md);border-top:var(--hairline) solid var(--card-rule)}.work-card__more .link-arrow{color:#fff}.study__head{max-width:var(--measure-wide)}.study__title{margin-bottom:var(--space-md);font-size:var(--text-3xl)}.study__summary{max-width:var(--measure);color:var(--text)}.study__cover{margin:var(--space-lg) 0 var(--space-xl)}.study__cover img,.study__cover .ph{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);border:var(--hairline) solid var(--line);width:100%;display:block}.study__cover figcaption{margin-top:var(--space-xs);color:var(--text-dim);font-size:var(--text-sm)}.study__body{gap:var(--space-xl);display:grid}@media (width>=900px){.study__body{gap:var(--space-xl);grid-template-columns:minmax(0,1fr) 18rem;align-items:start}.study__aside{top:calc(var(--header-height) + var(--space-md));position:sticky}}.study__main{min-width:0}.study__section+.study__section{margin-top:var(--space-xl)}.study__section>h2{margin-bottom:var(--space-sm);font-size:var(--text-xl)}.study__section>p,.study__section>ul{max-width:var(--measure);margin-bottom:0}.study__section .card__list{margin-top:0}.study__decisions{gap:var(--space-md);display:grid}@media (width>=640px){.study__decisions{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}}.study__results{padding:var(--space-md);background:var(--surface);border-radius:var(--radius);border-top:0}.study__quote{margin:var(--space-xl) 0 0;padding:var(--space-md) 0 var(--space-md) var(--space-lg);border-left:2px solid var(--accent);color:var(--heading);font-size:var(--text-lg);line-height:var(--leading-lede)}.study__quote cite{margin-top:var(--space-xs);color:var(--text-dim);font-size:var(--text-sm);font-style:normal;display:block}.study__facts{padding:var(--space-md);background:var(--surface);border-radius:var(--radius-lg)}.study__facts dl{margin:0}.study__facts dt{color:var(--text-dim);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em}.study__facts dd{margin:.1rem 0 var(--space-sm);color:var(--heading);font-size:var(--text-sm);line-height:var(--leading-body)}.study__facts dd:last-of-type{margin-bottom:0}.case__meta a,.study__facts dd a{padding-block:.22rem;display:inline-block}.study__stack{margin-top:var(--space-md);padding-top:var(--space-md);border-top:var(--hairline) solid var(--line)}.study__stack .tag{background:var(--bg);border-color:#0000}.case__gallery{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));display:grid}.shot{margin:0}.shot img,.shot .ph{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);border:var(--hairline) solid var(--line);width:100%;display:block}.shot--mobile img,.shot--mobile .ph{aspect-ratio:9/19.5;border-radius:var(--radius-lg)}.shot--mobile{max-width:15rem}.shot figcaption{margin-top:var(--space-xs);color:var(--text-dim);font-size:var(--text-sm);line-height:var(--leading-body)}.case__meta{margin-bottom:var(--space-sm);color:var(--text-dim);font-size:var(--text-sm);flex-wrap:wrap;align-items:baseline;gap:.4rem .75rem;display:flex}.case__meta>:not(:last-child):after{content:"·";color:var(--text-faint);margin-left:.75rem}@media (width<=29.99rem){.case__meta{flex-direction:column;align-items:flex-start;gap:.1rem}.case__meta>:not(:last-child):after{content:none}}.decision{padding:var(--space-md);background:var(--surface);border-radius:var(--radius)}.decision__choice{margin-bottom:var(--space-xs);font-size:var(--text-base)}.decision__why{margin-bottom:var(--space-xs);color:var(--text);font-size:var(--text-sm);line-height:var(--leading-relaxed)}.decision__cost{color:var(--text-dim);font-size:var(--text-sm);line-height:var(--leading-relaxed);margin-bottom:0}.sample-notice{margin-bottom:var(--space-lg);padding:var(--space-sm) var(--space-md);background:var(--accent-solid);border-radius:var(--radius);color:var(--accent-contrast);font-size:var(--text-sm)}.sample-notice strong{color:inherit}.case__flag{margin-bottom:var(--space-sm);background:var(--accent-solid);border-radius:var(--radius-pill);color:var(--accent-contrast);font-size:var(--text-sm);padding:.25rem .7rem;font-weight:600;display:inline-block}.ph__bg{fill:var(--bg)}.ph__chrome{fill:var(--surface-hover)}.ph__dot,.ph__bar{fill:var(--line)}.ph__block{fill:var(--surface-hover)}.ph__block--strong{fill:var(--line)}.ph__label{fill:var(--text-dim);font-family:var(--font-sans);font-size:34px}.ph--tall .ph__label{font-size:26px}.ph--article .ph__bg,.ph--portrait .ph__bg{fill:var(--surface)}.ph--article .ph__label{font-size:30px}.ph--portrait .ph__label{font-size:34px}.form{max-width:34rem;margin-top:var(--space-lg)}.field+.field{margin-top:var(--space-md)}.field__label{margin-bottom:var(--space-2xs);color:var(--heading);font-size:var(--text-sm);font-weight:600;display:block}.form__note{margin-bottom:var(--space-md);color:var(--text-dim);font-size:var(--text-sm)}.form__note--warning{padding:var(--space-sm) var(--space-md);background:var(--surface);border-left:3px solid var(--danger);border-radius:var(--radius-sm);color:var(--text)}.cf-turnstile{max-width:100%;min-height:65px;overflow-x:auto}.field__input{width:100%;font:inherit;color:var(--heading);background:var(--bg-elevated);border:var(--hairline) solid var(--line-control);border-radius:var(--radius-sm);padding:.75rem .9rem}textarea.field__input{resize:vertical;min-height:8rem}.field__input:user-invalid{border-color:var(--danger)}.field__input:user-invalid:focus-visible{outline-color:var(--danger)}.field__input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.field__hint{margin:var(--space-2xs) 0 0;color:var(--text-dim);font-size:var(--text-sm)}.form__status{margin-top:var(--space-md);font-size:var(--text-sm)}.form__status:empty{margin-top:0}.form__status.is-ok{color:var(--heading)}.form__status.is-error{color:var(--danger)}.form__fallback{margin-top:var(--space-md);font-size:var(--text-sm)}.reveal{opacity:0;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(12px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}.cluster{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.breadcrumbs{margin-bottom:var(--space-md);font-size:var(--text-sm)}.breadcrumbs__list{flex-wrap:nowrap;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs__item{flex:none;align-items:center;margin:0;display:flex}.breadcrumbs__item:last-child{flex:0 auto;min-width:0}.breadcrumbs__item+.breadcrumbs__item:before{content:"›";color:var(--line-strong);flex:none;padding-inline:.5rem}[dir=rtl] .breadcrumbs__item+.breadcrumbs__item:before{content:"‹"}.breadcrumbs__link{color:var(--text-dim);white-space:nowrap;transition:color var(--duration-fast) var(--ease-out);padding-block:.35rem;display:block}.breadcrumbs__link:hover{color:var(--accent)}.breadcrumbs__current{min-width:0;color:var(--text-dim);opacity:.75;white-space:nowrap;text-overflow:ellipsis;padding-block:.35rem;display:block;overflow:hidden}.icon{width:var(--icon-size,1em);height:var(--icon-size,1em);flex:none}.rich-text a[target=_blank]:after,.prose a[target=_blank]:after,.rich-text a[href^=http]:not([href*=hesamrad\.com]):after,.prose a[href^=http]:not([href*=hesamrad\.com]):after{content:"↗";vertical-align:.15em;margin-inline-start:.15em;font-size:.8em;line-height:1}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.post-cta{margin-top:var(--space-xl)}.post-cta h2{margin-bottom:var(--space-xs);font-size:var(--text-xl)}.post-cta .btn-row{margin-top:var(--space-md)}.tag-row{gap:var(--space-2xs);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.tag{border:var(--hairline) solid var(--line);border-radius:var(--radius-pill);color:var(--text-dim);font-size:var(--text-sm);padding:.3rem .7rem}.post-card__foot{justify-content:space-between;align-items:center;gap:var(--space-sm);margin:0;display:flex}.post-card__more{color:var(--accent);font-size:var(--text-sm);flex:none;align-items:center;gap:.4rem;display:inline-flex}.post-card__more svg{--icon-size:.85rem;transition:transform var(--duration) var(--ease-out)}.post-card:hover .post-card__more svg{transform:translate(4px)}.about__portrait{border-radius:var(--radius-lg);max-width:22rem;overflow:hidden}.about__portrait .ph,.about__portrait img{aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.study__cover-note{margin:var(--space-lg) 0 0;max-width:var(--measure);color:var(--text-dim);font-size:var(--text-sm)}@media (width<=63.99rem){.work-card:before{background:linear-gradient(160deg, rgba(0, 0, 0, var(--scrim-wash-near)) 0%, rgba(0, 0, 0, var(--scrim-wash-far)) 100%)}}.price{margin-top:var(--space-lg);background:var(--surface-raised);border:var(--hairline) solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.price__figures{gap:var(--space-md);padding:clamp(1.5rem, 3vw, var(--space-lg));display:grid}@media (width>=40rem){.price__figures{grid-template-columns:repeat(3,1fr);gap:0}.price__figure+.price__figure{padding-left:var(--space-md);border-left:var(--hairline) solid var(--line)}.price__figure:not(:last-child){padding-right:var(--space-md)}}.price__figure{gap:var(--space-2xs);flex-direction:column;display:flex}.price__value{color:var(--heading);font-size:var(--text-figure);font-weight:600;line-height:var(--leading-display);letter-spacing:var(--tracking-display)}.price__unit{font-size:var(--text-lg);color:var(--text-dim);letter-spacing:var(--tracking-tight);font-weight:500}.price__label{color:var(--text-dim);font-size:var(--text-sm);line-height:var(--leading-body)}.price__terms{gap:var(--space-md);padding:clamp(1.5rem, 3vw, var(--space-lg));background:var(--surface);border-top:var(--hairline) solid var(--line);margin:0;display:grid}@media (width>=40rem){.price__terms{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}.price__term dt{margin-bottom:var(--space-2xs);color:var(--heading);font-weight:600;font-size:var(--text-sm)}.price__term dd{color:var(--text-dim);font-size:var(--text-sm);line-height:var(--leading-relaxed);margin:0}.card__label{margin-bottom:var(--space-2xs);color:var(--text-dim);font-size:var(--text-sm);letter-spacing:.06em;text-transform:uppercase}.biz-list{gap:var(--space-md);margin-top:var(--space-lg);display:grid}.biz-card{isolation:isolate;background:var(--surface-raised);border:var(--hairline) solid var(--line);border-radius:var(--radius-lg);transition:border-color var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out);flex-direction:column;padding:clamp(1.5rem,2.5vw,2.25rem);display:flex;position:relative;overflow:hidden}.biz-card:hover{background:var(--surface);border-color:var(--line-strong)}.biz-card--covered,.biz-card--covered:hover{background:var(--card-base);border-color:#0000}.biz-card__bg{z-index:-2;-o-object-fit:cover;object-fit:cover;filter:blur(14px)saturate(115%);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.15)}.biz-card--covered:before{content:"";z-index:-1;background:linear-gradient(160deg, rgba(0, 0, 0, var(--scrim-wash-near)) 0%, rgba(0, 0, 0, var(--scrim-wash-far)) 100%);transition:opacity var(--duration) var(--ease-out);position:absolute;inset:0}.biz-card--covered:hover:before{opacity:.88}.biz-card__name{margin-bottom:var(--space-xs);font-size:var(--text-lg)}.biz-card__name a{color:var(--heading)}.biz-card:hover .biz-card__name a{color:var(--accent)}.biz-card--covered .biz-card__name a,.biz-card--covered:hover .biz-card__name a{color:#fff}.biz-card--covered .biz-card__trade,.biz-card--covered .biz-card__foot{color:var(--card-summary)}.biz-card--covered .biz-card__foot{border-top-color:var(--card-rule)}.biz-card__name a:after{content:"";position:absolute;inset:0}.biz-card__trade{margin:0 0 var(--space-md);color:var(--text-dim);font-size:var(--text-sm)}.biz-card__foot{justify-content:space-between;align-items:baseline;gap:var(--space-xs);padding-top:var(--space-sm);border-top:var(--hairline) solid var(--line);color:var(--text-dim);font-size:var(--text-sm);margin:auto 0 0;display:flex}.biz-card--covered .link-arrow{color:#fff}.pixel-mark{height:auto;color:var(--line-strong);display:block}.pixel-mark--404{width:clamp(9rem,26vw,14rem);margin-bottom:var(--space-lg)}.faq__a p+p{margin-top:var(--space-sm)}.faq__link{margin-top:var(--space-md)}.faq__more{margin-top:var(--space-lg);text-align:center}@media (width<=767.98px){:root{--header-height:4rem;--space-section:5rem}.hero{padding-block:var(--space-xl) var(--space-section)}.hero__title{max-width:none}.next-post{align-items:flex-start}.site-footer__bottom{flex-direction:column}}@media (width<=575.98px){.btn{width:100%}.btn-row{flex-direction:column}.stat-row{grid-template-columns:repeat(2,1fr)}}
