/* Shared Deepack shell; loaded last so historical page styles cannot fork it. */
:root { --shell-navy: #101d30; --shell-text: #e8edf4; --shell-width: 1200px; --shell-accent: #4c82ef; }
.home-v3 .home-header.site-header { position: relative; inset: auto; z-index: 50; background: var(--shell-navy); color: #fff; }
.home-v3 .home-header.site-header[data-overlay] { position: absolute; inset: 0 0 auto; background: #0a4b82; }
.home-v3 .home-header.site-header[data-overlay].is-video-playing { background: rgba(6,15,26,.58); backdrop-filter: blur(2px) saturate(.82); -webkit-backdrop-filter: blur(2px) saturate(.82); }
.deepack-nav { width: min(calc(100% - 48px), var(--shell-width)); margin-inline: auto; min-height: 108px; display: flex; align-items: center; gap: 16px; position: relative; }
.deepack-brand { flex: 0 0 170px; display: flex; align-items: center; }
.deepack-brand img { width: 170px; height: 48px; object-fit: contain; }
.deepack-desktop { align-self: stretch; display: flex; align-items: stretch; flex: 1; justify-content: space-between; }
.deepack-desktop > a, .deepack-menu-trigger { position: relative; display: flex; align-items: center; justify-content: center; padding: 0 10px; border: 0; color: #fff; background: transparent; font: 400 16px/1.25 Arial,sans-serif; text-decoration: none; white-space: nowrap; cursor: pointer; }
.deepack-desktop > a::after, .deepack-menu::after { content: ''; position: absolute; left: 10px; right: 10px; bottom: 0; height: 4px; background: #fff; opacity: 0; pointer-events: none; }
.deepack-desktop > a.is-current::after, .deepack-desktop > a:hover::after, .deepack-menu.is-current::after, .deepack-menu.is-open::after { opacity: 1; }
.deepack-menu { position: relative; display: flex; }
.deepack-caret { margin-left: 8px; width: 0; height: 0; border: 4px solid transparent; border-bottom: 0; border-top-color: currentColor; }
.deepack-submenu, .deepack-submenu ul { list-style: none; margin: 0; padding: 8px 0; width: 260px; background: var(--shell-navy); box-shadow: 0 10px 24px #0003; }
.deepack-submenu { position: absolute; top: 100%; left: 0; display: none; }
.deepack-menu.is-open > .deepack-submenu { display: block; }
.deepack-submenu li { position: relative; }
.deepack-submenu a { display: block; padding: 12px 20px; color: #fff; text-decoration: none; font: 400 14px/1.45 Arial,sans-serif; }
.deepack-submenu a:hover, .deepack-submenu a:focus-visible { background: #ffffff1c; }
.deepack-submenu li > ul { position: absolute; top: -8px; left: 100%; display: none; }
.deepack-submenu li:hover > ul, .deepack-submenu li:focus-within > ul { display: block; }
.deepack-submenu li:has(> ul) > a { padding-right: 32px; }
.deepack-submenu li:has(> ul) > a::after { content: '›'; position: absolute; right: 16px; }
.deepack-brochure { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 20px; border: 1px solid #fff; color: #fff; font: 400 16px/1.2 Arial,sans-serif; text-decoration: none; white-space: nowrap; }
.deepack-brochure:hover { background: #fff; color: var(--shell-navy); }
.deepack-mobile { display: none; margin-left: auto; }
.site-header :focus-visible, .site-footer :focus-visible { outline: 3px solid #ff9a48; outline-offset: 3px; }
.site-footer { padding: 64px 0 72px; background: var(--shell-navy); color: var(--shell-text); font: 400 14px/1.7 Arial,sans-serif; }
.deepack-footer-grid { width: min(calc(100% - 48px),var(--shell-width)); margin-inline: auto; display: grid; grid-template-columns: .9fr 1fr 1.1fr .7fr; gap: 48px; }
.home-v3 .site-footer h2 { margin: 0 0 28px; color: #fff; font: 700 18px/1.4 Arial,sans-serif; letter-spacing: 0; }
.site-footer a { color: var(--shell-text); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer nav > a { display: block; margin-bottom: 14px; padding-left: 16px; position: relative; }
.site-footer nav > a::before { content: '>'; position: absolute; left: 0; }
.deepack-footer-contact > a { color: #00a9ef; overflow-wrap: anywhere; }
.home-v3 .site-footer .deepack-footer-contact > p { margin: 14px 0 0; }
.deepack-footer-brand { display: flex; flex-direction: column; align-items: center; }
.deepack-footer-brand > a { width: 210px; max-width: 100%; }
.deepack-footer-brand img { width: 100%; height: auto; }
.deepack-socials { display: flex; justify-content: center; gap: 28px; margin-top: 22px; color: #b9c5d3; }
.deepack-socials span { display: inline-flex; }
.deepack-socials svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width:1248px) {
  .deepack-desktop, .deepack-brochure { display: none; }
  .deepack-mobile { display: block; }
  .deepack-mobile > summary { display: grid; align-content: center; gap: 6px; width: 44px; height: 44px; padding: 10px; cursor: pointer; list-style: none; }
  .deepack-mobile > summary::-webkit-details-marker { display: none; }
  .deepack-mobile > summary > span { display: block; height: 2px; background: #fff; }
  .deepack-mobile-panel { position: absolute; right: 0; top: 100%; width: min(390px,calc(100vw - 32px)); max-height: calc(100dvh - 108px); overflow-y: auto; overscroll-behavior: contain; padding: 12px 20px; color: #172332; background: #fff; box-shadow: 0 14px 24px #0003; }
  .deepack-mobile-panel a, .deepack-mobile-group > summary { display: block; padding: 13px 0; min-height: 44px; color: #172332; border-bottom: 1px solid #e9ecef; text-decoration: none; font: 400 15px/1.35 Arial,sans-serif; cursor: pointer; }
  .deepack-mobile-panel ul { list-style: none; margin: 0; padding-left: 16px; }
  .deepack-mobile-panel li > ul a { color: #505b68; font-size: 14px; }
  .deepack-mobile-panel .is-current { color: #0a4b82; font-weight: 700; }
  .deepack-mobile-group > summary { list-style: none; }
  .deepack-mobile-group > summary::after { content: '+'; float: right; }
  .deepack-mobile-group[open] > summary::after { content: '−'; }
  .deepack-mobile-panel a.deepack-mobile-brochure { margin-top: 16px; padding: 14px; text-align: center; background: var(--shell-navy); color: #fff; }
}
@media (max-width:800px) {
  .deepack-nav { width: calc(100% - 40px); min-height: 90px; }
  .deepack-mobile-panel { max-height: calc(100dvh - 90px); }
  .deepack-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px 24px; }
}
@media (max-width:480px) {
  .deepack-nav { width: calc(100% - 32px); }
  .deepack-footer-grid { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 36px; }
  .deepack-footer-brand { align-items: flex-start; width: 210px; }
  .deepack-socials { align-self: center; }
  .home-v3 .site-footer h2 { margin-bottom: 20px; }
}
@media (prefers-reduced-motion:reduce) { .site-header { transition: none !important; } }

/* First paint and no-JS fallback use the same contact entry as the dialog. */
.deepack-enquiry-launch{position:fixed;right:24px;bottom:24px;z-index:1000;border:0;border-radius:6px;background:#2f70cf;color:#fff!important;padding:16px 24px;font:600 15px/1.4 Arial,sans-serif;box-shadow:0 4px 18px #0002;cursor:pointer;text-decoration:none;box-sizing:border-box}
.deepack-enquiry-launch:hover{background:#0a4b82}
.deepack-enquiry-launch:focus-visible{outline:3px solid #c68a32;outline-offset:3px}
@media(max-width:600px){.deepack-enquiry-launch{right:16px;bottom:max(16px,env(safe-area-inset-bottom));padding:13px 18px}}

/* Chat launcher is HTML, so it is visible at first paint before chat.js loads. */
.deepack-chat-launch{position:fixed;right:24px;bottom:94px;z-index:1001;display:grid;place-items:center;width:56px;height:56px;padding:0;border:2px solid #fff;border-radius:50%;background:#174f7e;color:#fff;box-shadow:0 5px 20px #142e4880;cursor:pointer;box-sizing:border-box}
.deepack-chat-launch:hover,.deepack-chat-launch[aria-expanded="true"]{background:#0d3f69;transform:translateY(-1px)}
.deepack-chat-launch svg{display:block;width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.deepack-chat-launch .deepack-chat-tip{position:absolute;right:67px;top:50%;transform:translateY(-50%);padding:7px 11px;border-radius:6px;background:#173b59;color:#fff;font:700 12px/1.2 Arial,sans-serif;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s}
.deepack-chat-launch:hover .deepack-chat-tip,.deepack-chat-launch:focus-visible .deepack-chat-tip{opacity:1;visibility:visible}
.deepack-chat-launch .deepack-chat-unread{position:absolute;right:-3px;top:-4px;min-width:19px;height:19px;padding:2px 4px;border:2px solid #fff;border-radius:12px;background:#c94528;color:#fff;font:700 10px/11px Arial,sans-serif;box-sizing:border-box}
.deepack-chat-launch .deepack-chat-unread[hidden]{display:none}
.deepack-chat-launch:focus-visible{outline:3px solid #ee9b45;outline-offset:3px}
@media(max-width:600px){.deepack-chat-launch{right:16px;bottom:82px;width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){.deepack-chat-launch,.deepack-chat-launch .deepack-chat-tip{transition:none}}
