/* Harthwyn 26.01.212 — canonical shared footer and fixed utility authority. */
:root{
  --hw212-navy:#173f67;
  --hw212-navy-deep:#102f4e;
  --hw212-gold:#c89b2b;
  --hw212-gold-dark:#a97913;
  --hw212-cream:#fbf7ef;
  --hw212-rail-width:112px;
  --hw212-rail-gap:16px;
}

/* Harthwyn 26.01.240 — one combined Messages / More utility with compact mobile collapse. */
body.harthwyn-managed-page .harthwyn-combined-utility-260240{
  position:fixed!important;
  top:50%!important;
  right:max(24px,env(safe-area-inset-right))!important;
  left:auto!important;
  z-index:100020!important;
  display:grid!important;
  grid-template-columns:minmax(126px,1fr) minmax(104px,.82fr)!important;
  align-items:stretch!important;
  width:min(264px,calc(100vw - 32px))!important;
  overflow:visible!important;
  border:1px solid rgba(23,63,103,.34)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(16,47,78,.18)!important;
  transform:translateY(-50%)!important;
  transition:width .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
body.harthwyn-managed-page .harthwyn-combined-utility-260240__collapse{display:none!important}
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204,
body.harthwyn-managed-page .harthwyn-global-more-launcher{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  min-width:0!important;
  transform:none!important;
  z-index:auto!important;
  margin:0!important;
}
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button,
body.harthwyn-managed-page .harthwyn-global-more-launcher__toggle{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  height:54px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:var(--hw212-navy)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  font-weight:850!important;
  line-height:1!important;
  transition:background .18s ease,color .18s ease!important;
}
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button{border-radius:17px 0 0 17px!important}
body.harthwyn-managed-page .harthwyn-global-more-launcher__toggle{border-left:1px solid rgba(23,63,103,.2)!important;border-radius:0 17px 17px 0!important;list-style:none!important}
body.harthwyn-managed-page .harthwyn-global-more-launcher__toggle::-webkit-details-marker{display:none!important}
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button:hover,
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button:focus-visible,
body.harthwyn-managed-page .harthwyn-global-more-launcher__toggle:hover,
body.harthwyn-managed-page .harthwyn-global-more-launcher__toggle:focus-visible,
body.harthwyn-managed-page .harthwyn-global-more-launcher[open]>.harthwyn-global-more-launcher__toggle{
  background:var(--hw212-navy)!important;
  color:#fff!important;
  transform:none!important;
}
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204 svg,
body.harthwyn-managed-page .harthwyn-global-more-launcher__toggle svg{width:20px!important;height:20px!important;color:currentColor!important;stroke:currentColor!important;fill:none!important}
body.harthwyn-managed-page .harthwyn-combined-utility-260240__count{display:inline-grid!important;place-items:center!important;min-width:22px!important;height:22px!important;padding:0 6px!important;border-radius:999px!important;background:var(--hw212-navy)!important;color:#fff!important;font-size:.74rem!important;font-weight:900!important}
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button:hover .harthwyn-combined-utility-260240__count,
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button:focus-visible .harthwyn-combined-utility-260240__count{background:#fff!important;color:var(--hw212-navy)!important}
body.harthwyn-managed-page.harthwyn-utility-near-footer-260212 .harthwyn-combined-utility-260240{top:auto!important;bottom:calc(88px + env(safe-area-inset-bottom))!important;transform:none!important}


/* Harthwyn 26.01.241 — viewport-safe More drawer.
 * The combined utility uses transform for vertical centering; transformed ancestors
 * become containing blocks for fixed descendants. Opening More therefore promotes
 * the utility and launcher to a viewport overlay before the fixed drawer is shown. */
body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open{
  inset:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:auto!important;
  height:auto!important;
  max-width:none!important;
  display:block!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
  transition:none!important;
  pointer-events:none!important;
}
body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open>.harthwyn-quick-utility-rail-260204,
body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open>.harthwyn-combined-utility-260240__collapse{display:none!important}
body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open>.harthwyn-global-more-launcher{
  position:fixed!important;
  inset:0!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  transform:none!important;
  pointer-events:none!important;
  z-index:100030!important;
}
body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open .harthwyn-global-more-launcher__backdrop,
body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open .harthwyn-global-more-launcher__drawer{pointer-events:auto!important}
body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open .harthwyn-global-more-launcher__drawer{
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:min(460px,calc(100vw - 32px))!important;
  height:100dvh!important;
  max-height:100dvh!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
}
@media(max-width:782px){
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-more-open .harthwyn-global-more-launcher__drawer{
    width:min(390px,calc(100vw - 12px))!important;
    height:100dvh!important;
    max-height:100dvh!important;
  }
}

/* Do not let right-edge controls hide fields or CTAs on wide layouts. */
@media (min-width:1101px){
  body.harthwyn-managed-page .harthwyn-never-archive__controls,
  body.harthwyn-managed-page .harthwyn-never-filters,
  body.harthwyn-managed-page .harthwyn-never-media-studio-promo,
  body.harthwyn-managed-page .harthwyn-page-shell form,
  body.harthwyn-managed-page .harthwyn-member-dashboard__split{
    scroll-margin-right:calc(var(--hw212-rail-width) + 56px);
  }
  body.harthwyn-managed-page .harthwyn-never-archive__controls,
  body.harthwyn-managed-page .harthwyn-never-filters{padding-right:calc(var(--hw212-rail-width) + 44px)!important}
}

/* Unified footer: no floating white boxes. */
body.harthwyn-managed-page .harthwyn-global-footer--260212{
  margin-top:clamp(36px,5vw,72px)!important;
  background:linear-gradient(145deg,#f6ecdc 0%,#eef5fa 100%)!important;
  border-top:5px solid var(--hw212-gold)!important;
  color:var(--hw212-navy)!important;
}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__inner{
  width:min(calc(100% - 48px),1320px)!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(230px,.85fr) minmax(0,2.15fr)!important;
  gap:clamp(34px,5vw,76px)!important;
  padding:clamp(34px,4vw,54px) 0!important;
  align-items:start!important;
}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__identity{display:grid!important;gap:10px!important}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__identity strong{font-size:1.55rem!important;color:var(--hw212-navy)!important}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__identity p{margin:0!important;max-width:34ch!important;color:#53677d!important;line-height:1.58!important}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__navigation{
  display:grid!important;
  grid-template-columns:1.25fr 1fr 1fr!important;
  gap:clamp(24px,3vw,46px)!important;
}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__group{
  display:grid!important;
  align-content:start!important;
  gap:13px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__group>strong{color:#7c5917!important;font-size:.72rem!important;letter-spacing:.16em!important;text-transform:uppercase!important}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__group>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 22px!important}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__link{
  min-height:40px!important;
  padding:8px 0!important;
  border-radius:8px!important;
  color:var(--hw212-navy)!important;
  background:transparent!important;
  text-decoration:none!important;
  font-weight:750!important;
}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__link:hover,
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__link:focus-visible{color:#2d78ae!important;text-decoration:underline!important;text-underline-offset:4px!important;box-shadow:none!important}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__legal{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:1fr 1.6fr!important;
  align-items:center!important;
  gap:20px!important;
  padding:18px max(28px,calc((100vw - 1320px)/2))!important;
  border:0!important;
  background:var(--hw212-navy)!important;
  color:#fff!important;
  font-size:.88rem!important;
}
body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__privacy-note{color:#f0c75d!important;font-weight:800!important;text-align:right!important}

@media (max-width:1100px){
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__inner{grid-template-columns:1fr!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__navigation{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.harthwyn-managed-page .harthwyn-never-media-studio-promo{grid-template-columns:1fr!important}
  body.harthwyn-managed-page .harthwyn-never-media-studio-promo .harthwyn-button{justify-self:start!important}
}
@media (max-width:900px){
  body.harthwyn-managed-page .harthwyn-global-footer--260212,
  body.harthwyn-managed-page .harthwyn-global-footer--260212 *{text-align:center!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__inner{width:min(calc(100% - 28px),680px)!important;padding:34px 0!important;gap:26px!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__identity{justify-items:center!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__navigation{grid-template-columns:1fr!important;gap:20px!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__group{padding:18px!important;border:1px solid rgba(23,63,103,.12)!important;border-radius:18px!important;background:rgba(255,255,255,.52)!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__group>div{justify-content:center!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__legal{grid-template-columns:1fr!important;justify-items:center!important;gap:8px!important;padding:18px 20px calc(18px + env(safe-area-inset-bottom))!important}
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__privacy-note{text-align:center!important}
}
@media (max-width:560px){
  body.harthwyn-managed-page .harthwyn-global-footer--260212 .harthwyn-global-footer__group>div{grid-template-columns:1fr 1fr!important;gap:8px 14px!important}
  body.harthwyn-managed-page .harthwyn-never-media-studio-promo{padding:26px 20px!important}
  body.harthwyn-managed-page .harthwyn-never-media-studio-promo .harthwyn-button{width:100%!important;justify-self:stretch!important}
}


/* 26.01.233 — canonical support drawer compatibility migrated from retired 26.01.188 authority. */
.harthwyn-support-launcher.harthwyn-support-launcher--right-drawer{position:fixed!important;right:clamp(14px,1.6vw,30px)!important;bottom:clamp(18px,3vh,42px)!important;top:auto!important;transform:none!important;z-index:10080!important;max-width:calc(100vw - 28px)!important;}
.harthwyn-support-launcher--right-drawer .harthwyn-support-toggle{min-width:132px!important;min-height:50px!important;padding:8px 17px!important;font-size:.96rem!important;box-shadow:0 22px 48px rgba(30,52,85,.16)!important;}
.harthwyn-support-launcher--right-drawer .harthwyn-support-toggle img{width:28px!important;height:28px!important;}
.harthwyn-support-launcher--right-drawer .harthwyn-support-panel{position:fixed!important;top:clamp(18px,4vh,42px)!important;right:clamp(14px,1.6vw,30px)!important;bottom:clamp(18px,3vh,42px)!important;width:min(430px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;overflow:auto!important;overflow-x:hidden!important;margin:0!important;border-radius:28px!important;box-shadow:0 34px 100px rgba(18,32,55,.24)!important;}
.harthwyn-support-launcher--right-drawer:not([open]) .harthwyn-support-panel{visibility:hidden!important;position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;}
.harthwyn-support-launcher--right-drawer[open] .harthwyn-support-panel{display:block!important;}
.harthwyn-support-launcher--right-drawer .harthwyn-support-mega-menu__surface{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
.harthwyn-support-launcher--right-drawer .harthwyn-support-mega-menu__grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
.harthwyn-support-launcher--right-drawer .harthwyn-support-link{min-width:0!important;max-width:100%!important;}
@media (max-width:640px){.harthwyn-support-launcher.harthwyn-support-launcher--right-drawer{right:12px!important;bottom:14px!important}.harthwyn-support-launcher--right-drawer .harthwyn-support-panel{left:10px!important;right:10px!important;bottom:10px!important;top:auto!important;width:auto!important;max-height:min(78vh,680px)!important;border-radius:24px!important;}}


/* 26.01.240 — compact middle-right mobile state and accessible expansion. */
@media (max-width:900px){
  body.harthwyn-managed-page .harthwyn-combined-utility-260240{
    right:max(8px,env(safe-area-inset-right))!important;
    grid-template-columns:22px minmax(102px,1fr) minmax(88px,.86fr)!important;
    width:min(238px,calc(100vw - 24px))!important;
    border-radius:18px 0 0 18px!important;
    transform:translateY(-50%)!important;
  }
  body.harthwyn-managed-page .harthwyn-combined-utility-260240__collapse{
    display:grid!important;
    grid-column:1!important;
    place-items:center!important;
    min-width:22px!important;
    width:22px!important;
    height:54px!important;
    padding:0!important;
    border:0!important;
    border-right:1px solid rgba(255,255,255,.3)!important;
    border-radius:17px 0 0 17px!important;
    background:var(--hw212-navy)!important;
    color:#fff!important;
    font-size:1.2rem!important;
    line-height:1!important;
    cursor:pointer!important;
  }
  body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204{grid-column:2!important}
  body.harthwyn-managed-page .harthwyn-global-more-launcher{grid-column:3!important}
  body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button{border-radius:0!important}
  body.harthwyn-managed-page .harthwyn-global-more-launcher__toggle{border-radius:0!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed{
    grid-template-columns:18px 48px!important;
    grid-template-rows:48px 48px!important;
    width:66px!important;
    border-radius:18px 0 0 18px!important;
  }
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-combined-utility-260240__collapse{grid-column:1!important;grid-row:1/3!important;height:96px!important;border-radius:17px 0 0 17px!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-quick-utility-rail-260204{grid-column:2!important;grid-row:1!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-global-more-launcher{grid-column:2!important;grid-row:2!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-quick-utility-rail-260204__button,
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-global-more-launcher__toggle{width:48px!important;height:48px!important;padding:0!important;border-radius:0!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-global-more-launcher__toggle{border-top:1px solid rgba(23,63,103,.18)!important;border-left:0!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-combined-utility-260240__label,
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-global-more-launcher__toggle span{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-combined-utility-260240__count{position:absolute!important;top:2px!important;right:2px!important;min-width:17px!important;height:17px!important;padding:0 4px!important;font-size:.62rem!important}
  body.harthwyn-managed-page .harthwyn-combined-utility-260240.is-collapsed .harthwyn-quick-utility-rail-260204__button{position:relative!important}
  body.harthwyn-managed-page.harthwyn-utility-near-footer-260212 .harthwyn-combined-utility-260240{top:auto!important;bottom:calc(96px + env(safe-area-inset-bottom))!important;transform:none!important}
}
@media (prefers-reduced-motion:reduce){body.harthwyn-managed-page .harthwyn-combined-utility-260240{transition:none!important}}


/* Harthwyn 26.01.242 — locked middle-right utility authority. */
body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open){
  position:fixed!important;top:50%!important;right:max(12px,env(safe-area-inset-right))!important;bottom:auto!important;left:auto!important;
  transform:translateY(-50%)!important;margin:0!important;
}
body.harthwyn-managed-page.harthwyn-utility-near-footer-260212 .harthwyn-combined-utility-260240:not(.is-more-open){top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}
.harthwyn-global-more-launcher__mobile-label{display:none}
@media(max-width:900px){
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open){right:max(6px,env(safe-area-inset-right))!important;width:58px!important;grid-template-columns:1fr!important;border-radius:18px 0 0 18px!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240__collapse{display:none!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-quick-utility-rail-260204__button,
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle{height:52px!important;min-height:52px!important;padding:0!important;border-radius:0!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-quick-utility-rail-260204__button{border-radius:17px 0 0 0!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle{border-left:0!important;border-top:1px solid rgba(23,63,103,.2)!important;border-radius:0 0 0 17px!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240__label,
 body.harthwyn-managed-page .harthwyn-global-more-launcher__label{display:none!important}
 body.harthwyn-managed-page .harthwyn-global-more-launcher__mobile-label{display:inline-flex!important;font-size:1.05rem!important;font-weight:950!important;color:currentColor!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240__count{position:absolute!important;top:3px!important;right:3px!important;min-width:18px!important;height:18px!important;padding:0 4px!important;font-size:.66rem!important}
 body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button{position:relative!important}
}


/* 26.01.243 — fixed transparent blue/gold utility and mobile-only Back to Top. */
body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open){
 top:50%!important;right:max(10px,env(safe-area-inset-right))!important;bottom:auto!important;transform:translateY(-50%)!important;background:transparent!important;border:0!important;box-shadow:none!important;gap:8px!important;width:auto!important;grid-template-columns:auto auto!important;overflow:visible!important;
}
body.harthwyn-managed-page.harthwyn-utility-near-footer-260212 .harthwyn-combined-utility-260240:not(.is-more-open){top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}
body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) :is(.harthwyn-quick-utility-rail-260204__button,.harthwyn-global-more-launcher__toggle){
 min-width:54px!important;height:54px!important;border:2px solid var(--hw212-navy)!important;border-radius:16px!important;background:rgba(255,255,255,.76)!important;color:var(--hw212-navy)!important;box-shadow:0 10px 26px rgba(16,47,78,.16)!important;backdrop-filter:blur(10px)!important;
}
body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle{border-color:var(--hw212-gold)!important;outline:1px solid var(--hw212-navy)!important;outline-offset:2px!important}
body.harthwyn-managed-page .harthwyn-mobile-back-to-top-260243{display:none!important}
@media(max-width:900px){
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open){display:grid!important;grid-template-columns:48px!important;grid-template-rows:48px 48px!important;width:48px!important;gap:8px!important;border-radius:0!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240__collapse{display:none!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-quick-utility-rail-260204{grid-column:1!important;grid-row:1!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher{grid-column:1!important;grid-row:2!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) :is(.harthwyn-quick-utility-rail-260204__button,.harthwyn-global-more-launcher__toggle){width:48px!important;min-width:48px!important;height:48px!important;padding:0!important;border-radius:14px 0 0 14px!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-combined-utility-260240__label,body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__mobile-label{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;color:var(--hw212-gold-dark)!important;font-size:1.05rem!important;font-weight:950!important}
 body.harthwyn-managed-page .harthwyn-mobile-back-to-top-260243{position:fixed!important;right:max(12px,env(safe-area-inset-right))!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;z-index:100010!important;display:grid!important;place-items:center!important;width:46px!important;height:46px!important;padding:0!important;border:2px solid var(--hw212-navy)!important;border-radius:50%!important;background:rgba(255,255,255,.9)!important;color:var(--hw212-navy)!important;box-shadow:0 10px 28px rgba(16,47,78,.2)!important;opacity:0!important;pointer-events:none!important;transform:translateY(10px)!important;transition:opacity .18s ease,transform .18s ease!important}
 body.harthwyn-managed-page .harthwyn-mobile-back-to-top-260243.is-visible{opacity:1!important;pointer-events:auto!important;transform:none!important}
 body.harthwyn-managed-page.harthwyn-more-drawer-open .harthwyn-mobile-back-to-top-260243{display:none!important}
}


/* 26.01.244 — side utility visibility and theme back-to-top suppression. */
body.harthwyn-managed-page :is(.scroll-to-top,.back-to-top){display:none!important;visibility:hidden!important;pointer-events:none!important}
@media(max-width:1280px){
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open){top:50%!important;right:max(8px,env(safe-area-inset-right))!important;bottom:auto!important;transform:translateY(-50%)!important;background:transparent!important;box-shadow:none!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle{position:relative!important;color:var(--hw212-navy)!important;background:rgba(255,255,255,.62)!important;border:2px solid var(--hw212-gold)!important;outline:1px solid var(--hw212-navy)!important;outline-offset:2px!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle .harthwyn-global-more-launcher__icon{display:none!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__mobile-label{display:inline-flex!important;align-items:center!important;justify-content:center!important;position:static!important;width:100%!important;height:100%!important;clip:auto!important;overflow:visible!important;font-size:1.15rem!important;font-weight:950!important;line-height:1!important;color:var(--hw212-navy)!important;text-shadow:0 1px 0 rgba(255,255,255,.8)!important}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle::after{content:'M';position:absolute;inset:0;display:grid;place-items:center;font-size:1.15rem;font-weight:950;color:var(--hw212-navy);pointer-events:none}
 body.harthwyn-managed-page .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle .harthwyn-global-more-launcher__mobile-label:not(:empty)+*{display:none!important}
 body.harthwyn-managed-page .harthwyn-mobile-back-to-top-260243{right:max(10px,env(safe-area-inset-right))!important;bottom:calc(var(--harthwyn-mobile-nav-height,74px) + 14px + env(safe-area-inset-bottom))!important}
}
@media(min-width:901px){body.harthwyn-managed-page .harthwyn-mobile-back-to-top-260243{display:none!important}}

/* Harthwyn 26.01.260 — I Am utility rail non-overlap authority.
   The fixed Messages / More utility is valuable on smart devices, but the full
   desktop pill rail was cutting across I Am story cards and section content.
   Desktop I Am pages now reserve a narrow right-side utility lane and compact
   the rail so it never sits over story copy or cards. */
@media (min-width: 1281px) {
  body.harthwyn-managed-page-key-i_am .harthwyn-i-am-260164,
  body.harthwyn-managed-page-key-i_am .harthwyn-i-am-2027-260259 {
    width: min(100%, calc(100vw - 232px)) !important;
    max-width: 1420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) {
    top: calc(50% + 18px) !important;
    right: max(18px, env(safe-area-inset-right)) !important;
    transform: translateY(-50%) !important;
    display: grid !important;
    grid-template-columns: 56px !important;
    grid-template-rows: 56px 56px !important;
    gap: 10px !important;
    width: 56px !important;
    max-width: 56px !important;
    pointer-events: auto !important;
  }

  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-quick-utility-rail-260204,
  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher {
    display: block !important;
    width: 56px !important;
    min-width: 56px !important;
  }

  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) :is(.harthwyn-quick-utility-rail-260204__button,.harthwyn-global-more-launcher__toggle) {
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.92) !important;
    color: #123e68 !important;
  }

  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-combined-utility-260240__label,
  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__icon {
    display: inline-flex !important;
  }

  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__mobile-label,
  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-global-more-launcher__toggle::after {
    display: none !important;
    content: none !important;
  }

  body.harthwyn-managed-page-key-i_am .harthwyn-combined-utility-260240:not(.is-more-open) .harthwyn-combined-utility-260240__count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 5px !important;
    font-size: .68rem !important;
    background: #123e68 !important;
    color: #fff !important;
  }
}

@media (min-width: 1281px) and (max-width: 1540px) {
  body.harthwyn-managed-page-key-i_am .harthwyn-i-am-260164,
  body.harthwyn-managed-page-key-i_am .harthwyn-i-am-2027-260259 {
    width: calc(100vw - 188px) !important;
  }
}

/* 26.01.277 — fixed Messages utility is a direct route link, not a modal button. */
body.harthwyn-managed-page .harthwyn-quick-utility-rail-260204__button{text-decoration:none!important;appearance:none!important;-webkit-appearance:none!important}
