.fh-blog{--fh-ink: #181513;--fh-espresso: #26201d;--fh-slate: #524d47;--fh-warm: #6b6259;--fh-paper: #fdf8f0;--fh-bone: #f6efe2;--fh-stone: #ece2d2;--fh-sun: #f5a623;--fh-amber: #8a5000;--fh-gold: #ffc85c;--fh-line: rgba(24, 21, 19, .09);--fh-shadow: 0 12px 32px -14px rgba(24, 21, 19, .2);--fh-shadow-lg: 0 30px 60px -22px rgba(24, 21, 19, .3);--fh-snap: cubic-bezier(.16, 1, .3, 1)}.fh-badge{display:inline-block;padding:.2rem .5rem;border-radius:.375rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.fh-badge--sun{background:#f5a623;color:#181513}.fh-badge--ink{background:#26201d;color:#fbe7a8}.fh-badge--olive{background:#aeb09a;color:#181513}.fh-badge--mustard{background:#f0b429;color:#181513}.fh-badge--stone{background:#ece2d2;color:#181513}.fh-dot{color:#1815134d}.fh-grid{display:grid;gap:1.75rem;grid-template-columns:1fr}@media(min-width:640px){.fh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.fh-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.fh-card{display:flex;border-radius:1.5rem;background:#fff;box-shadow:var(--fh-shadow);outline:1px solid var(--fh-line);outline-offset:-1px;overflow:hidden;transition:transform .3s var(--fh-snap),box-shadow .3s var(--fh-snap)}.fh-card:hover{transform:translateY(-4px);box-shadow:var(--fh-shadow-lg)}.fh-card[hidden]{display:none}.fh-card__link{display:flex;flex-direction:column;width:100%;color:inherit;text-decoration:none}.fh-card__media,.fh-featured .fh-card__media,.fh-related__card .fh-card__media{position:relative;overflow:hidden;background-color:var(--fh-stone)}.fh-card__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s var(--fh-snap)}.fh-card .fh-card__media{aspect-ratio:16 / 9}.fh-card:hover .fh-card__media img{transform:scale(1.04)}.fh-card__media--empty{aspect-ratio:16 / 9;background-color:var(--fh-bone);background-image:repeating-linear-gradient(135deg,rgba(24,21,19,.07) 0,rgba(24,21,19,.07) 1px,transparent 1px,transparent 13px)}.fh-card__body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.fh-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.72rem;font-weight:600;color:var(--fh-warm)}.fh-card__title{margin-top:.9rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--fh-ink)}.fh-card__excerpt{margin-top:.6rem;flex:1;font-size:.92rem;line-height:1.65;color:var(--fh-slate);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fh-card__more,.fh-featured__more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fh-amber);transition:gap .3s var(--fh-snap)}.fh-card__more svg,.fh-featured__more svg{width:.9rem;height:.9rem}.fh-card:hover .fh-card__more,.fh-featured:hover .fh-featured__more{gap:.8rem}.fh-featured{border-radius:1.75rem;background:#fff;box-shadow:var(--fh-shadow-lg);outline:1px solid var(--fh-line);outline-offset:-1px;overflow:hidden}.fh-featured__link{display:grid;grid-template-columns:1fr;gap:1.25rem;padding:1.25rem;color:inherit;text-decoration:none}.fh-featured .fh-card__media{border-radius:1rem;aspect-ratio:16 / 9}@media(min-width:1024px){.fh-featured__link{grid-template-columns:1.15fr 1fr;align-items:center;gap:0}.fh-featured .fh-card__media{aspect-ratio:16 / 9;height:auto}}.fh-featured__body{display:flex;flex-direction:column;justify-content:center;padding:.5rem .5rem 1rem}@media(min-width:1024px){.fh-featured__body{padding:1.5rem 2.5rem}}.fh-featured__flag{display:inline-flex;align-items:center;align-self:flex-start;gap:.4rem;margin-bottom:1rem;padding:.3rem .7rem;border-radius:999px;background:var(--fh-ink);color:var(--fh-gold);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.fh-featured__flag svg{width:.8rem;height:.8rem}.fh-featured__title{margin-top:.9rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.6rem;font-weight:800;line-height:1.15;letter-spacing:-.025em;color:var(--fh-ink)}@media(min-width:1024px){.fh-featured__title{font-size:2.1rem}}.fh-featured__excerpt{margin-top:.9rem;font-size:1rem;line-height:1.7;color:var(--fh-slate)}.fh-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.fh-filters:empty{display:none}.fh-chip{display:inline-flex;align-items:center;gap:.4rem;min-height:2.75rem;padding:.5rem 1.05rem;border:1px solid var(--fh-line);border-radius:999px;background:#fff;font-size:.85rem;font-weight:600;color:var(--fh-slate);transition:background .2s var(--fh-snap),color .2s var(--fh-snap),border-color .2s var(--fh-snap)}.fh-chip:hover{border-color:#18151340;color:var(--fh-ink)}.fh-chip.is-active{background:var(--fh-ink);border-color:var(--fh-ink);color:var(--fh-paper)}.fh-chip__count{font-size:.7rem;font-weight:700;opacity:.6}.fh-search{position:relative;flex:1 1 14rem;min-width:12rem;max-width:22rem}.fh-search input{width:100%;min-height:2.75rem;padding:.5rem 2.4rem .5rem 2.6rem;border:1px solid var(--fh-line);border-radius:999px;background:#fff;font-size:.9rem;color:var(--fh-ink)}.fh-search input::-moz-placeholder{color:var(--fh-warm)}.fh-search input::placeholder{color:var(--fh-warm)}.fh-search svg{position:absolute;left:.95rem;top:50%;width:1rem;height:1rem;transform:translateY(-50%);color:var(--fh-warm);pointer-events:none}.fh-search__clear{position:absolute;right:.5rem;top:50%;display:none;width:1.75rem;height:1.75rem;align-items:center;justify-content:center;border-radius:999px;transform:translateY(-50%);color:var(--fh-warm);font-size:1.1rem;line-height:1}.fh-search__clear:hover{background:var(--fh-bone);color:var(--fh-ink)}.fh-search.has-value .fh-search__clear{display:flex}.fh-result-count{font-size:.85rem;color:var(--fh-warm)}.fh-load-more{display:flex;justify-content:center;margin-top:2.5rem}.fh-load-more[hidden]{display:none}.fh-empty{grid-column:1 / -1;padding:3.5rem 1.5rem;border:1px dashed rgba(24,21,19,.18);border-radius:1.5rem;background:#fff9;text-align:center}.fh-empty svg{width:2.25rem;height:2.25rem;margin:0 auto 1rem;color:var(--fh-warm);opacity:.7}.fh-empty__title{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.1rem;font-weight:700;color:var(--fh-ink)}.fh-empty__body{margin-top:.4rem;font-size:.9rem;color:var(--fh-slate)}.fh-article{font-size:1.075rem;line-height:1.78;color:#453f39;overflow-wrap:break-word}@media(min-width:768px){.fh-article{font-size:1.125rem;line-height:1.8}}.fh-article>*+*{margin-top:1.35rem}.fh-article .fh-lead{font-size:1.2rem;line-height:1.65;font-weight:500;color:var(--fh-espresso)}@media(min-width:768px){.fh-article .fh-lead{font-size:1.3rem}}.fh-article>h2,.fh-article>h3,.fh-article>h4{font-family:Hanken Grotesk,system-ui,sans-serif;color:var(--fh-ink);letter-spacing:-.022em;scroll-margin-top:7rem}.fh-article>h2{margin-top:3rem;font-size:1.65rem;font-weight:800;line-height:1.2}.fh-article>h3{margin-top:2.25rem;font-size:1.3rem;font-weight:700;line-height:1.3}.fh-article>h4{margin-top:1.85rem;font-size:1.08rem;font-weight:700}@media(min-width:768px){.fh-article>h2{font-size:1.95rem}.fh-article>h3{font-size:1.4rem}}.fh-article a{color:var(--fh-amber);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s ease}.fh-article a:hover{color:var(--fh-ink);text-decoration-thickness:2px}.fh-article strong{color:var(--fh-ink);font-weight:700}.fh-article mark{padding:.1em .2em;border-radius:.2em;background:#fbe7a8;color:var(--fh-ink)}.fh-article code{padding:.15em .35em;border-radius:.3em;background:var(--fh-bone);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em;color:var(--fh-espresso)}.fh-article ul,.fh-article ol{padding-left:0;list-style:none}.fh-article li{position:relative;padding-left:1.6rem;margin-top:.65rem}.fh-article li>ul,.fh-article li>ol{margin-top:.5rem}.fh-article ul>li:before{content:"";position:absolute;left:.1rem;top:.68em;width:.5rem;height:.5rem;border-radius:999px;background:var(--fh-sun)}.fh-article ul ul>li:before{background:transparent;outline:2px solid var(--fh-sun);outline-offset:-2px}.fh-article ol{counter-reset:fh-ol}.fh-article ol>li{counter-increment:fh-ol}.fh-article ol>li:before{content:counter(fh-ol) ".";position:absolute;left:0;top:0;font-weight:700;color:var(--fh-amber);font-variant-numeric:tabular-nums}.fh-article blockquote{padding:.25rem 0 .25rem 1.35rem;border-left:3px solid var(--fh-sun);font-size:1.1rem;font-style:italic;color:var(--fh-espresso)}.fh-article hr{margin:2.5rem 0;border:0;border-top:1px solid var(--fh-line)}.fh-figure{margin:2.25rem 0}.fh-figure img{display:block;width:100%;height:auto;border-radius:1.25rem;background:var(--fh-stone);box-shadow:var(--fh-shadow)}.fh-figure__caption{margin-top:.7rem;font-size:.85rem;line-height:1.55;color:var(--fh-warm);text-align:center}@media(min-width:1024px){.fh-figure--wide{width:calc(100% + 4rem);margin-left:-2rem}}.fh-callout{display:flex;gap:.9rem;margin:2rem 0;padding:1.25rem 1.35rem;border-radius:1.15rem;font-size:.98rem;line-height:1.7}.fh-callout__marker{flex-shrink:0;width:.3rem;border-radius:999px;background:currentColor;opacity:.55}.fh-callout__content{flex:1;min-width:0}.fh-callout__content>*+*{margin-top:.7rem}.fh-callout__title{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.01em}.fh-callout ul,.fh-callout ol{margin-top:.5rem}.fh-callout li{margin-top:.4rem}.fh-callout--note{background:#f1ece2;color:#3d3830}.fh-callout--tip{background:#fdf3dc;color:#4a3a13}.fh-callout--warning{background:#fbeeda;color:#6b4405}.fh-callout--urgent{background:#26201d;color:#f6efe2}.fh-callout--note .fh-callout__title{color:var(--fh-ink)}.fh-callout--tip .fh-callout__title{color:#5a4408}.fh-callout--warning .fh-callout__title{color:#7a4a00}.fh-callout--urgent .fh-callout__title,.fh-callout--urgent a{color:var(--fh-gold)}.fh-callout--urgent a:hover{color:#fff}.fh-callout--urgent ul>li:before{background:var(--fh-gold)}.fh-callout--urgent strong{color:#fff}.fh-takeaways{margin:2.25rem 0;padding:1.5rem 1.6rem;border-radius:1.25rem;background:var(--fh-bone);outline:1px solid rgba(24,21,19,.07);outline-offset:-1px}.fh-takeaways__title{margin:0 0 .9rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fh-amber)}.fh-takeaways__list{list-style:none;padding:0;margin:0}.fh-takeaways .fh-takeaways__list li{position:relative;padding-left:1.9rem;margin-top:.7rem;font-size:.98rem;line-height:1.65;color:var(--fh-espresso)}.fh-takeaways .fh-takeaways__list li:first-child{margin-top:0}.fh-takeaways .fh-takeaways__list li:before{content:"";position:absolute;left:0;top:.35em;width:1.1rem;height:1.1rem;border-radius:999px;background:var(--fh-sun) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23181513' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / .7rem no-repeat}.fh-pullquote{margin:2.5rem 0;padding:0;text-align:center}.fh-pullquote blockquote{margin:0;padding:0;border:0;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.35;letter-spacing:-.02em;color:var(--fh-ink)}@media(min-width:768px){.fh-pullquote blockquote{font-size:1.7rem}}.fh-pullquote blockquote:before{content:"“";color:var(--fh-sun)}.fh-pullquote blockquote:after{content:"”";color:var(--fh-sun)}.fh-pullquote__cite{display:flex;flex-direction:column;gap:.15rem;margin-top:1rem;font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fh-amber)}.fh-pullquote__role{font-weight:500;letter-spacing:.04em;text-transform:none;color:var(--fh-warm)}.fh-faq{margin:2.5rem 0}.fh-faq__title{margin:0 0 1rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.022em;color:var(--fh-ink)}.fh-faq__item{border-bottom:1px solid var(--fh-line)}.fh-faq__item:first-of-type{border-top:1px solid var(--fh-line)}.fh-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 0;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.02rem;font-weight:700;color:var(--fh-ink);list-style:none}.fh-faq__question::-webkit-details-marker{display:none}.fh-faq__question:hover{color:var(--fh-amber)}.fh-faq__chevron{flex-shrink:0;width:1.15rem;height:1.15rem;color:var(--fh-amber);transition:transform .25s var(--fh-snap)}.fh-faq__item[open] .fh-faq__chevron{transform:rotate(180deg)}.fh-faq__answer{padding:0 0 1.15rem;font-size:.98rem;line-height:1.7;color:var(--fh-slate)}.fh-faq__answer>*+*{margin-top:.7rem}.fh-cta{display:flex;flex-direction:column;gap:1.1rem;margin:2.5rem 0;padding:1.6rem 1.75rem;border-radius:1.35rem}@media(min-width:640px){.fh-cta{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}}.fh-cta--sun{background:var(--fh-sun);color:var(--fh-ink)}.fh-cta--ink{background:var(--fh-espresso);color:var(--fh-paper)}.fh-cta__heading{margin:0;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.2rem;font-weight:800;letter-spacing:-.02em}.fh-cta__body{margin:.35rem 0 0;font-size:.94rem;line-height:1.6;opacity:.82}.fh-cta__button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:2.75rem;padding:.7rem 1.5rem;border-radius:999px;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .25s var(--fh-snap),background .25s ease}.fh-cta__button:hover{transform:translateY(-2px)}.fh-cta--sun .fh-cta__button{background:var(--fh-ink);color:var(--fh-paper)}.fh-cta--sun .fh-cta__button:hover{background:#000}.fh-cta--ink .fh-cta__button{background:var(--fh-sun);color:var(--fh-ink)}.fh-cta--ink .fh-cta__button:hover{background:var(--fh-gold)}.fh-video{margin:2.25rem 0}.fh-video__facade{position:relative;display:block;width:100%;aspect-ratio:16 / 9;border:0;border-radius:1.25rem;background:var(--fh-espresso);overflow:hidden}.fh-video__facade img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.85;transition:opacity .3s ease,transform .5s var(--fh-snap)}.fh-video__facade:hover img{opacity:1;transform:scale(1.03)}.fh-video__play{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:4.25rem;height:4.25rem;border-radius:999px;background:var(--fh-sun);color:var(--fh-ink);transform:translate(-50%,-50%);box-shadow:0 16px 36px -16px #f5a62399;transition:transform .25s var(--fh-snap)}.fh-video__facade:hover .fh-video__play{transform:translate(-50%,-50%) scale(1.08)}.fh-video__play svg{width:1.9rem;height:1.9rem}.fh-video iframe{display:block;width:100%;aspect-ratio:16 / 9;border:0;border-radius:1.25rem}.fh-progress{position:fixed;inset:0 0 auto;z-index:45;height:3px;background:transparent;pointer-events:none}.fh-progress__bar{height:100%;width:0;background:var(--fh-sun);transform-origin:left center;transition:width .1s linear}.fh-toc__title{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fh-amber)}.fh-toc__list{margin-top:.85rem;list-style:none;padding:0}.fh-toc__list li{margin-top:.15rem}.fh-toc__link{display:block;padding:.4rem 0 .4rem .85rem;border-left:2px solid var(--fh-line);font-size:.88rem;line-height:1.45;color:var(--fh-warm);text-decoration:none;transition:color .2s ease,border-color .2s ease}.fh-toc__link:hover{color:var(--fh-ink);border-color:#1815134d}.fh-toc__link.is-current{color:var(--fh-ink);font-weight:600;border-color:var(--fh-sun)}.fh-toc__link--sub{padding-left:1.6rem;font-size:.83rem}.fh-toc-mobile{border:1px solid var(--fh-line);border-radius:1rem;background:#fff;overflow:hidden}.fh-toc-mobile>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.75rem;padding:.85rem 1.1rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fh-ink);list-style:none}.fh-toc-mobile>summary::-webkit-details-marker{display:none}.fh-toc-mobile__chevron{width:1.1rem;height:1.1rem;color:var(--fh-amber);transition:transform .25s var(--fh-snap)}.fh-toc-mobile[open] .fh-toc-mobile__chevron{transform:rotate(180deg)}.fh-toc-mobile .fh-toc__list{margin:0;padding:0 1.1rem 1rem}.fh-share{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.fh-share__label{margin-right:.25rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fh-warm)}.fh-share__button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:2.75rem;height:2.75rem;border:1px solid var(--fh-line);border-radius:999px;background:#fff;color:var(--fh-slate);transition:background .2s ease,color .2s ease,border-color .2s ease}.fh-share__button:hover{background:var(--fh-ink);border-color:var(--fh-ink);color:var(--fh-paper)}.fh-share__button svg{width:1.05rem;height:1.05rem}.fh-share__button--wide{width:auto;padding:0 1.05rem;font-size:.85rem;font-weight:600}.fh-share__button.is-copied{background:var(--fh-sun);border-color:var(--fh-sun);color:var(--fh-ink)}.fh-share--rail{flex-direction:column;align-items:flex-start;gap:.5rem}.fh-author{display:flex;flex-direction:column;gap:1.1rem;padding:1.6rem;border-radius:1.5rem;background:#fff;outline:1px solid var(--fh-line);outline-offset:-1px;box-shadow:var(--fh-shadow)}@media(min-width:640px){.fh-author{flex-direction:row;align-items:flex-start;gap:1.35rem;padding:1.85rem}}.fh-author__avatar{flex-shrink:0;width:3.75rem;height:3.75rem;border-radius:999px;-o-object-fit:cover;object-fit:cover;background:var(--fh-stone)}.fh-author__avatar--initials{display:flex;align-items:center;justify-content:center;background:var(--fh-ink);color:var(--fh-gold);font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.25rem;font-weight:800}.fh-author__name{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.05rem;font-weight:800;color:var(--fh-ink)}.fh-author__role{margin-top:.15rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fh-amber)}.fh-author__bio{margin-top:.7rem;font-size:.93rem;line-height:1.65;color:var(--fh-slate)}.fh-author__socials{display:flex;gap:.5rem;margin-top:.9rem}.fh-related__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.fh-related__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.fh-related__card{display:flex;flex-direction:column;border-radius:1.25rem;background:#fff;outline:1px solid var(--fh-line);outline-offset:-1px;overflow:hidden;color:inherit;text-decoration:none;transition:transform .3s var(--fh-snap),box-shadow .3s var(--fh-snap)}.fh-related__card:hover{transform:translateY(-4px);box-shadow:var(--fh-shadow)}.fh-related__card .fh-card__media{aspect-ratio:16 / 9}.fh-related__body{padding:1.1rem 1.25rem 1.35rem}.fh-related__body h3{margin-top:.65rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.35;color:var(--fh-ink)}.fh-related__meta{display:block;margin-top:.5rem;font-size:.78rem;color:var(--fh-warm)}.fh-pager{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.fh-pager{grid-template-columns:repeat(2,minmax(0,1fr))}}.fh-pager__link{display:block;padding:1.15rem 1.35rem;border:1px solid var(--fh-line);border-radius:1.15rem;background:#fff;color:inherit;text-decoration:none;transition:border-color .2s ease,transform .25s var(--fh-snap)}.fh-pager__link:hover{border-color:#18151347;transform:translateY(-2px)}.fh-pager__link--next{text-align:right}.fh-pager__dir{display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fh-amber)}.fh-pager__title{display:block;margin-top:.4rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:.98rem;font-weight:700;line-height:1.35;color:var(--fh-ink)}.fh-skeleton__line{height:1rem;border-radius:999px;background:linear-gradient(90deg,#ece2d2 25%,#f6efe2,#ece2d2 75%);background-size:200% 100%;animation:fh-shimmer 1.4s ease-in-out infinite}.fh-skeleton__line+.fh-skeleton__line{margin-top:.85rem}@keyframes fh-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.fh-card,.fh-card__media img,.fh-related__card,.fh-pager__link,.fh-cta__button,.fh-video__facade img,.fh-video__play,.fh-faq__chevron,.fh-toc-mobile__chevron{transition:none!important;transform:none!important}.fh-skeleton__line{animation:none}.fh-progress__bar{transition:none}}.fh-post__shell{max-width:74rem;margin:0 auto;padding:3rem 1.25rem 0;background:var(--fh-paper)}@media(min-width:1024px){.fh-post__shell{padding:3.5rem 2rem 0}}.fh-post__grid{display:block}@media(min-width:1024px){.fh-post__grid{display:grid;grid-template-columns:minmax(0,1fr) 15rem;gap:4rem;align-items:start}}.fh-post__main{min-width:0}.fh-post__rail{display:none}@media(min-width:1024px){.fh-post__rail{display:block}}.fh-post__rail-sticky{position:sticky;top:7rem}.fh-post__rail-share{margin-top:0}.fh-toc+.fh-post__rail-share{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--fh-line)}.fh-post__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fh-warm)}.fh-post__breadcrumb a{color:inherit;text-decoration:none}.fh-post__breadcrumb a:hover,.fh-post__breadcrumb [aria-current=page]{color:var(--fh-ink)}.fh-post__eyebrow:not(:empty){margin-bottom:1.1rem}.fh-post__title{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:2.1rem;font-weight:900;line-height:1.06;letter-spacing:-.03em;color:var(--fh-ink);overflow-wrap:break-word}@media(min-width:640px){.fh-post__title{font-size:2.75rem}}@media(min-width:1024px){.fh-post__title{font-size:3.4rem}}.fh-post__title--loading{color:var(--fh-warm);opacity:.45}.fh-post__excerpt{margin-top:1.15rem;max-width:46rem;font-size:1.1rem;line-height:1.6;color:var(--fh-slate)}@media(min-width:768px){.fh-post__excerpt{font-size:1.25rem}}.fh-post__meta{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--fh-line)}@media(min-width:640px){.fh-post__meta{flex-direction:row;align-items:center;justify-content:space-between}}.fh-post__byline{display:flex;align-items:center;gap:.75rem}.fh-post__byline .fh-author__avatar{width:2.5rem;height:2.5rem}.fh-post__byline .font-semibold{display:block;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:var(--fh-ink)}.fh-post__byline-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-top:.15rem;font-size:.82rem;color:var(--fh-warm)}@media(min-width:1024px){.fh-post__meta .fh-share{display:none}}.fh-post__hero{margin:2rem 0 0}.fh-post__hero img{display:block;width:100%;height:auto;border-radius:1.25rem;background:var(--fh-stone);box-shadow:var(--fh-shadow-lg)}@media(max-width:640px){.fh-post__hero img{border-radius:1rem}}.fh-post__toc-mobile{margin-top:2.25rem}@media(min-width:1024px){.fh-post__toc-mobile{display:none}}.fh-post__main .fh-article{margin-top:2.5rem}.fh-post__share-end{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--fh-line)}.fh-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding:0;list-style:none}.fh-tag{padding:.3rem .7rem;border-radius:999px;background:var(--fh-bone);font-size:.78rem;font-weight:600;color:var(--fh-slate)}.fh-post__cta,.fh-post__main .fh-author,.fh-post__main .fh-pager{margin-top:2.5rem}.fh-post__footer{margin-top:4rem;padding:3.5rem 1.25rem 4rem;background:var(--fh-bone)}@media(min-width:1024px){.fh-post__footer{padding:4.5rem 2rem 5rem}}.fh-post__footer-inner{max-width:74rem;margin:0 auto}.fh-post__related{max-width:none}.fh-post__section-title{margin-bottom:1.75rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.6rem;font-weight:900;letter-spacing:-.025em;color:var(--fh-ink)}.fh-post__back{display:inline-flex;align-items:center;gap:.5rem;margin-top:2.5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fh-amber);text-decoration:none;transition:gap .3s var(--fh-snap)}.fh-post__back:hover{gap:.85rem;color:var(--fh-ink)}.fh-post__back svg{width:1rem;height:1rem}.fh-post__missing{max-width:34rem;margin:0 auto;padding:6rem 1.25rem 7rem;text-align:center}.fh-post__missing-code{font-family:Hanken Grotesk,system-ui,sans-serif;font-size:4rem;font-weight:900;line-height:1;color:var(--fh-sun)}.fh-post__missing-title{margin-top:1rem;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:1.75rem;font-weight:800;letter-spacing:-.025em;color:var(--fh-ink)}.fh-post__missing-body{margin-top:.85rem;font-size:1rem;line-height:1.7;color:var(--fh-slate)}.fh-post__missing-link{margin-top:2rem;background:var(--fh-ink);color:var(--fh-paper)}.fh-post__missing-link:hover{background:#000}
