/* HyperOrbit blog — layered on css/site.css. Loaded only by pages under /blog. */
.bcover { display: block; width: 100%; aspect-ratio: 1200 / 630; height: auto; }
.bcover--img { object-fit: cover; }
.bfeat { padding: 0; }
.bcard { display: flex; flex-direction: column; background: var(--white); color: var(--ink); border-right: 1px solid var(--hairline-soft); border-bottom: 1px solid var(--hairline-soft); transition: background .18s var(--ease); }
.bcard:hover { background: var(--hover); color: var(--ink); }
.bcard__cover { display: block; overflow: hidden; border-bottom: 1px solid var(--hairline-soft); background: #140C0E; }
.bcard__cover .bcover { transition: transform .5s var(--ease); }
.bcard:hover .bcard__cover .bcover { transform: scale(1.02); }
.bcard__body { display: flex; flex-direction: column; gap: 8px; padding: 22px 24px 24px; flex: 1; }
.bcard__cat { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--tint, var(--ho-orange-ink)); }
.chip[style*='#1A1113'], .bcard[style*='#1A1113'] .bcard__cat { color: var(--ink); }
.bcard__title { font-family: var(--font-heading); font-weight: 600; font-size: 19px; letter-spacing: -.015em; line-height: 1.25; color: var(--ink); }
.bcard__excerpt { font-size: 13.5px; line-height: 1.6; color: var(--body); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bcard .byline { margin-top: auto; padding-top: 14px; }
.bcard--featured { flex-direction: row; border: 0; }
.bcard--featured .bcard__cover { flex: 0 0 58%; border-bottom: 0; border-right: 1px solid var(--hairline-soft); }
.bcard--featured .bcard__body { padding: 40px 44px; justify-content: center; gap: 12px; }
.bcard--featured .bcard__title { font-size: 30px; letter-spacing: -.025em; line-height: 1.15; }
.bcard--featured .bcard__excerpt { font-size: 15px; -webkit-line-clamp: 4; }
.byline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 12.5px; color: var(--body); }
.byline__avatar { width: 30px; height: 30px; border-radius: 999px; object-fit: cover; border: 1px solid var(--hairline); flex: none; }
.byline__avatar--txt { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 10px; color: var(--ink); background: var(--canvas); }
.byline__who { display: flex; flex-direction: column; line-height: 1.25; }
.byline__name { font-weight: 500; color: var(--ink); }
.byline__role { font-size: 11.5px; color: var(--dim); }
.byline__meta { margin-left: auto; font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; color: var(--dim); white-space: nowrap; }
.byline--dark { color: rgba(250,248,247,.75); margin-top: 6px; }
.byline--dark .byline__name { color: var(--dark-fg); }
.byline--dark .byline__avatar--txt { background: rgba(250,248,247,.1); color: var(--dark-fg); border-color: rgba(250,248,247,.25); }
.byline--dark .byline__meta { margin-left: 0; color: rgba(250,248,247,.5); }
.bfilter { display: flex; align-items: center; gap: 16px; padding: 14px var(--box-pad-x); border-top: none; flex-wrap: wrap; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { font-size: 12.5px; font-weight: 500; padding: 7px 13px; border-radius: 999px; border: 1px solid var(--hairline); background: var(--canvas); color: var(--body); cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.chip:hover { background: var(--hover); border-color: #C9BEC0; color: var(--ink); }
.chip.is-active { background: var(--ink); border-color: var(--ink); color: var(--dark-fg); }
.bfilter__count { margin-left: auto; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; color: var(--dim); }
.bgrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: none; }
.bgrid .bcard:nth-child(3n) { border-right: none; }
.bgrid .bcard[hidden] { display: none; }
.bmore { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 22px; background: var(--canvas); border-top: none; }
.bmore__empty { margin: 0; font-size: 14px; color: var(--body); }
.nl { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: center; padding: 36px var(--box-pad-x); }
.nl__title { font-family: var(--font-heading); font-weight: 600; font-size: 24px; letter-spacing: -.02em; line-height: 1.2; margin: 12px 0 8px; color: var(--ink); }
.nl__lede { margin: 0; font-size: 13.5px; color: var(--body); }
.nl__form { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.nl__form input { flex: 1 1 220px; font-family: var(--font-sans); font-size: 14px; color: var(--ink); background: var(--canvas); border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; outline: 0; min-width: 0; }
.nl__form input:focus { border-color: var(--ho-orange); box-shadow: 0 0 0 3px rgba(244,98,42,.15); background: var(--white); }
.nl__form .lead__error, .nl__done { flex-basis: 100%; margin: 0; }
.nl__done { font-size: 14px; font-weight: 500; color: #2E8A6D; }
.bhero { position: relative; }
.bhero__back { position: absolute; top: 22px; left: var(--box-pad-x, 40px); font-size: 12.5px; color: rgba(250,248,247,.6); }
.bhero__back:hover { color: var(--dark-fg); }
.bhero .hero__title--sub { max-width: 900px; }
.bcoverwrap { padding: 0; overflow: hidden; }
.bcoverwrap .bcover { aspect-ratio: 1200 / 480; object-fit: cover; }
.bpost .toc { top: 12px; }
.barticle { max-width: 800px; padding-top: 34px; }
.barticle > p:first-child { font-size: 17px; line-height: 1.7; color: var(--ink); }
.barticle .art__h2 { margin-top: 34px; scroll-margin-top: 20px; }
.art__h3 { font-family: var(--font-heading); font-weight: 600; font-size: 20px; letter-spacing: -.02em; margin: 26px 0 10px; color: var(--ink); }
.art__h4 { font-size: 15px; font-weight: 500; margin: 20px 0 8px; color: var(--ink); }
.art__quote { margin: 20px 0 22px; padding: 4px 0 4px 20px; border-left: 3px solid var(--ho-orange); font-family: var(--font-heading); font-weight: 500; font-size: 20px; line-height: 1.4; letter-spacing: -.015em; color: var(--ink); }
.art__fig { margin: 22px 0 24px; }
.art__fig img { display: block; width: 100%; border-radius: 12px; border: 1px solid var(--hairline); }
.art__fig figcaption { margin-top: 8px; font-size: 12.5px; color: var(--dim); }
.art__code { margin: 18px 0 22px; padding: 16px 18px; border-radius: 12px; background: #1B1114; color: #FAF8F7; font-family: var(--font-mono); font-size: 12.5px; line-height: 1.6; overflow-x: auto; border: 1px solid #332327; }
.barticle code { font-family: var(--font-mono); font-size: .92em; background: var(--canvas); border: 1px solid var(--hairline-soft); border-radius: 5px; padding: 1px 5px; }
.art__code code { background: none; border: 0; padding: 0; }
.art__hr { border: 0; border-top: 1px solid var(--hairline-soft); margin: 28px 0; }
.barticle a { color: var(--ho-orange-ink); text-decoration: underline; text-decoration-color: rgba(244,98,42,.35); text-underline-offset: 3px; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 26px 0 0; }
.tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--body); padding: 5px 10px; border: 1px solid var(--hairline); border-radius: 999px; background: var(--canvas); }
.share { display: flex; align-items: center; gap: 10px; margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--hairline-soft); flex-wrap: wrap; }
.share .label { margin-right: 6px; }
.share a, .share button { font-size: 13px; font-weight: 500; color: var(--ink); padding: 7px 13px; border-radius: 999px; border: 1px solid var(--hairline); background: var(--canvas); text-decoration: none; cursor: pointer; }
.share a:hover, .share button:hover { background: var(--hover); border-color: #C9BEC0; }
.bgrid--3 .bcard:nth-child(3n) { border-right: none; }
@media (max-width: 1080px) { .bgrid { grid-template-columns: 1fr 1fr; } .bgrid .bcard:nth-child(3n) { border-right: 1px solid var(--hairline-soft); } .bgrid .bcard:nth-child(2n) { border-right: none; } .bcard--featured { flex-direction: column; } .bcard--featured .bcard__cover { flex: none; border-right: 0; border-bottom: 1px solid var(--hairline-soft); } .bcard--featured .bcard__body { padding: 28px; } .nl { grid-template-columns: 1fr; } .bpost.guide__grid { grid-template-columns: 1fr; } .bpost .toc { position: static; border-right: none; border-bottom: 1px solid var(--hairline-soft); } .barticle { padding-left: 28px; padding-right: 28px; } }
@media (max-width: 640px) { .bgrid { grid-template-columns: 1fr; } .bgrid .bcard { border-right: none !important; } .bcard--featured .bcard__title { font-size: 24px; } .bfilter__count { display: none; } .barticle { padding-left: 20px; padding-right: 20px; } .bhero__back { position: static; display: inline-block; margin-bottom: 14px; } }
ol.art__list { list-style: decimal; padding-left: 22px; }
ol.art__list li::before { display: none; }
ol.art__list li { padding-left: 4px; }
.bmore [hidden], .nl [hidden] { display: none !important; }
.bcard--featured .bcard__cover { display: flex; align-items: center; background: var(--wash, #140C0E); }
.bcard--featured .bcard__cover .bcover { height: auto; aspect-ratio: 1200 / 630; width: 100%; }
.bcard--featured .bcard__cover .bcover--img { height: 100%; aspect-ratio: auto; object-fit: cover; }
