:root {
    --navy: #062846;
    --navy-2: #021a31;
    --orange: #ff6b00;
    --soft: #f5f8fb;
    --line: #dfe7ef;
    --text: #17324d;
}
* { box-sizing: border-box; }
body { color: var(--text); font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; line-height: 1.6; }
a { text-decoration: none; }
.topbar { background: var(--navy); color: #fff; font-size: .9rem; padding: .55rem 0; }
.topbar i { color: var(--orange); margin-right: .35rem; }
.topbar-address { color: #fff; }
.topbar-address:hover, .topbar-address:focus { color: var(--orange); outline: 0; }
.social-inline { align-items: center; display: inline-flex; gap: 10px; }
.social-inline a { align-items: center; color: var(--orange); display: inline-flex; font-size: 1.02rem; justify-content: center; transition: color .2s ease, transform .2s ease; }
.social-inline a:hover, .social-inline a:focus { color: #fff; outline: 0; transform: translateY(-2px); }
.navbar { min-height: 92px; }
.nav-link { color: var(--navy); font-weight: 800; font-size: .86rem; text-transform: uppercase; }
.nav-link:hover, .nav-link.active { color: var(--orange); }
.logo-mark { color: var(--orange); display: inline-flex; align-items: center; font-size: 1.45rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.logo-mark span { background: var(--navy); color: #fff; margin-right: .35rem; padding: .35rem .45rem; border-left: 5px solid var(--orange); }
.logo-light { color: #fff; }
.logo-light span { background: #fff; color: var(--orange); }
.site-logo { align-items: center; display: inline-flex; padding: 0; }
.site-logo img { display: block; height: 74px; max-width: 310px; object-fit: contain; width: auto; }
.site-breadcrumbs { background: #f7fafc; border-bottom: 1px solid var(--line); font-size: .88rem; padding: 10px 0; }
.site-breadcrumbs ol { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.site-breadcrumbs li { align-items: center; color: #56687a; display: inline-flex; gap: 8px; }
.site-breadcrumbs li + li::before { color: var(--orange); content: "/"; font-weight: 800; }
.site-breadcrumbs a { color: var(--navy); font-weight: 800; }
.site-breadcrumbs span { color: #56687a; }
.admin-logo-preview { background: #fff; border: 1px solid var(--line); border-radius: 6px; max-height: 90px; max-width: 260px; object-fit: contain; padding: 8px; }
.btn { border-radius: 3px; font-size: .82rem; font-weight: 800; padding: .78rem 1.15rem; text-transform: uppercase; }
.btn-orange { background: var(--orange); border-color: var(--orange); color: #fff; }
.btn-orange:hover { background: #e35f00; border-color: #e35f00; color: #fff; }
.btn-navy { background: var(--navy); border-color: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.hero-slider { min-height: 560px; overflow: hidden; position: relative; }
.hero-slide { inset: 0; opacity: 0; pointer-events: none; position: absolute; transition: opacity .75s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; position: relative; z-index: 2; }
.hero-media { background-position: center; background-size: cover; height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-youtube { border: 0; height: 120%; left: 50%; min-height: 100%; min-width: 100%; pointer-events: none; top: 50%; transform: translate(-50%, -50%); width: 120%; }
.hero-custom-overlay { inset: 0; position: absolute; z-index: 1; }
.hero-inner { display: flex; min-height: 560px; padding: 120px 0 170px; position: relative; z-index: 2; }
.hero-copy { border-radius: 6px; padding: 0; }
.hero-copy[style*="rgba"][style*=",0)"] { padding: 0; }
.hero-copy:not([style*=",0)"]) { padding: 24px; }
.eyebrow { color: var(--orange); font-weight: 900; margin-bottom: .6rem; text-transform: uppercase; }
.hero-slider h1 { color: var(--navy); font-size: clamp(2.3rem, 4vw, 4.2rem); font-weight: 900; line-height: 1.12; max-width: 620px; }
.hero-slider p:not(.eyebrow) { font-size: 1.15rem; max-width: 440px; }
.slider-dots { bottom: 28px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 5; }
.slider-dots button { background: #fff; border: 0; border-radius: 20px; display: inline-block; height: 12px; margin: 0 4px; padding: 0; width: 12px; }
.slider-dots button.is-active { background: var(--orange); width: 34px; }
.trustbar { background: #fff; box-shadow: 0 18px 35px rgba(6,40,70,.08); padding: 32px 0; }
.trustbar .row { align-items: stretch; }
.feature { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 24px rgba(6,40,70,.04); cursor: default; display: grid; gap: 22px; grid-template-columns: 86px 1fr; height: 100%; min-height: 168px; overflow: hidden; padding: 24px; position: relative; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.feature::before { background: linear-gradient(90deg, var(--orange), #ff9a16); content: ""; height: 4px; inset: auto 0 0 0; opacity: 0; position: absolute; transform: scaleX(.2); transform-origin: left; transition: opacity .22s ease, transform .22s ease; }
.feature i { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); display: inline-flex; font-size: 2.1rem; height: 76px; justify-content: center; min-width: 76px; transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease; }
.feature h6 { color: var(--navy); font-size: 1.02rem; font-weight: 900; line-height: 1.18; margin: 0 0 .45rem; }
.feature p { color: #263b52; font-size: .92rem; line-height: 1.52; margin: 0; }
.feature:hover, .feature:focus { border-color: rgba(255,107,0,.72); box-shadow: 0 22px 42px rgba(6,40,70,.14); outline: 0; transform: translateY(-7px); }
.feature:hover::before, .feature:focus::before { opacity: 1; transform: scaleX(1); }
.feature:hover i, .feature:focus i { background: var(--navy); border-color: var(--navy); box-shadow: 0 12px 28px rgba(6,40,70,.22); color: #fff; transform: scale(1.08) rotate(-4deg); }
.section { padding: 74px 0; }
.section h2, .projects-band h2, .cta-band h2 { color: var(--navy); font-weight: 900; }
.stats-card { background: #fff; border-radius: 6px; box-shadow: 0 14px 34px rgba(6,40,70,.1); }
.stats-card div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 0 16px; grid-template-columns: 44px 1fr; padding: 24px; }
.stats-card div:last-child { border-bottom: 0; }
.stats-card i { color: var(--orange); font-size: 1.9rem; grid-row: span 2; }
.stats-card strong { color: var(--navy); font-size: 1.7rem; line-height: 1; }
.stats-card span { font-size: .88rem; }
.services { background: #fff; }
.service-card, .listing-card { border: 1px solid var(--line); border-radius: 6px; color: var(--text); display: block; height: 100%; padding: 28px 16px; transition: .2s ease; }
.service-card:hover, .listing-card:hover { border-color: var(--orange); box-shadow: 0 18px 32px rgba(6,40,70,.1); transform: translateY(-3px); }
.service-card i { color: var(--navy); display: block; font-size: 2.6rem; margin-bottom: 14px; }
.service-card strong { color: var(--navy); display: block; font-size: .96rem; margin-bottom: .5rem; }
.service-card span { display: block; font-size: .83rem; }
.services-hero { background: linear-gradient(135deg, rgba(2,26,49,.94), rgba(6,40,70,.82)), url('../img/service-mechanical-fabrication.png') center/cover; color: #fff; padding: clamp(72px, 9vw, 118px) 0; position: relative; }
.services-hero::after { background: var(--orange); bottom: 0; content: ""; height: 6px; left: 0; position: absolute; right: 0; }
.services-hero h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 950; line-height: .96; margin-bottom: 18px; max-width: 880px; text-transform: uppercase; }
.services-hero > .container > p:not(.eyebrow) { color: #e7eef6; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.6; max-width: 780px; }
.services-explorer { background: linear-gradient(180deg, #f7fafc, #fff 44%); padding: 34px 0 82px; scroll-behavior: smooth; }
.service-jumpbar { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 38px rgba(6,40,70,.08); display: grid; gap: 10px; grid-template-columns: repeat(5, 1fr); margin-bottom: 34px; padding: 10px; position: sticky; top: 96px; z-index: 8; }
.service-jumpbar a { align-items: center; border-radius: 6px; color: var(--navy); display: flex; gap: 10px; min-height: 58px; padding: 12px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.service-jumpbar a i { color: var(--orange); font-size: 1.35rem; transition: color .2s ease; }
.service-jumpbar a span { font-size: .82rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.service-jumpbar a:hover, .service-jumpbar a.is-active { background: var(--navy); color: #fff; transform: translateY(-2px); }
.service-jumpbar a:hover i, .service-jumpbar a.is-active i { color: var(--orange); }
.services-layout { align-items: start; display: grid; gap: clamp(24px, 4vw, 52px); grid-template-columns: minmax(320px, 42%) 1fr; }
.services-sticky-panel { position: sticky; top: 190px; }
.services-image-frame { aspect-ratio: 4 / 5; background: var(--navy); border-radius: 8px; box-shadow: 0 30px 70px rgba(6,40,70,.18); overflow: hidden; position: relative; }
.services-image-frame img { height: 100%; inset: 0; object-fit: cover; opacity: 0; position: absolute; transform: scale(1.04); transition: opacity .38s ease, transform .6s ease; width: 100%; }
.services-image-frame img.is-active { opacity: 1; transform: scale(1); }
.services-image-frame::after { background: linear-gradient(180deg, transparent 42%, rgba(2,26,49,.88)); content: ""; inset: 0; position: absolute; }
.services-image-caption { bottom: 0; color: #fff; left: 0; padding: 28px; position: absolute; right: 0; z-index: 2; }
.services-image-caption span { color: var(--orange); display: block; font-size: .78rem; font-weight: 900; letter-spacing: .06em; margin-bottom: 8px; text-transform: uppercase; }
.services-image-caption strong { display: block; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 950; line-height: 1.05; text-transform: uppercase; }
.services-panel-note { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 32px rgba(6,40,70,.08); color: #34495e; display: flex; gap: 14px; margin-top: 16px; padding: 18px; }
.services-panel-note i { color: var(--orange); font-size: 1.6rem; }
.services-panel-note span { font-size: .92rem; line-height: 1.45; }
.services-stack { display: grid; gap: 22px; }
.service-detail-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 38px rgba(6,40,70,.08); opacity: .92; overflow: hidden; padding: clamp(24px, 3vw, 34px); scroll-margin-top: 190px; transform: translateY(16px); transition: border-color .25s ease, box-shadow .25s ease, opacity .25s ease, transform .25s ease; }
.service-detail-card.is-active, .service-detail-card:hover { border-color: rgba(255,107,0,.7); box-shadow: 0 26px 54px rgba(6,40,70,.14); opacity: 1; transform: translateY(0); }
.service-detail-head { align-items: start; display: grid; gap: 18px; grid-template-columns: 72px 1fr; margin-bottom: 22px; }
.service-detail-icon { align-items: center; background: #fff7f0; border: 1px solid rgba(255,107,0,.24); border-radius: 50%; color: var(--orange); display: inline-flex; font-size: 2rem; height: 72px; justify-content: center; width: 72px; }
.service-detail-head span { color: var(--orange); display: block; font-size: .8rem; font-weight: 900; letter-spacing: .08em; margin-bottom: 8px; text-transform: uppercase; }
.service-detail-head h2 { color: var(--navy); font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 950; line-height: 1.1; margin-bottom: 10px; text-transform: uppercase; }
.service-detail-head p { color: #40556a; line-height: 1.65; margin: 0; }
.service-detail-card ul { display: grid; gap: 11px; list-style: none; margin: 0 0 26px; padding: 0; }
.service-detail-card li { align-items: start; color: #263b52; display: grid; font-weight: 700; gap: 10px; grid-template-columns: 22px 1fr; line-height: 1.45; }
.service-detail-card li i { color: var(--orange); margin-top: 2px; }
.projects-band { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; padding: 52px 0 60px; }
.projects-band h2 { color: #fff; }
.project-card { color: #fff; display: block; }
.project-card img { aspect-ratio: 16 / 9; border-radius: 5px; object-fit: cover; width: 100%; }
.project-card strong { display: block; margin-top: .75rem; }
.project-card span { color: #ffb171; display: block; font-size: .9rem; }
.cta-band { background: linear-gradient(135deg, var(--navy), #0d4269); color: #fff; padding: 44px 0; }
.cta-band h2 { color: #fff; }
.cta-band .btn-navy { background: var(--orange); border-color: var(--orange); color: #fff; }
.cta-band .btn-navy:hover { background: #e35f00; border-color: #e35f00; color: #fff; }
.footer { background: var(--orange); color: #fff; }
.footer .container { padding-bottom: 34px; padding-top: 44px; }
.footer h6 { font-weight: 900; text-transform: uppercase; }
.footer a { color: #fff; display: block; margin-bottom: .45rem; }
.footer-social { align-items: center; background: var(--navy); border-radius: 6px; display: flex; flex-wrap: wrap; gap: 13px; margin: 18px 0 14px; padding: 13px 16px; }
.footer-social span { color: #fff; font-size: 1.05rem; font-weight: 850; line-height: 1; }
.footer-social a { align-items: center; color: var(--orange); display: inline-flex; font-size: 1.28rem; line-height: 1; margin: 0; transition: color .2s ease, transform .2s ease; }
.footer-social a:hover, .footer-social a:focus { color: #fff; outline: 0; transform: translateY(-2px); }
.footer-address { color: #fff; display: inline; margin: 0; }
.footer-address:hover, .footer-address:focus { color: var(--navy); outline: 0; }
.footer-bottom { background: var(--navy); font-size: .9rem; }
.footer-bottom .container { padding-bottom: 14px; padding-top: 14px; }
.page-hero { background: linear-gradient(135deg, var(--navy), #0d4269); color: #fff; padding: 82px 0; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; }
.team-hero { background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.84) 48%, rgba(255,255,255,.28)), url('../img/service-mechanical-fabrication.png') center/cover; border-bottom: 1px solid var(--line); overflow: hidden; padding: clamp(38px, 5vw, 62px) 0 clamp(54px, 6vw, 78px); position: relative; }
.team-hero::after { background-image: linear-gradient(rgba(6,40,70,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(6,40,70,.08) 1px, transparent 1px); background-size: 34px 34px; content: ""; inset: 0; pointer-events: none; position: absolute; }
.team-hero .container { position: relative; z-index: 2; }
.team-hero-copy { max-width: 780px; }
.team-kicker, .section-intro span, .role-label { color: var(--orange); display: block; font-size: .82rem; font-weight: 900; letter-spacing: .06em; margin-bottom: 10px; text-transform: uppercase; }
.team-hero h1 { color: var(--navy); font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 950; line-height: 1; margin-bottom: 18px; position: relative; text-transform: uppercase; }
.team-hero h1::after { background: var(--orange); content: ""; display: block; height: 5px; margin-top: 18px; width: 76px; }
.team-hero p { color: #263b52; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7; max-width: 720px; }
.section-intro { margin-bottom: 28px; max-width: 820px; }
.section-intro h2 { color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 950; line-height: 1.08; margin: 0; text-transform: uppercase; }
.team-featured-section { background: #fff; }
.featured-leader { align-items: center; background: linear-gradient(135deg, #fff, #f7fafc); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 70px rgba(6,40,70,.12); display: grid; gap: clamp(28px, 5vw, 62px); grid-template-columns: minmax(300px, 40%) 1fr; overflow: hidden; padding: clamp(22px, 4vw, 46px); position: relative; }
.featured-leader::before { background: linear-gradient(180deg, var(--orange), rgba(255,107,0,0)); content: ""; height: 68%; position: absolute; right: 0; top: 0; width: 8px; }
.featured-photo-frame { background: var(--navy); border-radius: 16px; min-height: 520px; padding: 14px; position: relative; }
.featured-photo-frame::before { border: 3px solid var(--orange); border-radius: 16px; content: ""; inset: -14px 18px 18px -14px; position: absolute; }
.featured-photo, .team-modal-photo { aspect-ratio: 4 / 5; background: var(--navy); border-radius: 12px; display: block; height: 100%; object-fit: cover; position: relative; width: 100%; z-index: 2; }
.featured-leader-copy h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.35rem); font-weight: 950; line-height: 1.02; margin-bottom: 14px; }
.featured-leader-copy > p { color: #263b52; font-size: 1.04rem; line-height: 1.75; margin-bottom: 24px; max-width: 760px; }
.leader-highlights { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 28px; }
.leader-highlights div { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 26px rgba(6,40,70,.07); display: flex; gap: 12px; min-height: 74px; padding: 16px; }
.leader-highlights i { color: var(--orange); font-size: 1.5rem; }
.leader-highlights span { color: var(--navy); font-size: .9rem; font-weight: 900; line-height: 1.3; }
.leadership-grid-section { background: linear-gradient(180deg, #f5f8fb, #fff); }
.team-grid { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 38px rgba(6,40,70,.08); display: flex; flex-direction: column; min-height: 100%; overflow: hidden; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.team-card:hover, .team-card:focus-within { border-color: rgba(255,107,0,.62); box-shadow: 0 24px 54px rgba(6,40,70,.14); transform: translateY(-5px); }
.team-card-photo { background: #eef3f7; }
.team-photo { aspect-ratio: 4 / 5; background: var(--navy); display: block; object-fit: cover; width: 100%; }
.team-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.team-marker { align-items: center; color: #54677a; display: flex; font-size: .78rem; font-weight: 900; gap: 8px; margin-bottom: 12px; text-transform: uppercase; }
.team-marker i { color: var(--orange); font-size: 1.1rem; }
.team-card h2 { color: var(--navy); font-size: 1.14rem; font-weight: 950; line-height: 1.2; margin-bottom: 6px; }
.team-designation { color: var(--orange); font-size: .86rem; font-weight: 900; margin-bottom: 16px; padding-bottom: 12px; position: relative; text-transform: uppercase; }
.team-designation::after { background: var(--orange); bottom: 0; content: ""; height: 3px; left: 0; position: absolute; width: 48px; }
.team-summary { color: #33475b; display: -webkit-box; font-size: .93rem; line-height: 1.58; margin-bottom: 22px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.team-card .btn { margin-top: auto; width: 100%; }
.team-avatar { align-items: center; background: linear-gradient(135deg, var(--navy), #0d4269); color: #fff; display: flex; justify-content: center; min-height: 100%; }
.team-avatar span { align-items: center; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.28); border-left-color: var(--orange); border-radius: 50%; display: inline-flex; font-size: clamp(2rem, 5vw, 4rem); font-weight: 950; height: 42%; justify-content: center; min-height: 118px; min-width: 118px; width: 42%; }
.team-photo.team-avatar { aspect-ratio: 4 / 5; }
.leadership-proof { background: var(--navy); color: #fff; padding: 64px 0; }
.leadership-proof .section-intro h2 { color: #fff; }
.proof-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-grid div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; min-height: 190px; padding: 24px; }
.proof-grid i { color: var(--orange); display: block; font-size: 2rem; margin-bottom: 16px; }
.proof-grid strong { color: #fff; display: block; font-weight: 950; line-height: 1.2; margin-bottom: 10px; text-transform: uppercase; }
.proof-grid span { color: #dce8f3; display: block; font-size: .9rem; line-height: 1.5; }
.team-cta { background: linear-gradient(135deg, var(--navy), #0d4269); color: #fff; padding: 48px 0; }
.team-cta .container { align-items: center; display: flex; gap: 28px; justify-content: space-between; }
.team-cta h2 { color: #fff; font-size: clamp(1.75rem, 3vw, 2.6rem); font-weight: 950; line-height: 1.08; margin-bottom: 10px; text-transform: uppercase; }
.team-cta p { color: #e6eef6; margin: 0; max-width: 760px; }
.team-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.team-modal .modal-content { border: 0; border-radius: 16px; box-shadow: 0 34px 90px rgba(2,26,49,.42); overflow: hidden; }
.team-modal-close { background-color: #fff; border-radius: 50%; box-shadow: 0 10px 24px rgba(2,26,49,.22); opacity: 1; padding: 12px; position: absolute; right: 18px; top: 18px; z-index: 5; }
.team-modal-grid { display: grid; grid-template-columns: minmax(280px, 35%) 1fr; min-height: 620px; }
.team-modal-aside { background: var(--navy); padding: 34px; position: relative; }
.team-modal-photo { max-height: 520px; }
.team-modal-exp { background: #fff; border-left: 5px solid var(--orange); border-radius: 8px; box-shadow: 0 16px 34px rgba(0,0,0,.18); margin-top: 18px; padding: 18px; }
.team-modal-exp strong { color: var(--navy); display: block; font-size: 1.15rem; font-weight: 950; }
.team-modal-exp span { color: #586b7d; font-size: .84rem; font-weight: 900; text-transform: uppercase; }
.team-modal-copy { padding: clamp(34px, 5vw, 58px); }
.team-modal-copy h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 950; line-height: 1.02; margin-bottom: 22px; padding-right: 38px; }
.team-modal-bio p, .team-modal-bio li { color: #263b52; font-size: 1rem; line-height: 1.76; }
.team-modal-copy h3 { color: var(--navy); font-size: 1rem; font-weight: 950; margin: 26px 0 14px; text-transform: uppercase; }
.expertise-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.expertise-tags span { background: #fff7f0; border: 1px solid rgba(255,107,0,.26); border-radius: 999px; color: var(--navy); font-size: .83rem; font-weight: 900; padding: 8px 12px; }
.team-profile-button:focus, .team-modal-close:focus, .team-cta a:focus { box-shadow: 0 0 0 .22rem rgba(255,107,0,.28); outline: 2px solid var(--orange); outline-offset: 2px; }
.about-showcase { background: #fff; display: grid; grid-template-columns: minmax(460px, 46%) minmax(0, 54%); min-height: 706px; overflow: hidden; position: relative; }
.about-copy { background: #fff; padding: 54px clamp(34px, 4.8vw, 76px) 44px max(28px, calc((100vw - 1480px) / 2 + 34px)); position: relative; z-index: 4; }
.about-tabs { align-items: center; color: var(--navy); display: flex; flex-wrap: wrap; gap: 18px; font-size: .97rem; font-weight: 900; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.about-tabs i { background: var(--orange); display: inline-block; height: 18px; width: 2px; }
.about-mini-line { background: var(--orange); height: 4px; margin: 66px 0 36px; width: 52px; }
.about-copy h1 { color: var(--navy); font-size: clamp(4.2rem, 6vw, 5.9rem); font-weight: 950; letter-spacing: .04em; line-height: .86; text-transform: uppercase; }
.about-copy h1 span, .about-copy h2 span { color: var(--orange); }
.about-copy h2 { color: var(--navy); font-size: clamp(1.52rem, 2vw, 1.95rem); font-weight: 900; line-height: 1.13; margin: 20px 0 12px; }
.about-rule { background: var(--navy); height: 4px; margin: 14px 0 26px; width: 126px; }
.about-copy p { color: #1e2937; font-size: 1.02rem; line-height: 1.38; margin-bottom: 20px; max-width: 560px; }
.about-copy .btn { border-radius: 8px; box-shadow: 0 10px 22px rgba(6,40,70,.18); margin-top: 2px; padding: .9rem 1.75rem; }
.about-visual { align-items: center; background: #fff; display: flex; min-height: 100%; position: relative; }
.about-visual::before, .about-visual::after { display: none; }
.about-visual img { display: block; height: auto; object-fit: contain; object-position: center; width: 100%; }
.about-feature-panel { background: rgba(2, 26, 49, .94); border-radius: 28px 0 0 42px; color: #fff; max-width: 455px; padding: 60px 46px 44px 58px; position: absolute; right: 0; top: 118px; z-index: 2; }
.about-feature-panel::before { background: inherit; clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%); content: ""; inset: 0 0 0 -70px; position: absolute; z-index: -1; }
.about-feature { display: grid; gap: 22px; grid-template-columns: 58px 1fr; margin-bottom: 34px; }
.about-feature:last-child { margin-bottom: 0; }
.about-feature i { color: var(--orange); font-size: 3rem; line-height: 1; }
.about-feature h3 { color: #fff; font-size: 1.05rem; font-weight: 900; line-height: 1.1; margin-bottom: 8px; text-transform: uppercase; }
.about-feature p { color: #f2f6fb; font-size: .98rem; line-height: 1.42; margin: 0; }
.about-orange-slab { background: linear-gradient(135deg, #ff9a16, var(--orange)); border-top-left-radius: 46px; bottom: 0; clip-path: polygon(10% 0, 93% 0, 100% 100%, 0 100%); height: 62px; position: absolute; right: 0; width: 57%; z-index: 3; }
.about-values { background: radial-gradient(circle at left 18%, rgba(255,107,0,.17), transparent 24%), var(--navy); margin-top: -1px; padding: 26px 3.5vw 32px; }
.about-values .container { max-width: 1430px; }
.about-values .row { align-items: stretch; }
.about-values [class*="col-"] { display: flex; }
.about-value-card { align-items: center; background: #fff; border: 1px solid rgba(6,40,70,.12); border-radius: 8px; box-shadow: 0 14px 30px rgba(0,0,0,.22); display: grid; gap: 18px; grid-template-columns: 88px 1fr; min-height: 190px; overflow: hidden; padding: 24px 20px; position: relative; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; width: 100%; }
.about-value-card::before { background: var(--orange); content: ""; inset: auto 0 0 0; height: 4px; opacity: 0; position: absolute; transform: scaleX(.25); transform-origin: center; transition: opacity .22s ease, transform .22s ease; }
.about-value-card i { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(6,40,70,.2); color: var(--navy); display: inline-flex; font-size: 2.15rem; height: 74px; justify-content: center; transition: background .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease; width: 74px; }
.about-value-card h3 { color: var(--navy); font-size: .98rem; font-weight: 900; text-transform: uppercase; }
.about-value-card h3::after { background: var(--orange); content: ""; display: block; height: 3px; margin: 8px 0 12px; width: 46px; }
.about-value-card p { color: #263446; font-size: .86rem; line-height: 1.45; margin: 0; }
.about-value-card:hover, .about-value-card:focus-within { border-color: rgba(255,107,0,.7); box-shadow: 0 20px 42px rgba(0,0,0,.28); transform: translateY(-8px); }
.about-value-card:hover::before, .about-value-card:focus-within::before { opacity: 1; transform: scaleX(1); }
.about-value-card:hover i, .about-value-card:focus-within i { background: var(--navy); box-shadow: 0 12px 28px rgba(6,40,70,.28); color: var(--orange); transform: scale(1.08); }
.industries-serve { background: #fff; overflow: hidden; padding: clamp(62px, 8vw, 104px) 0 74px; position: relative; }
.industries-serve::before { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.94) 42%, rgba(255,255,255,.48) 68%, rgba(255,255,255,.18) 100%), var(--industry-bg) right top / min(54vw, 760px) auto no-repeat; content: ""; height: 360px; left: 0; opacity: .86; pointer-events: none; position: absolute; right: 0; top: 0; }
.industries-serve::after { background-image: linear-gradient(rgba(6,40,70,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(6,40,70,.055) 1px, transparent 1px); background-size: 36px 36px; content: ""; inset: 0; opacity: .5; pointer-events: none; position: absolute; }
.industries-serve .container { max-width: 1480px; position: relative; z-index: 2; }
.industries-head { margin-bottom: 38px; max-width: 760px; }
.industries-head span { color: var(--orange); display: block; font-size: .95rem; font-weight: 950; letter-spacing: .06em; margin-bottom: 12px; text-transform: uppercase; }
.industries-head h2 { color: var(--navy); font-size: clamp(2.3rem, 4.2vw, 4.3rem); font-weight: 950; line-height: 1.04; margin-bottom: 20px; max-width: 820px; }
.industries-head h2::after { background: var(--orange); content: ""; display: block; height: 5px; margin-top: 20px; width: 70px; }
.industries-head p { color: #1e2937; font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.72; margin: 0; max-width: 690px; }
.industries-grid { display: grid; gap: 24px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.industry-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 34px rgba(6,40,70,.1); display: flex; flex-direction: column; min-height: 100%; overflow: hidden; position: relative; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.industry-card:hover, .industry-card:focus-within { border-color: rgba(255,107,0,.58); box-shadow: 0 24px 52px rgba(6,40,70,.16); transform: translateY(-5px); }
.industry-media { aspect-ratio: 16 / 9; background: linear-gradient(135deg, #e9eef4, #f7fafc); overflow: hidden; }
.industry-media img { display: block; height: 100%; object-fit: cover; transition: transform .28s ease; width: 100%; }
.industry-card:hover .industry-media img { transform: scale(1.03); }
.industry-fallback { align-items: center; background: linear-gradient(135deg, var(--navy), #0d4269); color: var(--orange); display: flex; font-size: 3.2rem; height: 100%; justify-content: center; width: 100%; }
.industry-icon { align-items: center; background: var(--navy); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 12px 24px rgba(6,40,70,.22); color: var(--orange); display: flex; flex: 0 0 auto; font-size: 2rem; height: 74px; justify-content: center; margin: -37px 0 0 32px; position: relative; width: 74px; z-index: 2; }
.industry-body { display: flex; flex: 1; flex-direction: column; padding: 16px 28px 26px; }
.industry-body h3 { color: var(--navy); font-size: 1.08rem; font-weight: 950; line-height: 1.18; margin: 0 0 14px; }
.industry-body h3::after { background: var(--orange); content: ""; display: block; height: 3px; margin-top: 12px; width: 34px; }
.industry-body p { color: #1f2933; font-size: .92rem; line-height: 1.58; margin: 0; }
.industries-action { display: flex; justify-content: center; margin-top: 30px; }
.industries-btn { background: #fff; border: 1px solid var(--navy); color: var(--navy); min-width: min(320px, 100%); }
.industries-btn i { color: var(--orange); margin-left: 10px; }
.industries-btn:hover, .industries-btn:focus { background: var(--navy); border-color: var(--navy); color: #fff; outline: 2px solid var(--orange); outline-offset: 3px; }
.industries-btn:hover i, .industries-btn:focus i { color: var(--orange); }
.technical-capabilities { background: radial-gradient(circle at 5% 46%, rgba(255,107,0,.1), transparent 16%), linear-gradient(180deg, #fff 0 335px, var(--navy) 335px 100%); overflow: hidden; padding: 0 0 58px; position: relative; }
.technical-capabilities::before { background-image: radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(45deg, transparent 82%, rgba(255,255,255,.07)); background-size: 18px 18px, 220px 220px; bottom: 0; content: ""; left: 0; opacity: .75; pointer-events: none; position: absolute; right: 0; top: 335px; }
.technical-capabilities .container { max-width: 1480px; position: relative; z-index: 2; }
.technical-intro { align-items: stretch; background: #fff; display: grid; grid-template-columns: minmax(320px, 48%) 1fr; margin: 0 calc(50% - 50vw) 34px; min-height: 350px; overflow: hidden; padding-left: max(24px, calc((100vw - 1480px) / 2)); }
.technical-copy { align-self: center; padding: clamp(38px, 5vw, 72px) clamp(26px, 4vw, 58px) clamp(34px, 4vw, 54px) 0; }
.technical-copy span { color: var(--orange); display: block; font-size: .9rem; font-weight: 950; letter-spacing: .06em; margin-bottom: 12px; text-transform: uppercase; }
.technical-copy span::after { background: var(--orange); content: ""; display: block; height: 3px; margin-top: 12px; width: 44px; }
.technical-copy h2 { color: var(--navy); font-size: clamp(2.6rem, 4.9vw, 5rem); font-weight: 950; line-height: 1.02; margin-bottom: 20px; max-width: 820px; }
.technical-copy h2 em { color: var(--orange); font-style: normal; }
.technical-copy h2::after { background: var(--orange); content: ""; display: block; height: 5px; margin-top: 20px; width: 76px; }
.technical-copy p { color: #263b52; font-size: clamp(1rem, 1.25vw, 1.13rem); line-height: 1.72; margin: 0; max-width: 650px; }
.technical-visual { background: var(--navy); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); min-height: 380px; position: relative; }
.technical-visual::before { border: 10px solid var(--orange); border-left: 0; border-radius: 0 0 0 150px; bottom: -58px; content: ""; left: -28px; position: absolute; top: 86px; transform: rotate(-7deg); width: 180px; z-index: 2; }
.technical-visual::after { background: linear-gradient(90deg, rgba(2,26,49,.5), transparent 34%); content: ""; inset: 0; position: absolute; }
.technical-visual img { display: block; height: 100%; min-height: 380px; object-fit: cover; width: 100%; }
.technical-grid { display: grid; gap: 18px; grid-template-columns: repeat(5, minmax(0, 1fr)); padding-top: 0; }
.technical-card { align-items: center; background: #fff; border: 1px solid rgba(255,255,255,.62); border-radius: 10px; box-shadow: 0 18px 36px rgba(0,0,0,.18); display: flex; flex-direction: column; min-height: 236px; padding: 26px 22px 24px; text-align: center; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.technical-card:hover, .technical-card:focus-within { border-color: rgba(255,107,0,.76); box-shadow: 0 24px 48px rgba(0,0,0,.24); transform: translateY(-5px); }
.technical-card-icon { align-items: center; background: #fff; border: 1px solid #dfe7ef; border-radius: 50%; box-shadow: inset 0 0 0 3px #f8fafc, 0 7px 18px rgba(6,40,70,.16); color: var(--orange); display: flex; font-size: 2rem; height: 76px; justify-content: center; margin-bottom: 18px; transition: background .22s ease, color .22s ease, transform .22s ease; width: 76px; }
.technical-card:hover .technical-card-icon { background: #fff7f0; color: var(--orange); transform: translateY(-2px); }
.technical-card h3 { color: var(--navy); font-size: 1.02rem; font-weight: 950; line-height: 1.24; margin: 0 0 14px; }
.technical-card h3::after { background: var(--orange); content: ""; display: block; height: 3px; margin: 12px auto 0; width: 38px; }
.technical-card p { color: #1f2933; font-size: .88rem; line-height: 1.55; margin: 0; }
.technical-strip { background: rgba(2,26,49,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; box-shadow: 0 20px 48px rgba(0,0,0,.22); color: #fff; display: grid; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 26px; overflow: hidden; }
.technical-strip-item { align-items: center; border-right: 1px solid rgba(255,255,255,.2); display: grid; gap: 18px; grid-template-columns: 58px 1fr; min-height: 110px; padding: 20px 26px; }
.technical-strip-item:last-child { border-right: 0; }
.technical-strip-item i { align-items: center; color: var(--orange); display: flex; font-size: 2.25rem; height: 58px; justify-content: center; width: 58px; }
.technical-strip-item h3 { color: #fff; font-size: .98rem; font-weight: 950; line-height: 1.2; margin: 0 0 8px; text-transform: uppercase; }
.technical-strip-item p { color: #dbe7f2; font-size: .88rem; line-height: 1.5; margin: 0; }
.about-image-section { background: #fff; line-height: 0; overflow: hidden; position: relative; }
.about-image-section img { display: block; height: auto; max-width: none; width: 100%; }
.about-image-hotspot { display: block; position: absolute; z-index: 3; }
.about-image-hotspot:focus-visible { border-radius: 8px; box-shadow: 0 0 0 4px rgba(255,255,255,.88), 0 0 0 8px rgba(245,130,32,.9); outline: 0; }
.why-booking-hotspot { height: 5.4%; left: 43.1%; top: 76%; width: 13.8%; }
.quality-compliance { background: #fff; overflow: hidden; position: relative; }
.quality-compliance::before { background-image: radial-gradient(circle, rgba(2,26,49,.08) 1px, transparent 1px); background-size: 18px 18px; bottom: 0; content: ""; left: 0; opacity: .32; pointer-events: none; position: absolute; right: 0; top: 64%; z-index: 0; }
.quality-main { display: grid; grid-template-columns: minmax(560px, 58%) minmax(380px, 42%); min-height: 660px; overflow: hidden; position: relative; z-index: 1; }
.quality-main::before { border: 8px solid var(--orange); border-left: 0; border-radius: 0 0 0 190px; bottom: 170px; content: ""; left: calc(58% - 122px); position: absolute; top: 155px; transform: rotate(-10deg); width: 238px; z-index: 5; }
.quality-main::after { background: #fff; border-bottom-right-radius: 110px; bottom: 214px; content: ""; left: calc(58% - 150px); position: absolute; top: 0; transform: skewX(-17deg); transform-origin: top right; width: 270px; z-index: 4; }
.quality-copy { align-self: center; padding: clamp(44px, 4.4vw, 66px) clamp(38px, 4.6vw, 70px) 92px max(28px, calc((100vw - 1480px) / 2 + 2px)); position: relative; z-index: 3; }
.quality-copy::after { background: #fff; bottom: 0; content: ""; position: absolute; right: -168px; top: 0; transform: skewX(-16deg); transform-origin: top right; width: 270px; z-index: -1; }
.quality-copy span { color: var(--orange); display: block; font-size: .95rem; font-weight: 950; letter-spacing: .035em; margin-bottom: 8px; text-transform: uppercase; }
.quality-copy span::after { background: var(--orange); content: ""; display: block; height: 3px; margin-top: 10px; width: 46px; }
.quality-copy h2 { color: var(--navy); font-size: clamp(2.7rem, 4.2vw, 4.3rem); font-weight: 950; line-height: 1.05; margin-bottom: 18px; max-width: 820px; }
.quality-copy h2 em { color: var(--orange); font-style: normal; }
.quality-copy h2::after { background: var(--orange); content: ""; display: block; height: 4px; margin-top: 18px; width: 46px; }
.quality-copy > p { color: #151d27; font-size: 1rem; line-height: 1.6; margin: 0 0 26px; max-width: 680px; }
.quality-list { display: grid; gap: 22px 38px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 790px; position: relative; }
.quality-list::after { background: #d5dce4; bottom: 10px; content: ""; left: 50%; position: absolute; top: 10px; width: 1px; }
.quality-item { align-items: flex-start; display: grid; gap: 16px; grid-template-columns: 52px 1fr; min-height: 96px; }
.quality-item i { align-items: center; color: var(--orange); display: flex; font-size: 2.35rem; height: 52px; justify-content: center; width: 52px; -webkit-text-stroke: .45px var(--navy); }
.quality-item h3 { color: var(--navy); font-size: 1.02rem; font-weight: 950; line-height: 1.25; margin: 0 0 7px; }
.quality-item p { color: #1f2b37; font-size: .9rem; line-height: 1.48; margin: 0; }
.quality-visual { background: var(--navy); min-height: 660px; position: relative; }
.quality-visual::before { display: none; }
.quality-visual::after { background: linear-gradient(90deg, rgba(2,26,49,.22), transparent 42%); content: ""; inset: 0; position: absolute; z-index: 1; }
.quality-visual img { display: block; height: 100%; min-height: 660px; object-fit: cover; object-position: center; width: 100%; }
.quality-commitment { align-items: center; background: linear-gradient(135deg, #062846, #00284a); bottom: 38px; box-shadow: 0 24px 54px rgba(0,0,0,.3); clip-path: polygon(9% 0, 100% 0, 88% 100%, 0 100%, 0 24%); color: #fff; display: grid; gap: 24px; grid-template-columns: 82px 1fr; left: -126px; max-width: 590px; min-height: 160px; padding: 30px 64px 30px 78px; position: absolute; width: min(590px, 44vw); z-index: 6; }
.quality-commitment > i { color: var(--orange); font-size: 4.2rem; line-height: 1; }
.quality-commitment h3 { color: #fff; font-size: 1.18rem; font-weight: 950; margin: 0 0 14px; }
.quality-commitment h3::after { background: var(--orange); content: ""; display: block; height: 3px; margin-top: 9px; width: 48px; }
.quality-commitment ul { list-style: none; margin: 0; padding: 0; }
.quality-commitment li { color: #f3f7fb; font-size: .96rem; font-weight: 800; line-height: 1.55; }
.quality-standards-wrap { margin-top: -38px; max-width: 1450px; position: relative; z-index: 5; }
.quality-standards { background: #fff; border: 1px solid var(--line); border-radius: 9px 9px 0 0; box-shadow: 0 16px 36px rgba(6,40,70,.14); padding: 16px 32px 24px; }
.quality-standards h3 { color: var(--navy); font-size: 1.08rem; font-weight: 950; letter-spacing: .025em; margin: 0 0 14px; text-align: center; text-transform: uppercase; }
.quality-standards-grid { display: grid; gap: 36px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.quality-standard-card { align-items: center; background: #fff; border: 1px solid #e1e6ec; border-radius: 8px; box-shadow: 0 8px 22px rgba(6,40,70,.06); display: flex; flex-direction: column; justify-content: center; min-height: 128px; padding: 18px 12px; text-align: center; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.quality-standard-card:hover { border-color: rgba(255,107,0,.6); box-shadow: 0 16px 34px rgba(6,40,70,.12); transform: translateY(-3px); }
.quality-standard-card img { height: 54px; margin-bottom: 10px; max-width: 150px; object-fit: contain; width: auto; }
.quality-standard-card i { color: #145ca3; font-size: 2.65rem; margin-bottom: 10px; }
.quality-standard-card strong { color: #07559b; display: block; font-size: 1.32rem; font-weight: 950; letter-spacing: .01em; line-height: 1.1; margin-bottom: 7px; text-transform: uppercase; }
.quality-standard-card span { color: #263646; display: block; font-size: .78rem; line-height: 1.35; }
.quality-standard-card.has-standard-logo { min-height: 136px; padding: 14px 12px 18px; }
.quality-standard-card.has-standard-logo img { height: 62px; margin-bottom: 12px; max-width: 178px; width: 100%; }
.quality-standard-card.has-standard-logo strong { color: #121820; font-size: .92rem; font-weight: 850; letter-spacing: 0; line-height: 1.32; margin: 0; max-width: 180px; text-transform: none; }
.quality-trust { background: radial-gradient(circle at 4% 50%, rgba(255,107,0,.12), transparent 18%), linear-gradient(135deg, #002846, #001e38); color: #fff; margin-top: 0; padding: 32px 0; position: relative; }
.quality-trust::after { background-image: radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 18px 18px; content: ""; inset: 0; opacity: .45; pointer-events: none; position: absolute; }
.quality-trust .container { display: grid; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1480px; position: relative; z-index: 2; }
.quality-trust-item { align-items: center; border-right: 1px solid rgba(255,255,255,.22); display: grid; gap: 18px; grid-template-columns: 72px 1fr; min-height: 116px; padding: 0 30px; }
.quality-trust-item:last-child { border-right: 0; }
.quality-trust-item i { color: var(--orange); font-size: 3rem; line-height: 1; }
.quality-trust-item h3 { color: #fff; font-size: 1rem; font-weight: 950; line-height: 1.2; margin: 0 0 8px; }
.quality-trust-item p { color: #dfe9f2; font-size: .9rem; line-height: 1.5; margin: 0; }
.why-choose-jh { background: #fff; overflow: hidden; padding: 58px 0 34px; position: relative; }
.why-head { margin: 0 auto 34px; max-width: 960px; text-align: center; }
.why-head span { color: var(--orange); display: block; font-size: .95rem; font-weight: 950; letter-spacing: .035em; margin-bottom: 10px; text-transform: uppercase; }
.why-head h2 { color: var(--navy); font-size: clamp(2.2rem, 4.1vw, 4.15rem); font-weight: 950; line-height: 1.06; margin: 0; }
.why-head h2 em { color: var(--orange); font-style: normal; }
.why-head h2::after { background: var(--orange); content: ""; display: block; height: 4px; margin: 16px auto 0; width: 58px; }
.why-head p { color: #17202b; font-size: 1.02rem; line-height: 1.62; margin: 18px auto 0; max-width: 760px; }
.why-card-grid { display: grid; gap: 22px; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-bottom: 46px; }
.why-card { align-items: center; background: #fff; border: 1px solid #e4e8ee; border-radius: 8px; box-shadow: 0 12px 30px rgba(6,40,70,.08); display: flex; flex-direction: column; min-height: 314px; padding: 26px 22px 28px; text-align: center; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.why-card:hover { border-color: rgba(245,130,32,.55); box-shadow: 0 18px 38px rgba(6,40,70,.12); transform: translateY(-4px); }
.why-card-icon { align-items: center; background: #fff; border: 1px solid #eef1f5; border-radius: 50%; box-shadow: inset 0 0 0 8px #fafbfc, 0 8px 22px rgba(6,40,70,.1); color: var(--navy); display: flex; font-size: 2.5rem; height: 86px; justify-content: center; margin-bottom: 22px; width: 86px; }
.why-card-icon i { color: var(--navy); line-height: 1; -webkit-text-stroke: .35px var(--orange); }
.why-card h3 { color: var(--navy); font-size: 1.05rem; font-weight: 950; line-height: 1.28; margin: 0; min-height: 54px; }
.why-card h3::after { background: var(--orange); content: ""; display: block; height: 3px; margin: 12px auto 0; width: 36px; }
.why-card p { color: #202a35; font-size: .9rem; line-height: 1.55; margin: 14px 0 0; }
.why-cta-band { background: radial-gradient(circle at 12% 42%, rgba(255,255,255,.08), transparent 19%), radial-gradient(circle at 86% 44%, rgba(255,255,255,.08), transparent 18%), linear-gradient(135deg, #002846, #001f3b); color: #fff; padding: 34px 0 42px; position: relative; text-align: center; }
.why-cta-band::before { background-image: radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 10px 10px; content: ""; inset: 0; opacity: .28; pointer-events: none; position: absolute; }
.why-cta-band .container { position: relative; z-index: 2; }
.why-cta-band h2 { color: #fff; font-size: clamp(1.55rem, 2.6vw, 2.45rem); font-weight: 950; line-height: 1.18; margin: 0 0 12px; }
.why-cta-band p { color: #f2f7fc; font-size: 1rem; line-height: 1.55; margin: 0 auto 24px; max-width: 650px; }
.why-cta-btn { align-items: center; background: linear-gradient(135deg, var(--orange), #ff8b21); border: 0; border-radius: 8px; box-shadow: 0 14px 30px rgba(245,130,32,.28); color: #fff; display: inline-flex; font-weight: 950; gap: 13px; justify-content: center; min-height: 54px; min-width: 208px; padding: 14px 28px; text-transform: uppercase; }
.why-cta-btn:hover, .why-cta-btn:focus { background: linear-gradient(135deg, #ff8b21, var(--orange)); color: #fff; transform: translateY(-2px); }
.why-stats-wrap { margin-top: 28px; }
.why-stats { background: #fff; border: 1px solid #e4e8ee; border-radius: 9px; box-shadow: 0 14px 34px rgba(6,40,70,.08); display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); overflow: hidden; }
.why-stat { align-items: center; border-right: 1px solid #d9e0e8; display: grid; gap: 16px; grid-template-columns: 58px 1fr; min-height: 86px; padding: 16px 22px; }
.why-stat:last-child { border-right: 0; }
.why-stat i { color: var(--navy); font-size: 2.35rem; line-height: 1; -webkit-text-stroke: .35px var(--orange); }
.why-stat strong { color: var(--navy); display: block; font-size: 1.55rem; font-weight: 950; line-height: 1; margin-bottom: 5px; }
.why-stat span { color: #1e2834; display: block; font-size: .78rem; line-height: 1.25; }
.about-modal .modal-content { background: #fff; border: 0; border-radius: 10px; box-shadow: 0 34px 90px rgba(2,26,49,.42); overflow: hidden; }
.about-modal .modal-body { padding: 0; }
.about-modal .modal-backdrop, .modal-backdrop.show { opacity: .62; }
.about-modal-close { background-color: #fff; border-radius: 50%; box-shadow: 0 10px 24px rgba(2,26,49,.22); opacity: 1; padding: 12px; position: absolute; right: 18px; top: 18px; z-index: 3; }
.about-full-grid { display: grid; grid-template-columns: minmax(280px, 36%) 1fr; min-height: 540px; }
.about-full-intro { background: linear-gradient(135deg, rgba(2,26,49,.96), rgba(6,40,70,.94)), url('../img/about-refinery-dusk.png') center/cover; color: #fff; padding: clamp(34px, 4vw, 58px); position: relative; }
.about-full-intro::after { background: var(--orange); bottom: 0; content: ""; height: 7px; left: 0; position: absolute; right: 0; }
.about-full-intro span { color: var(--orange); display: block; font-size: .85rem; font-weight: 900; letter-spacing: .05em; margin-bottom: 18px; text-transform: uppercase; }
.about-full-intro h2 { color: #fff; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 950; line-height: 1; margin-bottom: 22px; text-transform: uppercase; }
.about-full-intro p { color: #edf4fb; font-size: 1rem; line-height: 1.65; margin: 0; }
.about-full-copy { padding: clamp(34px, 4vw, 58px); }
.about-full-copy p { color: #263446; font-size: 1rem; line-height: 1.75; margin-bottom: 18px; }
.about-full-highlights { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.about-full-highlights div { background: #f7fafc; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 24px rgba(6,40,70,.08); padding: 18px; }
.about-full-highlights strong { color: var(--navy); display: block; font-size: .94rem; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
.about-full-highlights span { color: #506274; display: block; font-size: .86rem; line-height: 1.45; }
.readable { max-width: 960px; }
.detail-img, .listing-card img { aspect-ratio: 16 / 9; border-radius: 6px; margin-bottom: 1.2rem; object-fit: cover; width: 100%; }
.listing-card h3 { color: var(--navy); font-size: 1.2rem; font-weight: 900; }
.listing-card i, .text-orange { color: var(--orange); }
.form-panel, .panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 36px rgba(6,40,70,.08); padding: 28px; }
.form-control, .form-select { border-radius: 4px; min-height: 46px; }
.admin-body { background: var(--soft); min-height: 100vh; }
.admin-sidebar { background: var(--navy); bottom: 0; color: #fff; left: 0; overflow-y: auto; padding: 24px 18px; position: fixed; top: 0; width: 284px; }
.admin-sidebar a { align-items: center; border-radius: 6px; color: #dce9f5; display: flex; gap: 10px; margin-top: 6px; padding: 10px 12px; }
.admin-sidebar a:hover { background: rgba(255,255,255,.1); color: #fff; }
.admin-main { margin-left: 284px; padding: 28px; }
.admin-top { align-items: center; background: #fff; border-radius: 8px; box-shadow: 0 10px 25px rgba(6,40,70,.08); display: flex; justify-content: space-between; margin-bottom: 24px; padding: 16px 20px; }
.admin-top span { color: var(--orange); display: block; font-size: .85rem; font-weight: 800; }
.admin-title { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.admin-title h1 { color: var(--navy); font-size: 1.8rem; font-weight: 900; margin: 0; }
.metric-card { background: #fff; border-radius: 8px; box-shadow: 0 10px 25px rgba(6,40,70,.08); padding: 22px; }
.metric-card i { color: var(--orange); font-size: 1.8rem; }
.metric-card span { display: block; font-weight: 800; margin-top: .5rem; }
.metric-card strong { color: var(--navy); display: block; font-size: 2rem; }
.panel h2 { color: var(--navy); font-size: 1.15rem; font-weight: 900; }
.actions { display: flex; flex-wrap: wrap; gap: 6px; }
.login-page { align-items: center; background: linear-gradient(135deg, var(--navy), #0c4068); display: flex; min-height: 100vh; justify-content: center; padding: 20px; }
.login-card { background: #fff; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.25); max-width: 430px; padding: 36px; width: 100%; }
.login-card h1 { color: var(--navy); font-size: 1.5rem; font-weight: 900; }
.careers-hero { background: linear-gradient(180deg, #fff, #f5f8fb); border-bottom: 1px solid var(--line); padding: clamp(52px, 7vw, 88px) 0; overflow: hidden; }
.careers-hero-grid { align-items: center; display: grid; gap: clamp(28px, 5vw, 64px); grid-template-columns: minmax(360px, 45%) 1fr; }
.careers-hero-copy span { color: var(--orange); display: block; font-size: .86rem; font-weight: 950; letter-spacing: .06em; margin-bottom: 12px; text-transform: uppercase; }
.careers-hero-copy h1 { color: var(--navy); font-size: clamp(2.55rem, 5vw, 4.75rem); font-weight: 950; line-height: .98; margin-bottom: 18px; text-transform: uppercase; }
.careers-hero-copy h1::after { background: var(--orange); content: ""; display: block; height: 5px; margin-top: 22px; width: 76px; }
.careers-hero-copy p { color: #263b52; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.68; max-width: 650px; }
.careers-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.careers-hero-media { background: var(--navy); border-radius: 18px; box-shadow: 0 28px 70px rgba(6,40,70,.18); min-height: 420px; overflow: hidden; position: relative; }
.careers-hero-media::before { border: 4px solid var(--orange); border-radius: 18px; content: ""; inset: 18px -18px -18px 18px; position: absolute; z-index: 1; }
.careers-hero-media img { display: block; height: 100%; min-height: 420px; object-fit: cover; position: relative; width: 100%; z-index: 2; }
.careers-jobs { background: #fff; }
.careers-jobs .section-intro p, .career-form-panel .section-intro p { color: #40556a; line-height: 1.65; margin-top: 14px; max-width: 720px; }
.career-job-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.career-job-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 38px rgba(6,40,70,.08); display: flex; flex-direction: column; min-height: 100%; padding: 26px; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.career-job-card:hover, .career-job-card:focus-within { border-color: rgba(255,107,0,.62); box-shadow: 0 24px 52px rgba(6,40,70,.14); transform: translateY(-5px); }
.career-job-top { align-items: center; display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.career-job-top small { color: #596f84; font-size: .78rem; font-weight: 800; text-align: right; }
.career-badge { border-radius: 999px; display: inline-flex; font-size: .72rem; font-weight: 950; letter-spacing: .04em; padding: 7px 11px; text-transform: uppercase; }
.career-badge-open { background: #e9f8ef; color: #146c2e; }
.career-badge-urgent { background: #fff0e4; color: #b64a00; }
.career-badge-closed, .career-badge-inactive { background: #eef2f6; color: #46586a; }
.career-job-card h3 { color: var(--navy); font-size: 1.32rem; font-weight: 950; line-height: 1.16; margin-bottom: 18px; }
.career-job-card dl { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 10px; margin: 0 0 18px; padding: 16px 0; }
.career-job-card dl div { display: grid; gap: 10px; grid-template-columns: 110px 1fr; }
.career-job-card dt { color: #6a7d8f; font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.career-job-card dd { color: var(--navy); font-size: .92rem; font-weight: 850; margin: 0; }
.career-job-card p { color: #34495e; line-height: 1.6; margin-bottom: 22px; }
.career-job-card .btn { margin-top: auto; width: 100%; }
.career-empty { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 44px rgba(6,40,70,.08); padding: clamp(32px, 5vw, 58px); text-align: center; }
.career-empty h3 { color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 950; margin-bottom: 10px; text-transform: uppercase; }
.career-empty p { color: #40556a; margin-bottom: 22px; }
.careers-cv { background: linear-gradient(180deg, #f5f8fb, #fff); }
.career-form-panel { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 64px rgba(6,40,70,.11); margin: 0 auto; max-width: 1040px; padding: clamp(26px, 5vw, 54px); }
.career-form .form-label { color: var(--navy); font-size: .86rem; font-weight: 900; }
.career-form .form-control { border-color: #ccd8e4; min-height: 50px; }
.career-form .form-control:focus { border-color: var(--orange); box-shadow: 0 0 0 .22rem rgba(255,107,0,.14); }
.career-consent { align-items: flex-start; color: #34495e; display: flex; gap: 10px; line-height: 1.45; }
.career-consent input { margin-top: 5px; }
.career-submit { min-width: 190px; }
@media (max-height: 820px) and (min-width: 992px) {
    .about-showcase { min-height: 570px; }
    .about-copy { padding-bottom: 34px; padding-top: 34px; }
    .about-mini-line { margin: 28px 0 22px; }
    .about-copy h1 { font-size: clamp(3.2rem, 5.4vw, 5rem); }
    .about-copy h2 { font-size: clamp(1.2rem, 1.7vw, 1.7rem); margin: 14px 0 10px; }
    .about-rule { margin: 12px 0 18px; }
    .about-copy p { font-size: .9rem; margin-bottom: 10px; }
    .about-feature-panel { max-width: 390px; padding: 28px 32px 28px 42px; top: 12%; }
    .about-feature { margin-bottom: 20px; }
    .about-feature i { font-size: 2rem; }
    .about-feature h3 { font-size: .92rem; }
    .about-feature p { font-size: .84rem; }
    .about-values { padding: 20px 0 28px; }
    .about-value-card { min-height: 132px; padding: 16px; }
}
@media (max-width: 991px) {
    .navbar { min-height: auto; }
    .hero-slider, .hero-inner { min-height: 520px; }
    .hero-inner { padding: 74px 0 120px; }
    .service-jumpbar { display: flex; overflow-x: auto; position: static; scroll-snap-type: x mandatory; }
    .service-jumpbar a { flex: 0 0 230px; scroll-snap-align: start; }
    .services-layout { grid-template-columns: 1fr; }
    .services-sticky-panel { position: static; }
    .services-image-frame { aspect-ratio: 16 / 9; }
    .service-detail-card { scroll-margin-top: 96px; }
    .about-showcase { display: block; }
    .about-copy { clip-path: none; padding: 54px 24px; }
    .about-visual { margin-left: 0; min-height: 620px; }
    .about-visual::after { display: none; }
    .about-feature-panel { border-radius: 0; inset: auto 16px 32px 16px; max-width: none; padding: 32px 24px; top: auto; }
    .about-feature-panel::before, .about-orange-slab { display: none; }
    .about-tabs { gap: 10px; }
    .about-full-grid { grid-template-columns: 1fr; }
    .about-full-intro { min-height: 260px; padding-right: 64px; }
    .about-full-highlights { grid-template-columns: 1fr; }
    .industries-serve { padding: 64px 0; }
    .industries-serve::before { background-size: 720px auto; height: 300px; opacity: .58; }
    .industries-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .industry-icon { margin-left: 28px; }
    .technical-capabilities { background: linear-gradient(180deg, #fff 0 620px, var(--navy) 620px 100%); padding: 0 0 58px; }
    .technical-capabilities::before { top: 620px; }
    .technical-intro { grid-template-columns: 1fr; margin-bottom: 28px; padding-left: max(24px, calc((100vw - 1480px) / 2)); padding-right: max(24px, calc((100vw - 1480px) / 2)); }
    .technical-copy { padding-left: 0; padding-right: 0; }
    .technical-visual { clip-path: none; min-height: 340px; }
    .technical-visual::before { display: none; }
    .technical-visual img { min-height: 340px; }
    .technical-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .technical-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .technical-strip-item:nth-child(2n) { border-right: 0; }
    .technical-strip-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
    .quality-main { grid-template-columns: 1fr; }
    .quality-main::before, .quality-main::after { display: none; }
    .quality-copy { padding-left: 24px; padding-right: 24px; }
    .quality-copy::after { display: none; }
    .quality-visual { clip-path: none; min-height: 440px; }
    .quality-visual::before { display: none; }
    .quality-visual img { min-height: 440px; }
    .quality-commitment { bottom: 24px; clip-path: none; left: 24px; max-width: none; min-height: 0; padding: 28px 34px; right: 24px; width: auto; }
    .quality-standards-wrap { margin-top: 0; }
    .quality-standards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .quality-trust .container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .quality-trust-item { border-bottom: 1px solid rgba(255,255,255,.18); }
    .quality-trust-item:nth-child(2n) { border-right: 0; }
    .quality-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
    .why-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .why-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .why-stat:nth-child(3n) { border-right: 0; }
    .why-stat:nth-child(-n+3) { border-bottom: 1px solid #d9e0e8; }
    .team-hero { background-position: 58% center; padding: 34px 0 52px; }
    .featured-leader { grid-template-columns: 1fr; }
    .featured-photo-frame { min-height: auto; }
    .featured-photo, .featured-photo.team-avatar { aspect-ratio: 4 / 5; min-height: 420px; }
    .team-grid, .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-cta .container { align-items: flex-start; flex-direction: column; }
    .team-cta-actions { justify-content: flex-start; }
    .team-modal-grid { grid-template-columns: 1fr; }
    .team-modal-aside { padding: 26px; }
    .team-modal-photo, .team-modal-photo.team-avatar { aspect-ratio: 4 / 5; max-height: none; min-height: 380px; }
    .feature { min-height: 150px; }
    .careers-hero-grid { grid-template-columns: 1fr; }
    .careers-hero-media, .careers-hero-media img { min-height: 340px; }
    .career-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-sidebar { position: static; width: 100%; }
    .admin-main { margin-left: 0; padding: 18px; }
}
@media (max-width: 575px) {
    .trustbar { padding: 22px 0; }
    .services-hero { padding: 64px 0; }
    .services-explorer { padding: 22px 0 56px; }
    .service-jumpbar { margin-bottom: 22px; padding: 8px; }
    .service-jumpbar a { flex-basis: 210px; min-height: 54px; }
    .services-image-caption { padding: 20px; }
    .services-panel-note { align-items: start; padding: 16px; }
    .service-detail-card { padding: 22px 18px; }
    .service-detail-head { gap: 14px; grid-template-columns: 58px 1fr; }
    .service-detail-icon { font-size: 1.55rem; height: 58px; width: 58px; }
    .service-detail-card li { font-size: .92rem; }
    .feature { gap: 16px; grid-template-columns: 66px 1fr; min-height: auto; padding: 18px; }
    .feature i { font-size: 1.7rem; height: 58px; min-width: 58px; }
    .feature h6 { font-size: .98rem; }
    .feature p { font-size: .86rem; }
    .feature:hover, .feature:focus { transform: translateY(-4px); }
    .about-value-card { align-items: start; grid-template-columns: 74px 1fr; min-height: auto; padding: 22px 18px; }
    .about-value-card i { font-size: 1.85rem; height: 62px; width: 62px; }
    .about-value-card:hover, .about-value-card:focus-within { transform: translateY(-5px); }
    .about-modal .modal-dialog { margin: 12px; }
    .about-full-intro, .about-full-copy { padding: 30px 22px; }
    .about-full-intro { padding-right: 58px; }
    .industries-serve { padding: 48px 0 54px; }
    .industries-serve::before { background: linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)), var(--industry-bg) center top / cover no-repeat; height: 260px; }
    .industries-head { margin-bottom: 24px; }
    .industries-head h2 { font-size: clamp(2rem, 12vw, 2.75rem); }
    .industries-grid { grid-template-columns: 1fr; gap: 18px; }
    .industry-icon { height: 68px; margin: -34px 0 0 24px; width: 68px; }
    .industry-body { padding: 16px 22px 24px; }
    .industries-btn { width: 100%; }
    .technical-capabilities { background: linear-gradient(180deg, #fff 0 590px, var(--navy) 590px 100%); padding: 0 0 44px; }
    .technical-capabilities::before { top: 590px; }
    .technical-intro { border-radius: 0; margin: 0 calc(50% - 50vw) 24px; min-height: 0; padding-left: max(20px, calc((100vw - 1480px) / 2)); padding-right: max(20px, calc((100vw - 1480px) / 2)); }
    .technical-copy { padding: 34px 0 24px; }
    .technical-copy h2 { font-size: clamp(2rem, 12vw, 2.75rem); }
    .technical-visual, .technical-visual img { min-height: 280px; }
    .technical-grid { gap: 18px; grid-template-columns: 1fr; }
    .technical-card { min-height: auto; padding: 26px 20px; }
    .technical-strip { border-radius: 12px; grid-template-columns: 1fr; }
    .technical-strip-item, .technical-strip-item:nth-child(2n), .technical-strip-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); border-right: 0; min-height: auto; padding: 24px 20px; }
    .technical-strip-item:last-child { border-bottom: 0; }
    .quality-copy { padding: 38px 20px 32px; }
    .quality-copy h2 { font-size: clamp(2rem, 12vw, 2.8rem); }
    .quality-list { grid-template-columns: 1fr; }
    .quality-list::after { display: none; }
    .quality-item { min-height: auto; }
    .quality-visual, .quality-visual img { min-height: 360px; }
    .quality-commitment { border-radius: 16px 16px 0 0; gap: 14px; grid-template-columns: 54px 1fr; left: 14px; padding: 20px; right: 14px; }
    .quality-commitment > i { font-size: 3rem; }
    .quality-standards { padding: 16px 14px 18px; }
    .quality-standards-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .quality-standard-card { min-height: 118px; padding: 14px 10px; }
    .quality-trust .container { grid-template-columns: 1fr; }
    .quality-trust-item, .quality-trust-item:nth-child(2n), .quality-trust-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 0; min-height: auto; padding: 22px 18px; }
    .quality-trust-item:last-child { border-bottom: 0; }
    .why-choose-jh { padding-top: 42px; }
    .why-head { margin-bottom: 24px; }
    .why-head h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
    .why-card-grid { gap: 18px; grid-template-columns: 1fr; margin-bottom: 34px; }
    .why-card { min-height: auto; padding: 26px 20px; }
    .why-card h3 { min-height: 0; }
    .why-cta-band { padding: 32px 0 38px; }
    .why-cta-btn { width: min(100%, 260px); }
    .why-stats { grid-template-columns: 1fr; }
    .why-stat, .why-stat:nth-child(3n), .why-stat:nth-child(-n+3) { border-bottom: 1px solid #d9e0e8; border-right: 0; }
    .why-stat:last-child { border-bottom: 0; }
    .team-hero { background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.9)), url('../img/service-mechanical-fabrication.png') center/cover; padding: 30px 0 44px; }
    .section-intro { margin-bottom: 20px; }
    .featured-leader { border-radius: 12px; padding: 18px; }
    .featured-photo-frame { border-radius: 12px; padding: 10px; }
    .featured-photo-frame::before { inset: -8px 12px 12px -8px; }
    .featured-photo, .featured-photo.team-avatar { min-height: 320px; }
    .leader-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .leader-highlights div { align-items: flex-start; flex-direction: column; min-height: 118px; padding: 14px; }
    .featured-leader .btn { width: 100%; }
    .team-grid, .proof-grid { grid-template-columns: 1fr; }
    .team-card-body { padding: 20px; }
    .proof-grid div { min-height: auto; }
    .team-cta { padding: 38px 0; }
    .team-cta-actions, .team-cta-actions .btn { width: 100%; }
    .team-modal .modal-dialog { margin: 12px; }
    .team-modal-aside, .team-modal-copy { padding: 22px; }
    .team-modal-photo, .team-modal-photo.team-avatar { min-height: 300px; }
    .team-modal-copy h2 { padding-right: 34px; }
    .careers-hero { padding: 42px 0; }
    .careers-hero-copy h1 { font-size: clamp(2.1rem, 12vw, 3.2rem); }
    .careers-actions, .careers-actions .btn { width: 100%; }
    .careers-hero-media { border-radius: 12px; }
    .careers-hero-media::before { display: none; }
    .careers-hero-media, .careers-hero-media img { min-height: 260px; }
    .career-job-grid { grid-template-columns: 1fr; }
    .career-job-card { border-radius: 12px; padding: 22px 18px; }
    .career-job-card dl div { grid-template-columns: 1fr; gap: 2px; }
    .career-job-top { align-items: flex-start; flex-direction: column; }
    .career-job-top small { text-align: left; }
    .career-form-panel { border-radius: 12px; padding: 24px 18px; }
    .career-submit { width: 100%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .industries-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .industry-icon { margin-left: 28px; }
    .technical-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .quality-standards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .why-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .why-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .why-stat:nth-child(3n) { border-right: 0; }
    .why-stat:nth-child(-n+3) { border-bottom: 1px solid #d9e0e8; }
    .team-grid, .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .career-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 576px) and (max-width: 767px) {
    .industries-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .industry-icon { margin-left: 24px; }
    .technical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .technical-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .technical-strip-item:nth-child(2n) { border-right: 0; }
    .technical-strip-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
    .quality-standards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .why-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .why-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .why-stat:nth-child(2n) { border-right: 0; }
    .why-stat:nth-child(-n+4) { border-bottom: 1px solid #d9e0e8; }
    .career-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
    .team-card, .industry-card, .industry-media img, .technical-card, .technical-card-icon, .quality-standard-card, .why-card, .why-cta-btn, .feature, .about-value-card, .service-detail-card, .hero-slide, .services-image-frame img, .career-job-card { transition: none; }
    .team-card:hover, .team-card:focus-within, .industry-card:hover, .industry-card:focus-within, .technical-card:hover, .technical-card:focus-within, .quality-standard-card:hover, .why-card:hover, .why-cta-btn:hover, .feature:hover, .feature:focus, .career-job-card:hover, .career-job-card:focus-within { transform: none; }
}
