/* Header and brand */
.site-header { position: relative; z-index: 3; background: linear-gradient(110deg,#05090d,#0b1928 60%,#03070c); border-bottom: 1px solid #4a9ac575; box-shadow: 0 2px 22px #0008; }
.brand { display: block; width: fit-content; }
.header-inner > .brand { grid-row: 1 / 3; align-self: center; }
.brand img { width: 300px; height: auto; }
.brand-line { display: block; text-align: center; font-size: 9px; line-height: 1.4; letter-spacing: .28em; color: #e1ecf7; margin-top: -7px; white-space: nowrap; }
.header-contact { grid-column: 2; grid-row: 1; justify-self: end; align-self: center; font-size: 14px; }
.header-contact > div { display: flex; gap: 34px; }
.header-contact a::before { display: inline-block; color: #27b8ff; margin-right: 12px; font-size: 20px; vertical-align: middle; }
.header-contact a:first-child::before { content: '☎'; }
.header-contact a:last-child::before { content: '✉'; }
.main-nav { grid-column: 2; grid-row: 2; align-self: center; padding-left: 15px; }
.nav-links { list-style: none; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; white-space: nowrap; font-size: 15px; }
.nav-links a:not(.button) { display: inline-block; padding-block: 9px; }
.nav-links [aria-current] { color: var(--cyan); text-shadow: 0 0 15px #0b91ff; }
.nav-links [aria-current]::after { content: ''; display: block; height: 2px; margin-top: 4px; background: #36c6ff; box-shadow: 0 0 8px #078bff; }
.nav-item--mega > a::after { content: '⌄'; margin-left: 5px; color: #9fd7f7; }
.nav-links a:hover, .footer-links a:hover { color: var(--cyan); }
.future { cursor: default; }
.menu-toggle { display: none; background: #0d1d2e; color: white; border: 1px solid #456981; border-radius: 4px; padding: 9px 12px; }
/* Angled, illuminated metal-and-glass buttons. The text remains untransformed. */
.button { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 11px 27px; background: transparent; border: 0; color: #fff; text-transform: uppercase; font-family: var(--display); font-size: 15px; font-weight: 700; line-height: 1.3; letter-spacing: .025em; text-shadow: 0 1px 3px #001a36; }
.button::before { content: ''; position: absolute; inset: 0; z-index: -1; transform: skewX(-16deg); border: 2px solid #bdefff; border-radius: 8px 5px; background: linear-gradient(170deg,#1097ef 0%,#075199 22%,#031a3b 52%,#0754a5 90%,#3ab5ff); box-shadow: inset 0 0 5px #e5faff, inset 0 0 15px #008cff, 0 0 5px #00c7ff, 0 0 16px #008cff80, 0 5px 13px #000a; transition: box-shadow var(--transition), filter var(--transition); }
.button:hover { transform: translateY(-2px); }
.button:hover::before { filter: brightness(1.2); box-shadow: inset 0 0 8px #efffff,0 0 21px #078cff; }
.button span { color: #a2e6ff; font-size: 22px; font-family: var(--font); font-weight: 400; }
.button:disabled { cursor: default; opacity: .6; }
.nav-links .button { min-width: 181px; }
/* Photographic carousel */
.hero { position: relative; background: #030b13; }
.hero-stage { overflow: hidden; display: grid; }
.hero-stage > .slide { grid-area: 1 / 1; }
/* Reserve the shared slide height without exposing inactive slide content. */
.hero-stage > .slide[hidden] { display: flex !important; visibility: hidden; pointer-events: none; }
.slide { position: relative; min-height: 520px; display: flex; align-items: center; isolation: isolate; }
.slide-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; z-index: -3; }
.slide::after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#02080fec 0%,#02080fd6 20%,#02080f66 42%,#02080f00 69%),linear-gradient(0deg,#030b14d9,transparent 24%,transparent 83%,#00132530); }
.slide-content { padding-block: 32px 60px; }
.slide h1, .slide h2 { max-width: 660px; font-family: var(--display); font-size: clamp(36px,3.7vw,57px); font-weight: 850; letter-spacing: .01em; line-height: 1.08; color: #eaf0f6; text-shadow: 0 3px 0 #7b8b9e35,0 4px 18px #000; }
.slide h1 { font-size: clamp(34px,3.55vw,54px); }
.slide h1 .accent { font-size: 1.43em; line-height: .99; letter-spacing: .025em; }
.accent, .solution h2 span { color: #21adf4; background: linear-gradient(#9bdeff 0%,#28b7ff 35%,#0083d2 78%,#66caff); background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; }
.slide .eyebrow { color: #8cdcff; font: 13px var(--display); max-width: 450px; letter-spacing: .07em; }
.hero-description { margin-top: 19px; max-width: 510px; color: #e2f3ff; font-family: var(--display); font-size: 17px; line-height: 1.5; letter-spacing: .025em; text-shadow: 0 2px 8px #000; }
.hero-description > span { color: #49c9ff; font-size: .94em; }
.slide:not(.slide-marine) .hero-description { max-width: 400px; margin-bottom: 28px; }
.principles { display: flex; align-items: start; gap: 31px; margin-block: 24px 27px; }
.principles > div { width: 75px; text-align: center; }
.principles svg { width: 41px; height: 41px; margin: 0 auto 9px; fill: none; stroke: #79d1ff; stroke-width: 1.6; filter: drop-shadow(0 0 8px #006bb955); }
.principles p { font-family: var(--display); font-size: 13px; font-weight: 650; color: #f5f8ff; line-height: 1.3; }
.principles p span { display: block; font-size: 11px; font-weight: 400; color: #b5d3e9; margin-top: 3px; }
.marine-caption { position: absolute; top: 38px; right: max(32px,calc((100vw - 1440px)/2)); display: grid; gap: 4px; text-shadow: 0 2px 10px #000; }
.marine-caption strong { color: #8bc8f3; font-size: 27px; line-height: 1.1; letter-spacing: .015em; }
.marine-caption span { font-family: var(--display); font-size: 13px; line-height: 1.4; }
.slider-controls { position: absolute; bottom: 13px; left: 50%; transform: translateX(-50%); display: flex; justify-content: end; gap: 20px; align-items: center; }
.slide-tabs, .arrow-controls { display: flex; align-items: center; gap: 7px; }
.slide-count { font: 10px var(--mono); color: #e0eaf4; margin-right: 4px; }
.slide-dot { width: 24px; min-height: 32px; padding: 12px 0; border: 0; background: transparent; }
.slide-dot::after { content: ''; display: block; height: 3px; background: #73869b; }
.slide-dot[aria-pressed='true']::after { background: #5ed9ff; box-shadow: 0 0 7px #008fff; }
.icon-button { min-width: 34px; min-height: 32px; border: 1px solid #64839b; border-radius: 3px; background: #081523d9; }
.icon-button:hover { background: #155589; }
/* Dense image cards */
.featured-services { padding-block: 4px 24px; }
.service-card { position: relative; isolation: isolate; min-height: 266px; overflow: hidden; border: 1px solid #406780; border-radius: 5px; box-shadow: inset 0 1px #badfff20,0 5px 16px #0005; background: #0a1823; transition: transform var(--transition),border-color var(--transition); }
.service-card:hover, .industry-card:hover { transform: translateY(-4px); border-color: #6bccff; }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; z-index: -2; }
.service-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,#04111cec 0%,#06132218 37%,#06121b18 59%,#020c15ed 91%); }
.card-body { min-height: inherit; padding: 17px; display: flex; flex-direction: column; }
.service-card h3 { max-width: 270px; font-family: var(--display); font-size: 20px; line-height: 1.12; text-transform: uppercase; letter-spacing: -.015em; font-weight: 650; text-shadow: 0 2px 6px #000; }
.service-card p { margin-top: auto; padding-top: 105px; padding-right: 18px; font: 12px/1.4 var(--display); letter-spacing: .07em; color: #d0eaff; }
.card-arrow { position: absolute; right: 15px; bottom: 15px; font-size: 21px; line-height: 1; color: #6edbff; }
.service-card p::after { content: ''; display: block; height: 2px; width: 23px; margin-top: 7px; }
.tour-symbol { position: absolute; left: 50%; top: 51%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; font-size: 32px; background: #071a2344; }
.tour-symbol svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; }
.marine-placeholder-label { position: absolute; bottom: 7px; left: 7px; right: 7px; padding: 3px 5px; background: #030b13dc; color: #b8cfdf; font-size: 9px; line-height: 1.3; text-align: center; }
.solution-placeholder-label { left: 35%; right: 41%; bottom: 8px; }
.industries { padding-block: 23px; border-block: 1px solid #3c6680; background: linear-gradient(120deg,#040a10,#0b1723 55%,#040a10); }
.section-heading h2 { font-family: var(--display); font-size: 30px; letter-spacing: .02em; }
.text-link { color: #40c6ff; font: 12px var(--display); letter-spacing: .035em; display: inline-flex; align-items: center; gap: 14px; }
.text-link span { font-size: 20px; }
.industry-card { position: relative; isolation: isolate; min-height: 171px; overflow: hidden; border: 1px solid #3c6582; border-radius: 4px; background: #081523; transition: transform var(--transition),border-color var(--transition); }
.industry-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; z-index: -2; }
.industry-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,#01080feb 0%,#05101bbd 22%,transparent 50%,#07121c44); }
.industry-card h3 { min-height: 40px; padding: 12px 6px; text-align: center; font: 600 13px/1.12 var(--display); text-transform: uppercase; letter-spacing: .01em; text-shadow: 0 1px 3px #000; }
/* Marine workflow and compact inquiry card share a cinematic backdrop. */
.solution-contact { position: relative; isolation: isolate; overflow: hidden; padding-block: 27px; background: #040b12; border-bottom: 1px solid #37566e; }
.solution-photo { position: absolute; top: 0; left: 18%; width: 66%; height: 100%; object-fit: cover; object-position: 57% center; z-index: -3; }
.solution-contact::after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#030a12 0%,#030a12dd 21%,#04101c47 44%,#030a1280 62%,#030a12 89%),linear-gradient(0deg,#030b13c9,transparent 40%); }
.solution { display: flex; flex-direction: column; align-items: start; padding-top: 7px; min-width: 0; }
.solution h2 { font-family: var(--display); font-size: clamp(35px,3.2vw,48px); letter-spacing: .01em; line-height: 1.03; text-shadow: 0 2px 9px #0005; }
.solution-intro { margin-top: 14px; color: #c7dce9; font-size: 15px; }
.capabilities { list-style: none; padding: 0; margin-top: 25px; }
.capabilities li { position: relative; padding-left: 29px; font-size: 13px; line-height: 1.5; margin-bottom: 12px; color: #e7f3fc; text-shadow: 0 2px 8px #000; }
.capabilities li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; text-align: center; line-height: 19px; border-radius: 50%; color: #04243e; background: linear-gradient(#78d4ff,#1999e2); font-size: 13px; font-weight: 800; }
.solution-process { width: 100%; margin-top: auto; padding-top: 20px; text-align: center; }
.workflow { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px 16px; list-style: none; padding: 0; margin-top: 12px; font: 700 18px/1.4 var(--display); letter-spacing: .035em; color: var(--white); }
.workflow li { display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.workflow li + li::before { content: '→'; color: #38bfff; font-weight: 500; }
.solution-tagline { margin: 0; color: #79d7ff; font: 600 14px/1.5 var(--display); letter-spacing: .06em; text-align: center; }
.contact-card { background: linear-gradient(145deg,#0b1c2cdd,#020b13f5); border: 1px solid #476e87; border-top-color: #76b4d7; border-radius: 15px 6px 6px; padding: 22px; box-shadow: inset 0 1px 20px #25587b16,0 10px 30px #0005; }
.contact-card h2 { font-family: var(--display); font-size: 26px; letter-spacing: .025em; line-height: 1.1; }
.contact-card h2 > span { color: #3cc7ff; font-family: var(--font); padding-right: 6px; text-shadow: 0 0 12px #00aaff; }
.contact-subtitle { margin-block: 5px 14px; color: #b8d5e9; font-size: 13px; }
input, select, textarea { width: 100%; min-width: 0; padding: 10px 11px; border: 1px solid #5e7489; border-radius: 4px; background: linear-gradient(120deg,#303d49dd,#26313bd9); color: #edf4fc; font: 12px/1.35 var(--font); box-shadow: inset 0 1px 5px #0004; }
input::placeholder, textarea::placeholder { color: #d4deeb; opacity: 1; }
option { background: #162434; color: white; }
textarea { resize: vertical; min-height: 74px; }
.contact-card .button { width: calc(100% - 12px); margin: 12px 6px 0; }
.form-note { color: #b3c6d6; font-size: 10px; margin-top: 9px; line-height: 1.4; }
.form-status { color: #9de6ff; font-size: 12px; line-height: 1.5; }
.form-status:not(:empty) { margin-top: 10px; }
.contact-methods { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; margin-top: 18px; font-size: 12px; }
.contact-methods a { overflow-wrap: anywhere; }
.contact-methods span { color: #25b8fc; font-size: 22px; vertical-align: middle; margin-right: 4px; }
.talk-now { margin-top: 10px; text-align: center; color: #adc9df; font-size: 11px; }
/* Compact rental panel and footer */
.site-footer { padding-top: 20px; background: linear-gradient(145deg,#08121c,#03070c 70%); }
.rental-feature { display: flex; align-items: center; gap: 28px; padding: 12px 23px 12px 0; margin-bottom: 25px; min-height: 116px; border: 1px solid #345872; border-radius: 5px; background: linear-gradient(115deg,#14263777,#040b12); overflow: hidden; }
.rental-visual { width: 205px; flex-shrink: 0; height: 110px; margin-block: -12px; }
.rental-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 73% center; }
.rental-copy { flex: 1; }
.rental-copy h3 { font-family: var(--display); font-size: 22px; letter-spacing: .035em; color: #dfedfa; }
.rental-copy > p { font-size: 12px; color: #b8cfdf; margin-top: 3px; }
.rental-categories { display: flex; flex-wrap: wrap; gap: 7px 17px; list-style: none; padding: 0; margin-top: 9px; font-size: 11px; color: #8bd7ff; }
.rental-categories li + li::before { content: '/'; margin-right: 17px; color: #527e98; }
.rental-feature .button { font-size: 13px; margin-right: 6px; }
.footer-grid { padding-block: 9px 19px; }
.footer-brand .brand img { width: 265px; }
.footer-brand .brand-line { font-size: 7px; letter-spacing: .25em; }
.site-footer h3:not(#rentals-heading) { font: 500 12px/1.3 var(--display); text-transform: uppercase; margin-bottom: 10px; }
.footer-links { list-style: none; padding: 0; font-size: 11px; line-height: 1.45; color: #b7c7d8; }
.footer-links li { margin-top: 5px; }
.coming-soon { font-size: 10px; }
.social-column { border-left: 1px solid #385263; padding-left: 23px; }
.social-column h3 { color: #7dd6ff; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; color: #29baff; font-size: 26px; font-weight: 700; line-height: 1.2; }
.social-links a { display: grid; place-items: center; width: 24px; height: 30px; }
.social-links svg { width: 24px; height: 24px; fill: currentColor; }
.social-links a:hover { color: var(--cyan); transform: translateY(-2px); filter: drop-shadow(0 0 5px #008cff80); }
.social-note { font-size: 9px; margin-top: 10px; color: #99afc2; }
.future-note { font-size: 10px; color: #9db5c7; padding-bottom: 15px; }
.future-note a { color: #6dccfb; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; border-top: 1px solid #365970; padding-block: 18px 24px; font-size: 10px; color: #9cb6cd; }
.design-credit a { color: #7bc7ec; }
.design-credit a:hover { color: var(--cyan); text-decoration: underline; }
.footer-bottom span:last-child { font-style: italic; letter-spacing: .04em; }
