@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./assets/inter-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./assets/inter-700.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(./assets/ibm-plex-sans-0.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(./assets/ibm-plex-sans-1.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(./assets/ibm-plex-sans-2.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(./assets/ibm-plex-sans-3.ttf) format('truetype');
}

/* Figma 1922 / 674:3686. Desktop dimensions scale from the 1920px artboard. */
:root {
  --u: min(0.052083333vw, 1px);
  --background: #04273b;
  --panel: #031d35;
  --primary: #ee7800;
  --border: #787878;
  --body-font: 'Inter', Arial, sans-serif;
  --heading-font: 'IBM Plex Sans', Arial, sans-serif;
  --heading-weight: 700;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--background); color: #fff; font-family: 'IBM Plex Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3,h4,h5,h6,.application-card figcaption { font-family: var(--heading-font); font-weight: var(--heading-weight); text-transform: uppercase; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a:focus-visible,button:focus-visible { outline: 3px solid #ffac55; outline-offset: 5px; }
p { font: 500 max(16px, calc(22 * var(--u)))/1.636 var(--body-font); }
.site-header { position: sticky; top: 0; z-index: 40; background: #fff; color: var(--panel); }
.nav-inner { width: min(68.75%,1320px); min-height: max(64px, calc(80 * var(--u))); margin: auto; display: flex; align-items: center; gap: calc(20 * var(--u)); }
.brand { width: calc(203 * var(--u)); height: calc(58 * var(--u)); object-fit: contain; }
.brand-divider { width: 1px; height: calc(49 * var(--u)); background: #bbc3c9; }
.event-logo { width: calc(241 * var(--u)); height: calc(40 * var(--u)); object-fit: contain; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 6px; padding: 12px 20px; color: white; background: var(--primary); font-weight: 700; text-transform: uppercase; transition: background .2s, transform .2s; }
.button:hover { background: #ce6500; transform: translateY(-2px); }
.nav-contact { margin-left: auto; min-height: 48px; padding: 12px 26px; border-radius: 5px; font: 700 16px/1.5 var(--body-font); letter-spacing: 1px; background: #e07820; white-space: nowrap; flex-shrink: 0; }
.reading-progress { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--primary); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.hero { position: relative; isolation: isolate; min-height: calc(805 * var(--u)); background: #011830; }
.hero-bg,.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero-bg { object-fit: cover; object-position: center; }
.hero-shade { z-index: -1; background: linear-gradient(0deg,#01183066,transparent 30%); }
.hero-inner { width: min(68.75%,1320px); min-height: inherit; margin: auto; padding-top: calc(130 * var(--u)); padding-bottom: calc(100 * var(--u)); position: relative; }
.hero h1 { font-size: calc(96 * var(--u)); line-height: .942; letter-spacing: calc(-1 * var(--u)); }
.hero h1 em { color: #e07820; font-style: normal; }
.hero-sub { margin-top: calc(48 * var(--u)); font-size: max(16px,calc(26 * var(--u))); line-height: 1.4; letter-spacing: .3px; }
.hero-copy { max-width: calc(814 * var(--u)); margin-top: calc(28 * var(--u)); }
.event-info { position: absolute; right: calc(-125 * var(--u)); bottom: calc(110 * var(--u)); display: grid; grid-template-columns: auto calc(111 * var(--u)); column-gap: calc(52 * var(--u)); row-gap: calc(12 * var(--u)); text-align: right; align-items: end; font-family: var(--body-font); }
.event-city { grid-column: 1; font-size: calc(32 * var(--u)); color: #88b9ec; }
.event-date { grid-column: 1; font-size: calc(28 * var(--u)); color: #88b9ec; }
.event-info strong { grid-column: 1; display: flex; align-items: center; gap: calc(12 * var(--u)); color: #88b9ec; font-size: calc(43 * var(--u)); line-height: 1; white-space: nowrap; }
.event-info strong img { width: calc(36 * var(--u)); height: calc(36 * var(--u)); }
.event-info > img { grid-column: 2; grid-row: 1/4; width: calc(111 * var(--u)); height: calc(69 * var(--u)); object-fit: contain; align-self: end; }
.event-info::after { content: ''; position: absolute; right: calc(138 * var(--u)); top: 0; bottom: 0; width: 1px; background: #9fb2c680; }
.scroll-cue { position: absolute; left: 50%; bottom: calc(-48 * var(--u)); translate: -50% 0; width: calc(97 * var(--u)); height: calc(97 * var(--u)); z-index: 2; border-radius: 50%; display: grid; place-items: center; background: var(--primary); }
.scroll-cue img { width: 40%; height: 40%; object-fit: contain; transform: rotate(-90deg); }
.solutions { padding: calc(160 * var(--u)) 0 calc(56 * var(--u)); overflow: clip; background: #04273b url('./assets/imgRectangle.png') center top / cover no-repeat fixed; }
.section-heading { text-align: center; }
.section-heading h2 { font-size: calc(48 * var(--u)); line-height: 1.2; }
.solutions > .section-heading { margin-bottom: calc(177 * var(--u)); }
.product { position: relative; width: min(68.75%,1320px); margin: 0 auto; background: var(--panel); border: 1px solid var(--border); scroll-margin-top: 100px;
  box-shadow: 0 18px 40px -12px #0009, 0 5px 12px #0005,
    inset 0 1px 0 #ffffff24, inset 0 -1px 0 #0006;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.product-content { padding: calc(76 * var(--u)) calc(52 * var(--u)); }
.product h3 { display: flex; align-items: flex-start; gap: calc(20 * var(--u)); color: var(--primary); font-size: calc(46 * var(--u)); line-height: 1.3; margin-bottom: calc(30 * var(--u)); }
.section-icon { flex-shrink: 0; width: calc(54 * var(--u)); height: calc(82 * var(--u)); object-fit: contain; margin-top: calc(-14 * var(--u)); }
.flagship { min-height: calc(1137 * var(--u)); margin-bottom: calc(56 * var(--u)); border-radius: 10px; background: var(--panel) url('./assets/imgTechDotGridTransparent2.png') right top/60% auto no-repeat; }
.flagship-images { height: calc(515 * var(--u)); position: relative; }
.flagship-images > img { position: absolute; top: calc(-174 * var(--u)); left: calc(-64 * var(--u)); width: calc(945 * var(--u)); max-width: none; height: calc(709 * var(--u)); object-fit: contain; }
.flagship-images > div { position: absolute; left: 60%; top: calc(97 * var(--u)); width: 38%; }
.flagship-images > div > img:first-child { width: 86%; height: calc(216 * var(--u)); object-fit: contain; object-position: center; margin-inline: auto; }
.flagship-images .io-image { margin-top: calc(64 * var(--u)); margin-inline: auto; width: 100%; height: calc(120 * var(--u)); object-fit: contain; object-position: center; }
.flagship .product-content { padding: 0 calc(90 * var(--u)) calc(72 * var(--u)); }
.flagship h3 { margin-bottom: calc(36 * var(--u)); }
.badges { display: flex; align-items: center; flex-wrap: wrap; gap: calc(18 * var(--u)); margin: calc(30 * var(--u)) 0 calc(20 * var(--u)); }
.badges img { width: calc(82 * var(--u)); height: calc(80 * var(--u)); object-fit: contain; }
.product-tagline { font-family: 'IBM Plex Sans',sans-serif; font-size: calc(25 * var(--u)); font-weight: 600; color: var(--primary); margin-bottom: calc(18 * var(--u)); }
.sizes { display: flex; flex-wrap: wrap; gap: calc(19 * var(--u)); }
.sizes span { min-width: calc(88 * var(--u)); padding: calc(5 * var(--u)) calc(12 * var(--u)); background: var(--primary); color: #fff; text-align: center; font-weight: 600; font-size: max(14px,calc(20 * var(--u))); line-height: 1.5; }
.nvis { display: grid; grid-template-columns: 47% 53%; min-height: calc(680 * var(--u)); margin-bottom: calc(74 * var(--u)); }
.nvis .product-content { padding: calc(76 * var(--u)) calc(38 * var(--u)) calc(55 * var(--u)) calc(20 * var(--u)); }
.nvis h3 { position: relative; line-height: 1.13; margin-bottom: calc(12 * var(--u)); }
.nvis h3 .section-icon { position: absolute; left: calc(-68 * var(--u)); }
.product-media { padding: calc(76 * var(--u)) calc(30 * var(--u)) calc(50 * var(--u)); }
.product-media > .product-visual { width: calc(698 * var(--u)); margin-left: calc(-130 * var(--u)); }
.product-media > .product-visual img { width: 100%; height: calc(432 * var(--u)); object-fit: contain; }
.product-media .badges { justify-content: center; gap: calc(13 * var(--u)); margin-top: calc(18 * var(--u)); }
.product-media .sizes { justify-content: center; gap: calc(18 * var(--u)); }
.split-inner { display: grid; grid-template-columns: 53% 47%; gap: calc(12 * var(--u)); align-items: start; }
.tdm { min-height: calc(831 * var(--u)); margin-bottom: calc(76 * var(--u)); }
.tdm .product-content { padding-top: calc(92 * var(--u)); }
.tdm .badges { gap: calc(8 * var(--u)); margin-top: calc(48 * var(--u)); margin-bottom: calc(44 * var(--u)); }
.tdm .badges img { width: calc(94 * var(--u)); }
.tdm .badges img:first-child { width: calc(140 * var(--u)); }
.tdm .sizes { width: calc(752 * var(--u)); gap: calc(18 * var(--u)); }
.monitor-stack { position: relative; height: calc(590 * var(--u)); margin-right: calc(-145 * var(--u)); }
.monitor-stack img:first-child { position: absolute; left: 0; top: 0; width: 88%; height: calc(390 * var(--u)); object-fit: contain; }
.monitor-stack img + img { position: absolute; left: 15%; top: calc(205 * var(--u)); width: 100%; height: calc(455 * var(--u)); object-fit: contain; }
/* Background fills the card; the desktop product image may extend beyond it. */
.shelby {
  min-height: calc(914 * var(--u));
  background: linear-gradient(90deg, #031d35ed 20%, #031d3560 75%),
    url('./assets/img212346296Xl2.png') center / cover no-repeat;
}
.shelby h3 { margin-left: calc(15 * var(--u)); margin-bottom: calc(50 * var(--u)); }
.shelby .split-inner { grid-template-columns: 52% 48%; }
.shelby .split-inner > div > p + p { margin-top: calc(36 * var(--u)); }
.gateway-media { padding: calc(6 * var(--u)) 0 0 calc(55 * var(--u)); }
.gateway-media .product-visual { width: calc(809 * var(--u)); max-width: none; margin: 0 0 calc(26 * var(--u)) calc(-80 * var(--u)); }
.gateway-media .product-visual img { width: 100%; height: calc(289 * var(--u)); object-fit: contain; }
.gateway-tagline { border-left: 3px solid var(--primary); padding-left: calc(20 * var(--u)); font: 700 max(14px,calc(20 * var(--u)))/1.3 'IBM Plex Sans',sans-serif; }
.gateway-media .badges { flex-wrap: nowrap; gap: calc(16 * var(--u)); margin-top: calc(40 * var(--u)); }
.gateway-media .badges img { width: calc(97 * var(--u)); height: calc(76 * var(--u)); }
.applications { position: relative; background: #01162a; padding: calc(76 * var(--u)) 0 calc(85 * var(--u)); }
.content-width { width: min(73%,1400px); margin: auto; }
.applications h2 { font-size: calc(38 * var(--u)); }
.application-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: calc(12 * var(--u)); margin-top: calc(65 * var(--u)); }
.application-card { min-width: 0; overflow: hidden; border: 1px solid #657482; border-radius: 4px; background: #031526; }
.application-card img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.application-card figcaption { text-transform: uppercase; display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 10px 6px; font-size: max(16px, calc(20 * var(--u))); line-height: 1.3; text-align: center; }
.brochure { display: grid; grid-template-columns: 38% minmax(0, 1fr); align-items: center; margin-top: calc(45 * var(--u)); border: 1px solid #657482; border-radius: 4px; background: #031d35 url('./assets/bg.png') center / cover no-repeat; }
/* Standalone booklet artwork, displayed without cropping. */
.brochure-art { padding: clamp(16px, 2vw, 32px); }
.brochure-art img { width: 100%; max-width: 675px; height: auto; object-fit: contain; margin: auto; }
.brochure-copy { min-width: 0; padding: 24px 28px 24px 12px; }
.brochure-copy h3 { font-size: clamp(24px, calc(38 * var(--u)), 38px); line-height: 1.2; }
.brochure-copy p { margin: 12px 0 18px; font-size: max(16px, calc(24 * var(--u))); }
.brochure-action { padding: 12px 24px; min-height: 48px; border-radius: 4px; background: #fff; color: var(--primary); font-size: max(16px, calc(24 * var(--u))); }
.brochure-action:hover { background: #fff; }
.visit { min-height: calc(458 * var(--u)); padding: calc(84 * var(--u)) 24px calc(69 * var(--u)); background: var(--background) url('./assets/imgEuronnavalCtaBackground2400X5002.png') center/cover; text-align: center; border-top: 1px solid #3d5364; }
.visit h2 { margin: 0 auto; color: var(--primary); font-size: calc(38 * var(--u)); line-height: 1.03; }
.visit .button { width: calc(522 * var(--u)); min-height: calc(100 * var(--u)); margin-top: 32px; font-size: calc(30 * var(--u)); box-shadow: inset 0 -1px #eb8d00,inset 0 4px #d65a00; }
.visit .button img { width: calc(38 * var(--u)); height: calc(36 * var(--u)); object-fit: contain; }
footer { background: #fff; color: #1e212c; }
footer > div { width: min(71%,1364px); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 16px; }
footer p,footer a,.social-label { font: 400 14px/1.8 'IBM Plex Sans',sans-serif; }
footer p { margin-left: auto; }
.social-label { display: inline-flex; align-items: center; gap: 8px; padding-right: 16px; border-right: 1px solid #bcc4cc; }
.social-label img { width: 20px; height: 20px; object-fit: contain; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 14px; background: white; color: var(--panel); }
.skip-link:focus { top: 8px; }
.menu-trigger { display: none; width: 44px; height: 44px; border: 0; background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.menu-trigger span { width: 23px; height: 2px; background: var(--panel); }
.nav-sheet { position: fixed; inset: 0 0 0 auto; margin: 0; width: min(400px,90vw); height: 100dvh; max-height: 100dvh; padding: 64px 28px 28px; color: white; background: var(--panel); border: 1px solid #3d5364; overflow-y: auto; }
.nav-sheet::backdrop { background: #0008; }
.nav-sheet h2 { font-size: 24px; }
.nav-sheet nav { display: flex; flex-direction: column; margin: 24px 0; }
.nav-sheet nav a { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #ffffff25; }
.nav-sheet nav a span,.nav-sheet nav a b { color: var(--primary); }
.nav-sheet nav a b { margin-left: auto; }
.menu-close { position: absolute; top: 12px; right: 20px; font-size: 32px; padding: 4px 10px; background: transparent; color: white; border: 0; }
body.menu-open { overflow: hidden; }
.reveal { opacity: 1; transform: none; transition: opacity .7s,transform .7s; }
.reveal.pending { opacity: 0; transform: translateY(64px); }
.hero-enter { animation: hero-slide-left 1.15s cubic-bezier(.16,1,.3,1) both; }
.hero h1.hero-enter { animation-delay: .15s; }
.hero-sub { animation-delay: .35s; }
.hero-copy { animation-delay: .55s; }
.event-info { animation-delay: .75s; }
@keyframes hero-slide-left { from { opacity: 0; transform: translateX(-100px); } to { opacity: 1; transform: translateX(0); } }

/* Reflow at smaller sizes rather than shrinking the desktop text below 16px. */
@media (max-width: 1200px) {
  :root { --u: .65px; }
  .nav-inner,.hero-inner,.product { width: 86%; }
  .content-width,footer > div { width: 88%; }
  .hero { min-height: 700px; }
  .hero-inner { padding-top: 80px; }
  .hero-copy { max-width: 58%; }
  .event-info { right: 0; bottom: 55px; }
  .event-info strong { font-size: 24px; }
  .hero-sub { max-width: 70%; }
  .product-content { padding: 40px 30px; }
  .flagship .product-content { padding: 0 45px 45px; }
  .product-media > .product-visual { width: 115%; margin-left: -20%; }
  .nvis .product-content { padding-left: 15px; }
  .tdm .sizes { width: 100%; }
  .tdm .badges { flex-wrap: wrap; }
  .gateway-media .product-visual { width: 125%; margin-left: -15%; }
  .gateway-media { padding-left: 20px; }
  .gateway-media .badges { flex-wrap: wrap; }
  .brochure-action { font-size: 15px; }
  footer > div { flex-wrap: wrap; padding: 18px 0; }
}
@media (max-width: 800px) {
  :root { --u: .6px; }
  .nav-inner { width: calc(100% - 32px); gap: 12px; }
  .menu-trigger { display: flex; }
  .brand { width: 120px; height: 36px; }
  .event-logo { width: 130px; height: 30px; }
  .brand-divider { height: 30px; }
  .nav-contact { min-height: 44px; font-size: 14px; letter-spacing: .5px; padding: 10px 14px; }
  .hero { min-height: 0; }
  .hero-inner { width: calc(100% - 48px); padding: 64px 0 70px; }
  .hero h1 { font-size: clamp(40px,7.5vw,60px); }
  .hero-bg { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg,#011830d9,#01183070),linear-gradient(0deg,#011830,transparent); }
  .hero-sub { max-width: 100%; margin-top: 26px; }
  .hero-copy { max-width: 100%; margin-top: 20px; }
  .event-info { position: relative; right: auto; bottom: auto; margin-top: 36px; width: fit-content; text-align: left; column-gap: 30px; }
  .event-info::after { right: 82px; }
  .event-info strong { font-size: 24px; }
  .solutions { padding-top: 82px; background-attachment: scroll; background-size: auto 2200px; }
  .solutions > .section-heading { margin-bottom: 100px; }
  .section-heading h2 { font-size: 28px; }
  .product { width: calc(100% - 40px); min-height: 0; }
  .product h3 { font-size: 27px; line-height: 1.2; gap: 10px; }
  .section-icon { width: 28px; height: 42px; margin-top: -5px; }
  .flagship-images { height: 270px; }
  .flagship-images > img { width: 74%; height: 310px; top: -60px; left: -4%; }
  .flagship-images > div { left: 63%; top: 54px; width: 35%; }
  .flagship-images > div > img:first-child { height: 110px; }
  .flagship-images .io-image { height: 65px; margin-top: 25px; }
  .flagship .product-content { padding: 0 24px 32px; }
  .badges { gap: 10px; margin-top: 24px; }
  .badges img { width: 52px; height: 52px; }
  .product-tagline { font-size: 16px; }
  .sizes { gap: 8px; }
  .sizes span { min-width: 48px; padding: 4px 8px; }
  .nvis { grid-template-columns: 1fr; }
  .nvis .product-content { padding: 0 24px 32px; }
  .nvis h3 .section-icon { position: static; }
  .product-media { padding: 30px 24px; }
  .product-media > .product-visual { width: 100%; max-width: 560px; margin: auto; }
  .product-media > .product-visual img { height: auto; max-height: 340px; }
  .product-media .badges { justify-content: center; }
  .split-inner,.shelby .split-inner { grid-template-columns: 1fr; gap: 28px; }
  .product-content,.tdm .product-content { padding: 32px 24px; }
  .tdm .sizes { width: 100%; }
  .tdm .badges { margin-top: 24px; margin-bottom: 20px; }
  .tdm .badges img { width: 52px; }
  .tdm .badges img:first-child { width: 76px; }
  .monitor-stack { margin: 0; height: 420px; }
  .monitor-stack img:first-child { width: 78%; height: 260px; }
  .monitor-stack img + img { width: 85%; left: 15%; top: 130px; height: 285px; }
  .shelby h3 { margin-left: 0; margin-bottom: 28px; }
  .gateway-media { padding: 0; }
  .gateway-media .product-visual { width: 100%; margin: 0 0 20px; }
  .gateway-media .product-visual img { height: auto; }
  .gateway-media .badges img { width: 60px; height: 52px; }
  .applications { padding: 50px 0; }
  .content-width { width: calc(100% - 40px); }
  .applications h2 { font-size: 26px; }
  .application-grid { grid-template-columns: repeat(5, minmax(180px, 1fr)); gap: 10px; overflow-x: auto; margin-top: 30px; padding-bottom: 10px; }
  .brochure { grid-template-columns: 1fr; margin-top: 24px; }
  .brochure-art { width: 100%; max-width: 400px; margin: auto; }
  .brochure-copy { padding: 0 24px 28px; text-align: center; }
  .brochure-action { min-height: 48px; font-size: 16px; }
  .visit { min-height: 0; padding: 50px 24px; }
  .visit h2 { font-size: 26px; line-height: 1.2; }
  .visit .button { width: min(100%,360px); min-height: 64px; margin-top: 28px; font-size: 20px; }
  .visit .button img { width: 26px; height: 26px; }
  footer > div { width: calc(100% - 40px); gap: 12px; }
  footer p { width: 100%; margin: 0; }
}
@media (max-width: 480px) {
  .event-logo,.brand-divider { display: none; }
  .hero h1 { font-size: 39px; }
  .hero-inner { width: calc(100% - 40px); }
  .event-info { gap: 10px 24px; }
  .event-info strong { font-size: 21px; }
  .event-info::after { display: none; }
  .flagship-images { height: 195px; }
  .flagship-images > img { height: 225px; top: -45px; }
  .flagship-images > div { top: 35px; }
  .flagship-images > div > img:first-child { height: 85px; }
  .flagship-images .io-image { height: 40px; margin-top: 12px; }
  .monitor-stack { height: 300px; }
  .monitor-stack img:first-child { height: 185px; }
  .monitor-stack img + img { top: 95px; height: 205px; }
  .product h3 { font-size: 24px; }
  footer a[href^='mailto'] { width: 100%; }
}
/* Keep certification icons on one row above the mobile breakpoint. */
@media (min-width: 801px) {
  .badges,
  .tdm .badges,
  .gateway-media .badges { flex-wrap: nowrap; }
  .badges > img { flex-shrink: 1; min-width: 0; }
}

/* Motion accents preserve the dimensions and positions of the design. */
.reveal {
  transition: opacity .95s ease var(--reveal-delay, 0ms),
    transform .95s cubic-bezier(.2,.65,.3,1) var(--reveal-delay, 0ms),
    border-color .25s ease, box-shadow .25s ease;
}
.product-visual img {
  transition: transform .65s cubic-bezier(.2,.65,.3,1), filter .4s ease;
}

.hero-visual { position: absolute; inset: 0; z-index: -1; overflow: hidden; isolation: isolate; }
.hero-bg {
  animation: sea-arrive 1s ease-out both, sea-breathe 10s ease-in-out 1s infinite;
  scale: 1.06;
}
.scroll-cue img { animation: cue-down 1.5s ease-in-out infinite; }
.application-card img { transition: transform .65s cubic-bezier(.2,.65,.3,1), filter .4s; }
.application-card figcaption { position: relative; background: #031526; transition: color .25s; }
.button { position: relative; overflow: hidden; isolation: isolate; }
.button::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(110deg, transparent 25%, #ffffff80 50%, transparent 75%);
  transform: translateX(-140%);
}
.button:focus-visible::after { animation: button-shine .85s ease-out; }
@media (hover: hover) and (pointer: fine) {
  .product:hover { border-color: #ee7800a6; box-shadow: 0 24px 48px -10px #000a, 0 8px 18px #0006, 0 0 24px #ee780026, inset 0 1px 0 #ffffff30, inset 0 -1px 0 #0006; }
  .product:hover .product-visual img { transform: translateY(-12px) scale(1.05); filter: drop-shadow(0 18px 16px #0006); }
  .rugged-4k-inner:hover { border-color: #ee7800a6; box-shadow: 0 24px 48px -10px #000a, 0 8px 18px #0006, 0 0 24px #ee780026, inset 0 1px 0 #ffffff30, inset 0 -1px 0 #0006; }
  .rugged-4k-inner:hover .rugged-4k-media img { transform: scale(1.05); filter: drop-shadow(0 18px 16px #0006); }
  .application-card:hover { border-color: var(--primary); box-shadow: 0 12px 30px #0006, 0 0 18px #ee780033; }
  .application-card:hover img { transform: scale(1.10); filter: brightness(1.14); }
  .application-card:hover figcaption { color: #ffa449; }
  .button:hover::after { animation: button-shine .85s ease-out; }
}
@keyframes sea-arrive {
  from { opacity: .6; scale: 1.20; }
  to { opacity: 1; scale: 1.06; }
}
@keyframes sea-breathe {
  0%,100% { scale: 1.06; }
  50% { scale: 1.20; }
}
@keyframes cue-down {
  0%,100% { translate: 0 -5px; }
  50% { translate: 0 7px; }
}
@keyframes button-shine {
  from { transform: translateX(-140%); }
  to { transform: translateX(140%); }
}
/* Independent item entrance uses translate, leaving hover transforms intact. */
.motion-item {
  opacity: 1;
  translate: 0 0;
  transition: opacity .8s ease var(--item-delay, 0ms),
    translate .9s cubic-bezier(.16,1,.3,1) var(--item-delay, 0ms),
    transform .65s cubic-bezier(.2,.65,.3,1), filter .4s ease,
    color .25s ease, background .25s ease;
}
.motion-item.motion-pending { opacity: 0; translate: 0 var(--entrance-y, 48px); }
.section-icon.motion-pending { translate: -28px 0; }
.motion-item:focus-visible { opacity: 1; translate: 0 0; }
/* Five independently staggered application photographs and captions. */
.application-card { transition: border-color .3s, box-shadow .3s; }
.application-card img {
  opacity: 1; translate: 0 0; scale: 1;
  transition: opacity .85s ease var(--card-delay, 0ms),
    translate 1s cubic-bezier(.16,1,.3,1) var(--card-delay, 0ms),
    scale 1s cubic-bezier(.16,1,.3,1) var(--card-delay, 0ms),
    transform .5s ease, filter .4s ease;
}
.application-card figcaption {
  opacity: 1; translate: 0 0;
  transition: opacity .6s ease calc(var(--card-delay, 0ms) + 180ms),
    translate .75s ease calc(var(--card-delay, 0ms) + 180ms), color .25s;
}
.application-card.card-waiting img { opacity: 0; translate: 0 60px; scale: .88; transition-delay: 0ms; }
.application-card.card-waiting figcaption { opacity: 0; translate: 0 24px; transition-delay: 0ms; }
/* Clear animation state offscreen so returning to the hero replays it. */
.hero-enter.hero-replay-wait { animation: none; opacity: 0; transform: translateX(-100px); }
.hero.hero-outside .hero-bg { animation: none; }
@media (prefers-reduced-motion: reduce) {
  .solutions { background-attachment: scroll; }
  html { scroll-behavior: auto; }
  .hero-enter.hero-replay-wait { opacity: 1; transform: none; }
  .application-card.card-waiting img,.application-card.card-waiting figcaption { opacity: 1; translate: 0 0; scale: 1; }
  .hero-bg { transform: none; scale: 1; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .reveal.pending { opacity: 1; transform: none; }
  .motion-item.motion-pending { opacity: 1; translate: 0 0; }
  .product:hover .product-visual img,.application-card:hover img,.button:hover,.rugged-4k-inner:hover .rugged-4k-media img { transform: none; }
}

/* Exhibition countdown, using the event's Paris timezone. */
.countdown { max-width: 620px; margin: 32px auto 0; }
.countdown-units { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.countdown-unit { padding: 18px 8px 14px; border: 1px solid #88b9ec55; border-radius: 6px; background: #01162acc; }
.countdown-unit strong { display: block; font-family: var(--heading-font); font-size: clamp(28px, 3.4vw, 56px); font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1.1; color: #fff; }
.countdown-unit span { display: block; margin-top: 10px; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: #88b9ec; }
.countdown .countdown-note { margin-top: 16px; font-size: 14px; line-height: 1.5; color: #c1d4e3; }
.countdown .countdown-status { margin-top: 12px; font-size: 18px; color: #ffad58; }
.countdown-status:empty { display: none; }
@media (max-width: 480px) {
  .countdown-units { gap: 8px; }
  .countdown-unit { padding: 14px 4px; }
  .countdown-unit span { font-size: 12px; letter-spacing: 0; }
}

/* Match the two closing calls to action across desktop and mobile. */
.brochure-action,
.visit .button {
  width: min(100%, 340px);
  min-height: 60px;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 1.3;
  gap: 10px;
}
.visit .button img { width: 26px; height: 26px; }
@media (max-width: 480px) {
  .brochure-action,
  .visit .button { min-height: 56px; padding: 12px 16px; font-size: 18px; }
}

/* Tighter spacing between product cards and around the brochure. */
.product { min-height: 0; }
.product + .product { margin-top: 0; }
.flagship,.nvis,.tdm { margin-bottom: clamp(24px, 2vw, 38px); }
.solutions { padding-bottom: 32px; }
.applications { padding-top: 44px; padding-bottom: 36px; }
.brochure { margin-top: 24px; }
.brochure-art { padding: 12px 20px; }
.brochure-art img { max-height: 300px; }
.brochure-copy { padding-top: 20px; padding-bottom: 20px; }
/* A product link can fill the card without changing its content layout. */
.product-card-link { position: absolute; inset: 0; z-index: 5; border-radius: inherit; }
.product:has(.product-card-link:focus-visible) { outline: 3px solid #ffac55; outline-offset: 5px; }
@media (max-width: 800px) {
  .applications { padding: 36px 0; }
  .brochure-art img { max-height: 240px; }
  .brochure-copy { padding-top: 0; padding-bottom: 24px; }
}

/* Give the booth invitation a stronger, continuously animated emphasis. */
.visit .button {
  width: min(100%, 400px);
  min-height: 72px;
  padding: 18px 24px;
  font-size: 22px;
}
.visit .button:not(.motion-pending) {
  animation: booth-invite 1.8s ease-in-out infinite;
}
.visit .button:not(.motion-pending)::after {
  animation: booth-shimmer 2.6s ease-in-out infinite;
}
@keyframes booth-invite {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 6px 18px #ee780045, 0 0 0 0 #ee780040, inset 0 2px 0 #ffac55;
  }
  50% {
    transform: translateY(-10px) scale(1.045);
    box-shadow: 0 18px 38px #ee780080, 0 0 0 10px #ee780020, inset 0 2px 0 #ffbc76;
  }
}
@keyframes booth-shimmer {
  0%, 55% { transform: translateX(-140%); }
  85%, 100% { transform: translateX(140%); }
}
@media (max-width: 480px) {
  .visit .button { min-height: 66px; padding: 16px 18px; font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .visit .button:not(.motion-pending) { animation: none; transform: none; }
  .visit .button::after { animation: none; }
}

/* Invitation preview and accessible native image dialog. */
.edm-preview { display: block; width: min(100%, 620px); margin: 28px auto 0; padding: 0; overflow: hidden; border: 1px solid #88b9ec66; border-radius: 6px; background: #031d35; color: #fff; cursor: zoom-in; }
.edm-preview img { width: 100%; height: auto; }
.edm-preview span { display: block; padding: 10px 16px; font-size: 14px; }
.edm-preview:hover { border-color: var(--primary); }
.edm-lightbox { width: min(1400px, 94vw); max-width: 94vw; max-height: 92dvh; margin: auto; padding: 48px 12px 12px; border: 1px solid #88b9ec66; border-radius: 8px; background: #031d35; color: #fff; overflow: auto; }
.edm-lightbox::backdrop { background: #000d; }
.edm-lightbox > img { width: 100%; height: auto; }
.edm-close { position: absolute; top: 4px; right: 8px; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 32px; line-height: 1; }
body.edm-open { overflow: hidden; }

/* Mobile product details share a consistent column grid and left edge. */
@media (max-width: 800px) {
  .split-inner,
  .shelby .split-inner,
  .nvis { grid-template-columns: minmax(0, 1fr); }
  .split-inner > div,
  .product-content,
  .product-media,
  .gateway-media { min-width: 0; }

  .product .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 24px 0 20px;
  }
  .product .badges > img,
  .product .badges > img:first-child {
    flex: 0 0 auto;
    width: auto;
    max-width: 80px;
    height: 48px;
    min-width: 0;
    margin: 0;
    object-fit: contain;
    object-position: left center;
  }
  .product .sizes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    justify-content: start;
  }
  .product .sizes > span {
    min-width: 0;
    min-height: 34px;
    padding: 6px 4px;
    display: grid;
    place-items: center;
  }
  .gateway-media .product-visual {
    width: 100%;
    margin: 0 0 24px;
  }
  .gateway-media .product-visual img {
    width: 100%;
    height: auto;
    margin-inline: auto;
  }
  .gateway-tagline { padding-left: 12px; }
  .monitor-stack {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 1.08;
    margin: 0 auto;
  }
  .monitor-stack img:first-child {
    width: 78%;
    height: 64%;
    left: 0;
    top: 0;
    object-position: left top;
  }
  .monitor-stack img + img {
    width: 85%;
    height: 68%;
    left: 15%;
    top: 32%;
    object-position: right bottom;
  }
}

/* Mobile flagship: protruding main display left, stacked smaller views right. */
@media (max-width: 800px) {
  .flagship-images {
    display: grid;
    grid-template-columns: minmax(0, 64fr) minmax(0, 36fr);
    align-items: center;
    gap: 8px;
    height: auto;
    margin-top: -32px;
    padding: 0 12px 24px;
    overflow: visible;
  }
  .flagship-images > img {
    position: static;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    width: 112%;
    max-width: none;
    height: auto;
    margin: 0 0 0 -10%;
    object-fit: contain;
  }
  .flagship-images > div {
    position: static;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(16px, 4vw, 30px);
  }
  .flagship-images > div > img:first-child {
    width: 96%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }
  .flagship-images .io-image {
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
  }
}

/* Mobile TDM-P and Shelby: main imagery, heading, then description and badges. */
@media (max-width: 800px) {
  .tdm .product-content,
  .shelby .product-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .tdm .split-inner,
  .shelby .split-inner,
  .shelby .gateway-media { display: contents; }
  .tdm .monitor-stack,
  .shelby .gateway-media > .product-visual {
    order: -1;
    flex-shrink: 0;
    margin: 0 auto;
  }
  .tdm .product-content > h3,
  .shelby .product-content > h3 { margin: 0; }
  .shelby .gateway-tagline { margin: 0; }
  .shelby .gateway-media > .badges { margin: 0; }
}

/* Compact 4K monitor introduction above applications. */
.rugged-4k { background: #01162a; padding: 36px 0 28px; }
.rugged-4k-inner { position: relative; display: grid; grid-template-columns: minmax(0, 2.6fr) minmax(0, 1fr); align-items: center; gap: 28px; padding: clamp(20px, 2vw, 32px); border: 1px solid #657482; border-radius: 4px; transition: border-color .3s ease, box-shadow .3s ease; background: #031d35 url('./assets/rugged-4k-bg.png') center / cover no-repeat; }
.rugged-4k-copy h2 { color: var(--primary); font-size: clamp(26px, 2.3vw, 44px); line-height: 1.2; margin-bottom: 24px; text-transform: none; }
.rugged-4k-copy p + p { margin-top: 22px; }
.rugged-4k-media { position: relative; aspect-ratio: 1.25; min-width: 0; }
.rugged-4k-media img { position: absolute; width: 75%; height: auto; object-fit: contain; transition: transform .65s cubic-bezier(.2,.65,.3,1), filter .4s ease; }
.rugged-4k-chart { top: 0; right: 0; }
.rugged-4k-uav { bottom: 0; left: 0; }
@media (max-width: 800px) {
  .rugged-4k { padding: 28px 0 16px; }
  .rugged-4k-inner { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .rugged-4k-media { order: -1; width: min(100%, 400px); margin: 0 auto; }
  .rugged-4k-copy h2 { font-size: 26px; margin-bottom: 18px; }
  .rugged-4k-copy p + p { margin-top: 18px; }
}
