/* Site bar and menu. One file for every page — the Next pages link it from
   the layout, the hand-written sector pages link it in their head. Classes
   are prefixed oln- so nothing here collides with either stylesheet. Dark on
   every page: it sits on the sector pages' dark ground and on the company
   pages' band, which is the same colour. */
.oln{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(26,25,22,.94);
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #2f2c27;color:#f1eee7;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}
.oln-in{max-width:1040px;margin:0 auto;height:50px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.oln-brand{color:#f1eee7;text-decoration:none;font-size:12.5px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;white-space:nowrap;
  border-bottom:1px solid transparent;padding-bottom:2px}
.oln-brand:hover,.oln-brand:focus-visible{color:#ffd9a0;border-bottom-color:#ffd9a0;outline:none}
.oln-links{display:flex;gap:24px;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;margin-left:auto;margin-right:22px}
.oln-links a{color:#9a958c;text-decoration:none;padding:6px 0;border-bottom:1px solid transparent}
.oln-links a:hover,.oln-links a[aria-current]{color:#f1eee7;border-bottom-color:#f1eee7}
.oln-right{display:flex;align-items:center;gap:18px}
.oln-mode{background:none;border:0;cursor:pointer;color:#9a958c;padding:2px;line-height:0;display:block}
.oln-mode:hover{color:#f1eee7}
.oln-burger{background:none;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:10px;color:#f1eee7;
  font:inherit;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;padding:8px 2px}
.oln-burger i{display:block;width:20px;height:2px;background:currentColor;box-shadow:0 -6px 0 currentColor,0 6px 0 currentColor}
.oln-burger:focus-visible{outline:2px solid #ffd9a0;outline-offset:3px}
@media (max-width:760px){.oln-links{display:none}}
@media (min-width:761px){.oln-burger span{display:none}}

.oln-sheet{position:fixed;inset:0;z-index:60;display:none;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}
.oln-sheet[data-open]{display:block}
.oln-scrim{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.oln-panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);background:#1a1916;color:#f1eee7;
  overflow:auto;padding:0 0 40px;border-left:1px solid #2f2c27}
.oln-top{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 18px;border-bottom:1px solid #2f2c27}
.oln-close{background:none;border:0;cursor:pointer;color:#f1eee7;font:inherit;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;padding:8px 0}
.oln-grp{padding:18px 18px 4px}
.oln-grp h3{margin:0 0 8px;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#9a958c;font-weight:500}
.oln-big{display:block;color:#f1eee7;text-decoration:none;font-size:16.5px;padding:9px 0;border-bottom:1px solid #2f2c27;line-height:1.35}
.oln-big small{display:block;font-size:12.5px;color:#9a958c;margin-top:2px}
.oln-big:hover{color:#ffd9a0}
.oln-chips{display:flex;flex-wrap:wrap;gap:6px 8px;padding-top:6px}
.oln-chips a{color:#f1eee7;text-decoration:none;font-size:11px;letter-spacing:.06em;text-transform:uppercase;
  border:1px solid #3a3731;padding:5px 10px;border-radius:2px;white-space:nowrap}
.oln-chips a:hover{border-color:#ffd9a0;color:#ffd9a0}
.oln-cta{display:block;margin:18px 18px 0;background:#ffd9a0;color:#1a1208;text-decoration:none;text-align:center;
  padding:12px;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}

/* Footer — the menu's contents again, in the page, for anyone who reads to
   the end and for anything that does not open menus. */
.olf{background:#1a1916;color:#f1eee7;border-top:1px solid #2f2c27;margin-top:44px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;text-align:left}
.olf-in{max-width:1040px;margin:0 auto;padding:30px 18px 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:26px 32px}
.olf h4{margin:0 0 10px;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#9a958c;font-weight:500}
.olf h4 + h4{margin-top:14px}
.olf a{color:#f1eee7;text-decoration:none}
.olf a:hover{color:#ffd9a0}
.olf ul{list-style:none;margin:0;padding:0;font-size:14px;line-height:1.9;font-weight:400;letter-spacing:0;text-transform:none}
.olf-legal{grid-column:1/-1;padding-top:18px;border-top:1px solid #2f2c27;font-size:12px;color:#9a958c;line-height:1.7;
  font-weight:400;letter-spacing:0;text-transform:none;opacity:1}
