:root{--xryyv-brand:#f7a855;--xryyv-accent:#b362ea;--xryyv-brand-ink:#926332;--xryyv-on-brand:#1a1a1a;--xryyv-on-banner:#1a1a1a;--xryyv-font:ui-monospace,'SFMono-Regular',Menlo,Consolas,monospace;--xryyv-radius:10px;--xryyv-ink:#16202b;--xryyv-muted:#51606e;--xryyv-bg:#fbfdff;--xryyv-surface:#eef3f8}
*{box-sizing:border-box}
body{margin:0;font-family:var(--xryyv-font);color:var(--xryyv-ink);background:var(--xryyv-bg);line-height:1.6}
/* R77 (PR-6): a hairline between two adjacent sections that share --xryyv-bg, so a
   seeded arrangement that places two bg-colored sections in a row doesn't read as
   one merged block (the section-shuffle "visual stickiness" fix). Sections with
   their own surface/brand background paint over it. */
section+section{border-top:1px solid color-mix(in srgb,var(--xryyv-ink) 6%,transparent)}
.xryyv-hero,.xryyv-stats,.xryyv-proc,.xryyv-faq,.xryyv-posts,.xryyv-cta,.xryyv-feat--cards{border-top:0}
.xryyv-btn{display:inline-block;padding:.7rem 1.4rem;border-radius:var(--xryyv-radius);background:var(--xryyv-brand);color:var(--xryyv-on-brand);font-weight:700;text-decoration:none}
/* R77 (PR-7) a11y: skip link (hidden until focused) + visible focus ring. */
.xryyv-skip{position:absolute;left:-9999px;top:0;z-index:100;padding:.6rem 1rem;background:var(--xryyv-brand);color:var(--xryyv-on-brand);border-radius:0 0 var(--xryyv-radius) 0;text-decoration:none}
.xryyv-skip:focus{left:0}
a:focus-visible,button:focus-visible,summary:focus-visible,details:focus-visible{outline:3px solid var(--xryyv-brand);outline-offset:2px;border-radius:2px}
@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}

/* Header/nav (homepage + article pages, R75) */
.xryyv-head{border-bottom:1px solid var(--xryyv-surface);background:var(--xryyv-bg)}
.xryyv-head__inner{max-width:64rem;margin:0 auto;padding:1rem 1.5rem;display:flex;gap:1.5rem;align-items:center;justify-content:space-between}
.xryyv-head__brand{font-weight:800;color:var(--xryyv-brand-ink);text-decoration:none;font-size:1.1rem}
.xryyv-head__nav{display:flex;gap:.6rem}
/* R77 (PR-7): padded nav links → ≥44px touch targets on mobile. */
.xryyv-head__nav a{color:var(--xryyv-ink);text-decoration:none;font-size:.95rem;padding:.55rem .5rem;display:inline-flex;align-items:center;min-height:44px}
.xryyv-feat__h{text-align:center;font-size:1.6rem;margin:0 0 1.8rem;color:var(--xryyv-ink);text-wrap:balance;grid-column:1/-1}

/* Hero */
.xryyv-hero{padding:4rem 1.5rem;background:var(--xryyv-surface)}
.xryyv-hero__inner{max-width:60rem;margin:0 auto}
.xryyv-hero__kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:700;color:var(--xryyv-brand-ink);margin:0 0 .6rem}
.xryyv-hero__heading{font-size:clamp(1.8rem,4vw,3rem);line-height:1.15;margin:0 0 1rem;color:var(--xryyv-ink)}
.xryyv-hero__sub{font-size:1.1rem;color:var(--xryyv-muted);margin:0 0 1.6rem;max-width:40rem}
.xryyv-hero--centered{text-align:center}
.xryyv-hero--centered .xryyv-hero__sub{margin-left:auto;margin-right:auto}
.xryyv-hero--split .xryyv-hero__media{display:none}
@media(min-width:820px){.xryyv-hero--split{max-width:68rem;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}.xryyv-hero--split .xryyv-hero__media{display:block;min-height:16rem;border-radius:var(--xryyv-radius);background:linear-gradient(135deg,var(--xryyv-brand),var(--xryyv-accent))}}
.xryyv-hero--banner{background:linear-gradient(120deg,var(--xryyv-brand),var(--xryyv-accent));color:var(--xryyv-on-banner)}
.xryyv-hero--banner .xryyv-hero__kicker,.xryyv-hero--banner .xryyv-hero__sub{color:var(--xryyv-on-banner);opacity:.9}
.xryyv-hero--banner .xryyv-hero__heading{color:var(--xryyv-on-banner)}
.xryyv-hero--banner .xryyv-btn{background:var(--xryyv-on-banner);color:var(--xryyv-brand)}
.xryyv-hero--minimal{padding:3.5rem 1.5rem 3rem;background:var(--xryyv-bg)}
.xryyv-hero--minimal .xryyv-hero__inner{border-left:3px solid var(--xryyv-brand);padding-left:1.5rem;max-width:52rem}

/* Features */
.xryyv-feat{padding:3.5rem 1.5rem;background:var(--xryyv-bg)}
.xryyv-feat__inner{max-width:64rem;margin:0 auto}
.xryyv-feat__icon{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:var(--xryyv-radius);background:color-mix(in srgb,var(--xryyv-brand) 14%,transparent);color:var(--xryyv-brand-ink);font-size:1.2rem}
.xryyv-feat__title{margin:.8rem 0 .3rem;font-size:1.15rem;color:var(--xryyv-ink)}
.xryyv-feat__body{margin:0;color:var(--xryyv-muted)}
.xryyv-feat--grid .xryyv-feat__inner{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}
.xryyv-feat--list .xryyv-feat__item{display:grid;grid-template-columns:auto 1fr;gap:.2rem 1rem;padding:1.1rem 0;border-bottom:1px solid var(--xryyv-surface)}
.xryyv-feat--list .xryyv-feat__icon{grid-row:span 2}
.xryyv-feat--list .xryyv-feat__title{margin-top:0}
.xryyv-feat--cards .xryyv-feat__inner{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}
.xryyv-feat--cards .xryyv-feat__item{background:var(--xryyv-surface);border-radius:var(--xryyv-radius);padding:1.6rem;border-top:3px solid var(--xryyv-brand)}
.xryyv-feat--inline .xryyv-feat__inner{display:grid;gap:1.5rem 1.8rem;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}
.xryyv-feat--inline .xryyv-feat__item{display:grid;grid-template-columns:auto 1fr;gap:.15rem .8rem;align-items:start}
.xryyv-feat--inline .xryyv-feat__icon{grid-row:span 2;width:2.2rem;height:2.2rem;font-size:1rem}
.xryyv-feat--inline .xryyv-feat__title{margin:0;font-size:1.05rem}
.xryyv-feat--inline .xryyv-feat__body{grid-column:2}

/* Stats band */
.xryyv-stats{padding:2.5rem 1.5rem;background:var(--xryyv-brand)}
.xryyv-stats__inner{max-width:64rem;margin:0 auto;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));text-align:center}
.xryyv-stats__item{display:flex;flex-direction:column;gap:.25rem}
.xryyv-stats__value{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1;color:var(--xryyv-on-brand)}
.xryyv-stats__label{font-size:.9rem;color:var(--xryyv-on-brand);opacity:.85}
/* R75-E stats variants */
.xryyv-stats--cards{background:var(--xryyv-bg)}
.xryyv-stats--cards .xryyv-stats__item{background:var(--xryyv-brand);border-radius:var(--xryyv-radius);padding:1.4rem 1rem}
.xryyv-stats--inline{background:var(--xryyv-surface)}
.xryyv-stats--inline .xryyv-stats__value{color:var(--xryyv-brand-ink)}
.xryyv-stats--inline .xryyv-stats__label{color:var(--xryyv-muted);opacity:1}

/* Testimonials */
.xryyv-testi{padding:3.5rem 1.5rem;background:var(--xryyv-bg)}
.xryyv-testi__inner{max-width:64rem;margin:0 auto}
.xryyv-testi__title{font-size:1.6rem;margin:0 0 1.6rem;color:var(--xryyv-ink);text-align:center;text-wrap:balance}
.xryyv-testi__grid{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}
.xryyv-testi__item{margin:0;background:var(--xryyv-surface);border-radius:var(--xryyv-radius);padding:1.6rem;display:flex;flex-direction:column;gap:1rem}
.xryyv-testi__quote{margin:0;color:var(--xryyv-ink);line-height:1.6;position:relative;padding-left:1.1rem;border-left:3px solid var(--xryyv-brand)}
.xryyv-testi__who{display:flex;flex-direction:column}
.xryyv-testi__name{font-weight:700;color:var(--xryyv-ink)}
.xryyv-testi__role{font-size:.85rem;color:var(--xryyv-muted)}

/* Gallery */
.xryyv-gallery{padding:3.5rem 1.5rem;background:var(--xryyv-bg)}
.xryyv-gallery__inner{max-width:66rem;margin:0 auto}
.xryyv-gallery__title{font-size:1.6rem;margin:0 0 1.6rem;color:var(--xryyv-ink);text-align:center;text-wrap:balance}
.xryyv-gallery__grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}
.xryyv-gallery__item{position:relative;margin:0;border-radius:var(--xryyv-radius);overflow:hidden;background:var(--xryyv-surface);aspect-ratio:4/3}
.xryyv-gallery__img{width:100%;height:100%;object-fit:cover;display:block}
/* R77 (PR-7): larger credit text on a stronger scrim → legible + AA-ish. */
.xryyv-gallery__credit{position:absolute;left:0;right:0;bottom:0;font-size:.75rem;padding:.35rem .55rem;background:linear-gradient(transparent,rgba(0,0,0,.78));color:#fff;text-align:right}
.xryyv-gallery__credit a{color:#fff;text-decoration:underline}

/* About */
.xryyv-about{padding:3.5rem 1.5rem;background:var(--xryyv-bg)}
.xryyv-about__inner{max-width:64rem;margin:0 auto;display:grid;gap:2rem;grid-template-columns:1fr}
@media(min-width:820px){.xryyv-about__inner:has(.xryyv-about__lead){grid-template-columns:1.5fr 1fr;align-items:start}}
.xryyv-about__title{font-size:1.6rem;margin:0 0 1rem;color:var(--xryyv-ink);text-wrap:balance}
.xryyv-about__body{color:var(--xryyv-muted);line-height:1.75;margin:0}
.xryyv-about__founded{margin:1rem 0 0;font-weight:700;color:var(--xryyv-brand-ink)}
.xryyv-about__lead{display:flex;gap:1rem;background:var(--xryyv-surface);border-radius:var(--xryyv-radius);padding:1.4rem;border-top:3px solid var(--xryyv-brand)}
.xryyv-about__lead-avatar{flex:0 0 auto;width:3rem;height:3rem;border-radius:50%;background:var(--xryyv-brand);color:var(--xryyv-on-brand);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.3rem}
.xryyv-about__lead-name{margin:0;font-weight:700;color:var(--xryyv-ink)}
.xryyv-about__lead-role{margin:.1rem 0 0;font-size:.85rem;color:var(--xryyv-brand-ink)}
.xryyv-about__lead-bio{margin:.5rem 0 0;font-size:.9rem;color:var(--xryyv-muted);line-height:1.6}

/* Process / steps */
.xryyv-proc{padding:3.5rem 1.5rem;background:var(--xryyv-surface)}
.xryyv-proc__inner{max-width:64rem;margin:0 auto}
.xryyv-proc__title-h{font-size:1.6rem;margin:0 0 1.8rem;color:var(--xryyv-ink);text-align:center;text-wrap:balance}
.xryyv-proc__list{list-style:none;margin:0;padding:0;display:grid;gap:1.6rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));counter-reset:none}
.xryyv-proc__item{position:relative;padding:1.4rem 1.4rem 1.4rem 1.4rem;background:var(--xryyv-bg);border-radius:var(--xryyv-radius)}
.xryyv-proc__num{display:block;font-size:1.6rem;font-weight:800;color:color-mix(in srgb,var(--xryyv-brand) 55%,transparent);line-height:1;margin:0 0 .5rem}
.xryyv-proc__title{margin:0 0 .3rem;font-size:1.05rem;color:var(--xryyv-ink)}
.xryyv-proc__desc{margin:0;color:var(--xryyv-muted);font-size:.92rem;line-height:1.6}

/* FAQ */
.xryyv-faq{padding:3.5rem 1.5rem;background:var(--xryyv-surface)}
.xryyv-faq__inner{max-width:48rem;margin:0 auto}
.xryyv-faq__title{font-size:1.6rem;margin:0 0 1.4rem;color:var(--xryyv-ink);text-align:center;text-wrap:balance}
.xryyv-faq__list{display:flex;flex-direction:column;gap:.7rem}
.xryyv-faq__item{background:var(--xryyv-bg);border-radius:var(--xryyv-radius);border:1px solid color-mix(in srgb,var(--xryyv-ink) 8%,transparent);overflow:hidden}
.xryyv-faq__q{cursor:pointer;padding:1rem 1.2rem;font-weight:600;color:var(--xryyv-ink);list-style:none;position:relative;padding-right:2.4rem}
.xryyv-faq__q::-webkit-details-marker{display:none}
.xryyv-faq__q::after{content:"+";position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);color:var(--xryyv-brand-ink);font-size:1.3rem;line-height:1}
.xryyv-faq__item[open] .xryyv-faq__q::after{content:"−"}
.xryyv-faq__a{padding:0 1.2rem 1.1rem;color:var(--xryyv-muted);line-height:1.65}

/* Topics / category hubs (homepage "browse by topic", R77) */
.xryyv-topics{padding:2.5rem 1.5rem;background:var(--xryyv-bg)}
.xryyv-topics__inner{max-width:64rem;margin:0 auto}
.xryyv-topics__heading{font-size:1.3rem;margin:0 0 1rem;color:var(--xryyv-ink)}
.xryyv-topics__list{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}
.xryyv-topics__item{display:inline-flex;padding:.5rem 1rem;background:var(--xryyv-surface);border-radius:var(--xryyv-radius);color:var(--xryyv-brand-ink);text-decoration:none;font-size:.92rem;font-weight:600}
.xryyv-topics__item:hover{background:color-mix(in srgb,var(--xryyv-brand) 12%,var(--xryyv-surface))}

/* Latest posts (homepage strip) */
.xryyv-posts{padding:3.5rem 1.5rem;background:var(--xryyv-surface)}
.xryyv-posts__inner{max-width:64rem;margin:0 auto}
.xryyv-posts__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 0 1.4rem}
.xryyv-posts__heading{font-size:1.5rem;margin:0;color:var(--xryyv-ink)}
.xryyv-posts__more{color:var(--xryyv-brand-ink);text-decoration:none;font-size:.9rem;font-weight:600;white-space:nowrap}
.xryyv-posts__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}
.xryyv-posts__item{display:flex;flex-direction:column;gap:.4rem;padding:1.1rem 1.2rem;background:var(--xryyv-bg);border-radius:var(--xryyv-radius);border-left:3px solid var(--xryyv-brand);text-decoration:none}
.xryyv-posts__title{color:var(--xryyv-ink);font-weight:600;line-height:1.35}
.xryyv-posts__date{color:var(--xryyv-muted);font-size:.8rem}

/* CTA (variants) + footer */
.xryyv-cta{padding:3.5rem 1.5rem;background:var(--xryyv-surface)}
.xryyv-cta__inner{max-width:40rem;margin:0 auto}
.xryyv-cta__copy{margin:0 0 1.4rem}
.xryyv-cta__title{font-size:1.6rem;margin:0 0 .5rem;color:var(--xryyv-ink)}
.xryyv-cta__sub{color:var(--xryyv-muted);margin:0}
.xryyv-cta--centered{text-align:center}
.xryyv-cta--banner{background:linear-gradient(120deg,var(--xryyv-brand),var(--xryyv-accent));text-align:center}
.xryyv-cta--banner .xryyv-cta__title{color:var(--xryyv-on-banner)}
.xryyv-cta--banner .xryyv-cta__sub{color:var(--xryyv-on-banner);opacity:.9}
.xryyv-cta--banner .xryyv-btn{background:var(--xryyv-on-banner);color:var(--xryyv-brand)}
.xryyv-cta--split .xryyv-cta__inner{max-width:52rem}
@media(min-width:680px){.xryyv-cta--split .xryyv-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;text-align:left}.xryyv-cta--split .xryyv-cta__copy{margin:0}.xryyv-cta--split .xryyv-btn{flex:0 0 auto}}
.xryyv-foot{padding:2rem 1.5rem;background:var(--xryyv-ink);color:rgba(255,255,255,.8)}
.xryyv-foot__inner{max-width:64rem;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.xryyv-foot__brand{font-weight:700;color:#fff}
.xryyv-foot__nav{display:flex;gap:1.2rem;flex-wrap:wrap}
.xryyv-foot__nav a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.9rem;padding:.4rem 0;display:inline-flex;align-items:center;min-height:40px}
.xryyv-foot__copy{font-size:.8rem;color:rgba(255,255,255,.55)}
.xryyv-foot__icp{font-size:.78rem;color:rgba(255,255,255,.5);flex-basis:100%;text-align:center}
.xryyv-foot__icp a{color:rgba(255,255,255,.5);text-decoration:none}
/* R75-E footer variants */
.xryyv-foot--stacked .xryyv-foot__inner{flex-direction:column;text-align:center;gap:.7rem}
.xryyv-foot--columns .xryyv-foot__inner{align-items:flex-start}
.xryyv-foot--columns .xryyv-foot__nav{flex-direction:column;gap:.5rem}
/* (Header/nav rules now live in V2_STYLES — shared by homepage + article pages.) */

/* Article */
.xryyv-art{max-width:44rem;margin:0 auto;padding:2.5rem 1.5rem}
.xryyv-art__title{font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.2;margin:0 0 .6rem;color:var(--xryyv-ink);text-wrap:balance}
.xryyv-art__meta{color:var(--xryyv-muted);font-size:.9rem;margin:0 0 2rem}
.xryyv-art__body{color:var(--xryyv-ink);font-size:1.05rem}
.xryyv-art__body p{margin:0 0 1.1rem}
.xryyv-art__body h2{font-size:1.4rem;margin:2rem 0 .8rem;color:var(--xryyv-ink)}
.xryyv-art__body h3{font-size:1.15rem;margin:1.6rem 0 .6rem;color:var(--xryyv-ink)}
.xryyv-art__body img{max-width:100%;height:auto;border-radius:var(--xryyv-radius)}
.xryyv-art__body a{color:var(--xryyv-brand-ink)}
/* R77 (PR-7): wide AI-generated tables / code blocks scroll inside their own box
   instead of blowing out the page width on mobile. */
.xryyv-art__body table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}
.xryyv-art__body pre{overflow-x:auto;max-width:100%}
.xryyv-art__body ul,.xryyv-art__body ol{padding-left:1.4rem;margin:0 0 1.1rem}
.xryyv-art__body blockquote{margin:1.2rem 0;padding:.4rem 1rem;border-left:3px solid var(--xryyv-brand);color:var(--xryyv-muted)}
/* AI interpretation card (R75) — token-styled, sits at the top of the body */
.xryyv-art__interpret{margin:0 0 1.6rem;padding:1rem 1.2rem;background:color-mix(in srgb,var(--xryyv-brand) 7%,var(--xryyv-surface));border-left:3px solid var(--xryyv-brand);border-radius:var(--xryyv-radius)}
.xryyv-art__interpret-label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.04em;color:var(--xryyv-brand-ink);margin:0 0 .4rem}
.xryyv-art__interpret-body{margin:0;color:var(--xryyv-ink);line-height:1.65}

/* Trust pages (about/contact/privacy, R75-F) */
.xryyv-trust p{margin:0 0 1.1rem}
.xryyv-trust__founded{font-weight:700;color:var(--xryyv-brand-ink)}
.xryyv-contact{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.7rem}
.xryyv-contact li{display:flex;gap:1rem;align-items:baseline;padding:.6rem 0;border-bottom:1px solid var(--xryyv-surface)}
.xryyv-contact strong{flex:0 0 6rem;color:var(--xryyv-muted);font-weight:600}

/* Article prev/next nav + related strip */
.xryyv-artnav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2.5rem 0 0;padding-top:1.4rem;border-top:1px solid var(--xryyv-surface)}
.xryyv-artnav a{display:flex;flex-direction:column;gap:.2rem;text-decoration:none;padding:.9rem 1rem;background:var(--xryyv-surface);border-radius:var(--xryyv-radius)}
.xryyv-artnav__next{text-align:right}
.xryyv-artnav__lbl{font-size:.78rem;color:var(--xryyv-brand-ink);font-weight:700}
.xryyv-artnav__t{font-size:.95rem;color:var(--xryyv-ink);line-height:1.35}
.xryyv-artrel{max-width:44rem;margin:0 auto;padding:2rem 1.5rem 0}
.xryyv-artrel__title{font-size:1.2rem;margin:0 0 .9rem;color:var(--xryyv-ink)}
.xryyv-artrel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}
.xryyv-artrel__list li{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;padding:.6rem 0;border-bottom:1px solid var(--xryyv-surface)}
.xryyv-artrel__list a{color:var(--xryyv-ink);text-decoration:none;font-weight:500}
.xryyv-artrel__list a:hover{color:var(--xryyv-brand-ink)}
.xryyv-artrel__date{color:var(--xryyv-muted);font-size:.8rem;white-space:nowrap}

/* Article index */
.xryyv-list{max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem}
.xryyv-list__title{font-size:1.8rem;margin:0 0 1.6rem;color:var(--xryyv-ink)}
.xryyv-list ul{list-style:none;margin:0;padding:0}
.xryyv-list__item{padding:1.2rem 0;border-bottom:1px solid var(--xryyv-surface)}
.xryyv-list__item a{font-size:1.2rem;color:var(--xryyv-ink);text-decoration:none;font-weight:600}
.xryyv-list__item a:hover{color:var(--xryyv-brand-ink)}
.xryyv-list__meta{color:var(--xryyv-muted);font-size:.85rem;margin:.3rem 0 0}
.xryyv-list__excerpt{color:var(--xryyv-muted);margin:.4rem 0 0}
/* Pagination (R75) */
.xryyv-pager{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0 0;padding-top:1.4rem;border-top:1px solid var(--xryyv-surface)}
.xryyv-pager a{color:var(--xryyv-brand-ink);text-decoration:none;font-weight:600}
.xryyv-pager__pos{color:var(--xryyv-muted);font-size:.9rem}
/* Breadcrumb (R77 category hub) */
.xryyv-crumb{font-size:.85rem;color:var(--xryyv-muted);margin:0 0 1rem}
.xryyv-crumb a{color:var(--xryyv-brand-ink);text-decoration:none}
.xryyv-crumb a:hover{text-decoration:underline}