/* ============================================================
   Hills Run Club — v6 site layer.
   Loads after the design system's bundle (v6.css) and dresses everything the
   composer emits for the inner pages, the footer, WooCommerce and Ultimate
   Member. Every value reads a token. The header is not touched here.
   ============================================================ */

/* --- 0. Coded-page ground ------------------------------------ */
body.hrc-coded:not(.hrc-coded-home) { font: 400 16px/1.56 var(--font-sans); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
body.hrc-coded:not(.hrc-coded-home) .hrc-main { display: block; }
body.hrc-coded:not(.hrc-coded-home) .hrc-main > * { min-width: 0; }
/* The base reset carries no weight: :where() makes it (0,0,0), so a component
   rule of any specificity sets its own margins and the reset only fills in for
   elements nobody styled. Before this it was (0,4,1) and silently beat every
   component rule written as body.hrc-coded .component (0,2,1). */
:where(body:not(.hrc-coded-home)).hrc-coded :where(.v6-page-sec :is(p, h1, h2, h3, h4)) { margin: 0; }
/* Specificity (0,1,0): exactly one class, so it outranks the legacy sheet's
   .hrc-coded :where(p) by order and nothing else. Every component rule in this
   file or after it wins by order or by weight. */
body.hrc-coded:not(.hrc-coded-home) .v6-page-sec ul, body.hrc-coded:not(.hrc-coded-home) .v6-page-sec ol { margin: 0; padding: 0; }
body.hrc-coded:not(.hrc-coded-home) .foot-wordmark { display: none !important; }
body.hrc-coded:not(.hrc-coded-home) ::selection { background: var(--orange); color: #fff; }
body.hrc-coded:not(.hrc-coded-home) :focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: var(--radius-chip); }

/* --- 1. The inner-page hero ---------------------------------- */
/* The live site opens every inner page with its title centred over a
   photograph. Kept, in the system's scrim and type. */
:where(body:not(.hrc-coded-home)) .v6-page-hero { position: relative; display: flex; align-items: center; justify-content: center; min-height: 560px; padding: 160px var(--margin) 72px; background: var(--ink); color: var(--paper); overflow: hidden; text-align: center;
  --on-surface: var(--paper); --on-surface-2: rgba(255,255,255,.78); --rule: rgba(255,255,255,.28); --accent: var(--orange); --accent-tint: rgba(252,75,31,.16); }
:where(body:not(.hrc-coded-home)) .v6-page-hero__media { position: absolute; inset: 0; z-index: 0; }
:where(body:not(.hrc-coded-home)) .v6-page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: opacity 900ms linear; }
:where(body:not(.hrc-coded-home)) .v6-page-hero__media img.is-out { opacity: 0; }
:where(body:not(.hrc-coded-home)) .v6-page-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(11,11,12,.66) 0%, rgba(11,11,12,.34) 34%, rgba(11,11,12,.44) 66%, rgba(11,11,12,.78) 100%); }
:where(body:not(.hrc-coded-home)) .v6-page-hero__wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 18px; }
:where(body:not(.hrc-coded-home)) .v6-page-hero .v6-display { max-width: 16em; text-wrap: balance; }
:where(body:not(.hrc-coded-home)) .v6-page-hero .v6-lead { max-width: 40em; color: rgba(255,255,255,.82); text-wrap: balance; }
:where(body:not(.hrc-coded-home)) .v6-page-hero__eyebrow { margin: 0 0 -6px; color: var(--orange-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-page-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 14px; }
:where(body:not(.hrc-coded-home)) .v6-page-hero .v6-btn.is-ghost { border-color: rgba(255,255,255,.34); color: #fff; }
:where(body:not(.hrc-coded-home)) .v6-page-hero .v6-btn.is-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); color: #fff; }

/* --- 2. Sections and rhythm ---------------------------------- */
:where(body:not(.hrc-coded-home)) .v6-page-sec { padding: 96px var(--margin); }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-band-ink { padding-block: 100px; }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-band-paper + .v6-page-sec.v6-band-paper { padding-top: 0; }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-band-paper + .v6-page-sec.v6-band-paper > .v6-wrap { border-top: 1px solid var(--rule); padding-top: 88px; }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-sec-band.has-media { position: relative; background: var(--ink) var(--sec-image) center/cover no-repeat; }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-sec-band.has-media::before { content: ""; position: absolute; inset: 0; background: rgba(11,11,12,.72); }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-sec-band.has-media > .v6-wrap { position: relative; }
:where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > * + * { margin-top: 28px; }
:where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-h2 + * { margin-top: 40px; }
:where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-h2 + .v6-prose.is-lead { margin-top: 20px; }
:where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-prose + .v6-prose { margin-top: 0; }
:where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-btn { margin-top: 36px; }
:where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-btn + .v6-btn { margin-top: 36px; margin-left: 12px; }
:where(body:not(.hrc-coded-home)) .v6-page-sec .v6-h2 { max-width: 24em; }
:where(body:not(.hrc-coded-home)) .v6-page-sec .v6-h2.is-title { max-width: 20em; }
:where(body:not(.hrc-coded-home)) .v6-page-sec .v6-h3 { margin-top: 32px; }

/* --- 3. Reading copy ----------------------------------------- */
:where(body:not(.hrc-coded-home)) .v6-prose { max-width: 68ch; color: var(--on-surface-2); font: 400 16px/1.62 var(--font-sans); }
:where(body:not(.hrc-coded-home)) .v6-band-ink .v6-prose { color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-prose p, :where(body:not(.hrc-coded-home)) .v6-prose ul, :where(body:not(.hrc-coded-home)) .v6-prose ol, :where(body:not(.hrc-coded-home)) .v6-prose blockquote, :where(body:not(.hrc-coded-home)) .v6-prose figure { margin: 1em 0 0; }
:where(body:not(.hrc-coded-home)) .v6-prose > :first-child { margin-top: 0; }
:where(body:not(.hrc-coded-home)) .v6-prose strong, :where(body:not(.hrc-coded-home)) .v6-prose b { font-weight: 500; color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-prose a { color: var(--accent); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-prose a:hover { border-bottom-color: var(--accent); }
:where(body:not(.hrc-coded-home)) .v6-prose h2, :where(body:not(.hrc-coded-home)) .v6-prose h3, :where(body:not(.hrc-coded-home)) .v6-prose h4 { color: var(--on-surface); font-weight: 500; letter-spacing: -.015em; line-height: 1.25; margin-top: 1.6em; }
:where(body:not(.hrc-coded-home)) .v6-prose h2 { font-size: 28px; } :where(body:not(.hrc-coded-home)) .v6-prose h3 { font-size: 22px; } :where(body:not(.hrc-coded-home)) .v6-prose h4 { font-size: 18px; }
:where(body:not(.hrc-coded-home)) .v6-prose ul, :where(body:not(.hrc-coded-home)) .v6-prose ol { padding-left: 1.2em; }
:where(body:not(.hrc-coded-home)) .v6-prose li + li { margin-top: .35em; }
:where(body:not(.hrc-coded-home)) .v6-prose img { border-radius: var(--radius-card); max-width: 100%; height: auto; }
:where(body:not(.hrc-coded-home)) .v6-prose.is-lead { font: 400 20px/1.45 var(--font-sans); color: var(--on-surface-2); max-width: 44em; }
:where(body:not(.hrc-coded-home)) .v6-prose.is-sub { font: 500 22px/1.25 var(--font-sans); letter-spacing: -.015em; color: var(--on-surface); max-width: 30em; }
:where(body:not(.hrc-coded-home)) .v6-list { list-style: none; max-width: 68ch; }
:where(body:not(.hrc-coded-home)) .v6-list li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid var(--rule); color: var(--on-surface-2); }
:where(body:not(.hrc-coded-home)) .v6-list li::before { content: ""; position: absolute; left: 0; top: 19px; width: 6px; height: 6px; border-radius: 999px; background: var(--accent); }
:where(body:not(.hrc-coded-home)) .v6-list a { color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-list a:hover { color: var(--accent); }
:where(body:not(.hrc-coded-home)) .v6-empty { color: var(--on-surface-2); max-width: 50ch; }

/* --- 4. Split: copy beside a photograph ---------------------- */
:where(body:not(.hrc-coded-home)) .v6-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
:where(body:not(.hrc-coded-home)) .v6-split.is-flip > .v6-split__copy { order: 2; }
:where(body:not(.hrc-coded-home)) .v6-split__copy > * + * { margin-top: 24px; }
:where(body:not(.hrc-coded-home)) .v6-split__copy > .v6-h2 + * { margin-top: 28px; }
:where(body:not(.hrc-coded-home)) .v6-split__copy .v6-prose { max-width: 56ch; }
:where(body:not(.hrc-coded-home)) .v6-split__media .v6-photo { margin: 0; }
:where(body:not(.hrc-coded-home)) .v6-split__media .v6-photo.is-tall { max-width: 520px; margin-inline: auto; }
:where(body:not(.hrc-coded-home)) .v6-chev { width: 16px; height: 16px; flex: none; }
:where(body:not(.hrc-coded-home)) .v6-page-sec.is-split > .v6-wrap > .v6-split { margin-top: 0; }

/* --- 5. Photographs ------------------------------------------ */
:where(body:not(.hrc-coded-home)) .v6-photo { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--ink-panel); aspect-ratio: 16 / 9; max-height: 620px; }
:where(body:not(.hrc-coded-home)) .v6-photo.is-tall { aspect-ratio: 4 / 5; max-height: 640px; }
:where(body:not(.hrc-coded-home)) .v6-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-card) var(--ease-card); }
:where(body:not(.hrc-coded-home)) .v6-photo > a, :where(body:not(.hrc-coded-home)) .v6-photo__open { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
:where(body:not(.hrc-coded-home)) .v6-photo:hover img { transform: scale(1.025); }
:where(body:not(.hrc-coded-home)) .v6-mark { margin: 0; display: flex; align-items: center; }
:where(body:not(.hrc-coded-home)) .v6-mark img { max-height: 56px; width: auto; }

/* --- 6. Gallery and the lightbox ----------------------------- */
:where(body:not(.hrc-coded-home)) .v6-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
:where(body:not(.hrc-coded-home)) .v6-gallery[data-count="1"] { grid-template-columns: minmax(0, 1fr); }
:where(body:not(.hrc-coded-home)) .v6-gallery[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
:where(body:not(.hrc-coded-home)) .v6-gallery[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
:where(body:not(.hrc-coded-home)) .v6-gallery__item { position: relative; display: block; padding: 0; border: 0; background: var(--ink-panel); border-radius: var(--radius-card); overflow: hidden; aspect-ratio: 4 / 3; cursor: zoom-in; isolation: isolate; }
:where(body:not(.hrc-coded-home)) .v6-gallery[data-count="1"] .v6-gallery__item { aspect-ratio: 16 / 9; }
:where(body:not(.hrc-coded-home)) .v6-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-card) var(--ease-card); }
:where(body:not(.hrc-coded-home)) .v6-gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11,11,12,.42)); opacity: 0; transition: opacity var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-gallery__item:hover img { transform: scale(1.035); }
:where(body:not(.hrc-coded-home)) .v6-gallery__item:hover::after { opacity: 1; }
:where(body:not(.hrc-coded-home)) .v6-gallery__item:focus-visible { outline-offset: 3px; }
/* every gallery section on the page after the first sits on a hairline */
:where(body:not(.hrc-coded-home)) .v6-page-sec + .v6-page-sec > .v6-wrap > .v6-h2:first-child { }

.v6-lb { position: fixed; inset: 0; z-index: var(--z-dialog); display: flex; flex-direction: column; background: rgba(11,11,12,.94); color: #fff; opacity: 0; visibility: hidden; transition: opacity var(--dur-bloom-in) linear, visibility 0s linear var(--dur-bloom-in); }
.v6-lb.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.v6-lb__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; flex: none; }
.v6-lb__count { font: 500 13px/1 var(--font-sans); color: rgba(255,255,255,.72); font-variant-numeric: tabular-nums; }
.v6-lb__tools { display: flex; gap: 8px; }
.v6-lb__btn { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: var(--radius-chip); background: rgba(255,255,255,.10); color: #fff; cursor: pointer; text-decoration: none; transition: background-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
.v6-lb__btn:hover { background: var(--orange); color: #fff; }
.v6-lb__btn svg { width: 18px; height: 18px; }
.v6-lb__btn[disabled] { opacity: .35; pointer-events: none; }
.v6-lb__stage { position: relative; flex: 1 1 auto; min-height: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; touch-action: none; }
.v6-lb__img { max-width: calc(100% - 48px); max-height: calc(100% - 24px); border-radius: var(--radius-card); transform: translate(var(--px, 0px), var(--py, 0px)) scale(var(--zoom, 1)); transform-origin: center; transition: transform var(--dur-glyph) var(--ease-glyph), opacity var(--dur-bloom-in) linear; cursor: zoom-in; user-select: none; -webkit-user-drag: none; }
.v6-lb.is-zoomed .v6-lb__img { cursor: grab; transition: opacity var(--dur-bloom-in) linear; }
.v6-lb.is-dragging .v6-lb__img { cursor: grabbing; }
.v6-lb__img.is-swap { opacity: 0; }
.v6-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); }
.v6-lb__nav.is-prev { left: 20px; } .v6-lb__nav.is-next { right: 20px; }
.v6-lb__nav .v6-lb__btn { width: 48px; height: 48px; }
.v6-lb__cap { flex: none; padding: 14px 20px 20px; text-align: center; font: 400 13px/1.46 var(--font-sans); color: rgba(255,255,255,.72); min-height: 20px; }
html.v6-locked { overflow: hidden; }

/* --- 7. Cards in composed pages ------------------------------ */
:where(body:not(.hrc-coded-home)) .v6-cards.is-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
:where(body:not(.hrc-coded-home)) .v6-card__pad { padding: var(--space-6); }
:where(body:not(.hrc-coded-home)) .v6-card__pad > * + * { margin-top: 12px; }
:where(body:not(.hrc-coded-home)) .v6-card__pad > .v6-card__top { margin-top: 0; }
:where(body:not(.hrc-coded-home)) .v6-card__pad > .v6-series + .v6-card__top { margin-top: 8px; }
:where(body:not(.hrc-coded-home)) .v6-card__pad > .v6-prose { font-size: 15px; line-height: 1.55; max-width: none; }
:where(body:not(.hrc-coded-home)) .v6-card__pad > .v6-quiet, :where(body:not(.hrc-coded-home)) .v6-card__pad > .v6-btn { margin-top: 18px; }
:where(body:not(.hrc-coded-home)) .v6-card__pad .v6-social { margin-top: 16px; }
:where(body:not(.hrc-coded-home)) .v6-card__pad .v6-mark img { max-height: 32px; }
:where(body:not(.hrc-coded-home)) .v6-card__top { padding: 0; }
:where(body:not(.hrc-coded-home)) .v6-card__top .v6-ico { pointer-events: none; }
:where(body:not(.hrc-coded-home)) .v6-card__title { font: 500 22px/1.25 var(--font-sans); letter-spacing: -.015em; color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-card__figure { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--ink-panel); transition: none; }
:where(body:not(.hrc-coded-home)) .v6-card__figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-card) var(--ease-card); }
:where(body:not(.hrc-coded-home)) .v6-card:hover .v6-card__figure { transform: none; }
:where(body:not(.hrc-coded-home)) .v6-card:hover .v6-card__figure img { transform: scale(1.035); }
:where(body:not(.hrc-coded-home)) .v6-event-card__figure { aspect-ratio: 4 / 3; }
:where(body:not(.hrc-coded-home)) .v6-event-card__chip { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; height: 28px; padding: 0 11px; border-radius: var(--radius-action); background: rgba(255,255,255,.94); color: var(--ink); font: 500 13px/1 var(--font-sans); }
:where(body:not(.hrc-coded-home)) .v6-events .v6-card__pad > .v6-small { margin-top: 8px; }
:where(body:not(.hrc-coded-home)) .v6-cards .v6-card__title { margin: 0; }
/* team cards: portrait, centred */
:where(body:not(.hrc-coded-home)) .v6-cards.is-4 .v6-card__figure { aspect-ratio: 1; }

/* --- 8. Rows ------------------------------------------------- */
:where(body:not(.hrc-coded-home)) .v6-row__main { display: block; min-width: 0; }
:where(body:not(.hrc-coded-home)) .v6-row__main .v6-series { display: block; margin-bottom: 4px; }
:where(body:not(.hrc-coded-home)) .v6-row__title { display: block; font: 500 17px/1.3 var(--font-sans); color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-row__act { justify-self: end; align-items: center; }
.v6-row__act .hrc-run-registration { display: flex; flex-direction: column; align-items: stretch; margin: 0; }
.hrc-register-btn, body.hrc-coded .hrc-run-registration button, body.hrc-coded .hrc-run-registration .button { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 18px; border: 1px solid var(--orange); border-radius: var(--radius-action); background: var(--orange); color: #fff; font: 500 14px/1 var(--font-sans); white-space: nowrap; cursor: pointer; text-decoration: none; transition: background-color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
.hrc-register-btn:hover, body.hrc-coded .hrc-run-registration button:hover { background: var(--orange-press); border-color: var(--orange-press); }
.hrc-register-btn.registered { background: transparent; border-color: var(--rule); color: var(--on-surface); }
.hrc-register-btn.registered:hover { background: var(--accent-tint); border-color: var(--accent-tint); color: var(--accent); }
.hrc-register-btn:disabled { cursor: wait; opacity: .58; }
.hrc-register-message, body.hrc-coded .hrc-run-registration p { max-width: 240px; margin: 6px 0 0; color: var(--on-surface-2); font: 400 12px/1.4 var(--font-sans); }
body.hrc-coded .hrc-run-registration a { color: var(--accent); }

/* --- 9. FAQ, tabs, embeds, map, legacy ----------------------- */
:where(body:not(.hrc-coded-home)) .v6-page-sec.is-faq .v6-acc { max-width: 900px; }
:where(body:not(.hrc-coded-home)) .v6-acc__q { padding: 22px 16px; margin: 0 -16px; width: calc(100% + 32px); border: 0; background: transparent; text-align: left; font: 500 18px/1.4 var(--font-sans); color: var(--on-surface); cursor: pointer; border-radius: var(--radius-action); }
:where(body:not(.hrc-coded-home)) .v6-acc__a > * { min-height: 0; overflow: hidden; }
:where(body:not(.hrc-coded-home)) .v6-acc__body { padding: 0; max-width: 68ch; transition: padding var(--dur-panel) var(--ease-nav); }
:where(body:not(.hrc-coded-home)) .v6-acc__item.is-open .v6-acc__body { padding-bottom: 26px; }
:where(body:not(.hrc-coded-home)) .v6-acc__body .v6-prose { font-size: 16px; }
:where(body:not(.hrc-coded-home)) .v6-embed, :where(body:not(.hrc-coded-home)) .v6-video, :where(body:not(.hrc-coded-home)) .v6-map { max-width: 100%; }
:where(body:not(.hrc-coded-home)) .v6-video iframe, :where(body:not(.hrc-coded-home)) .v6-map iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: var(--radius-card); background: var(--ink-panel); }
:where(body:not(.hrc-coded-home)) .v6-map { display: grid; gap: 14px; }
:where(body:not(.hrc-coded-home)) .v6-legacy { max-width: 100%; }
:where(body:not(.hrc-coded-home)) .v6-legacy iframe { max-width: 100%; border: 0; border-radius: var(--radius-card); }
:where(body:not(.hrc-coded-home)) .v6-legacy > * + * { margin-top: 16px; }
:where(body:not(.hrc-coded-home)) .v6-social { display: flex; gap: 18px; list-style: none; }
:where(body:not(.hrc-coded-home)) .v6-social a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: var(--radius-chip); background: var(--accent-tint); color: var(--accent); transition: background-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-social a:hover { background: var(--orange); color: #fff; }
:where(body:not(.hrc-coded-home)) .v6-social svg { width: 18px; height: 18px; }
:where(body:not(.hrc-coded-home)) .v6-group > * + * { margin-top: 20px; }
:where(body:not(.hrc-coded-home)) .v6-quiet.is-sm { font-size: 14px; }

/* --- 10. Footer --------------------------------------------- */
.v6-footer { padding: 0 var(--margin); color: var(--paper); background: var(--ink); }
.v6-footer__rule { height: 1px; background: var(--rule); }
.v6-footer__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); padding: 52px 0 60px; }
.v6-footer__brand { grid-column: 1 / 5; }
.v6-footer__logo img { height: 26px; width: auto; }
.v6-footer__lines { display: grid; gap: 4px; margin: 22px 0 0; font: 400 13px/1.6 var(--font-sans); color: var(--on-surface-2); }
.v6-footer__lines .is-first { color: var(--on-surface); font-weight: 500; }
.v6-footer__lines a { color: var(--on-surface-2); transition: color var(--dur-action) var(--ease-action); }
.v6-footer__lines a:hover { color: var(--accent); }
.v6-footer__col.is-0 { grid-column: 5 / 8; } .v6-footer__col.is-1 { grid-column: 8 / 10; } .v6-footer__col.is-2 { grid-column: 10 / 13; }
.v6-footer__col ul { list-style: none; padding: 0; margin: 0; }
.v6-footer__col a { display: block; font: 400 14.5px/2.05 var(--font-sans); color: var(--on-surface-2); text-decoration: none; transition: color var(--dur-action) var(--ease-action); }
.v6-footer__col a:hover { color: var(--accent); }
.v6-footer__hd { font: 500 13px/1.4 var(--font-sans); color: var(--on-surface); margin: 0 0 12px; }
.v6-footer__legal { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: 26px 0 46px; font: 400 13px/1.46 var(--font-sans); color: var(--on-surface-2); }
.v6-footer__legal p { margin: 0; display: flex; flex-wrap: wrap; gap: 0 10px; align-items: center; }
.v6-footer__legal a { color: var(--on-surface-2); text-decoration: none; transition: color var(--dur-action) var(--ease-action); }
.v6-footer__legal a:hover { color: var(--accent); }
.v6-footer__legal .sep { color: var(--line-ink); }
.v6-footer__social { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.v6-footer__social a { color: var(--on-surface-2); display: inline-flex; transition: color var(--dur-action) var(--ease-action); }
.v6-footer__social a:hover { color: var(--accent); }
.v6-footer__social svg { width: 18px; height: 18px; }

/* --- 11. Forms: Ultimate Member, WooCommerce, embeds ---------- */
body.hrc-coded:not(.hrc-coded-home) .v6-embed input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), body.hrc-coded:not(.hrc-coded-home) .v6-embed select, body.hrc-coded:not(.hrc-coded-home) .v6-embed textarea, body.hrc-coded:not(.hrc-coded-home) .woocommerce input.input-text, body.hrc-coded:not(.hrc-coded-home) .woocommerce select, body.hrc-coded:not(.hrc-coded-home) .woocommerce textarea, body.hrc-coded:not(.hrc-coded-home) .um input[type=text], body.hrc-coded:not(.hrc-coded-home) .um input[type=email], body.hrc-coded:not(.hrc-coded-home) .um input[type=password], body.hrc-coded:not(.hrc-coded-home) .um input[type=tel], body.hrc-coded:not(.hrc-coded-home) .um select, body.hrc-coded:not(.hrc-coded-home) .um textarea {
  height: 48px; padding: 0 16px; border-radius: var(--radius-action) !important; border: 1px solid var(--rule) !important; background: var(--surface) !important; color: var(--on-surface) !important; font: 400 16px/1 var(--font-sans) !important; box-shadow: none !important; width: 100%; max-width: 100%; transition: border-color var(--dur-action) var(--ease-action), box-shadow var(--dur-action) var(--ease-action); }
body.hrc-coded:not(.hrc-coded-home) .v6-embed textarea, body.hrc-coded:not(.hrc-coded-home) .woocommerce textarea, body.hrc-coded:not(.hrc-coded-home) .um textarea { height: auto; min-height: 140px; padding: 14px 16px; line-height: 1.5 !important; }
body.hrc-coded:not(.hrc-coded-home) .v6-embed input:hover, body.hrc-coded:not(.hrc-coded-home) .woocommerce input.input-text:hover, body.hrc-coded:not(.hrc-coded-home) .um input:hover { border-color: var(--on-surface-2) !important; }
body.hrc-coded:not(.hrc-coded-home) .v6-embed input:focus, body.hrc-coded:not(.hrc-coded-home) .v6-embed textarea:focus, body.hrc-coded:not(.hrc-coded-home) .woocommerce input.input-text:focus, body.hrc-coded:not(.hrc-coded-home) .woocommerce textarea:focus, body.hrc-coded:not(.hrc-coded-home) .um input:focus, body.hrc-coded:not(.hrc-coded-home) .um textarea:focus { outline: none !important; border-color: var(--accent) !important; box-shadow: 0 0 0 3px var(--accent-tint) !important; }
body.hrc-coded:not(.hrc-coded-home) .um label, body.hrc-coded:not(.hrc-coded-home) .woocommerce form .form-row label { font: 500 13px/1.46 var(--font-sans); color: var(--on-surface); margin-bottom: 8px; }
body.hrc-coded:not(.hrc-coded-home) .um .um-field-error, body.hrc-coded:not(.hrc-coded-home) .woocommerce .woocommerce-error { color: var(--error); font: 400 13px/1.46 var(--font-sans); }
/* buttons everywhere become the system's action */
body.hrc-coded:not(.hrc-coded-home) .um .um-button, body.hrc-coded:not(.hrc-coded-home) .um button, body.hrc-coded:not(.hrc-coded-home) .um input[type=submit], body.hrc-coded:not(.hrc-coded-home) .woocommerce .button, body.hrc-coded:not(.hrc-coded-home) .woocommerce button.button, body.hrc-coded:not(.hrc-coded-home) .woocommerce input.button, body.hrc-coded:not(.hrc-coded-home) .woocommerce a.button, body.hrc-coded:not(.hrc-coded-home) .wc-block-components-button, body.hrc-coded:not(.hrc-coded-home) .wp-element-button, body.hrc-coded:not(.hrc-coded-home) .v6-embed button[type=submit], body.hrc-coded:not(.hrc-coded-home) .v6-embed input[type=submit] {
  display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 24px; border-radius: var(--radius-action) !important; border: 1px solid var(--orange) !important; background: var(--orange) !important; color: #fff !important; font: 500 16px/1 var(--font-sans) !important; letter-spacing: 0 !important; text-transform: none !important; box-shadow: none !important; cursor: pointer; text-decoration: none !important; transition: background-color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
body.hrc-coded:not(.hrc-coded-home) .um .um-button:hover, body.hrc-coded:not(.hrc-coded-home) .woocommerce .button:hover, body.hrc-coded:not(.hrc-coded-home) .woocommerce a.button:hover, body.hrc-coded:not(.hrc-coded-home) .wc-block-components-button:hover, body.hrc-coded:not(.hrc-coded-home) .wp-element-button:hover, body.hrc-coded:not(.hrc-coded-home) .v6-embed button[type=submit]:hover { background: var(--orange-press) !important; border-color: var(--orange-press) !important; }
body.hrc-coded:not(.hrc-coded-home) .um .um-button.um-alt, body.hrc-coded:not(.hrc-coded-home) .woocommerce .button.alt-ghost, body.hrc-coded:not(.hrc-coded-home) .woocommerce a.button.wc-forward { background: transparent !important; border-color: var(--rule) !important; color: var(--on-surface) !important; }
body.hrc-coded:not(.hrc-coded-home) .um .um-button.um-alt:hover { background: var(--accent-tint) !important; border-color: var(--accent-tint) !important; color: var(--accent) !important; }
body.hrc-coded:not(.hrc-coded-home) .um a, body.hrc-coded:not(.hrc-coded-home) .woocommerce a:not(.button) { color: var(--accent); }
body.hrc-coded:not(.hrc-coded-home) .um .um-form { max-width: 520px; }
body.hrc-coded:not(.hrc-coded-home) .um .um-col-alt, body.hrc-coded:not(.hrc-coded-home) .um .um-field { margin-top: 18px; }
body.hrc-coded:not(.hrc-coded-home) .um .um-field-checkbox-option, body.hrc-coded:not(.hrc-coded-home) .um .um-field-radio-option { color: var(--on-surface-2); }
body.hrc-coded:not(.hrc-coded-home) .um-account .um-account-side li a, body.hrc-coded:not(.hrc-coded-home) .woocommerce-MyAccount-navigation a { border-radius: var(--radius-action); }

/* --- 12. WooCommerce screens --------------------------------- */
body.hrc-coded:not(.hrc-coded-home) .hrc-commerce-page { padding: 72px var(--margin) 100px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce .woocommerce-breadcrumb { font: 400 13px/1.46 var(--font-sans); color: var(--on-surface-2); margin-bottom: 28px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce .woocommerce-breadcrumb a { color: var(--on-surface-2); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .product_title { font: 500 42px/1.1 var(--font-sans); letter-spacing: -.022em; margin: 0 0 12px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product p.price, body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product span.price { font: 400 22px/1.2 var(--font-sans); color: var(--on-surface); letter-spacing: -.01em; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-product-details__short-description { color: var(--on-surface-2); margin: 20px 0 28px; max-width: 52ch; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product div.images, body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product div.images img { border-radius: var(--radius-card); overflow: hidden; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product div.images .flex-control-thumbs { display: flex; gap: 8px; margin-top: 8px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product div.images .flex-control-thumbs li { width: 72px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product div.images .flex-control-thumbs img { border-radius: var(--radius-action); opacity: .55; transition: opacity var(--dur-action) var(--ease-action); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product div.images .flex-control-thumbs img.flex-active, body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product div.images .flex-control-thumbs img:hover { opacity: 1; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product form.cart .variations td, body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product form.cart .variations th { padding: 0 0 12px; border: 0; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product form.cart .variations label { font: 500 13px/1.46 var(--font-sans); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product form.cart .quantity .qty { height: 48px; width: 84px; border-radius: var(--radius-action); border: 1px solid var(--rule); text-align: center; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product form.cart .button { height: 48px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs { border: 0; padding: 0; margin: 48px 0 20px; display: flex; gap: 6px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs::before, body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs::after { display: none; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs li { border: 1px solid var(--rule); border-radius: var(--radius-action); background: transparent; margin: 0; padding: 0; box-shadow: none; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs li::before, body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 0 18px; height: 40px; display: inline-flex; align-items: center; font: 500 14px/1 var(--font-sans); color: var(--on-surface); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--accent-tint); border-color: var(--accent-tint); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--accent); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs .panel { max-width: 68ch; color: var(--on-surface-2); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .woocommerce-tabs .panel h2 { font: 500 22px/1.25 var(--font-sans); letter-spacing: -.015em; color: var(--on-surface); margin: 0 0 12px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce .related > h2, body.hrc-coded:not(.hrc-coded-home) .woocommerce .upsells > h2 { font: 500 42px/1.1 var(--font-sans); letter-spacing: -.022em; margin: 88px 0 40px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gutter); margin: 0; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products::before, body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products::after { display: none; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product { width: auto; margin: 0; padding: 1px; border-radius: var(--radius-card); background: var(--rule); float: none; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product > a, body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product .woocommerce-loop-product__link { display: block; background: var(--surface); border-radius: var(--radius-inner); overflow: hidden; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; margin: 0; border-radius: 0; transition: transform var(--dur-card) var(--ease-card); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product:hover img { transform: scale(1.035); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product .woocommerce-loop-product__title { font: 500 17px/1.3 var(--font-sans); letter-spacing: -.01em; padding: 18px 20px 4px; color: var(--on-surface); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product .price { padding: 0 20px 18px; color: var(--on-surface-2); font: 400 15px/1.3 var(--font-sans); display: block; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product .button { margin: 0 20px 20px; height: 40px; padding: 0 18px; font-size: 14px !important; background: transparent !important; border-color: var(--rule) !important; color: var(--on-surface) !important; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product .button:hover { background: var(--accent-tint) !important; border-color: var(--accent-tint) !important; color: var(--accent) !important; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products li.product .onsale { display: none; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce-result-count, body.hrc-coded:not(.hrc-coded-home) .woocommerce-ordering select { font: 400 14px/1.4 var(--font-sans); color: var(--on-surface-2); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce-ordering select { height: 40px; padding: 0 14px; border: 1px solid var(--rule); border-radius: var(--radius-action); }
/* cart, checkout, account (block + classic) */
body.hrc-coded:not(.hrc-coded-home) .wc-block-components-sidebar-layout, body.hrc-coded:not(.hrc-coded-home) .woocommerce-cart-form { font-family: var(--font-sans); }
body.hrc-coded:not(.hrc-coded-home) .wc-block-components-totals-wrapper, body.hrc-coded:not(.hrc-coded-home) .wc-block-cart__totals-title, body.hrc-coded:not(.hrc-coded-home) .wc-block-components-order-summary { border-color: var(--rule) !important; }
body.hrc-coded:not(.hrc-coded-home) .wc-block-components-product-name, body.hrc-coded:not(.hrc-coded-home) .wc-block-components-checkout-step__title { font-weight: 500 !important; color: var(--on-surface); }
body.hrc-coded:not(.hrc-coded-home) .wc-block-components-text-input input, body.hrc-coded:not(.hrc-coded-home) .wc-block-components-combobox .components-combobox-control__input, body.hrc-coded:not(.hrc-coded-home) .wc-block-components-select select { border-radius: var(--radius-action) !important; border-color: var(--rule) !important; }
body.hrc-coded:not(.hrc-coded-home) .wc-block-components-text-input input:focus { border-color: var(--accent) !important; box-shadow: 0 0 0 3px var(--accent-tint) !important; }
body.hrc-coded:not(.hrc-coded-home) .wc-block-cart-item__image img, body.hrc-coded:not(.hrc-coded-home) .wc-block-components-order-summary-item__image img { border-radius: var(--radius-action); }
body.hrc-coded:not(.hrc-coded-home) .wc-block-components-quantity-selector { border-radius: var(--radius-action); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0 0 32px; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce-MyAccount-navigation li a { display: inline-flex; align-items: center; height: 40px; padding: 0 16px; border: 1px solid var(--rule); border-radius: var(--radius-action); color: var(--on-surface); font: 500 14px/1 var(--font-sans); text-decoration: none; transition: background-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce-MyAccount-navigation li.is-active a, body.hrc-coded:not(.hrc-coded-home) .woocommerce-MyAccount-navigation li a:hover { background: var(--accent-tint); border-color: var(--accent-tint); color: var(--accent); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce table.shop_table { border: 0; border-collapse: collapse; border-radius: 0; }
body.hrc-coded:not(.hrc-coded-home) .woocommerce table.shop_table th, body.hrc-coded:not(.hrc-coded-home) .woocommerce table.shop_table td { border: 0; border-bottom: 1px solid var(--rule); padding: 16px 12px; font-family: var(--font-sans); }
body.hrc-coded:not(.hrc-coded-home) .woocommerce table.shop_table th { font-weight: 500; font-size: 13px; color: var(--on-surface-2); }
/* the Enventor shop cards on the collection pages, in the system's rim */
/* Collection pages: the club's shop cards on ink, paper cards that lift */
body.hrc-coded:not(.hrc-coded-home) .v6-band-ink .v6-embed > .enventor-shop { background: transparent; color: var(--paper); padding: 0; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-inner { max-width: none; margin: 0; padding: 0; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-heading { margin: 0 0 32px; font: 500 42px/1.1 var(--font-sans); letter-spacing: -.02em; color: #fff; max-width: 24em; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card { position: relative; display: flex; flex-direction: column; margin: 0; border: 0; border-radius: var(--radius-card); background: var(--paper); color: var(--ink); overflow: hidden; box-shadow: none; transition: transform var(--dur-card) var(--ease-card), box-shadow var(--dur-card) var(--ease-card); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-media { display: block; aspect-ratio: 1; background: #F4F4F2; padding: 8%; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform var(--dur-card) var(--ease-card); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card:hover .enventor-shop-card-img { transform: scale(1.04); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-category { margin: 0 0 6px; font: 400 13px/1.4 var(--font-sans); color: var(--grey); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-title { margin: 0; font: 500 19px/1.25 var(--font-sans); letter-spacing: -.012em; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-title a { color: var(--ink); text-decoration: none; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-title a:hover { color: var(--orange); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-price { margin: 6px 0 0; font: 400 16px/1.3 var(--font-sans); color: var(--grey); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-form { margin-top: auto; padding-top: 18px; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-size { display: block; margin: 0 0 12px; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-size > span { display: block; margin: 0 0 6px; font: 500 13px/1.4 var(--font-sans); color: var(--ink); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop select { width: 100%; height: 44px; padding: 0 36px 0 12px; border: 1px solid var(--line); border-radius: var(--radius-action); background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%230B0B0C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center; color: var(--ink); font: 400 15px/1 var(--font-sans); appearance: none; -webkit-appearance: none; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop select:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-tint); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-button { height: 44px; padding: 0 14px; border-radius: var(--radius-action); font: 500 14px/1 var(--font-sans); cursor: pointer; transition: background-color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-button-primary { border: 1px solid var(--orange); background: var(--orange); color: #fff; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-button-primary:hover { background: var(--orange-press); border-color: var(--orange-press); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-button-secondary { border: 1px solid var(--line); background: transparent; color: var(--ink); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-button-secondary:hover { background: var(--orange-tint); border-color: var(--orange-tint); color: var(--orange); }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-button:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
body.hrc-coded:not(.hrc-coded-home) .enventor-shop-notice, body.hrc-coded:not(.hrc-coded-home) .enventor-shop-empty { color: var(--grey-on-ink); font: 400 15px/1.5 var(--font-sans); }

/* --- 13. Other page templates (archive, native, article, 404) -- */
:where(body:not(.hrc-coded-home)) .hrc-native-page, :where(body:not(.hrc-coded-home)) .hrc-news-article, :where(body:not(.hrc-coded-home)) .hrc-archive, :where(body:not(.hrc-coded-home)) .hrc-not-found { padding: 88px var(--margin) 100px; }
:where(body:not(.hrc-coded-home)) .hrc-native-head, :where(body:not(.hrc-coded-home)) .hrc-news-head { display: grid; gap: 16px; max-width: 900px; padding-bottom: 40px; border-bottom: 1px solid var(--rule); }
:where(body:not(.hrc-coded-home)) .hrc-native-content, :where(body:not(.hrc-coded-home)) .hrc-article-copy { max-width: 68ch; margin-top: 48px; color: var(--on-surface-2); font: 400 17px/1.65 var(--font-sans); }
:where(body:not(.hrc-coded-home)) .hrc-native-content > :where(h2, :where(body:not(.hrc-coded-home)) h3), :where(body:not(.hrc-coded-home)) .hrc-article-copy > :where(h2, :where(body:not(.hrc-coded-home)) h3) { margin: 2em 0 .6em; font-weight: 500; line-height: 1.2; letter-spacing: -.018em; color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .hrc-native-content > h2, :where(body:not(.hrc-coded-home)) .hrc-article-copy > h2 { font-size: 30px; } :where(body:not(.hrc-coded-home)) .hrc-native-content > h3, :where(body:not(.hrc-coded-home)) .hrc-article-copy > h3 { font-size: 22px; }
:where(body:not(.hrc-coded-home)) .hrc-native-content > :where(p, :where(body:not(.hrc-coded-home)) ul, :where(body:not(.hrc-coded-home)) ol), :where(body:not(.hrc-coded-home)) .hrc-article-copy > :where(p, :where(body:not(.hrc-coded-home)) ul, :where(body:not(.hrc-coded-home)) ol) { margin: 0 0 1.1em; }
:where(body:not(.hrc-coded-home)) .hrc-article-copy a, :where(body:not(.hrc-coded-home)) .hrc-native-content a { color: var(--accent); }
:where(body:not(.hrc-coded-home)) .hrc-article-copy strong { font-weight: 500; color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .hrc-article-copy img, :where(body:not(.hrc-coded-home)) .hrc-native-content img, :where(body:not(.hrc-coded-home)) .hrc-news-hero img { width: 100%; height: auto; border-radius: var(--radius-card); margin: 1.4em 0; }
:where(body:not(.hrc-coded-home)) .hrc-article-copy figure { margin: 1.6em 0; } :where(body:not(.hrc-coded-home)) .hrc-article-copy figcaption { font: 400 13px/1.46 var(--font-sans); color: var(--on-surface-2); margin-top: 8px; }
:where(body:not(.hrc-coded-home)) .hrc-news-hero { margin: 40px 0 0; max-width: 900px; }
:where(body:not(.hrc-coded-home)) .hrc-news-hero img { aspect-ratio: 16 / 9; object-fit: cover; margin: 0; }


/* --- 13b. Bespoke pages ------------------------------------- */
/* Section heads: title left, a short line right, on every composed page */
:where(body:not(.hrc-coded-home)) .v6-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
:where(body:not(.hrc-coded-home)) .v6-sechead .v6-lead { margin: 0 0 6px; max-width: 30em; color: var(--on-surface-2); }
:where(body:not(.hrc-coded-home)) .v6-sechead.is-stack { display: block; }
:where(body:not(.hrc-coded-home)) .v6-sechead.is-stack .v6-lead { margin: 18px 0 0; max-width: 44em; }
:where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-sechead + * { margin-top: 44px; }
:where(body:not(.hrc-coded-home)) .v6-eyebrow { margin: 0 0 16px; font: 500 13px/1.46 var(--font-sans); letter-spacing: .02em; color: var(--on-surface-2); }
:where(body:not(.hrc-coded-home)) .v6-band-ink .v6-eyebrow { color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-split__copy > .v6-eyebrow + .v6-h2 { margin-top: 0; }

/* A statement mid-page: the second photographed title becomes one line on ink */
:where(body:not(.hrc-coded-home)) .v6-statement > .v6-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; }
:where(body:not(.hrc-coded-home)) .v6-statement .v6-h2.is-statement { max-width: 20em; font-size: 42px; text-wrap: balance; }
:where(body:not(.hrc-coded-home)) .v6-statement .v6-eyebrow { margin-bottom: 20px; color: var(--orange-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-statement .v6-lead { max-width: 40em; }
:where(body:not(.hrc-coded-home)) .v6-statement__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-statement.has-media::before { background: rgba(11,11,12,.66); }
:where(body:not(.hrc-coded-home)) .v6-page-sec.v6-statement { padding-block: 140px; }

/* Account pages: one paper card centred on ink */
:where(body:not(.hrc-coded-home)) .v6-auth { position: relative; overflow: hidden; background: var(--surface); color: var(--on-surface); padding: 80px var(--margin) 110px; min-height: calc(100vh - 140px); display: flex; align-items: center; }
:where(body:not(.hrc-coded-home)) .v6-auth .v6-plus__glow { opacity: .55; }
:where(body:not(.hrc-coded-home)) .v6-auth__wrap { position: relative; display: flex; justify-content: center; width: 100%; }
:where(body:not(.hrc-coded-home)) .v6-auth__card { width: min(520px, 100%); padding: 44px 44px 36px; border-radius: var(--radius-card); background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px -30px rgba(0,0,0,.6); }
:where(body:not(.hrc-coded-home)) .v6-auth__mark { display: block; width: 56px; height: 56px; margin: 0 auto 22px; }
:where(body:not(.hrc-coded-home)) .v6-auth__title { margin: 0; font: 500 28px/1.2 var(--font-sans); letter-spacing: -.02em; text-align: center; }
:where(body:not(.hrc-coded-home)) .v6-auth__sub { margin: 12px auto 0; max-width: 34em; text-align: center; color: var(--grey); font: 400 15px/1.55 var(--font-sans); }
:where(body:not(.hrc-coded-home)) .v6-auth__sub a { color: var(--orange); text-decoration: none; }
:where(body:not(.hrc-coded-home)) .v6-auth__sub a:hover { text-decoration: underline; }
:where(body:not(.hrc-coded-home)) .v6-auth__body { margin-top: 30px; }
:where(body:not(.hrc-coded-home)) .v6-auth__actions { display: flex; flex-direction: column; gap: 10px; }
:where(body:not(.hrc-coded-home)) .v6-auth__actions .v6-btn { width: 100%; }
:where(body:not(.hrc-coded-home)) .v6-auth__foot { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font: 400 14px/1.4 var(--font-sans); color: var(--grey); }
:where(body:not(.hrc-coded-home)) .v6-auth__foot a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); transition: border-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-auth__foot a:hover { color: var(--orange); border-color: var(--orange); }
/* the split variant: a photographed panel beside the card */
:where(body:not(.hrc-coded-home)) .v6-auth.is-split .v6-auth__wrap { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 0; max-width: 1096px; border-radius: var(--radius-card); overflow: hidden; box-shadow: 0 30px 80px -30px rgba(0,0,0,.6); }
:where(body:not(.hrc-coded-home)) .v6-auth.is-split .v6-auth__card { width: auto; border-radius: 0; box-shadow: none; padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; }
:where(body:not(.hrc-coded-home)) .v6-auth__panel { position: relative; min-height: 520px; background: var(--ink-panel) var(--sec-image) center/cover no-repeat; display: flex; align-items: flex-end; }
:where(body:not(.hrc-coded-home)) .v6-auth__panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,12,.15) 0%, rgba(11,11,12,.55) 55%, rgba(11,11,12,.88) 100%); }
:where(body:not(.hrc-coded-home)) .v6-auth__panel-in { position: relative; padding: 56px 48px; color: var(--paper); }
:where(body:not(.hrc-coded-home)) .v6-auth__panel-in .v6-h2 { color: #fff; margin-top: 18px; max-width: 12em; }
:where(body:not(.hrc-coded-home)) .v6-auth__panel-in .v6-lead { margin-top: 14px; color: rgba(255,255,255,.82); max-width: 30em; font-size: 17px; }
:where(body:not(.hrc-coded-home)) .v6-plusmark.is-sm { font-size: 44px; line-height: 1; }
/* Ultimate Member inside the card: the system's inputs, one full-width primary */
:where(body:not(.hrc-coded-home)) .v6-auth .um { margin: 0 !important; max-width: none !important; opacity: 1 !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um-form, :where(body:not(.hrc-coded-home)) .v6-auth .um-row, :where(body:not(.hrc-coded-home)) .v6-auth .um-col-alt, :where(body:not(.hrc-coded-home)) .v6-auth .um-field { margin: 0; padding: 0; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field { margin: 0 0 14px !important; padding: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-label, :where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-label label { margin: 0 0 6px !important; font: 500 13px/1.4 var(--font-sans) !important; color: var(--ink) !important; letter-spacing: 0 !important; text-transform: none !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-label label { padding: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um input[type=text], :where(body:not(.hrc-coded-home)) .v6-auth .um input[type=email], :where(body:not(.hrc-coded-home)) .v6-auth .um input[type=password], :where(body:not(.hrc-coded-home)) .v6-auth .um input[type=tel], :where(body:not(.hrc-coded-home)) .v6-auth .um input[type=number], :where(body:not(.hrc-coded-home)) .v6-auth .um select, :where(body:not(.hrc-coded-home)) .v6-auth .um textarea { width: 100% !important; height: 48px !important; padding: 0 14px !important; border: 1px solid var(--line) !important; border-radius: var(--radius-action) !important; background: var(--paper) !important; color: var(--ink) !important; font: 400 15px/1.2 var(--font-sans) !important; box-shadow: none !important; transition: border-color var(--dur-action) var(--ease-action), box-shadow var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-auth .um input:focus, :where(body:not(.hrc-coded-home)) .v6-auth .um select:focus, :where(body:not(.hrc-coded-home)) .v6-auth .um textarea:focus { outline: 0 !important; border-color: var(--orange) !important; box-shadow: 0 0 0 3px var(--orange-tint) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-col-alt { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-button, :where(body:not(.hrc-coded-home)) .v6-auth .um input[type=submit] { width: 100% !important; height: 48px !important; border-radius: var(--radius-action) !important; background: var(--orange) !important; border: 1px solid var(--orange) !important; color: #fff !important; font: 500 15px/1 var(--font-sans) !important; text-transform: none !important; letter-spacing: 0 !important; box-shadow: none !important; transition: background-color var(--dur-action) var(--ease-action) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-button:hover, :where(body:not(.hrc-coded-home)) .v6-auth .um input[type=submit]:hover { background: var(--orange-press) !important; border-color: var(--orange-press) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-button.um-alt { background: transparent !important; border-color: var(--line) !important; color: var(--ink) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-button.um-alt:hover { background: var(--orange-tint) !important; border-color: var(--orange-tint) !important; color: var(--orange) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-checkbox, :where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-checkbox-option { font: 400 14px/1.4 var(--font-sans) !important; color: var(--grey) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-checkbox-option span.um-field-checkbox-state i { color: var(--orange) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-col-alt-b, :where(body:not(.hrc-coded-home)) .v6-auth .um .um-col-alt-b a, :where(body:not(.hrc-coded-home)) .v6-auth .um-notice, :where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-error { font: 400 14px/1.4 var(--font-sans) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-col-alt-b a { color: var(--grey) !important; text-decoration: none; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-col-alt-b a:hover { color: var(--orange) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-error { color: var(--error) !important; margin-top: 6px !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-error .um-field-arrow { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-notice.err { background: var(--error) !important; border-radius: var(--radius-action) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-notice.success { background: var(--success) !important; border-radius: var(--radius-action) !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-area, :where(body:not(.hrc-coded-home)) .v6-auth .um .um-postmessage { text-align: left !important; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-login-form_error, :where(body:not(.hrc-coded-home)) .v6-auth .um .um-misc-with-img { text-align: center; }
:where(body:not(.hrc-coded-home)) .v6-auth .um .um-field-type_password .um-field-area { position: relative; }

/* Contact: copy beside the form on paper */
:where(body:not(.hrc-coded-home)) .v6-contact__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 72px; align-items: start; }
:where(body:not(.hrc-coded-home)) .v6-contact__copy > * + * { margin-top: 26px; }
:where(body:not(.hrc-coded-home)) .v6-contact__ways dt { width: 132px; font-size: 14px; }
:where(body:not(.hrc-coded-home)) .v6-contact__ways dd { font-size: 15px; min-width: 0; overflow-wrap: anywhere; }
:where(body:not(.hrc-coded-home)) .v6-contact__ways > div { min-width: 0; }
:where(body:not(.hrc-coded-home)) .v6-contact__ways a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); transition: border-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-contact__ways a:hover { color: var(--orange); border-color: var(--orange); }
:where(body:not(.hrc-coded-home)) .v6-contact__form { position: relative; padding: 32px 36px 20px; border-radius: var(--radius-card); background: var(--ink); color: var(--paper); box-shadow: 0 30px 70px -30px rgba(11,11,12,.55); }
:where(body:not(.hrc-coded-home)) .v6-contact__form iframe { display: block; width: 100%; border: 0; }

/* The collective of marks (partners) */
:where(body:not(.hrc-coded-home)) .v6-collective__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
:where(body:not(.hrc-coded-home)) .v6-collective__tile { display: flex; align-items: center; justify-content: center; aspect-ratio: 5 / 3; padding: 18px 22px; border-radius: var(--radius-card); background: var(--paper); transition: transform var(--dur-card) var(--ease-card), background-color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-collective__tile:hover { transform: translateY(-3px); background: var(--paper); }
:where(body:not(.hrc-coded-home)) .v6-collective__tile img { width: 100%; height: 100%; max-height: none; object-fit: contain; filter: none; }

/* Partner cards */
:where(body:not(.hrc-coded-home)) .v6-partner { height: 100%; }
:where(body:not(.hrc-coded-home)) .v6-partner__inner { display: flex; flex-direction: column; height: 100%; }
:where(body:not(.hrc-coded-home)) .v6-partner__figure { aspect-ratio: 16 / 10; }
:where(body:not(.hrc-coded-home)) .v6-partner__logo { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; height: 40px; padding: 0 12px; border-radius: var(--radius-chip); background: rgba(255,255,255,.96); box-shadow: 0 6px 20px -8px rgba(0,0,0,.4); }
:where(body:not(.hrc-coded-home)) .v6-partner__logo img { max-height: 24px; max-width: 110px; width: auto; height: auto; object-fit: contain; }
:where(body:not(.hrc-coded-home)) .v6-partner__pad { display: flex; flex-direction: column; flex: 1; }
:where(body:not(.hrc-coded-home)) .v6-partner__pad > .v6-series + .v6-partner__name { margin-top: 8px; }
:where(body:not(.hrc-coded-home)) .v6-partner__event { color: var(--on-surface-2); margin-top: 6px !important; }
:where(body:not(.hrc-coded-home)) .v6-partner__body { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
:where(body:not(.hrc-coded-home)) .v6-partner__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto !important; padding-top: 22px; }
:where(body:not(.hrc-coded-home)) .v6-partner__foot .v6-social { margin: 0; }
:where(body:not(.hrc-coded-home)) .v6-partner__foot .v6-social a { width: 36px; height: 36px; }
:where(body:not(.hrc-coded-home)) .v6-partners-list .v6-partners-grid { margin-top: 24px; }
:where(body:not(.hrc-coded-home)) .v6-partners-list .v6-sechead + .v6-partner.is-featured { margin-top: 44px; }
/* the exclusive partner: photograph left, story right */
:where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
:where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__figure { aspect-ratio: auto; min-height: 420px; height: 100%; }
:where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__pad { padding: 44px; justify-content: center; }
:where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__name { font-size: 32px; }
:where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__body { -webkit-line-clamp: 7; font-size: 16px; }
:where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-series { color: var(--accent); }

/* The newsroom's featured story */
:where(body:not(.hrc-coded-home)) .v6-feature__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
:where(body:not(.hrc-coded-home)) .v6-feature__figure { aspect-ratio: auto; min-height: 400px; height: 100%; }
:where(body:not(.hrc-coded-home)) .v6-feature__pad { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
:where(body:not(.hrc-coded-home)) .v6-feature__title { font-size: 30px; line-height: 1.15; }
:where(body:not(.hrc-coded-home)) .v6-feature__date { color: var(--on-surface-2); }
:where(body:not(.hrc-coded-home)) .v6-feature .v6-quiet { margin-top: 22px; }

/* HRC+ */
:where(body:not(.hrc-coded-home)) .v6-plus-hero { position: relative; overflow: hidden; background: var(--surface); color: var(--on-surface); padding: 150px var(--margin) 96px; }
:where(body:not(.hrc-coded-home)) .v6-plus-hero__wrap { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
:where(body:not(.hrc-coded-home)) .v6-plus-hero .v6-plusmark { color: #fff; }
:where(body:not(.hrc-coded-home)) .v6-plus-hero .v6-display { max-width: 13em; color: #fff; text-wrap: balance; }
:where(body:not(.hrc-coded-home)) .v6-plus-hero .v6-lead { max-width: 34em; color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-plus-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
:where(body:not(.hrc-coded-home)) .v6-plus-hero__note { color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-reelband { padding: 0 0 8px; overflow: hidden; background: var(--surface); }
:where(body:not(.hrc-coded-home)) .v6-marquee { position: relative; overflow: hidden; padding: 4px 0; --w: 300px; --gap: 12px; }
:where(body:not(.hrc-coded-home)) .v6-marquee::before, :where(body:not(.hrc-coded-home)) .v6-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 140px; z-index: 2; pointer-events: none; }
:where(body:not(.hrc-coded-home)) .v6-marquee::before { left: 0; background: linear-gradient(90deg, var(--ink), rgba(11,11,12,0)); }
:where(body:not(.hrc-coded-home)) .v6-marquee::after { right: 0; background: linear-gradient(270deg, var(--ink), rgba(11,11,12,0)); }
:where(body:not(.hrc-coded-home)) .v6-marquee__track { display: flex; gap: var(--gap); width: max-content; animation: v6-marquee calc(var(--n) * 4.2s) linear infinite; }
:where(body:not(.hrc-coded-home)) .v6-marquee.is-reverse .v6-marquee__track { animation-direction: reverse; }
:where(body:not(.hrc-coded-home)) .v6-marquee.is-paused .v6-marquee__track { animation-play-state: paused; }
:where(body:not(.hrc-coded-home)) .v6-marquee__item { flex: none; width: var(--w); aspect-ratio: 3 / 2; padding: 0; border: 0; border-radius: 12px; overflow: hidden; background: var(--ink-panel); cursor: zoom-in; transition: transform var(--dur-card) var(--ease-card); }
:where(body:not(.hrc-coded-home)) .v6-marquee__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-card) var(--ease-card); }
:where(body:not(.hrc-coded-home)) .v6-marquee__item:hover { transform: translateY(-3px); }
:where(body:not(.hrc-coded-home)) .v6-marquee__item:hover img { transform: scale(1.05); }
:where(body:not(.hrc-coded-home)) .v6-marquee__item:focus-visible { outline: 2px solid var(--orange-on-ink); outline-offset: 2px; }
@keyframes v6-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-1 * var(--n) * (var(--w) + var(--gap)))); } }
:where(body:not(.hrc-coded-home)) .v6-perks__grid .v6-card__pad { padding: 28px; }
:where(body:not(.hrc-coded-home)) .v6-perk .v6-tile { margin-bottom: 20px; background: var(--orange-tint); color: var(--orange); }
:where(body:not(.hrc-coded-home)) .v6-perk .v6-card__title { font-size: 20px; }
:where(body:not(.hrc-coded-home)) .v6-perk__list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; font: 400 14px/1.4 var(--font-sans); color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-perk__list li { display: flex; align-items: center; gap: 10px; }
:where(body:not(.hrc-coded-home)) .v6-shot { margin: 0; padding: 10px; border-radius: 20px; background: var(--ink); box-shadow: 0 40px 80px -40px rgba(11,11,12,.6); }
:where(body:not(.hrc-coded-home)) .v6-shot img { display: block; width: 100%; height: auto; border-radius: 12px; }
:where(body:not(.hrc-coded-home)) .v6-plus-cta { position: relative; overflow: hidden; }
:where(body:not(.hrc-coded-home)) .v6-plus-cta__wrap { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; }
:where(body:not(.hrc-coded-home)) .v6-plus-cta .v6-plusmark { color: #fff; }
:where(body:not(.hrc-coded-home)) .v6-plus-cta .v6-h2 { color: #fff; max-width: 16em; }
:where(body:not(.hrc-coded-home)) .v6-plus-cta .v6-lead { max-width: 34em; color: var(--grey-on-ink); }

/* Gallery: the album rail and the grids */
:where(body:not(.hrc-coded-home)) .v6-albumrail { position: sticky; top: 0; z-index: 30; border-top: 1px solid var(--line-ink); border-bottom: 1px solid var(--line-ink); background: rgba(11,11,12,.86); backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px); }
:where(body:not(.hrc-coded-home)) .v6-albumrail__wrap { display: flex; align-items: center; gap: 28px; padding-block: 12px; }
:where(body:not(.hrc-coded-home)) .v6-albumrail__count { margin: 0; flex: none; font: 400 13px/1.4 var(--font-sans); color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-albumrail__count strong { color: #fff; font-weight: 500; }
:where(body:not(.hrc-coded-home)) .v6-albumrail__chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding: 2px; margin: -2px; }
:where(body:not(.hrc-coded-home)) .v6-albumrail__chips::-webkit-scrollbar { display: none; }
:where(body:not(.hrc-coded-home)) .v6-albumrail .v6-chip { flex: none; text-decoration: none; }
:where(body:not(.hrc-coded-home)) .v6-albumrail .v6-chip.is-on { background: var(--paper); color: var(--ink); border-color: var(--paper); }
:where(body:not(.hrc-coded-home)) .v6-album { padding-block: 72px; }
:where(body:not(.hrc-coded-home)) .v6-album + .v6-album { padding-top: 0; }
:where(body:not(.hrc-coded-home)) .v6-album + .v6-album > .v6-wrap { border-top: 1px solid var(--line-ink); padding-top: 64px; }
:where(body:not(.hrc-coded-home)) .v6-album .v6-sechead .v6-h2 { font-size: 30px; }
:where(body:not(.hrc-coded-home)) .v6-album__count { color: var(--grey-on-ink); margin: 0 0 6px; }
:where(body:not(.hrc-coded-home)) .v6-album__more { display: flex; justify-content: center; margin-top: 28px; }
:where(body:not(.hrc-coded-home)) .v6-album__more .v6-chev.is-down { transform: rotate(90deg); }
:where(body:not(.hrc-coded-home)) .v6-gallery__item.is-in { animation: v6-in 520ms var(--ease-card) both; }
@keyframes v6-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
:where(body:not(.hrc-coded-home)) .v6-gallery__item[hidden] { display: none; }


/* AA on paper: small orange type reads in the darker accent the system reserves for it; the homepage keeps its approved values */
body.hrc-coded:not(.hrc-coded-home) .v6-band-paper .v6-series, body.hrc-coded:not(.hrc-coded-home) .v6-band-paper .v6-prose a, body.hrc-coded:not(.hrc-coded-home) .v6-band-paper .v6-quiet, body.hrc-coded:not(.hrc-coded-home) .v6-band-paper .v6-auth__sub a, body.hrc-coded:not(.hrc-coded-home) .v6-auth__card .v6-auth__sub a { color: var(--orange-type-aa, #BD3A0E); }
body.hrc-coded:not(.hrc-coded-home) .v6-band-paper .v6-prose a:hover { border-bottom-color: var(--orange-type-aa, #BD3A0E); }
.v6-footer__legal .sep { color: var(--grey-mark); }

/* --- 14. Responsive ------------------------------------------ */
@media (max-width: 1180px) {
  :where(body:not(.hrc-coded-home)) .v6-page-hero { min-height: 480px; padding: 140px var(--margin) 60px; }
  :where(body:not(.hrc-coded-home)) .v6-split { gap: 44px; }
  :where(body:not(.hrc-coded-home)) .v6-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  :where(body:not(.hrc-coded-home)) .v6-cards.is-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v6-footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v6-footer__grid > * { grid-column: auto !important; }
  .v6-footer__brand { grid-column: 1 / -1 !important; margin-bottom: 8px; }
  :where(body:not(.hrc-coded-home)) .v6-collective__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  :where(body:not(.hrc-coded-home)) .v6-contact__grid { gap: 44px; }
  :where(body:not(.hrc-coded-home)) .v6-statement .v6-h2.is-statement { font-size: 34px; }
}
@media (max-width: 860px) {
  :where(body:not(.hrc-coded-home)) .v6-page-sec { padding: 72px var(--margin); }
  :where(body:not(.hrc-coded-home)) .v6-page-sec.v6-band-paper + .v6-page-sec.v6-band-paper > .v6-wrap { padding-top: 64px; }
  :where(body:not(.hrc-coded-home)) .v6-split { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  :where(body:not(.hrc-coded-home)) .v6-split.is-flip > .v6-split__copy { order: 0; }
  :where(body:not(.hrc-coded-home)) .v6-photo.is-tall { aspect-ratio: 4 / 3; }
  :where(body:not(.hrc-coded-home)) .v6-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  :where(body:not(.hrc-coded-home)) .v6-cards.is-4, :where(body:not(.hrc-coded-home)) .v6-cards.is-3, :where(body:not(.hrc-coded-home)) .v6-cards.is-2 { grid-template-columns: minmax(0, 1fr); }
  :where(body:not(.hrc-coded-home)) .v6-row { grid-template-columns: minmax(0, 1fr); }
  :where(body:not(.hrc-coded-home)) .v6-row__act { justify-self: start; }
  body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v6-lb__nav.is-prev { left: 8px; } .v6-lb__nav.is-next { right: 8px; }
  :where(body:not(.hrc-coded-home)) .v6-auth { padding: 48px var(--margin) 72px; min-height: 0; }
  :where(body:not(.hrc-coded-home)) .v6-auth.is-split .v6-auth__wrap { grid-template-columns: minmax(0, 1fr); }
  :where(body:not(.hrc-coded-home)) .v6-auth__panel { min-height: 300px; }
  :where(body:not(.hrc-coded-home)) .v6-auth__panel-in { padding: 36px 28px; }
  :where(body:not(.hrc-coded-home)) .v6-auth.is-split .v6-auth__card { padding: 40px 28px; }
  :where(body:not(.hrc-coded-home)) .v6-contact__grid { grid-template-columns: minmax(0, 1fr); }
  :where(body:not(.hrc-coded-home)) .v6-contact__form { padding: 20px 20px 8px; }
  :where(body:not(.hrc-coded-home)) .v6-collective__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  body.hrc-coded:not(.hrc-coded-home) .enventor-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  body.hrc-coded:not(.hrc-coded-home) .enventor-shop-heading { font-size: 30px; }
  :where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__inner, :where(body:not(.hrc-coded-home)) .v6-feature__inner { grid-template-columns: minmax(0, 1fr); }
  :where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__figure, :where(body:not(.hrc-coded-home)) .v6-feature__figure { aspect-ratio: 16 / 10; min-height: 0; height: auto; }
  :where(body:not(.hrc-coded-home)) .v6-partner.is-featured .v6-partner__pad, :where(body:not(.hrc-coded-home)) .v6-feature__pad { padding: 28px; }
  :where(body:not(.hrc-coded-home)) .v6-plus-hero { padding: 120px var(--margin) 72px; }
  :where(body:not(.hrc-coded-home)) .v6-marquee { --w: 220px; }
  :where(body:not(.hrc-coded-home)) .v6-albumrail__count { display: none; }
  :where(body:not(.hrc-coded-home)) .v6-sechead { align-items: flex-start; flex-direction: column; gap: 10px; }
  :where(body:not(.hrc-coded-home)) .v6-page-sec.v6-statement { padding-block: 96px; }
}
@media (max-width: 720px) {
  :where(body:not(.hrc-coded-home)) .v6-page-hero { min-height: 420px; padding: 120px var(--margin) 48px; }
  :where(body:not(.hrc-coded-home)) .v6-page-hero__actions { width: 100%; } :where(body:not(.hrc-coded-home)) .v6-page-hero__actions .v6-btn { flex: 1 1 auto; }
  :where(body:not(.hrc-coded-home)) .v6-page-sec { padding: 56px var(--margin); }
  .v6-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .v6-footer__legal { flex-direction: column; align-items: flex-start; }
  :where(body:not(.hrc-coded-home)) .v6-acc__q { font-size: 16px; padding: 18px 12px; margin: 0 -12px; width: calc(100% + 24px); }
  :where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-btn { width: 100%; } :where(body:not(.hrc-coded-home)) .v6-page-sec > .v6-wrap > .v6-btn + .v6-btn { margin-left: 0; margin-top: 12px; }
  body.hrc-coded:not(.hrc-coded-home) .woocommerce ul.products { grid-template-columns: minmax(0, 1fr); }
  body.hrc-coded:not(.hrc-coded-home) .woocommerce div.product .product_title { font-size: 30px; }
  :where(body:not(.hrc-coded-home)) .v6-auth__card { padding: 32px 22px 28px; }
  :where(body:not(.hrc-coded-home)) .v6-collective__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.hrc-coded:not(.hrc-coded-home) .enventor-shop-grid { grid-template-columns: minmax(0, 1fr); }
  :where(body:not(.hrc-coded-home)) .v6-contact__ways dt { width: 96px; } :where(body:not(.hrc-coded-home)) .v6-contact__ways dd { min-width: 0; overflow-wrap: anywhere; }
  :where(body:not(.hrc-coded-home)) .v6-plus-hero__actions .v6-btn, :where(body:not(.hrc-coded-home)) .v6-plus-cta .v6-btn { width: 100%; }
  :where(body:not(.hrc-coded-home)) .v6-statement .v6-h2.is-statement { font-size: 28px; }
  :where(body:not(.hrc-coded-home)) .v6-feature__title { font-size: 24px; }
}
@media (max-width: 480px) {
  .v6-footer__grid { grid-template-columns: minmax(0, 1fr); }
  .v6-footer__legal { padding-bottom: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  :where(body:not(.hrc-coded-home)) .v6-photo img, :where(body:not(.hrc-coded-home)) .v6-gallery__item img, .v6-lb__img, :where(body:not(.hrc-coded-home)) .v6-page-hero__media img { transition: none !important; }
  :where(body:not(.hrc-coded-home)) .v6-photo:hover img, :where(body:not(.hrc-coded-home)) .v6-gallery__item:hover img { transform: none; }
  :where(body:not(.hrc-coded-home)) .v6-marquee__track { animation: none; }
  :where(body:not(.hrc-coded-home)) .v6-gallery__item.is-in { animation: none; }
}

/* ==========================================================================
   15  Member area: tabs, member offers, the HRC+ navigation, the dashboard,
       the account and profile forms, the registration rows
   ========================================================================== */

/* Tabs: an underline bar, one panel at a time */
:where(body:not(.hrc-coded-home)) .v6-tabs { display: block; }
:where(body:not(.hrc-coded-home)) .v6-tabs__bar { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; border-bottom: 1px solid var(--rule); }
:where(body:not(.hrc-coded-home)) .v6-tabs__bar::-webkit-scrollbar { display: none; }
:where(body:not(.hrc-coded-home)) .v6-tabs__tab { position: relative; flex: none; appearance: none; background: none; border: 0; margin: 0 28px 0 0; padding: 4px 2px 16px; font: 500 15px/1.2 var(--font-sans); letter-spacing: -.005em; color: var(--on-surface-2); cursor: pointer; white-space: nowrap; transition: color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-tabs__tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left center; transition: transform var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-tabs__tab:hover { color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-tabs__tab[aria-selected="true"] { color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-tabs__tab[aria-selected="true"]::after { transform: scaleX(1); }
:where(body:not(.hrc-coded-home)) .v6-tabs__tab:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
:where(body:not(.hrc-coded-home)) .v6-tabs__panel { padding-top: var(--stack-block, 24px); }
:where(body:not(.hrc-coded-home)) .v6-tabs__panel[hidden] { display: none; }
:where(body:not(.hrc-coded-home)) .v6-tabs__panel > * + * { margin-top: 28px; }
:where(body:not(.hrc-coded-home)) .v6-tabs__panel > .v6-h2 + * { margin-top: 24px; }
:where(body:not(.hrc-coded-home)) .v6-tabs__panel > .v6-h2 + .v6-prose.is-lead { margin-top: 16px; }
:where(body:not(.hrc-coded-home)) .v6-tabs__panel > .v6-prose + .v6-cards, :where(body:not(.hrc-coded-home)) .v6-tabs__panel > .v6-prose + .v6-rows, :where(body:not(.hrc-coded-home)) .v6-tabs__panel > .v6-prose + .v6-embed { margin-top: 36px; }
:where(body:not(.hrc-coded-home)) .v6-tabs__panel.is-in { animation: v6-fade .38s var(--ease-nav) both; }
@keyframes v6-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Quiet label: the second and later short labels in a card */
:where(body:not(.hrc-coded-home)) .v6-label { margin: 0; font: 500 12px/1.4 var(--font-sans); letter-spacing: .06em; text-transform: uppercase; color: var(--on-surface-2); }

/* Long archives: twelve first, the rest revealed in place */
.v6-cards__more:not([hidden]) { display: contents; }
.v6-cards__more.is-in > .v6-card { animation: v6-fade .5s var(--ease-nav) both; }
.v6-more { margin: 40px 0 0; text-align: center; }
.v6-tabs__panel > .v6-more { margin-top: 40px; }

/* Member offers */
:where(body:not(.hrc-coded-home)) .v6-perk-card { height: 100%; }
:where(body:not(.hrc-coded-home)) .v6-perk-card__figure { aspect-ratio: 16 / 10; }
:where(body:not(.hrc-coded-home)) .v6-perk-card__pad > .v6-prose { font-size: 15px; }
:where(body:not(.hrc-coded-home)) .v6-perk-card__dl { margin-top: 16px; font-size: 14px; }
:where(body:not(.hrc-coded-home)) .v6-perk-card__dl > div { padding: 9px 0; }
:where(body:not(.hrc-coded-home)) .v6-perk-card__dl dt { width: 64px; }
:where(body:not(.hrc-coded-home)) .v6-perk-card__dl dd { color: var(--on-surface); }
:where(body:not(.hrc-coded-home)) .v6-perk-card__act { display: flex; align-items: center; justify-content: space-between; gap: 12px 16px; flex-wrap: wrap; margin-top: 18px; }
:where(body:not(.hrc-coded-home)) .v6-code { display: inline-flex; align-items: stretch; border: 1px solid var(--rule); border-radius: var(--radius-action); overflow: hidden; background: var(--paper); }
:where(body:not(.hrc-coded-home)) .v6-code code { display: inline-flex; align-items: center; height: 38px; padding: 0 12px; font: 500 13px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .05em; color: var(--ink); background: var(--paper-hover); }
:where(body:not(.hrc-coded-home)) .v6-code__copy { appearance: none; border: 0; border-left: 1px solid var(--rule); background: transparent; height: 38px; padding: 0 12px; font: 500 13px/1 var(--font-sans); color: var(--ink); cursor: pointer; transition: background-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-code__copy:hover { background: var(--orange-tint); color: var(--orange-type-aa, #BD3A0E); }
:where(body:not(.hrc-coded-home)) .v6-code__copy.is-copied { color: var(--success, #1E7F4F); }
:where(body:not(.hrc-coded-home)) .v6-code__copy:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }

/* HRC+ navigation under the site header */
.v6-membernav { background: var(--paper); border-bottom: 1px solid var(--line); }
.v6-membernav__wrap { display: flex; align-items: center; gap: 28px; min-height: 56px; }
.v6-membernav__brand { display: inline-flex; align-items: baseline; gap: 10px; flex: none; text-decoration: none; color: var(--ink); }
:where(body:not(.hrc-coded-home)) .v6-plusmark.is-xs { font-size: 22px; line-height: 1; color: var(--ink); }
.v6-membernav__who { font: 400 13px/1 var(--font-sans); color: var(--grey); }
.v6-membernav__scroll { flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.v6-membernav__scroll::-webkit-scrollbar { display: none; }
.v6-membernav__list { display: flex; gap: 2px; margin: 0; padding: 0; list-style: none; }
.v6-membernav__link { position: relative; display: block; padding: 20px 12px 19px; font: 500 14px/1 var(--font-sans); color: var(--grey); text-decoration: none; white-space: nowrap; transition: color var(--dur-action) var(--ease-action); }
.v6-membernav__link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left center; transition: transform var(--dur-action) var(--ease-action); }
.v6-membernav__link:hover { color: var(--ink); }
.v6-membernav__link.is-on { color: var(--ink); }
.v6-membernav__link.is-on::after { transform: scaleX(1); }
.v6-membernav__out { flex: none; font: 500 13px/1 var(--font-sans); color: var(--grey); text-decoration: none; transition: color var(--dur-action) var(--ease-action); }
.v6-membernav__out:hover { color: var(--ink); }

/* Member page head */
:where(body:not(.hrc-coded-home)) .v6-member__headsec.v6-page-sec { padding-top: 52px; padding-bottom: 0; }
:where(body:not(.hrc-coded-home)) .v6-member__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 8px; }
:where(body:not(.hrc-coded-home)) .v6-member__head .v6-eyebrow { margin-bottom: 10px; }
:where(body:not(.hrc-coded-home)) .v6-member__title { font-size: 36px; max-width: none; }
:where(body:not(.hrc-coded-home)) .v6-member__sub { margin: 10px 0 0; max-width: 40em; color: var(--grey); font-size: 17px; }
:where(body:not(.hrc-coded-home)) .v6-member__headsec.v6-page-sec.v6-band-paper + .v6-page-sec.v6-band-paper > .v6-wrap { border-top: 0; padding-top: 28px; }
:where(body:not(.hrc-coded-home)) .v6-member__headsec.v6-page-sec.v6-band-paper + .v6-page-sec.v6-band-paper { padding-top: 0; }
:where(body:not(.hrc-coded-home)) .v6-member__body.v6-page-sec { padding-bottom: 96px; }
:where(body:not(.hrc-coded-home)) .v6-member__panel { border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--paper); padding: 36px; }
:where(body:not(.hrc-coded-home)) .v6-member__body .hrc-native-content.v6-member__panel { margin-top: 0; }
:where(body:not(.hrc-coded-home)) .v6-member__body .enventor-account-orders > .enventor-account-header { display: none; }
:where(body:not(.hrc-coded-home)) .v6-member__body .hrc-native-content.v6-member__panel { max-width: none; }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account { margin: 0 !important; min-height: 0 !important; padding: 0 !important; max-width: none !important; border: 0 !important; box-shadow: none !important; background: transparent !important; }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account-empty { text-align: left !important; padding: 4px 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account-lede { margin: 0 0 18px !important; font: 400 16px/1.55 var(--font-sans) !important; color: var(--app-ink-2, var(--grey)) !important; }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account-actions { display: flex !important; justify-content: flex-start !important; gap: 10px; margin: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account-button, :where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account a.enventor-account-button { display: inline-flex !important; align-items: center; justify-content: center; height: 44px !important; padding: 0 22px !important; border-radius: var(--radius-action) !important; background: var(--orange) !important; border: 1px solid var(--orange) !important; color: #fff !important; font: 500 15px/1 var(--font-sans) !important; text-decoration: none !important; box-shadow: none !important; transition: background-color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account-button:hover { background: var(--orange-press) !important; border-color: var(--orange-press) !important; }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account-title { margin: 0 0 18px !important; font: 500 20px/1.25 var(--font-sans) !important; letter-spacing: -.015em; color: var(--app-ink, var(--ink)) !important; }

/* The dashboard */
:where(body:not(.hrc-coded-home)) .v6-dash__hero { position: relative; overflow: hidden; background: var(--surface); color: var(--on-surface); padding: 72px var(--margin) 84px; }
:where(body:not(.hrc-coded-home)) .v6-dash__hero .v6-plus__glow { opacity: .5; }
:where(body:not(.hrc-coded-home)) .v6-dash__wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 48px; align-items: end; }
:where(body:not(.hrc-coded-home)) .v6-dash__eyebrow { color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-dash__eyebrow .sep { margin: 0 6px; color: var(--grey-mark); }
:where(body:not(.hrc-coded-home)) .v6-dash__title { margin: 0; font-size: 52px; color: #fff; max-width: 12em; }
:where(body:not(.hrc-coded-home)) .v6-dash__lead { margin: 18px 0 0; color: rgba(255,255,255,.78); max-width: 32em; }
:where(body:not(.hrc-coded-home)) .v6-dash__next { padding: 28px; border: 1px solid var(--line-ink); border-radius: var(--radius-card); background: var(--ink-panel); }
:where(body:not(.hrc-coded-home)) .v6-dash__next .v6-series { color: var(--orange-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-dash__next-title { margin: 10px 0 0; font: 500 24px/1.2 var(--font-sans); letter-spacing: -.015em; color: #fff; }
:where(body:not(.hrc-coded-home)) .v6-dash__next-meta { margin: 8px 0 0; font: 400 14px/1.5 var(--font-sans); color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-dash__next-act { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 22px; }
:where(body:not(.hrc-coded-home)) .v6-dash__next-act .v6-quiet { color: #fff; }
.v6-dash__next .hrc-register-message, .v6-dash__next .hrc-run-registration p { color: var(--grey-on-ink); }
:where(body:not(.hrc-coded-home)) .v6-dash__sec .v6-sechead .v6-h2 { font-size: 34px; }
:where(body:not(.hrc-coded-home)) .v6-dash__tile { height: 100%; text-decoration: none; color: inherit; }
:where(body:not(.hrc-coded-home)) .v6-dash__tile .v6-card__title { font-size: 20px; }
:where(body:not(.hrc-coded-home)) .v6-dash__tile .v6-card__pad > .v6-quiet { margin-top: 20px; }

/* Ultimate Member inside the member panel */
:where(body:not(.hrc-coded-home)) .v6-um .um { margin: 0 !important; max-width: none !important; opacity: 1 !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field { margin: 0 0 16px !important; padding: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-label, :where(body:not(.hrc-coded-home)) .v6-um .um .um-field-label label { margin: 0 0 6px !important; font: 500 13px/1.4 var(--font-sans) !important; color: var(--ink) !important; letter-spacing: 0 !important; text-transform: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-label label { padding: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um input[type=text], :where(body:not(.hrc-coded-home)) .v6-um .um input[type=email], :where(body:not(.hrc-coded-home)) .v6-um .um input[type=password], :where(body:not(.hrc-coded-home)) .v6-um .um input[type=tel], :where(body:not(.hrc-coded-home)) .v6-um .um input[type=number], :where(body:not(.hrc-coded-home)) .v6-um .um select, :where(body:not(.hrc-coded-home)) .v6-um .um textarea { width: 100% !important; height: 48px !important; padding: 0 16px !important; border: 1px solid var(--line) !important; border-radius: var(--radius-action) !important; background: var(--paper) !important; color: var(--ink) !important; font: 400 15px/1.2 var(--font-sans) !important; box-shadow: none !important; transition: border-color var(--dur-action) var(--ease-action), box-shadow var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-um .um textarea { height: auto !important; min-height: 120px; padding: 12px 16px !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um input:hover, :where(body:not(.hrc-coded-home)) .v6-um .um select:hover { border-color: var(--grey) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um input:focus, :where(body:not(.hrc-coded-home)) .v6-um .um select:focus, :where(body:not(.hrc-coded-home)) .v6-um .um textarea:focus { outline: 0 !important; border-color: var(--orange) !important; box-shadow: 0 0 0 3px var(--orange-tint) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um input:disabled { opacity: .55; background: var(--paper-hover) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-button, :where(body:not(.hrc-coded-home)) .v6-um .um input[type=submit] { display: inline-flex !important; align-items: center; justify-content: center; width: auto !important; height: 44px !important; padding: 0 22px !important; border-radius: var(--radius-action) !important; background: var(--orange) !important; border: 1px solid var(--orange) !important; color: #fff !important; font: 500 15px/1 var(--font-sans) !important; text-transform: none !important; letter-spacing: 0 !important; box-shadow: none !important; cursor: pointer; transition: background-color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-button:hover, :where(body:not(.hrc-coded-home)) .v6-um .um input[type=submit]:hover { background: var(--orange-press) !important; border-color: var(--orange-press) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-button.um-alt { background: transparent !important; border-color: var(--line) !important; color: var(--ink) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-button.um-alt:hover { background: var(--orange-tint) !important; border-color: var(--orange-tint) !important; color: var(--orange-type-aa, #BD3A0E) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-col-alt { margin-top: 8px; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-checkbox, :where(body:not(.hrc-coded-home)) .v6-um .um .um-field-checkbox-option, :where(body:not(.hrc-coded-home)) .v6-um .um .um-field-radio-option { font: 400 14px/1.4 var(--font-sans) !important; color: var(--grey) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-checkbox-option span.um-field-checkbox-state i, :where(body:not(.hrc-coded-home)) .v6-um .um .um-field-radio-option span.um-field-radio-state i { color: var(--orange) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-error { font: 400 14px/1.4 var(--font-sans) !important; color: var(--error) !important; margin-top: 6px !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-error .um-field-arrow { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-notice { font: 400 14px/1.4 var(--font-sans) !important; border-radius: var(--radius-action) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-notice.err { background: var(--error) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-notice.success { background: var(--success, #1E7F4F) !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-area { text-align: left !important; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-type_password .um-field-area { position: relative; }
:where(body:not(.hrc-coded-home)) .v6-um .um .um-field-area-response, :where(body:not(.hrc-coded-home)) .v6-um .um .um-field-value { font: 400 15px/1.5 var(--font-sans) !important; color: var(--ink) !important; }

/* Settings: a side rail and the form */
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-side { width: 240px !important; float: none !important; margin: 0 !important; padding: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-main { float: none !important; width: auto !important; min-width: 0; padding: 0 !important; margin: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um .um-form > form { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; align-items: start; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um .um-form > form > .um-account-meta { grid-column: 1 / -1; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-side .um-account-meta { display: flex; align-items: center; gap: 14px; padding: 0 0 20px !important; margin: 0 0 12px !important; border: 0 !important; border-bottom: 1px solid var(--line) !important; border-radius: 0 !important; background: transparent !important; text-align: left !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-meta-img { margin: 0 !important; width: auto !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-meta-img img, :where(body:not(.hrc-coded-home)) .v6-um-account .um-account-meta-img-b img { width: 56px !important; height: 56px !important; border-radius: 50% !important; object-fit: cover; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-meta-img-b { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-name { padding: 0 !important; margin: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-name > a { font: 500 16px/1.25 var(--font-sans) !important; color: var(--ink) !important; text-decoration: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-profile-link a { font: 400 13px/1.4 var(--font-sans) !important; color: var(--grey) !important; text-decoration: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-profile-link a:hover { color: var(--orange-type-aa, #BD3A0E) !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-side ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-side ul li { margin: 0 0 2px !important; padding: 0 !important; border: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link { display: flex !important; align-items: center; gap: 10px; padding: 10px 12px !important; border: 0 !important; border-radius: var(--radius-action) !important; background: transparent !important; font: 500 14px/1.2 var(--font-sans) !important; color: var(--grey) !important; text-decoration: none !important; box-shadow: none !important; transition: background-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link:hover { background: var(--paper-hover) !important; color: var(--ink) !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link.current { background: var(--orange-tint) !important; color: var(--orange-type-aa, #BD3A0E) !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link .um-account-icon { width: 18px; text-align: center; font-size: 14px; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link .um-account-icon i { color: inherit !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link .um-account-icontip { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link .um-account-arrow { margin-left: auto; opacity: .5; font-size: 12px; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-heading { margin: 0 0 22px !important; padding: 0 0 14px !important; border-bottom: 1px solid var(--line) !important; font: 500 20px/1.25 var(--font-sans) !important; letter-spacing: -.015em; color: var(--ink) !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-heading i { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-nav { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-account .um-account-tab .um-col-alt { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 18px !important; }

/* Registrations: the profile */
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-cover { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-header { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "photo meta edit" "nav nav nav"; align-items: center; column-gap: 20px; padding: 0 !important; margin: 0 !important; border: 0 !important; text-align: left !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-photo { grid-area: photo; position: static !important; margin: 0 !important; width: 72px !important; height: 72px !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-photo img { width: 72px !important; height: 72px !important; border-radius: 50% !important; object-fit: cover; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-photo-overlay { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-meta { grid-area: meta; padding: 0 !important; margin: 0 !important; max-width: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-name, :where(body:not(.hrc-coded-home)) .v6-um-profile .um-name a { font: 500 24px/1.2 var(--font-sans) !important; letter-spacing: -.015em; color: var(--ink) !important; text-decoration: none !important; margin: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-meta, :where(body:not(.hrc-coded-home)) .v6-um-profile .um-meta a { font: 400 14px/1.5 var(--font-sans) !important; color: var(--grey) !important; margin: 4px 0 0 !important; text-decoration: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-headericon { grid-area: edit; position: static !important; margin: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-headericon a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius-action); color: var(--grey) !important; text-decoration: none; font-size: 15px; transition: background-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-headericon a:hover { background: var(--orange-tint); border-color: var(--orange-tint); color: var(--orange-type-aa, #BD3A0E) !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav { grid-area: nav; margin: 24px 0 0 !important; padding: 0 !important; border: 0 !important; border-bottom: 1px solid var(--line) !important; background: transparent !important; text-align: left !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item { margin: 0 28px 0 0 !important; padding: 0 !important; background: transparent !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item a { position: relative; display: inline-block; padding: 4px 2px 16px !important; font: 500 15px/1.2 var(--font-sans) !important; color: var(--grey) !important; background: transparent !important; text-decoration: none !important; box-shadow: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left center; transition: transform var(--dur-action) var(--ease-action); }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item a:hover { color: var(--ink) !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item.active a { color: var(--ink) !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item.active a::after { transform: scaleX(1); }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item i { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item > a[class*="-show"] { display: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item > a[class*="-hide"] { display: inline-block !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-nav-item .title { font: inherit !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-body { padding: 32px 0 0 !important; margin: 0 !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-dropdown { border-radius: var(--radius-card) !important; }
:where(body:not(.hrc-coded-home)) .hrc-profile-runs h2 { margin: 0 0 14px; font: 500 20px/1.25 var(--font-sans); letter-spacing: -.015em; color: var(--ink); }
:where(body:not(.hrc-coded-home)) .hrc-profile-runs h2 ~ h2 { margin-top: 36px; }
.hrc-runs-empty { margin: 0; padding: 18px 0; color: var(--grey); font: 400 15px/1.5 var(--font-sans); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* The run registration rows the member snippet renders */
body.hrc-coded .hrc-run-card-list { border-top: 1px solid var(--line); }
body.hrc-coded .hrc-run-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 32px; align-items: center; padding: 22px 16px; margin: 0 -16px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; transition: background-color var(--dur-action) var(--ease-action); }
body.hrc-coded .hrc-run-card:hover { background: var(--paper-hover); }
body.hrc-coded .hrc-run-number { display: none; }
body.hrc-coded .hrc-run-content { min-width: 0; }
body.hrc-coded .hrc-run-type { margin: 0 0 4px; font: 400 13px/1.46 var(--font-sans); color: var(--orange-type-aa, #BD3A0E); text-transform: none; letter-spacing: 0; }
body.hrc-coded .hrc-run-card h3 { margin: 0; font: 500 20px/1.25 var(--font-sans); letter-spacing: -.015em; color: var(--ink); }
body.hrc-coded .hrc-run-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 8px 0 0; font: 400 14px/1.45 var(--font-sans); color: var(--grey); }
body.hrc-coded .hrc-run-meta span strong { display: none; }
body.hrc-coded .hrc-run-card-actions { display: flex; align-items: center; gap: 10px; flex: none; }
body.hrc-coded .hrc-run-card-btn, body.hrc-coded .hrc-run-card-btn:link, body.hrc-coded .hrc-run-card-btn:visited { display: inline-flex !important; align-items: center; gap: 8px; height: 40px !important; min-width: 0 !important; padding: 0 18px !important; border: 1px solid var(--line) !important; border-radius: var(--radius-action) !important; background: transparent !important; color: var(--ink) !important; font: 500 14px/1 var(--font-sans) !important; text-decoration: none !important; white-space: nowrap; box-shadow: none !important; transition: background-color var(--dur-action) var(--ease-action), border-color var(--dur-action) var(--ease-action), color var(--dur-action) var(--ease-action); }
body.hrc-coded .hrc-run-card-btn:hover, body.hrc-coded .hrc-run-card-btn:focus { background: var(--orange-tint) !important; border-color: var(--orange-tint) !important; color: var(--orange-type-aa, #BD3A0E) !important; }
body.hrc-coded .hrc-register-btn { display: inline-flex !important; align-items: center; justify-content: center; height: 40px !important; min-width: 0 !important; padding: 0 18px !important; border: 1px solid var(--orange) !important; border-radius: var(--radius-action) !important; background: var(--orange) !important; color: #fff !important; font: 500 14px/1 var(--font-sans) !important; box-shadow: none !important; }
body.hrc-coded .hrc-register-btn:hover, body.hrc-coded .hrc-register-btn:focus { background: var(--orange-press) !important; border-color: var(--orange-press) !important; color: #fff !important; }
body.hrc-coded .hrc-register-btn.registered { background: transparent !important; border-color: var(--line) !important; color: var(--ink) !important; }
body.hrc-coded .hrc-register-btn.registered:hover { background: var(--orange-tint) !important; border-color: var(--orange-tint) !important; color: var(--orange-type-aa, #BD3A0E) !important; }
body.hrc-coded .hrc-register-btn:disabled { cursor: wait; opacity: .58; }
body.hrc-coded .hrc-run-card-btn .v6-chev { width: 14px; height: 14px; }
body.hrc-coded .hrc-register-message:empty { display: none; }
body.hrc-coded .hrc-run-card .hrc-register-message { grid-column: 1 / -1; margin: 0; max-width: none; }

@media (max-width: 1180px) {
  :where(body:not(.hrc-coded-home)) .v6-dash__wrap { grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: start; }
  :where(body:not(.hrc-coded-home)) .v6-dash__title { font-size: 44px; }
}
@media (max-width: 860px) {
  :where(body:not(.hrc-coded-home)) .v6-um-account .um .um-form > form { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  :where(body:not(.hrc-coded-home)) .v6-um-account .um-account-side { width: auto !important; }
  :where(body:not(.hrc-coded-home)) .v6-um-account .um-account-side ul { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px !important; }
  :where(body:not(.hrc-coded-home)) .v6-um-account .um-account-side ul li { flex: none; margin: 0 !important; }
  :where(body:not(.hrc-coded-home)) .v6-um-account .um-account-link .um-account-arrow { display: none !important; }
  :where(body:not(.hrc-coded-home)) .v6-member__panel { padding: 24px; }
  body.hrc-coded .hrc-run-card { grid-template-columns: minmax(0, 1fr); }
  body.hrc-coded .hrc-run-card-actions { flex-wrap: wrap; }
  :where(body:not(.hrc-coded-home)) .v6-um-profile .um-header { grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "photo meta" "edit edit" "nav nav"; row-gap: 14px; }
}
@media (max-width: 720px) {
  .v6-membernav__who, .v6-membernav__out { display: none; }
  .v6-membernav__wrap { gap: 16px; }
  .v6-membernav__link { padding-inline: 10px; }
  :where(body:not(.hrc-coded-home)) .v6-member__title { font-size: 30px; }
  :where(body:not(.hrc-coded-home)) .v6-dash__hero { padding-block: 48px 56px; }
  :where(body:not(.hrc-coded-home)) .v6-dash__title { font-size: 36px; }
  :where(body:not(.hrc-coded-home)) .v6-dash__next { padding: 22px; }
  :where(body:not(.hrc-coded-home)) .v6-perk-card__act { flex-direction: column; align-items: flex-start; }
  :where(body:not(.hrc-coded-home)) .v6-tabs__panel { padding-top: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  :where(body:not(.hrc-coded-home)) .v6-tabs__panel.is-in, .v6-cards__more.is-in > .v6-card { animation: none; }
}

/* 15b  Member area follow-ups: the profile avatar, form widths, run list width, orders empty state */
:where(body:not(.hrc-coded-home)) .v6-um .um .um-form { width: auto !important; max-width: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-photo a.um-profile-photo-img { position: static !important; top: auto !important; left: auto !important; display: block !important; width: 72px !important; height: 72px !important; margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; border-radius: 50% !important; overflow: hidden; box-shadow: none !important; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-profile-photo img { display: block; }
:where(body:not(.hrc-coded-home)) .v6-um-profile .um-header { min-height: 0 !important; border-bottom: 0 !important; padding-bottom: 0 !important; }
body.hrc-coded:not(.hrc-coded-home) .hrc-profile-runs, body.hrc-coded .hrc-run-card-list, body.hrc-coded:not(.hrc-coded-home) .hrc-upcoming-runs-only { max-width: none !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 !important; }
body.hrc-coded .hrc-run-card-list { margin: 0 -16px !important; }
:where(body:not(.hrc-coded-home)) .v6-member__panel .enventor-account-empty { border: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; }
