:root{
  --hrs-paper:#fbfaf6;
  --hrs-paper-blue:#f3f9fd;
  --hrs-ink:#10253a;
  --hrs-ink-soft:#405d73;
  --hrs-muted:#66798b;
  --hrs-line:rgba(16,37,58,.16);
  --hrs-line-soft:rgba(16,37,58,.08);
  --hrs-blue:#1267d8;
  --hrs-teal:#248d84;
  --hrs-orange:#d97a2c;
  --hrs-violet:#7459bd;
  --hrs-header:92px;
  --hrs-max:1320px;
  --hrs-ease:cubic-bezier(.22,.72,.18,1);
}
.hrs-skip-link{
  position:fixed;z-index:20000;top:10px;left:12px;padding:11px 15px;
  border:2px solid var(--hrs-ink);border-radius:10px;background:#fff;color:var(--hrs-ink);
  font:800 .82rem/1 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration:none;transform:translateY(-160%);transition:transform .16s ease
}
.hrs-skip-link:focus-visible{transform:translateY(0);outline:3px solid #69a5ff;outline-offset:3px}
.hrs-skip-link:focus:not(:focus-visible){transform:translateY(-160%);outline:none}
@view-transition{navigation:auto}
::view-transition-old(root){animation:hrs-vt-out .16s ease both}
::view-transition-new(root){animation:hrs-vt-in .28s var(--hrs-ease) both}
@keyframes hrs-vt-out{to{opacity:.88}}
@keyframes hrs-vt-in{from{opacity:0;transform:translateY(5px)}}
.hrs-site-header,*[data-hrs-shell]{box-sizing:border-box}
.hrs-site-header{
  position:sticky;top:0;z-index:10000;
  min-height:var(--hrs-header);
  color:var(--hrs-ink);
  background:rgba(251,250,246,.95);
  border-bottom:1px solid var(--hrs-line);
  -webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);
  opacity:0;transform:translateY(-14px);
  animation:hrs-header-in .52s var(--hrs-ease) .03s forwards;
  transition:min-height .32s var(--hrs-ease),background .32s ease,box-shadow .32s ease;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.hrs-site-header.hrs-compact{
  min-height:76px;background:rgba(251,250,246,.985);
  box-shadow:0 8px 28px rgba(16,37,58,.035)
}
@keyframes hrs-header-in{to{opacity:1;transform:translateY(0)}}
.hrs-header-inner{
  width:min(var(--hrs-max),calc(100% - 88px));min-height:inherit;margin:0 auto;
  display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:30px
}
.hrs-brand{color:inherit;text-decoration:none}
.hrs-brand-kicker{
  color:var(--hrs-blue);font-size:14px;font-weight:800;letter-spacing:.20em;
  text-transform:uppercase;line-height:1.1
}
.hrs-brand-name{margin-top:6px;font-size:17px;font-weight:750;line-height:1.1}
.hrs-primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:30px;white-space:nowrap}
.hrs-primary-nav a{
  color:var(--hrs-ink);text-decoration:none;font-size:15px;font-weight:700;
  padding:11px 0;position:relative
}
.hrs-primary-nav a:after{
  content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--hrs-blue);
  transition:right .26s var(--hrs-ease)
}
.hrs-primary-nav a:hover:after,.hrs-primary-nav a[aria-current="page"]:after{right:0}
.hrs-record{
  color:var(--hrs-ink);text-decoration:none;border:2px solid var(--hrs-ink);
  border-radius:999px;padding:13px 22px;font-size:15px;font-weight:750;background:transparent;
  transition:transform .22s ease,background .22s ease,color .22s ease
}
.hrs-record:hover,.hrs-record[aria-current="page"]{
  background:var(--hrs-ink);color:var(--hrs-paper);transform:translateY(-1px)
}
.hrs-menu{
  display:none;border:1px solid var(--hrs-line);background:transparent;color:var(--hrs-ink);
  border-radius:999px;padding:10px 14px;font-weight:750
}
.hrs-page-leaving{opacity:.88;transition:opacity .12s ease}
.hrs-lab-page{
  margin:0;background:var(--hrs-paper);color:var(--hrs-ink);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased
}
.hrs-lab-page *{box-sizing:border-box}
.hrs-lab-page a{color:inherit}
.hrs-shell{width:min(var(--hrs-max),calc(100% - 88px));margin:0 auto}
.hrs-hero{
  position:relative;overflow:hidden;border-bottom:1px solid var(--hrs-line-soft);
  background:
    radial-gradient(circle at 74% 42%,rgba(86,175,238,.18),transparent 22%),
    radial-gradient(circle at 88% 34%,rgba(118,183,246,.10),transparent 27%),
    linear-gradient(135deg,var(--hrs-paper) 0%,var(--hrs-paper) 52%,var(--hrs-paper-blue) 100%)
}
.hrs-hero:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.55;
  background-image:radial-gradient(rgba(36,116,203,.16) 1.2px,transparent 1.2px);
  background-size:26px 26px;
  -webkit-mask-image:linear-gradient(to right,transparent,rgba(0,0,0,.78));
  mask-image:linear-gradient(to right,transparent,rgba(0,0,0,.78))
}
.hrs-hero-inner{
  position:relative;z-index:1;min-height:430px;padding:88px 0 66px;
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.58fr);gap:70px;align-items:end
}
.hrs-eyebrow{
  color:var(--hrs-blue);font-size:13px;font-weight:800;letter-spacing:.18em;
  text-transform:uppercase;margin-bottom:20px
}
.hrs-hero h1{
  margin:0;max-width:820px;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;
  font-size:clamp(58px,7vw,104px);font-weight:600;line-height:.92;letter-spacing:-.05em;text-wrap:balance
}
.hrs-hero-copy{
  margin:0;color:var(--hrs-ink-soft);font-family:Iowan Old Style,Georgia,serif;
  font-size:23px;line-height:1.34;max-width:520px
}
.hrs-section{padding:72px 0 96px}
.hrs-section-head{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);
  gap:72px;align-items:end;padding-bottom:28px;border-bottom:1px solid var(--hrs-line)
}
.hrs-section-head h2{
  margin:0;font-family:Iowan Old Style,Georgia,serif;font-size:50px;font-weight:600;
  line-height:1.02;letter-spacing:-.025em;text-wrap:balance
}
.hrs-section-head p{margin:0;color:var(--hrs-muted);line-height:1.6}
.hrs-row-list{border-top:1px solid var(--hrs-line)}
.hrs-row{
  display:grid;grid-template-columns:130px minmax(0,1fr) 48px;gap:28px;
  padding:34px 0;border-bottom:1px solid var(--hrs-line);align-items:center;
  text-decoration:none;transition:padding-left .28s var(--hrs-ease),background .28s ease
}
.hrs-row:hover{padding-left:12px;background:linear-gradient(90deg,rgba(18,103,216,.025),transparent 56%)}
.hrs-row-index{
  color:var(--hrs-blue);font-size:12px;font-weight:850;letter-spacing:.15em;text-transform:uppercase
}
.hrs-row:nth-child(2) .hrs-row-index{color:var(--hrs-teal)}
.hrs-row:nth-child(3) .hrs-row-index{color:var(--hrs-orange)}
.hrs-row:nth-child(4) .hrs-row-index{color:var(--hrs-violet)}
.hrs-row h3{
  margin:0 0 8px;font-family:Iowan Old Style,Georgia,serif;font-size:36px;
  font-weight:600;line-height:1.05;letter-spacing:-.025em
}
.hrs-row p{margin:0;max-width:820px;color:var(--hrs-muted);line-height:1.55}
.hrs-arrow{
  width:40px;height:40px;border:1px solid #9baaba;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:20px
}
.hrs-loop{
  display:grid;grid-template-columns:repeat(9,minmax(0,1fr));margin-top:50px;
  padding-top:26px;border-top:1px solid var(--hrs-line)
}
.hrs-loop span{
  padding:9px 6px;text-align:center;color:var(--hrs-muted);font-size:11px;
  border-right:1px solid var(--hrs-line-soft)
}
.hrs-loop span:last-child{border-right:0}
.hrs-lab-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);
  gap:70px;align-items:start;padding-top:54px
}
.hrs-control-panel{border-top:1px solid var(--hrs-line)}
.hrs-control{padding:22px 0;border-bottom:1px solid var(--hrs-line)}
.hrs-control label,.hrs-label{
  display:block;margin-bottom:9px;color:var(--hrs-muted);font-size:11px;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase
}
.hrs-button-row{display:flex;gap:9px;flex-wrap:wrap}
.hrs-button{
  appearance:none;border:1px solid var(--hrs-line);background:transparent;color:var(--hrs-ink);
  border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:700
}
.hrs-button:hover,.hrs-button.is-active{border-color:var(--hrs-blue);background:rgba(18,103,216,.06)}
.hrs-button.hrs-primary{background:var(--hrs-ink);color:var(--hrs-paper);border-color:var(--hrs-ink)}
.hrs-button:disabled{opacity:.35;cursor:not-allowed}
.hrs-model{
  min-height:360px;padding:34px;border:1px solid var(--hrs-line);
  background:linear-gradient(145deg,rgba(255,255,255,.35),rgba(243,249,253,.8));
  display:flex;flex-direction:column;justify-content:center
}
.hrs-model-tag{
  color:var(--hrs-muted);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  margin-bottom:24px
}
.hrs-state-diagram{display:flex;align-items:center;justify-content:center;gap:13px;flex-wrap:wrap}
.hrs-state-node{border:1px solid var(--hrs-line);padding:15px 17px;background:rgba(251,250,246,.88);font-weight:700}
.hrs-state-arrow{color:var(--hrs-muted)}
.hrs-model-note{margin:24px auto 0;max-width:560px;color:var(--hrs-muted);line-height:1.55;text-align:center}
.hrs-evidence{
  margin-top:28px;padding:25px 0;border-top:1px solid var(--hrs-line);border-bottom:1px solid var(--hrs-line)
}
.hrs-evidence[hidden]{display:none}
.hrs-evidence strong{font-family:Iowan Old Style,Georgia,serif;font-size:27px;font-weight:600}
.hrs-evidence p{color:var(--hrs-muted);line-height:1.6}
.hrs-callout{
  margin-top:28px;padding-left:17px;border-left:3px solid var(--hrs-orange);
  color:#76502a;line-height:1.6
}
.hrs-slider{width:100%;accent-color:var(--hrs-blue)}
.hrs-select{
  width:100%;max-width:420px;border:1px solid var(--hrs-line);background:transparent;
  padding:11px 12px;color:var(--hrs-ink);font:inherit
}
.hrs-nucleus{
  width:270px;height:270px;border:1px solid rgba(18,103,216,.32);border-radius:48% 52% 50% 46%;
  margin:0 auto;position:relative;background:radial-gradient(circle at 50% 50%,rgba(18,103,216,.06),transparent 64%)
}
.hrs-punctum{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--hrs-blue);opacity:.76}
.hrs-decision{
  font-family:Iowan Old Style,Georgia,serif;font-size:52px;font-weight:600;letter-spacing:-.03em
}
.hrs-meter-grid{display:grid;grid-template-columns:1fr;gap:14px}
.hrs-footer{
  border-top:1px solid var(--hrs-line);padding:30px 0 36px;color:var(--hrs-muted);font-size:13px
}
@media(max-width:1080px){
  .hrs-header-inner,.hrs-shell{width:min(var(--hrs-max),calc(100% - 52px))}
  .hrs-header-inner{grid-template-columns:210px 1fr auto;gap:18px}
  .hrs-primary-nav{gap:19px}.hrs-primary-nav a{font-size:14px}
  .hrs-hero-inner,.hrs-lab-grid{grid-template-columns:1fr;gap:34px}
  .hrs-hero-inner{padding-top:70px}.hrs-hero-copy{max-width:700px}
}
@media(max-width:820px){
  .hrs-site-header{position:relative}
  .hrs-header-inner,.hrs-shell{width:calc(100% - 36px)}
  .hrs-header-inner{display:flex;flex-wrap:wrap;padding:16px 0;gap:14px}
  .hrs-brand{flex:1}.hrs-menu{display:block}
  .hrs-primary-nav{
    order:3;display:none;width:100%;flex-direction:column;align-items:flex-start;
    gap:0;border-top:1px solid var(--hrs-line)
  }
  .hrs-site-header.hrs-open .hrs-primary-nav{display:flex}
  .hrs-primary-nav a{width:100%;padding:14px 0;border-bottom:1px solid var(--hrs-line-soft)}
  .hrs-record{margin-left:auto;padding:10px 14px}
  .hrs-hero-inner{min-height:360px;padding:62px 0 48px}
  .hrs-section{padding:54px 0 76px}
  .hrs-section-head{grid-template-columns:1fr;gap:16px}
  .hrs-row{grid-template-columns:minmax(76px,max-content) minmax(0,1fr) 40px;gap:14px}
  .hrs-loop{grid-template-columns:repeat(3,1fr)}
  .hrs-loop span{border-bottom:1px solid var(--hrs-line-soft)}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .hrs-site-header{opacity:1;transform:none}
}

/* === DATA AI RESPONSIVE FOUNDATION V19.2 === */
/* Shared portfolio shell: responsive integrity only. */
@media (max-width:900px){
  #hrs-site-header.hrs-site-header{
    width:100% !important;
    max-width:100vw !important;
    overflow:visible !important;
  }

  #hrs-site-header .hrs-header-inner{
    width:calc(100% - 24px) !important;
    max-width:100% !important;
    min-width:0 !important;
    grid-template-columns:minmax(0,1fr) max-content !important;
    gap:12px !important;
  }

  #hrs-site-header .hrs-brand{
    min-width:0 !important;
    max-width:100% !important;
  }

  #hrs-site-header .hrs-brand-kicker,
  #hrs-site-header .hrs-brand-name{
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  #hrs-site-header .hrs-menu{
    grid-column:2 !important;
    justify-self:end !important;
    min-width:64px !important;
    min-height:40px !important;
  }

  #hrs-site-header .hrs-record{
    display:none !important;
  }

  #hrs-site-header .hrs-primary-nav{
    min-width:0 !important;
  }

  #hrs-site-header.hrs-open .hrs-primary-nav{
    position:absolute !important;
    top:68px !important;
    left:12px !important;
    right:12px !important;
    width:auto !important;
    max-width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 88px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:8px !important;
  }

  #hrs-site-header.hrs-open .hrs-primary-nav a{
    width:100% !important;
    min-height:44px !important;
    justify-content:flex-start !important;
    padding:0 12px !important;
    white-space:normal !important;
  }
}

@media (max-width:520px){
  #hrs-site-header .hrs-header-inner{
    width:calc(100% - 20px) !important;
  }

  #hrs-site-header .hrs-brand-kicker{
    font-size:8px !important;
    letter-spacing:.14em !important;
  }

  #hrs-site-header .hrs-brand-name{
    font-size:13px !important;
  }

  #hrs-site-header .hrs-menu{
    min-width:58px !important;
  }
}
/* === /DATA AI RESPONSIVE FOUNDATION V19.2 === */

/* === HRS UNIFIED HEADER V20.20 === */
@view-transition{navigation:auto;}
html{scrollbar-gutter:stable;}

#hrs-site-header.hrs-site-header,
header#hrs-site-header.siteHeader{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  width:100% !important;
  max-width:none !important;
  min-height:78px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-bottom:1px solid rgba(16,36,59,.12) !important;
  background:rgba(250,248,243,.94) !important;
  color:#10243b !important;
  box-shadow:none !important;
  opacity:1 !important;
  transform:none !important;
  animation:none !important;
  transition:none !important;
  view-transition-name:hrs-site-header;
  -webkit-backdrop-filter:blur(18px) !important;
  backdrop-filter:blur(18px) !important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

#hrs-site-header .hrs-header-inner,
#hrs-site-header .nav.hrs-header-inner{
  position:relative !important;
  box-sizing:border-box !important;
  width:min(calc(100% - 6rem),1320px) !important;
  max-width:1320px !important;
  min-height:78px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:2rem !important;
}

#hrs-site-header a{color:#10243b !important;text-decoration:none !important;}

#hrs-site-header .hrs-brand{
  flex:0 0 auto !important;
  min-width:150px !important;
  display:block !important;
  font-weight:800 !important;
  letter-spacing:-.025em !important;
  line-height:1.05 !important;
}

#hrs-site-header .hrs-brand-kicker{
  display:block !important;
  margin:0 0 .26rem !important;
  color:#1761d8 !important;
  font-size:.68rem !important;
  line-height:1 !important;
  font-weight:850 !important;
  letter-spacing:.17em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

#hrs-site-header .hrs-brand-name{
  display:block !important;
  margin:0 !important;
  color:#10243b !important;
  font-size:.82rem !important;
  line-height:1.05 !important;
  font-weight:800 !important;
  letter-spacing:-.025em !important;
  white-space:nowrap !important;
}

#hrs-site-header .hrs-primary-nav{
  min-width:0 !important;
  margin-left:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:nowrap !important;
  gap:.9rem !important;
  white-space:nowrap !important;
}

#hrs-site-header .hrs-primary-nav a{
  position:relative !important;
  min-height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#10243b !important;
  font-size:.78rem !important;
  line-height:1 !important;
  font-weight:700 !important;
  white-space:nowrap !important;
  transition:color .15s ease !important;
}

#hrs-site-header .hrs-primary-nav a:hover,
#hrs-site-header .hrs-primary-nav a:focus-visible{color:#1761d8 !important;transform:none !important;}

#hrs-site-header .hrs-primary-nav a[aria-current="page"]:not(.hrs-record){color:#1761d8 !important;}
#hrs-site-header .hrs-primary-nav a[aria-current="page"]:not(.hrs-record)::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:4px !important;
  height:1.5px !important;
  border-radius:999px !important;
  background:#1761d8 !important;
}

#hrs-site-header .hrs-primary-nav a.hrs-record{
  min-height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:.5rem .86rem !important;
  border:1px solid #10243b !important;
  border-radius:999px !important;
  background:transparent !important;
  color:#10243b !important;
  font-size:.82rem !important;
  line-height:1 !important;
  font-weight:750 !important;
  white-space:nowrap !important;
  transition:background-color .15s ease,color .15s ease !important;
}
#hrs-site-header .hrs-primary-nav a.hrs-record::after{content:none !important;display:none !important;}
#hrs-site-header .hrs-primary-nav a.hrs-record:hover,
#hrs-site-header .hrs-primary-nav a.hrs-record:focus-visible,
#hrs-site-header .hrs-primary-nav a.hrs-record:active{background:#10243b !important;color:#fff !important;}

#hrs-site-header .hrs-menu{display:none !important;}

::view-transition-group(hrs-site-header){animation-duration:180ms !important;animation-timing-function:ease !important;}
::view-transition-old(hrs-site-header),
::view-transition-new(hrs-site-header){animation-duration:180ms !important;mix-blend-mode:normal !important;}

@keyframes hrs-content-out{to{opacity:0;filter:blur(1px)}}
@keyframes hrs-content-in{from{opacity:0;filter:blur(1px)}}
::view-transition-old(root){animation:80ms ease-out both hrs-content-out;}
::view-transition-new(root){animation:130ms 20ms ease-out both hrs-content-in;}
body.hrs-page-leaving{opacity:1 !important;transform:none !important;transition:none !important;}

@media(max-width:1040px){
  #hrs-site-header .hrs-header-inner{width:min(calc(100% - 3rem),1320px) !important;}
  #hrs-site-header .hrs-primary-nav{gap:.52rem !important;}
  #hrs-site-header .hrs-primary-nav a{font-size:.72rem !important;}
}

@media(max-width:820px){
  #hrs-site-header.hrs-site-header{min-height:68px !important;}
  #hrs-site-header .hrs-header-inner{
    min-height:68px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) max-content !important;
    gap:12px !important;
  }
  #hrs-site-header .hrs-brand{min-width:0 !important;max-width:100% !important;}
  #hrs-site-header .hrs-menu{
    grid-column:2 !important;
    justify-self:end !important;
    min-width:64px !important;
    min-height:40px !important;
    display:inline-grid !important;
    place-items:center !important;
    padding:0 14px !important;
    border:1px solid #d7dfe4 !important;
    border-radius:999px !important;
    background:#fffefb !important;
    color:#10243b !important;
    font:800 .76rem/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  }
  #hrs-site-header .hrs-primary-nav{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:calc(100% + 1px) !important;
    z-index:1001 !important;
    margin:0 !important;
    padding:1rem 1.5rem 1.3rem !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    border:1px solid #d7dfe4 !important;
    border-top:0 !important;
    border-radius:0 0 14px 14px !important;
    background:rgba(250,248,243,.99) !important;
    box-shadow:0 18px 38px rgba(16,36,59,.10) !important;
  }
  #hrs-site-header.hrs-open .hrs-primary-nav,
  #hrs-site-header .hrs-primary-nav.open{display:flex !important;}
  #hrs-site-header .hrs-primary-nav a{width:100% !important;justify-content:center !important;white-space:normal !important;}
  #hrs-site-header .hrs-record{margin-top:.45rem !important;}
}

@media(max-width:580px){
  #hrs-site-header .hrs-header-inner{width:min(calc(100% - 1.5rem),1320px) !important;}
}

@media(prefers-reduced-motion:reduce){
  #hrs-site-header,#hrs-site-header *,
  ::view-transition-group(hrs-site-header),
  ::view-transition-old(hrs-site-header),
  ::view-transition-new(hrs-site-header),
  ::view-transition-old(root),
  ::view-transition-new(root){animation:none !important;transition:none !important;}
}
/* === /HRS UNIFIED HEADER V20.20 === */

/* === HRS CANONICAL HEADER GEOMETRY V118 === */
#hrs-site-header.hrs-site-header,
header#hrs-site-header.siteHeader{
  height:78px !important;
  min-height:78px !important;
}
#hrs-site-header .hrs-header-inner,
#hrs-site-header .nav.hrs-header-inner{
  width:min(calc(100% - 96px),1320px) !important;
  max-width:1320px !important;
  height:78px !important;
  min-height:78px !important;
  gap:32px !important;
}
#hrs-site-header .hrs-brand{min-width:150px !important;line-height:1.05 !important;}
#hrs-site-header .hrs-brand-kicker{
  margin:0 0 4px !important;
  font-size:11px !important;
  line-height:11px !important;
  letter-spacing:1.9px !important;
}
#hrs-site-header .hrs-brand-name{
  font-size:13px !important;
  line-height:14px !important;
}
#hrs-site-header .hrs-primary-nav{gap:14px !important;}
#hrs-site-header .hrs-primary-nav a{
  min-height:44px !important;
  font-size:12.5px !important;
  line-height:12.5px !important;
}
::view-transition-group(hrs-site-header),
::view-transition-old(hrs-site-header),
::view-transition-new(hrs-site-header){
  animation:none !important;
  mix-blend-mode:normal !important;
}
@media(max-width:1040px){
  #hrs-site-header .hrs-header-inner,
  #hrs-site-header .nav.hrs-header-inner{width:min(calc(100% - 48px),1320px) !important;}
  #hrs-site-header .hrs-primary-nav{gap:8px !important;}
  #hrs-site-header .hrs-primary-nav a{font-size:11.5px !important;line-height:11.5px !important;}
}
@media(max-width:820px){
  #hrs-site-header.hrs-site-header,
  header#hrs-site-header.siteHeader{height:68px !important;min-height:68px !important;}
  #hrs-site-header .hrs-header-inner,
  #hrs-site-header .nav.hrs-header-inner{height:68px !important;min-height:68px !important;gap:12px !important;}
  #hrs-site-header .hrs-menu{font-size:12px !important;line-height:12px !important;}
  #hrs-site-header .hrs-primary-nav{padding:16px 24px 21px !important;}
}
@media(max-width:580px){
  #hrs-site-header .hrs-header-inner,
  #hrs-site-header .nav.hrs-header-inner{width:min(calc(100% - 24px),1320px) !important;}
}
/* === /HRS CANONICAL HEADER GEOMETRY V118 === */


/* v133 Gutter Stability */
html { overflow-y: scroll; }

/* video layout stability */
video:not([width]):not([height]){aspect-ratio:16/9;object-fit:contain}

/* The shared site header does not expose a skip control. */
.hrs-skip-link{display:none!important}
