/* RLR system — flat, one class per rule block, Webflow-portable.
   No nesting, no descendant selectors, longhand only. Each block maps to a Webflow class. */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--white);font-family:var(--font-body);color:var(--grey-700);
     font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}
img,video{display:block;max-width:100%}
a{color:inherit}

/* ---------- structure ---------- */
.rlr-container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;
  padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}
.rlr-section{padding-top:var(--space-7);padding-bottom:var(--space-7);background-color:var(--white);overflow-x:clip}
.rlr-tileband{padding-top:var(--space-7);padding-bottom:var(--space-7);background-color:var(--grey-100);overflow-x:clip}
.rlr-dark{padding-top:var(--space-7);padding-bottom:var(--space-7);background-color:var(--navy);overflow-x:clip}
.rlr-measure{max-width:var(--measure)}

/* ---------- type ---------- */
.rlr-eyebrow{font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:2px;
  text-transform:uppercase;color:var(--grey-600);margin:0 0 var(--space-3)}
.rlr-eyebrow-invert{font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:2px;
  text-transform:uppercase;color:var(--green-glow);margin:0 0 var(--space-3)}
.rlr-kicker{display:inline-block;align-self:flex-start;font-family:var(--font-body);font-weight:700;font-size:13px;
  letter-spacing:1.6px;text-transform:uppercase;color:var(--green-glow);margin:0 0 var(--space-4);
  padding:7px 14px;border:1px solid rgba(33,217,183,.34);border-radius:100px}
.rlr-h1{font-family:var(--font-display);font-weight:500;font-size:72px;line-height:1.02;
  letter-spacing:-2px;color:var(--white);margin:0 0 var(--space-4)}
.rlr-h2{font-family:var(--font-display);font-weight:700;font-size:48px;line-height:1.08;
  letter-spacing:-1.2px;color:var(--grey-800);margin:0 0 var(--space-3)}
.rlr-h2-invert{font-family:var(--font-display);font-weight:700;font-size:48px;line-height:1.08;
  letter-spacing:-1.2px;color:var(--white);margin:0 0 var(--space-3)}
.rlr-h3{font-family:var(--font-display);font-weight:500;font-size:21px;line-height:1.3;
  color:var(--grey-800);margin:0 0 var(--space-2)}
.rlr-lede{font-size:20px;line-height:1.55;color:var(--grey-600);max-width:var(--measure);margin:0}
.rlr-lede-invert{font-size:20px;line-height:1.55;color:var(--on-navy-secondary);
  max-width:var(--measure);margin:0}
.rlr-body{font-size:17px;line-height:1.6;color:var(--grey-700);margin:0}

/* ---------- nav ---------- */
.rlr-nav{display:flex;align-items:center;justify-content:space-between;
  padding-top:var(--space-4);padding-bottom:var(--space-4)}
.rlr-navlinks{display:flex;align-items:center;column-gap:var(--space-5)}
.rlr-navlink{font-size:15px;color:var(--on-navy-secondary);text-decoration:none;
  padding-top:12px;padding-bottom:12px;transition:color 160ms ease}
.rlr-navlink:hover{color:var(--white)}
.rlr-logo{display:block;text-decoration:none;line-height:0}
.rlr-logo{display:flex;align-items:center;min-height:44px}
.rlr-logo-img{display:block;width:172px;height:auto}
.rlr-logo-img-sm{width:150px}

/* ---------- buttons ---------- */
.rlr-btn{display:inline-block;font-family:var(--font-body);font-weight:700;font-size:16px;
  padding:15px 30px;border-radius:10px;text-decoration:none;background-color:var(--green-glow);
  color:var(--navy);border:0;transition:background-color 200ms ease,color 200ms ease}
.rlr-btn:hover{background-color:var(--green-deep);color:var(--white)}
.rlr-btn-ghost{display:inline-block;font-family:var(--font-body);font-weight:700;font-size:16px;
  padding:15px 30px;border-radius:10px;text-decoration:none;background-color:transparent;
  color:var(--white);border:1px solid rgba(255,255,255,.3);transition:background-color 200ms ease}
.rlr-btn-ghost:hover{background-color:rgba(255,255,255,.09)}
.rlr-btn-dark{display:inline-block;font-family:var(--font-body);font-weight:700;font-size:16px;
  padding:15px 30px;border-radius:10px;text-decoration:none;background-color:var(--navy);
  color:var(--white);border:0;transition:background-color 200ms ease}
.rlr-btn-dark:hover{background-color:var(--blue-deep)}
.rlr-actions{display:flex;flex-wrap:wrap;column-gap:14px;row-gap:14px;margin-top:var(--space-5)}

/* ---------- hero ---------- */
.rlr-hero{position:relative;min-height:820px;display:flex;flex-direction:column;
  background-color:var(--navy);overflow:hidden}
.rlr-hero-media{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;
  object-position:64% 52%;z-index:0}
.rlr-hero-scrim{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;
  background-image:linear-gradient(90deg,rgba(11,17,36,.95) 0%,rgba(11,17,36,.86) 42%,rgba(11,17,36,.52) 78%,rgba(11,17,36,.38) 100%)}
.rlr-hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;padding-top:104px}
.rlr-split-spaced{margin-top:var(--space-6)}
.rlr-hero-nav-wrap{position:relative;z-index:2}
.rlr-hero-body{display:flex;flex-direction:column;justify-content:center;flex:1;
  padding-top:var(--space-6);padding-bottom:var(--space-8);max-width:760px}

/* ---------- logo band ---------- */
.rlr-logoband{display:block;--partner-h:44px}
.rlr-hero-navrow{position:relative;z-index:2}
/* Each mark carries its own --k, the optical factor the normaliser baked into the
   file's height. A flat height here would put a compact roundel and a long wordmark
   at the same box size, which is what makes a logo row read as a ransom note. */
.rlr-partner{flex:0 0 auto;display:flex;align-items:center}
.rlr-partner img{display:block;width:auto;height:calc(var(--partner-h) * var(--k,1));
  opacity:.62}
@media (max-width:640px){.rlr-logoband{--partner-h:34px}}

/* ---------- quote ---------- */
.rlr-quote{font-family:var(--font-display);font-weight:500;font-size:34px;line-height:1.32;
  letter-spacing:-.6px;color:var(--grey-800);margin:0;max-width:20em}
.rlr-attrib{font-size:15px;color:var(--grey-600);margin:var(--space-4) 0 0}

/* ---------- grids & cards ---------- */
.rlr-grid-2{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--space-4);row-gap:var(--space-4)}
.rlr-aside{margin-top:var(--space-5);max-width:var(--measure);color:var(--grey-600)}
.rlr-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:var(--space-4);row-gap:var(--space-4)}
.rlr-split{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--space-7);row-gap:var(--space-5);
  align-items:center}
.rlr-card{background-color:var(--grey-100);border-radius:var(--radius-card);padding:var(--space-card-pad);
  box-shadow:var(--shadow-2);display:flex;flex-direction:column}
.rlr-routecard{background-color:var(--white);border-radius:var(--radius-card);padding:var(--space-card-pad);
  box-shadow:var(--shadow-3);display:flex;flex-direction:column;text-decoration:none;
  transition:transform 200ms ease,box-shadow 200ms ease}
.rlr-routecard:hover{transform:translateY(-3px);box-shadow:var(--shadow-4)}
.rlr-routelink{font-weight:700;font-size:15px;color:var(--blue-deep);margin-top:auto;padding-top:var(--space-4)}
.rlr-sectionhead{max-width:760px;margin-bottom:var(--space-6)}

/* ---------- product shot ---------- */
.rlr-shot{border-radius:var(--radius-strip);overflow:hidden;box-shadow:var(--shadow-5);
  margin-right:-140px}
.rlr-shot-img{width:100%;height:auto}

/* ---------- footer ---------- */
.rlr-footer{background-color:var(--navy);padding-top:var(--space-6);padding-bottom:var(--space-6)}
.rlr-footer-row{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:var(--space-4)}
.rlr-footer-text{font-size:14px;color:var(--on-navy-muted)}

/* ---------- responsive: Webflow's four breakpoints only ---------- */
/* ---------- mobile menu ---------- */
.rlr-navtoggle{display:none;align-items:center;column-gap:10px;min-height:44px;
  padding:8px 14px 8px 12px;background-color:transparent;border:1px solid rgba(255,255,255,.28);
  border-radius:100px;cursor:pointer;font-family:var(--font-body);font-weight:700;font-size:15px;
  color:var(--white)}
.rlr-navtoggle:focus-visible{outline:2px solid var(--green-glow);outline-offset:3px}
.rlr-navtoggle-bars{display:block;width:18px;height:12px;position:relative}
.rlr-navtoggle-bars span{position:absolute;left:0;width:18px;height:2px;border-radius:2px;
  background-color:var(--white);transition:transform .22s ease,opacity .22s ease}
.rlr-navtoggle-bars span:first-child{top:1px}
.rlr-navtoggle-bars span:last-child{bottom:1px}
.rlr-navtoggle[aria-expanded="true"] .rlr-navtoggle-bars span:first-child{transform:translateY(4px) rotate(45deg)}
.rlr-navtoggle[aria-expanded="true"] .rlr-navtoggle-bars span:last-child{transform:translateY(-5px) rotate(-45deg)}

.rlr-menu{position:fixed;top:var(--rlr-header-h,84px);left:0;right:0;bottom:auto;
  margin:0;padding:0;border:0;width:100%;max-width:100%;max-height:none;
  background-color:transparent;color:var(--white);overflow:visible}
.rlr-menu:not(:popover-open):not(.is-open){display:none}
/* no dim: the popover backdrop would grey out the header above it, and the
   panel is opaque enough to read on its own. Light dismiss still works. */
.rlr-menu::backdrop{background-color:transparent}
.rlr-menu-inner{display:flex;flex-direction:column;background-color:var(--navy-raised);
  border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);
  padding:8px max(24px,env(safe-area-inset-left)) calc(20px + env(safe-area-inset-bottom));
  max-height:calc(100dvh - var(--rlr-header-h,84px));overflow-y:auto;
    overscroll-behavior:contain}
.rlr-menulink{display:flex;align-items:center;min-height:52px;font-family:var(--font-body);
  font-size:17px;font-weight:400;color:var(--white);text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.09)}
.rlr-menulink:last-of-type{border-bottom:0}
.rlr-menulink:focus-visible{outline:2px solid var(--green-glow);outline-offset:-2px}
.rlr-menu-cta{margin-top:16px;justify-content:center;text-align:center}

@media screen and (max-width:900px){
  .rlr-navlinks{display:none}
  .rlr-navtoggle{display:inline-flex}
  .rlr-logo-img{width:146px}
}

@media screen and (max-width:991px){
.rlr-h1{font-size:52px;letter-spacing:-1.4px}
  .rlr-hero-deck{font-size:24px}
  .rlr-h2,.rlr-h2-invert{font-size:36px;letter-spacing:-.8px}
  .rlr-quote{font-size:26px}
  .rlr-split{grid-template-columns:1fr;column-gap:var(--space-5)}
  .rlr-grid-3{grid-template-columns:1fr}
  .rlr-grid-2{grid-template-columns:1fr}
  .rlr-shot{margin-right:0}
  .rlr-hero{min-height:640px}
  .rlr-section,.rlr-tileband,.rlr-dark{padding-top:var(--space-7);padding-bottom:var(--space-7)}
}
@media screen and (max-width:767px){
.rlr-h1{font-size:40px;letter-spacing:-1px}
  .rlr-hero-deck{font-size:22px}
  .rlr-h2,.rlr-h2-invert{font-size:30px}
  .rlr-lede,.rlr-lede-invert{font-size:18px}
  .rlr-navlinks{column-gap:var(--space-4)}
}
@media screen and (max-width:479px){
  .rlr-logo-img{width:132px}
.rlr-h1{font-size:34px}
}
@media (prefers-reduced-motion:reduce){
  .rlr-hero-video{display:none}
  .rlr-routecard{transition:none}
}

/* ---------- segment pages ---------- */
.rlr-mirror{background-color:var(--navy);border-radius:var(--radius-strip);
  padding:var(--space-6) var(--space-6)}
.rlr-mirror-q{font-family:var(--font-display);font-weight:500;font-size:27px;line-height:1.38;
  letter-spacing:-.4px;color:var(--white);margin:0;max-width:30em}
.rlr-mirror-a{font-size:14px;color:var(--on-navy-muted);margin:var(--space-4) 0 0}
.rlr-numlist{display:grid;row-gap:var(--space-4);margin:0;padding:0;list-style:none;counter-reset:n}
.rlr-numitem{display:grid;grid-template-columns:44px 1fr;column-gap:var(--space-4);
  padding-top:var(--space-4);border-top:1px solid var(--grey-200)}
.rlr-numitem-n{font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--blue-deep);
  font-variant-numeric:tabular-nums;padding-top:3px}
.rlr-chiprow{display:flex;flex-wrap:wrap;column-gap:var(--space-2);row-gap:var(--space-2);
  margin-top:var(--space-4)}
.rlr-chip{font-family:var(--font-body);font-weight:700;font-size:12px;letter-spacing:.06em;
  text-transform:uppercase;color:var(--grey-700);background-color:var(--white);
  border:1px solid var(--grey-300);border-radius:100px;padding:6px 13px}
.rlr-crumb{font-family:var(--font-body);font-size:14px;color:var(--on-navy-muted);
  margin:0 0 var(--space-3)}
/* a link inside a text block needs more than colour to be distinguishable */
.rlr-crumb a{color:var(--on-navy-secondary);text-decoration:underline;
  text-underline-offset:3px;text-decoration-thickness:1px}
.rlr-crumb a:hover{color:var(--white)}
.rlr-crumb a:focus-visible{outline:2px solid var(--green-glow);outline-offset:2px}
.rlr-note{font-size:15px;line-height:1.6;color:var(--grey-600);border-left:2px solid var(--grey-300);
  padding-left:var(--space-4);max-width:var(--measure);margin:var(--space-5) 0 0}
@media screen and (max-width:767px){
  .rlr-mirror-q{font-size:21px}
  .rlr-mirror{padding:var(--space-5) var(--space-4)}
  .rlr-numitem{grid-template-columns:32px 1fr;column-gap:var(--space-3)}
}

/* ---------- hero deck (optional second line under the h1) ---------- */
.rlr-hero-deck{font-family:var(--font-display);font-weight:500;font-size:28px;line-height:1.2;
  letter-spacing:-.6px;color:var(--green-glow);margin:0 0 var(--space-4);max-width:20em}

/* ---------- footer ---------- */
.rlr-footer-main{background-color:var(--navy);padding-top:var(--space-7);padding-bottom:var(--space-5)}
.rlr-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;column-gap:var(--space-5);
  row-gap:var(--space-5)}
.rlr-footer-brand{max-width:26em}
.rlr-footer-tag{font-size:16px;line-height:1.6;color:var(--on-navy-secondary);
  margin:var(--space-3) 0 0}
.rlr-footer-h{font-family:var(--font-body);font-weight:700;font-size:12px;letter-spacing:1.6px;
  text-transform:uppercase;color:var(--on-navy-muted);margin:0 0 var(--space-3)}
.rlr-footer-list{list-style:none;margin:0;padding:0}
.rlr-footer-list li{margin-bottom:10px}
.rlr-footer-link{display:inline-flex;align-items:center;min-height:26px;font-size:16px;
  line-height:1.5;color:var(--white);text-decoration:none;border-bottom:1px solid transparent}
.rlr-footer-link:hover{border-bottom-color:var(--green-glow)}
.rlr-footer-link:focus-visible{outline:2px solid var(--green-glow);outline-offset:3px}
.rlr-footer-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-3);
  margin-top:var(--space-6);padding-top:var(--space-4);
  border-top:1px solid rgba(255,255,255,.14)}
.rlr-footer-fine{font-size:14px;line-height:1.5;color:var(--on-navy-muted);margin:0}
@media screen and (max-width:767px){
  .rlr-footer-grid{grid-template-columns:1fr 1fr}
  .rlr-footer-brand{grid-column:1 / -1}
}
@media screen and (max-width:479px){
  .rlr-footer-grid{grid-template-columns:1fr}
}

/* ---------- about / team ---------- */
.rlr-bio{display:grid;grid-template-columns:340px 1fr;column-gap:var(--space-6);align-items:start}
.rlr-bio-portrait{width:100%;height:auto;display:block;border-radius:4px}
.rlr-bio-name{font-family:var(--font-display);font-weight:700;font-size:30px;line-height:1.15;
  letter-spacing:-.7px;color:var(--grey-800);margin:0 0 4px}
.rlr-bio-role{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:1.4px;
  text-transform:uppercase;color:var(--grey-600);margin:0 0 var(--space-4)}
.rlr-bio-body p{font-size:17px;line-height:1.68;color:var(--grey-700);margin:0 0 var(--space-3);
  max-width:var(--measure)}
.rlr-milestones{list-style:none;margin:var(--space-5) 0 0;padding:0;border-top:1px solid var(--grey-300)}
.rlr-milestone{display:grid;grid-template-columns:150px 1fr;column-gap:var(--space-4);
  padding-top:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--grey-300)}
.rlr-milestone-k{font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:.4px;
  color:var(--grey-600)}
.rlr-milestone-v{font-size:16px;line-height:1.6;color:var(--grey-700);margin:0}
@media screen and (max-width:767px){
  .rlr-bio{grid-template-columns:1fr;row-gap:var(--space-4)}
  .rlr-bio-portrait{max-width:300px}
  .rlr-milestone{grid-template-columns:1fr;row-gap:4px}
}
.rlr-inline-link{display:inline-flex;align-items:center;min-height:44px;color:var(--blue-deep);text-decoration:none;border-bottom:1px solid rgba(0,119,159,.4);
  font-weight:700}
.rlr-inline-link:hover{border-bottom-color:var(--blue-deep)}
.rlr-inline-link:focus-visible{outline:2px solid var(--blue-deep);outline-offset:3px}

/* ---------- mobile refinements ---------- */
@media screen and (max-width:767px){
  .rlr-section,.rlr-tileband,.rlr-dark{padding-top:var(--space-6);padding-bottom:var(--space-6)}
  .rlr-hero{min-height:auto}
  .rlr-hero-inner{padding-top:80px}
  .rlr-hero-body{padding-top:var(--space-5);padding-bottom:var(--space-6);
    min-height:calc(100svh - 80px);justify-content:center}
  .rlr-footer-main{padding-top:var(--space-6);
    padding-bottom:calc(var(--space-5) + env(safe-area-inset-bottom))}
  .rlr-footer-h{font-size:13px}
  .rlr-footer-link{display:inline-flex;align-items:center;min-height:44px}
  .rlr-footer-list li{margin-bottom:0}
  .rlr-footer-bar{margin-top:var(--space-5)}
}
@media screen and (max-width:479px){
  .rlr-section,.rlr-tileband,.rlr-dark{padding-top:var(--space-5);padding-bottom:var(--space-5)}
  .rlr-kicker{font-size:13px;letter-spacing:.8px;padding:6px 12px}
  .rlr-chip{font-size:13px}
  .rlr-lede,.rlr-lede-invert{font-size:17px}
  .rlr-actions{flex-direction:column;align-items:stretch}
  .rlr-actions .rlr-btn,.rlr-actions .rlr-btn-ghost{display:block;width:100%;text-align:center}
  .rlr-quote{font-size:23px}
  .rlr-bio-name{font-size:26px}
}

@media screen and (max-width:767px){
  .rlr-crumb{font-size:15px;line-height:1.7}
}

/* ---------- hero video ----------
   The 50% scrim is baked into the footage. Do not add a CSS overlay here or
   it double-darkens. The still sits underneath and shows through on phones,
   under prefers-reduced-motion, and before the video has any source. */
.rlr-hero-still{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;
  object-position:60% 50%;z-index:0}
video.rlr-hero-media{z-index:1;background-color:var(--navy);
  opacity:0;transition:opacity 420ms ease}
/* The video appears only once it is actually playing, never merely because it
   has been given a source. Keying this on [src] meant that anywhere autoplay is
   refused -- iOS Low Power Mode above all -- the element faded in over the still
   and then sat there showing nothing, which with preload="none" is a flat navy
   rectangle. The still is the fallback, so it has to survive until there is
   moving video to replace it. motion.js adds is-playing on the playing event and
   takes it off again if playback stops for any reason. */
video.rlr-hero-media.is-playing{opacity:1}
@media (prefers-reduced-motion:reduce){
  video.rlr-hero-media{transition:none}
}
.rlr-hero-inner{z-index:2}
@media screen and (max-width:767px){
  /* the crop is heavy in a tall hero, so bias to where the subject sits */
  video.rlr-hero-media{object-position:58% 50%}
}
@media (prefers-reduced-motion:reduce){
  video.rlr-hero-media{display:none}
}

/* A directional veil, not a second flat scrim: the text column is protected
   and the right of the frame stays open, so the footage still reads. */
.rlr-hero::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;
  pointer-events:none;
  background-image:linear-gradient(96deg,rgba(9,14,30,.94) 0%,rgba(9,14,30,.90) 30%,
    rgba(9,14,30,.66) 56%,rgba(9,14,30,.30) 78%,rgba(9,14,30,.14) 100%)}
.rlr-hero-inner{z-index:3}
@media screen and (max-width:767px){
  .rlr-hero::after{background-image:linear-gradient(180deg,rgba(9,14,30,.62) 0%,
    rgba(9,14,30,.74) 26%,rgba(9,14,30,.84) 62%,rgba(9,14,30,.88) 100%)}
}

/* ---------- converging factors ----------
   A skimmer reads the labels and nothing else, so the label carries the
   whole point and the detail is there only for the reader who slows down. */
.rlr-factorgrid{list-style:none;margin:var(--space-5) 0 0;padding:0;
  display:grid;grid-template-columns:1fr 1fr;column-gap:var(--space-6);row-gap:var(--space-5)}
.rlr-factor{position:relative;padding-left:44px;padding-top:var(--space-3);
  border-top:1px solid var(--grey-300)}
.rlr-factor-n{position:absolute;left:0;top:calc(var(--space-3) + 4px);
  font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:1px;
  color:var(--grey-600)}
.rlr-factor-h{font-family:var(--font-display);font-weight:700;font-size:21px;line-height:1.25;
  letter-spacing:-.4px;color:var(--grey-800);margin:0 0 6px}
.rlr-factor-p{font-size:16px;line-height:1.6;color:var(--grey-600);margin:0;max-width:32em}
@media screen and (max-width:767px){
  .rlr-factorgrid{grid-template-columns:1fr;row-gap:var(--space-4)}
  .rlr-factor-h{font-size:19px}
}

/* ---------- inline imagery ----------
   These classes were used in markup but never defined, which left the
   browser sizing images from their attributes alone. */
.rlr-media{display:block;min-width:0}
.rlr-img{display:block;width:100%;max-width:100%;height:auto}
.rlr-img.is-card{aspect-ratio:3 / 2;object-fit:cover;border-radius:6px}
.rlr-media.is-quiet .rlr-img{filter:saturate(.94)}

/* ---------- visual cards ---------- */
.rlr-card.is-visual{padding:0;overflow:hidden;display:flex;flex-direction:column}
.rlr-card-img{display:block;width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;
  object-position:center 55%}
.rlr-card-body{padding:var(--space-4)}
.rlr-card.is-visual .rlr-h3{margin-bottom:8px}

/* ---------- contact form ---------- */
.rlr-form{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--space-4);row-gap:var(--space-4);
  margin-top:var(--space-5);max-width:760px}
.rlr-field{display:flex;flex-direction:column}
.rlr-field-wide{grid-column:1 / -1}
.rlr-label{font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:.2px;
  color:var(--on-navy-secondary);margin-bottom:8px}
.rlr-input{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--white);
  background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.22);border-radius:8px;
  padding:12px 14px;min-height:48px;width:100%;resize:vertical}
.rlr-input::placeholder{color:var(--on-navy-muted)}
.rlr-input:focus{outline:2px solid var(--green-glow);outline-offset:2px;
  border-color:rgba(33,217,183,.5);background-color:rgba(255,255,255,.09)}
.rlr-input[aria-invalid="true"]{border-color:#FF8A7A;background-color:rgba(255,138,122,.08)}
.rlr-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.rlr-form-foot{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);margin-top:4px}
.rlr-fineprint{font-size:14px;line-height:1.55;color:var(--on-navy-muted);margin:0;max-width:34em}
.rlr-form-msg{grid-column:1 / -1;margin:0;font-size:16px;line-height:1.55;min-height:0}
.rlr-form-msg:not(:empty){margin-top:var(--space-3);padding:14px 16px;border-radius:8px}
.rlr-form-msg.is-error{color:#FFD9D3;background-color:rgba(255,138,122,.14);
  border:1px solid rgba(255,138,122,.4)}
.rlr-form-msg.is-ok{color:#C9F7EA;background-color:rgba(33,217,183,.14);
  border:1px solid rgba(33,217,183,.4)}
.rlr-form[data-sent] .rlr-field,.rlr-form[data-sent] .rlr-form-foot{display:none}
@media screen and (max-width:767px){
  .rlr-form{grid-template-columns:1fr}
  .rlr-form-foot{flex-direction:column;align-items:stretch}
  .rlr-form-foot .rlr-btn{width:100%;text-align:center}
}
.rlr-part-msg{font-family:var(--font-display);font-weight:500;font-size:17px;line-height:1.35;
  letter-spacing:-.2px;color:var(--grey-800);margin:0 0 10px}

/* ---------- maturity assessment ---------- */
.as-form{max-width:44em;margin-top:var(--space-5)}
.as-progress{position:sticky;top:96px;z-index:5;background-color:var(--white);
  padding-top:var(--space-3);padding-bottom:var(--space-3);margin-bottom:var(--space-5);
  border-bottom:1px solid var(--grey-300)}
.as-progress-bar{height:4px;border-radius:4px;background-color:var(--green-deep);
  transition:width .3s ease;min-width:0}
.as-progress-text{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.6px;
  text-transform:uppercase;color:var(--grey-600);margin:10px 0 0}
.as-q{border:0;border-top:1px solid var(--grey-300);margin:0;
  padding:var(--space-5) 0 var(--space-5)}
.as-q.is-unanswered{border-top-color:var(--oxide,#91392A)}
.as-q-legend{font-family:var(--font-display);font-weight:700;font-size:21px;line-height:1.3;
  letter-spacing:-.4px;color:var(--grey-800);padding:0;display:block}
.as-q-n{display:inline-block;min-width:34px;font-family:var(--font-body);font-size:14px;
  font-weight:700;color:var(--grey-500)}
.as-q-part{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:1.1px;
  text-transform:uppercase;color:var(--blue-deep);margin:8px 0 var(--space-4) 34px}
.as-opts{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);margin-left:34px}
.as-opt{display:block;padding:var(--space-3);border:1px solid var(--grey-300);border-radius:10px;
  cursor:pointer;background-color:var(--white);transition:border-color .15s ease,background-color .15s ease}
.as-opt:hover{border-color:var(--grey-500)}
.as-opt:has(input:checked){border-color:var(--green-deep);background-color:rgba(20,130,110,.06)}
.as-opt:has(input:focus-visible){outline:2px solid var(--blue-deep);outline-offset:2px}
.as-opt input{margin-right:8px}
.as-opt-label{font-family:var(--font-body);font-weight:700;font-size:16px;color:var(--grey-800)}
.as-opt-hint{display:block;font-size:14px;line-height:1.5;color:var(--grey-600);margin-top:6px}
.as-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-5)}
.as-result{margin-top:var(--space-7);padding-top:var(--space-6);border-top:2px solid var(--grey-800)}
.as-scorecard{display:grid;grid-template-columns:auto 1fr;gap:var(--space-5);
  align-items:start;margin-top:var(--space-5)}
.as-score{text-align:center}
.as-score-n{display:block;font-family:var(--font-display);font-weight:700;font-size:64px;
  line-height:1;color:var(--green-deep)}
.as-score-of{display:block;font-size:14px;color:var(--grey-600);max-width:8em;margin-top:8px}
.as-parts{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.as-part{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;
  padding:10px 12px;border-radius:8px;background-color:var(--grey-100);font-size:15px}
.as-part.is-held{color:var(--grey-800)}
.as-part.is-missing{background-color:rgba(145,57,42,.07);color:var(--grey-800)}
.as-part-mark{font-weight:700;color:var(--green-deep)}
.as-part.is-missing .as-part-mark{color:var(--oxide,#91392A)}
.as-part-name{font-weight:700}
.as-part-state{font-size:13px;color:var(--grey-600)}
.as-next{margin-top:var(--space-5)}
.as-first{margin:var(--space-3) 0 0;padding-left:1.3em;font-size:17px;line-height:1.7;
  color:var(--grey-700)}
.as-emailform{max-width:640px}
.rlr-label-dark{color:var(--grey-700)}
.rlr-input-light{color:var(--grey-800);background-color:var(--white);
  border-color:var(--grey-300)}
.rlr-input-light::placeholder{color:var(--grey-500)}
.rlr-fineprint-dark{color:var(--grey-600)}
.rlr-eyebrow-dark{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:1.3px;
  text-transform:uppercase;color:var(--grey-600);margin:0 0 var(--space-3)}
@media screen and (max-width:767px){
  .as-opts{grid-template-columns:1fr;margin-left:0}
  .as-q-part{margin-left:0}
  .as-scorecard{grid-template-columns:1fr}
  .as-progress{top:80px}
}

/* ---------- link cards, article, post nav ---------- */
.rlr-linkcard{display:block;text-decoration:none;color:inherit;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.rlr-linkcard:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(23,34,67,.10)}
.rlr-linkcard:focus-visible{outline:2px solid var(--blue-deep);outline-offset:3px}
.rlr-linkcard .rlr-h3{color:var(--grey-800)}
.rlr-linkcard:hover .rlr-h3{color:var(--blue-deep)}
.rlr-cardmeta{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:1.1px;
  text-transform:uppercase;color:var(--grey-700);margin:0 0 10px}
.rlr-article{max-width:var(--measure)}
.rlr-article .rlr-h2{font-size:30px;margin-top:var(--space-6)}
.rlr-article .rlr-h2:first-child{margin-top:0}
.rlr-longform{font-size:19px;line-height:1.7;color:var(--grey-700);margin:0 0 var(--space-4)}
.rlr-postnav a{display:inline-flex;align-items:center;min-height:44px}
.rlr-postnav{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-4);
  margin-top:var(--space-7);padding-top:var(--space-4);border-top:1px solid var(--grey-300);
  max-width:var(--measure)}
@media screen and (max-width:767px){
  .rlr-article .rlr-h2{font-size:24px}
  .rlr-longform{font-size:17px}
}

/* ---------- anchor links on headings ---------- */
.rlr-anchor{position:absolute;left:-1.4em;top:0;opacity:0;text-decoration:none;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;
  color:var(--grey-600);font-weight:400;transition:opacity .15s ease;
  display:inline-flex;align-items:center;justify-content:center;
  min-width:44px;min-height:44px}
h2:hover > .rlr-anchor,h3:hover > .rlr-anchor,.rlr-anchor:focus-visible{opacity:1}
.rlr-anchor:hover{color:var(--blue-deep)}
.rlr-anchor:focus-visible{outline:2px solid var(--blue-deep);outline-offset:2px}
h2[id],h3[id]{position:relative;scroll-margin-top:110px}
@media screen and (max-width:900px){
  .rlr-anchor{display:none}
}

/* ---------- skip link ---------- */
.rlr-skip{position:absolute;top:0;left:0;z-index:100;background-color:var(--white);
  color:var(--navy);font-family:var(--font-body);font-weight:700;padding:14px 18px;
  border-radius:0 0 8px 0;text-decoration:none;
  clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}
.rlr-skip:focus{clip-path:none;width:auto;height:auto;min-height:44px;
  display:inline-flex;align-items:center;overflow:visible}

/* ---------- resources ---------- */
.rs-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}
.rs-soon{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.8px;
  text-transform:uppercase;color:var(--grey-700);background-color:var(--grey-200,#E7EBF0);
  padding:4px 10px;border-radius:100px;white-space:nowrap}
.rs-cta{margin:var(--space-3) 0 0}
.rs-item{display:flex;flex-direction:column}
.rs-item .rs-cta{margin-top:auto;padding-top:var(--space-3)}

/* ---------- record schematic ----------
   A diagram of what the audit record contains, not a product screenshot.
   Built in markup so it stays crisp, weighs nothing, and can be corrected
   in a text editor when the real product is ready to be photographed. */
.rlr-record{margin:0}
.rlr-record-cap{font-family:var(--font-body);font-size:13px;letter-spacing:.4px;
  color:var(--grey-600);margin:0 0 10px}
.rlr-record-panel{background-color:var(--navy);border-radius:var(--radius-card);
  padding:var(--space-4);box-shadow:var(--shadow-5);overflow:hidden}
.rlr-record-head,.rlr-record-row{display:grid;
  grid-template-columns:1.15fr 1.6fr 1.25fr .8fr;column-gap:var(--space-3);align-items:center}
.rlr-record-head{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:1.3px;
  text-transform:uppercase;color:var(--on-navy-muted);padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.14)}
.rlr-record-row{font-size:14px;line-height:1.4;color:var(--on-navy-secondary);
  padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.rr-sys{font-family:var(--font-body);font-weight:700;color:var(--white)}
.rr-sys em{display:block;font-style:normal;font-weight:400;font-size:13px;
  color:var(--on-navy-muted);margin-top:2px}
.rr-ok,.rr-bad{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.5px;
  text-transform:uppercase;padding:5px 10px;border-radius:100px;text-align:center;
  justify-self:start;white-space:nowrap}
.rr-ok{color:#0B3B31;background-color:#7EE8CE}
.rr-bad{color:#FFE3DD;background-color:rgba(200,78,58,.34);
  border:1px solid rgba(255,138,122,.5)}
.rlr-record-foot{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-3);
  padding-top:14px;font-size:13px;color:var(--on-navy-muted)}
.rr-parts{font-family:var(--font-body);font-weight:700;color:var(--green-glow);white-space:nowrap}
/* Variants of the record panel. Cam's note on the original: he likes the
   simplicity, so the same shape carries other arguments rather than each one
   inventing its own chrome. Only the column ratio and one extra pill differ. */
.rlr-record--rules .rlr-record-head,.rlr-record--rules .rlr-record-row{
  grid-template-columns:1fr 1.9fr 1.35fr .7fr}
.rlr-record--fleet .rlr-record-head,.rlr-record--fleet .rlr-record-row{
  grid-template-columns:1.35fr 1fr .9fr .8fr}
.rr-warn{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.5px;
  text-transform:uppercase;padding:5px 10px;border-radius:100px;text-align:center;
  justify-self:start;white-space:nowrap;color:#3A2A05;background-color:#F2C25C}
.rr-note{font-family:var(--font-body);font-weight:400;color:var(--on-navy-muted)}

@media screen and (max-width:900px){
  .rlr-record-head{display:none}
  .rlr-record-row{grid-template-columns:1fr;row-gap:4px;padding:14px 0}
  .rlr-record-row span:not(.rr-sys):not(.rr-ok):not(.rr-bad)::before{
    font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:1.1px;
    text-transform:uppercase;color:var(--on-navy-muted);display:block;margin-top:6px}
  .rlr-record-row span:nth-child(2)::before{content:"Rule"}
  .rlr-record-row span:nth-child(3)::before{content:"Observed"}
  .rlr-record--rules .rlr-record-row span:nth-child(2)::before{content:"Rule"}
  .rlr-record--rules .rlr-record-row span:nth-child(3)::before{content:"Applies to"}
  .rlr-record--fleet .rlr-record-row span:nth-child(2)::before{content:"Suppliers"}
  .rlr-record--fleet .rlr-record-row span:nth-child(3)::before{content:"Governed"}
}

/* ---------- pull quote ----------
   A quote this good does not need a card next to it explaining the joke. */
.rlr-pullquote{margin:0;max-width:none}
.rlr-quote-lg{font-family:var(--font-display);font-weight:500;font-size:clamp(24px,3vw,42px);
  line-height:1.24;letter-spacing:-1.1px;color:var(--grey-800);margin:0;max-width:36ch}
.rlr-pullquote .rlr-attrib{margin-top:var(--space-3);font-size:16px}
@media screen and (max-width:767px){ .rlr-quote-lg{letter-spacing:-.6px;max-width:none} }

/* ---------- emphasis ----------
   Scan anchors, not decoration. One per paragraph at most, on the word a
   skimmer needs to catch, never on a whole clause. */
.rlr-body b,.rlr-lede b,.rlr-longform b,.rlr-lede-invert b,.rlr-factor-p b,
.rlr-milestone-v b,.rlr-bio-body b{font-weight:700;color:var(--grey-800)}
.rlr-lede-invert b{color:var(--white)}

/* ---------- press ---------- */
.pr-band{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-6);align-items:center}
.pr-mast{font-family:var(--font-display);font-weight:700;font-size:clamp(18px,2.1vw,26px);
  letter-spacing:-.4px;color:var(--grey-700);text-decoration:none;
  display:inline-flex;align-items:center;min-height:44px;
  border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}
.pr-mast:hover{color:var(--navy);border-bottom-color:var(--green-deep)}
.pr-mast:focus-visible{outline:2px solid var(--blue-deep);outline-offset:3px}
.pr-list{list-style:none;margin:var(--space-5) 0 0;padding:0;border-top:1px solid var(--grey-300)}
.pr-row{display:grid;grid-template-columns:220px 1fr;gap:var(--space-4);align-items:baseline;
  padding:var(--space-3) 0;border-bottom:1px solid var(--grey-300)}
.pr-outlet{font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:.3px;
  color:var(--grey-700)}
.pr-title{font-size:17px;line-height:1.5;color:var(--grey-800);text-decoration:none;
  display:inline-flex;align-items:center;min-height:44px;
  border-bottom:1px solid rgba(0,119,159,.28)}
.pr-title:hover{color:var(--blue-deep);border-bottom-color:var(--blue-deep)}
.pr-title:focus-visible{outline:2px solid var(--blue-deep);outline-offset:2px}
@media screen and (max-width:767px){
  .pr-row{grid-template-columns:1fr;gap:4px}
}
.pr-band-home{margin-top:var(--space-6);padding-top:var(--space-5);
  border-top:1px solid var(--grey-300);gap:var(--space-3) var(--space-5)}
.pr-band-home .pr-mast{font-size:clamp(15px,1.5vw,19px);color:var(--grey-600)}
.pr-band-label{width:100%;margin:0 0 4px}

/* As seen in, as a section of its own. Sized for logo files, with the masthead
   set in type until one lands. Both are greyscale and lift on hover, so a band
   half filled with files and half with type still reads as one row. */
.pr-band-section{display:flex;flex-wrap:wrap;align-items:center;
  gap:var(--space-5) var(--space-7);margin-top:var(--space-6)}
.pr-band-section .pr-mast{border-bottom:0;display:inline-flex;align-items:center;
  min-height:44px;transition:transform 200ms ease}
.pr-band-section .pr-mast:hover,
.pr-band-section .pr-mast:focus-visible{transform:translateY(-2px)}
/* Only the image files are dimmed and desaturated. Doing this to the link itself
   also dimmed the type fallback below the contrast floor. */
.pr-logo{display:block;height:34px;width:auto;max-width:170px;object-fit:contain;
  opacity:.62;filter:grayscale(1);transition:opacity 200ms ease,filter 200ms ease}
.pr-mast:hover .pr-logo,.pr-mast:focus-visible .pr-logo{opacity:1;filter:grayscale(0)}
.pr-mast-text{font-family:var(--font-display);font-weight:700;
  font-size:clamp(17px,1.7vw,22px);color:var(--navy);letter-spacing:-.01em}
.pr-band-more{margin-top:var(--space-5)}
@media (max-width:640px){
  .pr-band-section{gap:var(--space-4) var(--space-5)}
  .pr-logo{height:26px;max-width:130px}
}
@media (prefers-reduced-motion:reduce){
  .pr-band-section .pr-mast{transition:none}
  .pr-band-section .pr-mast:hover{transform:none}
}

/* Logo strip, not a content section. See the measurements in the commit that
   added this: real strips run 63-160px, clustering near 72, and this one has no
   heading to carry. --space-7 put it at 222px around 30px of marks. */
.rlr-logostrip{padding-top:var(--space-4);padding-bottom:var(--space-4)}
@media (max-width:640px){
  .rlr-logostrip{padding-top:var(--space-3);padding-bottom:var(--space-3)}
}

/* A single short testimonial does not need a full content section's padding
   above and below it. */
.rlr-quoteband{padding-top:var(--space-6);padding-bottom:var(--space-6)}
@media (max-width:640px){
  .rlr-quoteband{padding-top:var(--space-5);padding-bottom:var(--space-5)}
}

/* Inline diagrams. SVG rather than an image so the type stays crisp at every
   zoom, the palette comes from the tokens, and a screen reader can read the
   <title>/<desc> pair. The viewBox scales the whole drawing, so nothing needs a
   media query — but the type inside it shrinks with the frame, so a floor is set
   below which the diagram scrolls rather than becoming unreadable. */
.rlr-figure{margin:0;padding:0}
.rlr-diagram{display:block;width:100%;height:auto;max-width:760px;margin:0 auto}
.rlr-figcaption{margin:var(--space-4) auto 0;max-width:var(--measure);
  font-size:15px;color:var(--grey-600);text-align:center}
/* Two compositions per diagram rather than one that scrolls. The wide one is
   720 units across; the narrow one rearranges the same geometry into roughly 340,
   so on a phone the labels render above the 13px floor instead of being scaled
   under it. The first attempt forced min-width:520px and let the figure scroll,
   which put 138px of every diagram off-screen on a 430px iPhone — and a clipped
   diagram reads as broken, not as scrollable. */
.rlr-diagram--narrow{display:none}
@media (max-width:560px){
  .rlr-diagram--wide{display:none}
  .rlr-diagram--narrow{display:block}
  .rlr-figcaption{text-align:left}
}

/* ---------- carried pages ----------
   /moose and /golf came across from the Wix site with their own video and
   photography. Click-to-play against a poster, because the four clips total 25MB
   and nobody waits for a page that pulls them to show a robot walking. */
.rlr-carried-video{margin:var(--space-5) 0}
.rlr-carried-video video{width:100%;height:auto;display:block;border-radius:10px;background:var(--navy)}
.rlr-carried-img{margin:var(--space-5) 0}
.rlr-carried-img img{width:100%;height:auto;display:block;border-radius:10px}
@media (min-width:900px){
  .rlr-carried-video,.rlr-carried-img{max-width:900px;margin-left:auto;margin-right:auto}
}

/* ---------- product captures ----------
   Real screenshots, as opposed to the record panel, which is a mockup and is
   meant to be. A thin border and a caption so a reader can tell which is which
   at a glance. */
.rlr-shot{margin:var(--space-6) auto 0;max-width:900px}
.rlr-shot img{width:100%;height:auto;display:block;border-radius:10px;
  border:1px solid var(--grey-300)}

/* The capture band sitting directly under the hero. The hero closes on its own
   dark edge, so the usual full section padding above leaves a slab of empty
   white between the two and undoes the point of moving the screenshot up. The
   shot's own top margin goes too -- it existed to separate it from the card
   grid it used to follow, and there is nothing above it now. */

/* Same reasoning as the capture band: a panel placed right under the hero does
   not need a full section's worth of padding above it, because the hero already
   closes on its own edge. */
.rlr-section--panel{padding-top:var(--space-5)}
.rlr-section--panel .rlr-record{margin-top:0}

/* Situation band: the product capture and the copy that sets up the problem,
   side by side. They used to be two stacked bands and read as unrelated -- a
   screenshot floating above a dark panel. Paired, the capture reads as the
   answer to the paragraph next to it.

   One column on phones, with the capture first: the image is what earns the
   scroll, and the paragraph is long enough that putting it above the image
   would push the image off a small screen entirely. */
.rlr-situation-grid{display:grid;gap:var(--space-5);align-items:center}
.rlr-situation-grid .rlr-shot{margin:0;max-width:none}
@media (min-width:1000px){
  .rlr-situation-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);
    gap:var(--space-6)}
}

/* Copy on the left, the screen it describes on the right. Several sections were
   a left-aligned column of text with a dead right half at desktop width; this is
   the same pairing as the situation band, applied to them. One column on phones,
   copy first -- unlike the situation band, here the words are the point and the
   capture supports them. */
.rlr-headshot{display:grid;gap:var(--space-5);align-items:start;
  margin-bottom:var(--space-6)}
/* the nested head keeps its own bottom margin only when stacked, where it is the
   gap to the capture; in two columns the grid gap does that job and the margin
   would push the columns out of alignment */
.rlr-headshot .rlr-sectionhead{margin-bottom:0}
.rlr-headshot .rlr-shot{margin:0;max-width:none}
.rlr-headshot .rlr-sectionhead,.rlr-headshot .rlr-measure{max-width:none}
@media (min-width:1000px){
  .rlr-headshot{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-6)}
}
