/* ISL Modern 1.1 — brand blue, pure white, generous photography. */
:root {
  --blue: #004b83;
  --white: #ffffff;
  --ink: #192c3a;
  --muted: #536779;
  --line: #dce5ec;
  --tint: #f2f7fb;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--white); color: var(--ink); font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button, .button, input[type=submit], summary { cursor: pointer; }
button, a, input, select, textarea { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.hero :focus-visible, .certifications :focus-visible, .site-footer :focus-visible { outline-color: white; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(44px, 6.5vw, 96px); font-weight: 750; }
h2 { font-size: clamp(34px, 4vw, 60px); font-weight: 720; color: var(--blue); }
h3 { font-size: 28px; font-weight: 650; }
.wrap { width: min(1380px, 90%); margin-inline: auto; }
.section { padding-block: 85px; }
.eyebrow { font-size: 11px; font-weight: 750; letter-spacing: .16em; margin-bottom: 20px; color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; background: var(--blue); color: white; min-height: 50px; padding: 13px 25px; border-radius: 99px; font-size: 14px; font-weight: 650; margin-top: 12px; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px #004b8324; }
.button.light { background: white; color: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 15px; color: var(--blue); font-size: 14px; font-weight: 650; padding-bottom: 3px; border-bottom: 1px solid currentColor; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 25px; padding: 13px 5%; background: #ffffffed; backdrop-filter: blur(20px); border-bottom: 1px solid #004b8312; }
.brand { flex-shrink: 0; }
.brand img { width: 108px; height: 45px; object-fit: contain; }
.site-header nav { margin-left: auto; font-size: 13px; font-weight: 600; color: var(--blue); }
.site-header ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; align-items: center; }
.site-header li { position: relative; }
.site-header a { display: inline-block; }
.site-header nav > ul > li > a { padding-block: 12px; }
.site-header .sub-menu, .site-header .children { display: none; position: absolute; top: 100%; left: 0; min-width: 245px; background: white; box-shadow: 0 18px 45px #004b831a; padding: 12px; border-radius: 16px; align-items: stretch; }
.site-header .sub-menu a, .site-header .children a { padding: 8px; }
.site-header li:hover > .sub-menu, .site-header li:hover > .children, .site-header li:focus-within > .sub-menu, .site-header li:focus-within > .children, .site-header .submenu-open > .sub-menu, .site-header .submenu-open > .children { display: flex; flex-direction: column; gap: 0; }
.site-header .sub-menu .sub-menu, .site-header .children .children { position: static; box-shadow: none; padding: 0 0 0 14px; }
.submenu-toggle { border: 0; background: none; padding: 8px; color: var(--blue); line-height: 1; }
.languages { font-size: 11px; text-transform: uppercase; gap: 10px !important; color: var(--blue); }
.current-lang a { border-bottom: 2px solid var(--blue); }
.header-contact { font-size: 12px; font-weight: 650; white-space: nowrap; background: var(--blue); color: white; border-radius: 99px; padding: 9px 18px; }
.menu-toggle { display: none; }

/* Brand stage: ISL blue remains the dominant colour, even over the photograph. */
.hero { position: relative; overflow: hidden; isolation: isolate; background: var(--blue); color: white; }
.hero-art { position: absolute; inset: 0 0 0 38%; z-index: -1; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #004b83 0%, #004b83c9 20%, #004b8320 65%), linear-gradient(0deg, #004b83 0%, transparent 35%); }
.hero-inner { position: relative; min-height: 470px; padding-block: 55px 48px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.hero-copy { max-width: 760px; }
.hero .eyebrow { color: white; font-size: 10px; margin-bottom: 23px; }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(54px, 6.6vw, 96px); line-height: 1.01; letter-spacing: -.055em; text-wrap: initial; }
.hero-description { max-width: 390px; font-size: 17px; line-height: 1.55; margin-bottom: 18px; }
.hero-caption { flex-shrink: 0; max-width: 240px; margin-bottom: 16px; font-size: 15px; text-shadow: 0 2px 15px #004b83; }
.hero-caption span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .15em; margin-bottom: 7px; }
.hero-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ffffff50; }
.hero-shortcuts a { display: flex; gap: 14px; align-items: center; padding: 21px 20px 21px 0; font-size: 13px; font-weight: 600; }
.hero-shortcuts a + a { padding-left: 24px; border-left: 1px solid #ffffff35; }
.hero-shortcuts a > span:first-child { font-size: 10px; font-weight: 400; }
.hero-shortcuts a > span:last-child { margin-left: auto; font-size: 20px; transition: transform .2s; }
.hero-shortcuts a:hover > span:last-child { transform: translateY(3px); }

/* Available locations */
.locations { padding-block: 68px; }
.section-heading { display: grid; grid-template-columns: 1.8fr 1fr; align-items: end; gap: 10%; margin-bottom: 30px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { margin: 0; max-width: 700px; font-size: clamp(34px, 3.7vw, 54px); }
.section-heading > p { max-width: 330px; color: var(--muted); font-size: 15px; margin-bottom: 4px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.location-card { position: relative; overflow: hidden; isolation: isolate; min-height: 430px; border-radius: var(--radius); color: white; background: var(--blue); box-shadow: 0 15px 35px #004b830f; transition: transform .35s, box-shadow .35s; }
.location-card:hover { transform: translateY(-5px); box-shadow: 0 22px 40px #004b832b; }
.location-image { position: absolute; inset: 0; z-index: -1; }
.location-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #004b83 0%, #004b83ef 15%, #004b83a8 38%, transparent 78%); }
.location-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.location-card:hover .location-image > img { transform: scale(1.045); }
.status { position: absolute; top: 22px; left: 22px; z-index: 1; background: white; color: var(--blue); border-radius: 30px; padding: 7px 13px; font-size: 11px; font-weight: 650; display: flex; gap: 8px; align-items: center; }
.status i { height: 6px; width: 6px; border-radius: 50%; background: var(--blue); }
.location-info { position: relative; padding: 225px 32px 25px; }
.location-city { font-size: 12px; margin-bottom: 4px; }
.location-info h3 { font-size: clamp(26px, 2.6vw, 39px); letter-spacing: -.04em; margin-bottom: 19px; text-wrap: initial; }
.location-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.area { font-size: 40px; line-height: 1; font-weight: 650; white-space: nowrap; letter-spacing: -.045em; margin: 0; }
.area > span { font-size: 22px; font-weight: 400; }
.area small { display: block; font-size: 10px; font-weight: 400; letter-spacing: .04em; margin-top: 9px; }
.card-arrow { background: white; color: var(--blue); width: 47px; height: 47px; display: grid; place-items: center; font-size: 27px; border-radius: 50%; }

/* Camera: generous image, compact controls, honest timestamp. */
.camera-section { padding: 55px 0 80px; background: white; color: var(--blue); }
.camera-section .wrap { width: min(1380px, 90%); max-width: none; }
.camera-heading { max-width: 840px; margin: 0 auto 34px; text-align: center; }
.camera-heading .eyebrow { margin-bottom: 13px; }
.camera-heading h2 { font-size: clamp(40px, 5vw, 74px); margin-bottom: 18px; }
.camera-heading > p { max-width: 560px; margin: auto; color: var(--muted); font-size: 16px; }
figure.camera { position: relative; margin: 0; padding: 12px 12px 22px; background: var(--tint); border-radius: 30px; box-shadow: 0 20px 60px #004b830d; }
.camera-image { position: relative; overflow: hidden; background: #0b1722; border-radius: 20px; min-height: 180px; }
.camera-image img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: transparent; }
.camera-badge { position: absolute; top: 20px; left: 20px; z-index: 1; background: #ffffffee; color: var(--blue); border-radius: 50px; padding: 7px 14px; font-size: 9px; font-weight: 700; letter-spacing: .09em; }
.camera-placeholder { padding: 100px 25px; color: white; text-align: center; }
.camera figcaption { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; padding: 16px 12px; }
.camera-controls { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 4px 10px 0; align-items: center; }
.camera-controls button, .camera-controls select { border: 1px solid var(--line); background: white; color: var(--blue); padding: 9px 15px; min-height: 44px; border-radius: 5px; font-size: 12px; font-weight: 600; }
.camera-controls button[data-action=play] { background: var(--blue); color: white; border-color: var(--blue); }
.camera-controls button:hover, .camera-controls button[aria-pressed=true] { background: var(--blue); color: white; border-color: var(--blue); box-shadow: 0 0 0 3px #004b831b; }
.camera-controls option { background: white; color: var(--blue); }
.camera-controls label { font-size: 11px; display: flex; gap: 7px; align-items: center; }
.camera { background: linear-gradient(145deg, #173b54, #244a80) !important; border: 1px solid #28617f; box-shadow: 0 18px 45px #00233b45, inset 0 1px #ffffff22 !important; }
.camera-image { margin: 10px; border: 5px solid #071522; border-radius: 10px; box-shadow: inset 0 0 0 2px #3c7690, 0 8px 18px #00152480; }
.camera-badge { background: #f4b400; color: #102b40; border-radius: 4px; font-size: 9px; letter-spacing: .12em; }
.camera figcaption { color: #d8e9f2; padding-inline: 20px; text-transform: uppercase; letter-spacing: .08em; }
.camera-controls { margin-inline: 10px; width: auto; padding: 10px; border: 1px solid #2f79a5; border-radius: 8px; background: var(--blue); box-shadow: inset 0 1px #ffffff24; }
.camera-controls button, .camera-controls select { border: 1px solid #5e8799; border-radius: 4px; background: #e8f1f4; color: #09304a; min-height: 40px; padding: 8px 13px; }
.camera-controls button i { font-size: 13px; }
.camera-controls button[data-action="play"] { background: #f4b400; border-color: #f4b400; color: #102b40; }
.camera-controls button:hover, .camera-controls button[aria-pressed="true"] { background: #ffffff; color: #07304b; box-shadow: 0 0 0 2px #f4b40080; }
.camera-controls label { color: #d8e9f2; }
.camera-controls select { min-height: 34px; padding: 5px 8px; }
.camera-message { font-size: 13px; margin: 12px 10px 0; text-align: center; }
.camera-message:empty { display: none; }
.camera:fullscreen { padding: 20px; background: white; overflow: auto; border-radius: 0; }
.camera:fullscreen .camera-image img { height: 72vh; aspect-ratio: auto; }

/* Credentials are a full brand chapter, with real awards and scoped documents. */
.certifications { background: var(--blue); color: white; padding-block: 85px 65px; }
.certifications-heading { text-align: center; max-width: 880px; margin: 0 auto 46px; }
.certifications-heading .eyebrow, .certifications-heading h2 { color: white; }
.certifications-heading h2 { font-size: clamp(42px, 5.8vw, 82px); max-width: 850px; margin-bottom: 24px; }
.certifications-heading > p:last-child { max-width: 560px; margin-inline: auto; font-size: 16px; }
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: start; }
.cert-card { min-width: 0; border-radius: 22px; background: white; color: var(--blue); padding: 25px 23px 16px; }
.cert-category { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 650; margin-bottom: 30px; }
.cert-category > span { font-size: 22px; font-weight: 400; }
.cert-standard { position: relative; padding-bottom: 14px; min-height: 131px; }
.cert-standard > span { display: block; font-size: 13px; font-weight: 650; letter-spacing: .1em; }
.cert-standard strong { display: block; font-size: clamp(42px, 4.5vw, 66px); font-weight: 700; letter-spacing: -.065em; line-height: 1.13; }
.cert-standard small { display: block; font-size: 11px; padding-top: 3px; }
.cert-card h3 { font-size: 18px; min-height: 44px; line-height: 1.25; letter-spacing: -.02em; margin-top: 8px; margin-bottom: 21px; text-wrap: initial; overflow-wrap: anywhere; }
.cert-documents { border-top: 1px solid var(--line); }
.cert-documents summary { padding: 15px 0 2px; display: flex; justify-content: space-between; gap: 10px; font-size: 12px; font-weight: 600; list-style: none; min-height: 44px; align-items: center; }
.cert-documents summary::-webkit-details-marker { display: none; }
.cert-documents summary > span { font-size: 22px; line-height: 1; transition: transform .2s; }
.cert-documents[open] summary > span { transform: rotate(45deg); }
.cert-documents ul { padding: 0; margin: 12px 0 0; list-style: none; }
.cert-documents li + li { border-top: 1px solid var(--line); }
.cert-documents a { display: block; font-size: 12px; padding: 12px 0; overflow-wrap: anywhere; }
.cert-documents a:hover { text-decoration: underline; }
.document-format { display: block; font-size: 10px; margin-top: 4px; color: var(--muted); }
.cert-card :focus-visible, .award-card :focus-visible { outline-color: var(--blue); }
.awards-grid { display: grid; grid-template-columns: .9fr 1.4fr; gap: 16px; margin-top: 16px; }
.award-card { min-width: 0; background: white; color: var(--blue); border-radius: 22px; padding: 32px; display: flex; align-items: center; gap: 20px; }
.award-copy .eyebrow { font-size: 9px; margin-bottom: 18px; }
.award-copy h3 { font-size: 39px; margin-bottom: 18px; }
.award-copy h3 span { display: block; }
.award-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.6; }
.award-ford { justify-content: space-between; }
.award-ford .award-copy { max-width: 210px; }
.award-ford > img { width: 150px; height: 150px; object-fit: contain; flex-shrink: 0; }
.award-credit { display: grid; grid-template-columns: .85fr 1.15fr; }
.credit-seals { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.credit-seals img { width: 100%; max-width: 155px; height: auto; margin-inline: auto; }
.credit-seals a > span { display: block; font-size: 9px; line-height: 1.4; margin-top: 10px; text-align: center; }
.certifications-footer { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 30px; }
.certifications-footer > p { max-width: 560px; font-size: 11px; margin: 0; }
.certifications-footer .button { margin: 0; flex-shrink: 0; }

/* Editorial pages and existing WordPress/ACF content */
.intro-content { font-size: 23px; max-width: 1000px; }
.intro-content:empty { display: none; }
.prose { overflow-wrap: anywhere; }
.prose a { text-decoration: underline; text-underline-offset: 4px; }
.prose h2, .prose h3 { margin-top: 1.5em; }
.prose iframe { max-width: 100%; }
.prose table { display: block; overflow-x: auto; }
.content { max-width: 900px; margin: 45px auto; }
.content p, .content li { line-height: 1.85; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: var(--tint); border-radius: 20px; overflow: hidden; }
.service-card img { aspect-ratio: 4/5; width: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover img { transform: scale(1.025); }
.service-card h3 { color: var(--blue); font-size: 22px; margin: 20px; }
.career, .content-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.career > img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); }
.content-row > img { width: min(100%, 300px); aspect-ratio: 3 / 2; object-fit: contain; border-radius: var(--radius); justify-self: center; }
.content-row > img[src$=".svg"], .content-row > img[src*=".svg?"], .content-row > img[src$=".gif"], .content-row > img[width="1"][height="1"] { width: min(100%, 360px); height: 130px; aspect-ratio: auto; object-fit: contain; justify-self: center; background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.news-card { border-top: 1px solid var(--line); padding-top: 22px; }
.news-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; margin-bottom: 22px; border-radius: 16px; }
.news-card h2 { font-size: 27px; }
.news-card .eyebrow { font-size: 10px; color: var(--muted); }
.news-card .prose { font-size: 15px; }
.page-heading { max-width: 1100px; }
.page-heading h1 { color: var(--blue); }
.page-visuals { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 35px; scrollbar-color: var(--blue) var(--tint); }
.page-image { position: relative; margin: 0 0 16px; scroll-snap-align: start; }
.page-image img { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--radius); }
.page-image figcaption { position: absolute; left: 22px; bottom: 22px; max-width: calc(100% - 44px); padding: 8px 13px; border-radius: 8px; background: #004b83e8; color: white; font-size: 13px; font-weight: 650; }
.content-row { padding-block: 50px; border-top: 1px solid var(--line); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 40px 0; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.gallery figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.pagination, .nav-links { display: flex; gap: 18px; margin-top: 40px; flex-wrap: wrap; }
.pagination a, .page-numbers { padding: 8px; }
.site-footer { padding: 75px 0 22px; background: var(--blue); color: white; }
.site-footer .eyebrow { color: white; }
.site-footer h2 { color: white; font-size: clamp(48px, 7vw, 100px); margin-bottom: 55px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .6fr; gap: 50px; font-size: 15px; }
.social { display: flex; gap: 12px; align-items: center; }
.social a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ffffff66; border-radius: 50%; color: white; font-size: 18px; transition: background .2s, color .2s; }
.social a:hover { background: white; color: var(--blue); }
.footer-bottom { border-top: 1px solid #ffffff50; margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.footer-bottom ul { list-style: none; display: flex; flex-wrap: wrap; gap: 22px; margin: 0; padding: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; background: white; padding: 12px; }
.skip-link:focus { top: 12px; }
.search-form { display: flex; gap: 15px; align-items: end; margin-block: 30px; }
.search-form label { display: flex; flex-direction: column; font-size: 14px; }
input, textarea, select { max-width: 100%; border: 1px solid #8d9da5; padding: 12px; background: white; color: var(--ink); border-radius: 8px; }
.search-form button, input[type=submit] { background: var(--blue); color: white; padding: 12px 22px; border: 0; min-height: 48px; border-radius: 99px; }
.alignwide { max-width: 1200px; }
.alignfull, .wp-caption { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
[hidden] { display: none !important; }
.page-template-template-landingpage .site-header #navigation, .page-template-template-landingpage .menu-toggle { display: none; }
.page-template-template-landingpage .header-contact { margin-left: auto; }

/* Careers */
.career-hero { padding-block: 80px 55px; text-align: center; }
.career-hero h1 { color: var(--blue); max-width: 1050px; margin: 0 auto 24px; }
.career-lead { max-width: 680px; margin: 0 auto 20px; color: var(--muted); font-size: 20px; }
.career-hero-image { position: relative; overflow: hidden; margin-top: 55px; border-radius: var(--radius); background: var(--blue); }
.career-hero-image img { width: 100%; aspect-ratio: 16/5; object-fit: cover; }
.career-image-caption { position: absolute; right: 24px; bottom: 20px; color: white; font-size: 11px; font-weight: 750; letter-spacing: .14em; text-shadow: 0 2px 12px #001f37; }
.career-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 80px; }
.path-card { position: relative; min-width: 0; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--tint); transition: transform .25s, box-shadow .25s; }
.path-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px #004b8317; }
.path-card:nth-child(2) { background: var(--blue); color: white; border-color: var(--blue); }
.path-card:nth-child(2) h2, .path-card:nth-child(2) .eyebrow { color: white; }
.path-icon { display: grid; place-items: center; width: 86px; height: 86px; margin-bottom: 35px; color: var(--blue); }
.path-card:nth-child(2) .path-icon { color: white; }
.isl-illustration { display: block; width: 86px; height: 86px; }
.path-card h2 { font-size: clamp(32px, 3.2vw, 48px); margin-bottom: 20px; }
.path-card > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.path-card:nth-child(2) > p:not(.eyebrow) { color: #ffffffe0; }
.path-link { display: inline-block; margin-top: 14px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.career-values { padding-block: 85px; background: var(--blue); color: white; }
.career-values .eyebrow, .career-values h2 { color: white; }
.career-values h2 { max-width: 900px; margin-bottom: 50px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.values-grid > div { padding-top: 22px; border-top: 1px solid #ffffff66; }
.values-grid > div > span { font-size: 11px; letter-spacing: .1em; }
.values-grid h3 { margin: 35px 0 16px; font-size: 28px; }
.values-grid p { max-width: 350px; color: #ffffffe0; font-size: 15px; }
.career-openings { padding-block: 90px; }
.career-openings > h2 { max-width: 820px; margin-bottom: 30px; }
.job-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.job-filters button { min-height: 44px; padding: 9px 18px; border: 1px solid var(--line); border-radius: 99px; background: white; color: var(--blue); font-size: 13px; font-weight: 700; }
.job-filters button[aria-pressed=true] { border-color: var(--blue); background: var(--blue); color: white; }
.job-filter-status { min-height: 25px; margin-bottom: 25px; color: var(--muted); font-size: 13px; }
.career-editorial { max-width: none; }
.career-editorial > h2 { margin: 55px 0 18px; font-size: clamp(27px, 3vw, 40px); }
.career-editorial > p { max-width: 850px; }
.career-editorial div[id^=sp_easy_accordion] { margin: 0; }
.job-group { border-top: 1px solid var(--line); }
.job-card { border-bottom: 1px solid var(--line); background: white; }
.job-card summary { display: grid; grid-template-columns: 155px minmax(0, 1fr) 44px; align-items: center; gap: 22px; min-height: 100px; padding: 20px 10px; list-style: none; color: var(--blue); }
.job-card summary::-webkit-details-marker { display: none; }
.job-card summary:hover { background: var(--tint); }
.job-kind { font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.job-title { font-size: clamp(20px, 2.1vw, 29px); font-weight: 680; line-height: 1.2; letter-spacing: -.025em; }
.job-plus { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; font-size: 24px; transition: transform .2s; }
.job-card[open] { background: var(--tint); }
.job-card[open] .job-plus { transform: rotate(45deg); }
.job-description { max-width: 900px; padding: 5px 65px 45px 187px; font-size: 15px; }
.job-description .job-apply { margin: 0 0 22px; text-decoration: none; }
.career-about { max-width: 900px; margin-top: 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.career-about > summary { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; color: var(--blue); font-weight: 700; list-style: none; }
.career-about > summary::-webkit-details-marker { display: none; }
.career-about[open] > summary span { transform: rotate(45deg); }
.career-about > .prose { padding-bottom: 25px; }
.career-contact { padding-block: 85px; background: var(--blue); color: white; }
.career-contact .eyebrow, .career-contact h2 { color: white; }
.career-contact h2 { max-width: 850px; }
.career-contact > .wrap > p:not(.eyebrow) { max-width: 620px; }
.career-contact-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.career-contact-links > a:not(.button) { font-weight: 700; }
@media (min-width: 783px) { .admin-bar .site-header { top: 32px; } }
@media (min-width: 601px) and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 1150px) {
  .site-header { gap: 18px; }
  .menu-toggle { display: block; margin-left: auto; background: transparent; color: var(--blue); border: 1px solid var(--line); border-radius: 99px; padding: 8px 14px; }
  .site-header #navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 20px 5%; max-height: 75vh; overflow: auto; border-bottom: 1px solid var(--line); }
  .site-header #navigation.is-open { display: block; }
  .site-header nav ul { display: block; }
  .site-header nav li { border-bottom: 1px solid var(--line); }
  .site-header nav a { padding: 12px !important; }
  .site-header nav li.menu-item-has-children, .site-header nav li.page_item_has_children { display: block; }
  .site-header nav li.menu-item-has-children > a, .site-header nav li.page_item_has_children > a { display: block; width: 100%; }
  .site-header nav li.menu-item-has-children > .submenu-toggle, .site-header nav li.page_item_has_children > .submenu-toggle { display: none; }
  .site-header nav li.menu-item-has-children > .sub-menu, .site-header nav li.page_item_has_children > .sub-menu, .site-header nav li.menu-item-has-children > .children, .site-header nav li.page_item_has_children > .children { display: block !important; }
  .site-header .sub-menu, .site-header .children { position: static; box-shadow: none; padding: 0 18px; }
  .site-header li:hover > .sub-menu, .site-header li:hover > .children { display: none; }
  .site-header li:focus-within > .sub-menu, .site-header li:focus-within > .children, .site-header .submenu-open > .sub-menu, .site-header .submenu-open > .children { display: block; }
  .hero h1 { font-size: 76px; }
  .hero-copy { max-width: 590px; }
  .hero-caption { display: none; }
  .hero-art { inset-inline-start: 30%; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-standard strong { font-size: 66px; }
  .cert-card h3 { min-height: 24px; }
  .awards-grid { grid-template-columns: 1fr; }
  .award-ford .award-copy { max-width: none; }
  .award-ford h3 span { display: inline; margin-left: .25em; }
  .award-ford > img { margin-right: 35px; }
  .award-credit { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .job-card summary { grid-template-columns: 125px minmax(0,1fr) 42px; }
  .job-description { padding-left: 157px; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .wrap { width: 90%; }
  .site-header { padding-block: 10px; gap: 12px; }
  .brand img { width: 87px; height: 38px; }
  .site-header .header-contact { display: none; }
  .languages { gap: 8px !important; }
  .menu-toggle { font-size: 12px; min-height: 42px; }
  .hero-inner { min-height: 410px; padding-block: 30px 80px; }
  .hero-copy { width: 100%; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .11em; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(39px, 10.4vw, 72px); max-width: 600px; letter-spacing: -.045em; margin-bottom: 21px; }
  .hero-description { max-width: 290px; font-size: 15px; }
  .hero-art { inset: 40% 0 0; }
  .hero-art img { object-position: center 58%; }
  .hero-art::after { background: linear-gradient(180deg, #004b83 0%, #004b83c4 28%, #004b832e 67%, #004b83 100%); }
  .hero .button { min-height: 46px; padding: 11px 20px; font-size: 12px; }
  .hero-shortcuts { grid-template-columns: repeat(3, 1fr); width: 100%; padding-inline: 5%; background: var(--blue); }
  .hero-shortcuts a, .hero-shortcuts a + a { padding: 14px 9px; font-size: 10px; line-height: 1.45; min-height: 65px; gap: 5px; }
  .hero-shortcuts a:first-child { padding-left: 0; }
  .hero-shortcuts a:last-child { padding-right: 0; }
  .hero-shortcuts a > span:first-child { display: none; }
  .hero-shortcuts a > span:last-child { font-size: 14px; }
  .locations { padding-block: 42px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 25px; }
  .section-heading h2 { font-size: 38px; }
  .section-heading > p { font-size: 14px; max-width: 100%; }
  .eyebrow { font-size: 9px; margin-bottom: 14px; }
  .location-grid { grid-template-columns: 1fr; gap: 18px; }
  .location-card { min-height: 380px; border-radius: 20px; }
  .location-info { padding: 200px 24px 25px; }
  .location-info h3 { font-size: 27px; margin-bottom: 21px; }
  .location-city { font-size: 11px; }
  .area { font-size: 39px; }
  .status { top: 17px; left: 17px; font-size: 10px; }
  .camera-section { padding: 25px 0 45px; }
  .camera-heading { margin-bottom: 25px; }
  .camera-heading h2 { font-size: 44px; }
  .camera-heading > p { font-size: 14px; }
  figure.camera { padding: 7px 7px 15px; border-radius: 22px; }
  .camera-image { border-radius: 16px; }
  .camera-image img { aspect-ratio: 16/9; object-fit: cover; }
  .camera-badge { left: 10px; top: 10px; font-size: 7px; padding: 6px 9px; letter-spacing: .04em; }
  .camera figcaption { font-size: 10px; padding-inline: 5px; }
  .camera figcaption > span:last-child { display: none; }
  .camera-controls { gap: 7px; padding-inline: 0; }
  .camera-controls button { padding: 8px 11px; font-size: 11px; }
  .camera-controls label { font-size: 10px; }
  .certifications { padding-block: 48px 40px; }
  .certifications-heading { margin-bottom: 28px; }
  .certifications-heading .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .certifications-heading h2 { font-size: 46px; }
  .certifications-heading > p:last-child { font-size: 14px; }
  .cert-grid { gap: 12px; }
  .cert-card { border-radius: 18px; padding: 17px 15px 10px; }
  .cert-category { font-size: 11px; margin-bottom: 20px; }
  .cert-standard { min-height: 100px; padding-bottom: 8px; }
  .cert-standard > span { font-size: 11px; }
  .cert-standard strong { font-size: clamp(32px, 9vw, 53px); }
  .cert-standard small { font-size: 9px; }
  .cert-card h3 { font-size: 14px; min-height: 52px; margin-bottom: 12px; }
  .cert-documents summary { font-size: 10px; padding-top: 8px; gap: 5px; }
  .cert-documents summary > span { font-size: 18px; }
  .cert-documents a { font-size: 11px; }
  .award-card { border-radius: 18px; padding: 24px; }
  .awards-grid { gap: 12px; margin-top: 12px; }
  .award-copy h3 { font-size: 32px; }
  .award-copy .eyebrow { font-size: 8px; }
  .award-ford > img { width: 105px; height: 105px; margin: 0; }
  .award-ford h3 span { display: block; margin: 0; }
  .award-ford .text-link { font-size: 12px; }
  .award-credit { grid-template-columns: 1fr; }
  .award-credit .award-copy > p { max-width: 320px; }
  .credit-seals { gap: 25px; }
  .credit-seals img { max-width: 140px; }
  .certifications-footer { flex-direction: column; align-items: flex-start; gap: 22px; }
  .certifications-footer > p { font-size: 10px; }
  .section { padding-block: 45px; }
  .intro-content { font-size: 19px; }
  .service-grid { gap: 16px; }
  .service-card h3 { font-size: 18px; margin: 15px; }
  .news-grid { grid-template-columns: 1fr; }
  .career, .content-row { grid-template-columns: 1fr; gap: 25px; }
  .content-row > img[src$=".svg"], .content-row > img[src*=".svg?"], .content-row > img[src$=".gif"], .content-row > img[width="1"][height="1"] { width: min(100%, 320px); height: 95px; }
  .career > img { aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { padding-top: 45px; }
  .site-footer h2 { margin-bottom: 35px; }
  .footer-bottom { flex-direction: column; margin-top: 35px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .search-form { flex-wrap: wrap; }
  .page-heading h1 { font-size: 43px; }
  .page-image img { aspect-ratio: 16/9; object-fit: cover; }
  .career-hero { padding-block: 48px 35px; }
  .career-lead { font-size: 17px; }
  .career-hero-image { margin-top: 35px; border-radius: 18px; }
  .career-hero-image img { aspect-ratio: 4/3; }
  .career-image-caption { right: 14px; bottom: 12px; font-size: 8px; }
  .career-paths { grid-template-columns: 1fr; padding-bottom: 48px; }
  .path-card { padding: 26px; border-radius: 18px; }
  .path-icon, .isl-illustration { width: 68px; height: 68px; }
  .path-icon { margin-bottom: 25px; }
  .career-values, .career-contact { padding-block: 55px; }
  .values-grid { grid-template-columns: 1fr; gap: 32px; }
  .values-grid h3 { margin-top: 18px; }
  .career-openings { padding-block: 55px; }
  .job-card summary { grid-template-columns: 1fr 40px; gap: 10px; min-height: 92px; padding: 18px 4px; }
  .job-kind { grid-column: 1; font-size: 9px; }
  .job-title { grid-column: 1; }
  .job-plus { grid-column: 2; grid-row: 1 / span 2; }
  .job-description { padding: 5px 4px 35px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
