* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { background: #fff; color: #050505; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.classic-nav { height: 55px; display: grid; grid-template-columns: 210px 1fr; align-items: center; padding: 0 max(calc((100vw - 1160px) / 2), 24px); background: #030303; color: #fff; }
.classic-mark { align-self: stretch; display: flex; align-items: center; justify-content: flex-start; }
.classic-mark img { display: block; width: 55px; max-height: 55px; object-fit: contain; }
.classic-links { height: 100%; display: flex; align-items: stretch; justify-content: space-between; }
.classic-links a { position: relative; display: flex; align-items: center; padding: 0 15px; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; white-space: nowrap; }
.classic-links a::before { content: ""; position: absolute; top: 0; right: 50%; left: 50%; height: 2px; background: #ef7f29; transition: .2s; }
.classic-links a:hover::before, .classic-links a.active::before { right: 15px; left: 15px; }
.classic-dropdown { position: relative; display: flex; align-items: stretch; }
.classic-dropdown > a { display: flex; align-items: center; }
.classic-submenu { position: absolute; z-index: 50; top: 100%; left: 0; width: 260px; padding: 4px 0; background: #050505; border-top: 2px solid #ef7f29; box-shadow: 0 16px 32px rgba(0,0,0,.24); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.classic-dropdown:hover .classic-submenu, .classic-dropdown:focus-within .classic-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.classic-submenu a { display: block; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.07); color: #d6d6d6; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; }
.classic-submenu a:last-child { border-bottom: 0; }
.classic-submenu a:hover { color: #fff; background: #171717; }
.classic-submenu a::before { display: none; }
.classic-nav > button { display: none; width: 42px; padding: 7px; background: transparent; border: 0; }
.classic-nav > button span { display: block; height: 2px; margin: 6px 0; background: #fff; }
.about-page { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 105px; }
.about-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: center; min-height: 440px; overflow: hidden; color: #fff; background: linear-gradient(125deg, #122a3d 0%, #1e6eab 76%, #2d83c1 100%); box-shadow: 0 18px 45px rgba(18,42,61,.18); }
.about-hero::before { content: ""; position: absolute; top: 0; left: 0; width: 105px; height: 7px; background: #ef7f29; }
.about-hero::after { content: ""; position: absolute; right: 230px; bottom: -220px; width: 410px; height: 410px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.035), 0 0 0 96px rgba(255,255,255,.018); }
.about-hero-copy { position: relative; z-index: 1; padding: 58px 52px; }
.about-eyebrow { margin: 0 0 11px; color: #ffc093; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.about-hero h1 { margin: 0 0 24px; font-size: clamp(52px, 6vw, 76px); line-height: .92; font-weight: 800; letter-spacing: -2.5px; }
.about-lead { max-width: 700px; margin: 0; color: rgba(255,255,255,.88); font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.72; }
.about-mark { position: relative; z-index: 2; align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 440px; padding: 48px; background: rgba(6,20,31,.25); }
.about-mark img { display: block; width: min(255px, 100%); aspect-ratio: 1 / 1; border: 9px solid #fff; box-shadow: 0 18px 35px rgba(0,0,0,.28); object-fit: cover; }
.about-mark span { position: absolute; right: 25px; bottom: 23px; color: rgba(255,255,255,.66); font-size: 8px; letter-spacing: 2px; text-transform: uppercase; writing-mode: vertical-rl; }
.about-highlights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 28px 70px; background: #fff; border: 1px solid #e0e0e0; box-shadow: 0 12px 30px rgba(0,0,0,.08); transform: translateY(-22px); }
.about-highlights article { min-height: 112px; display: flex; justify-content: center; padding: 24px; flex-direction: column; border-right: 1px solid #e3e3e3; }
.about-highlights article:last-child { border-right: 0; }
.about-highlights strong { color: #163b58; font: 700 22px/1.15 Georgia, serif; }
.about-highlights span { margin-top: 7px; color: #777; font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; }
.about-story { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 70px; padding: 0 28px 72px; }
.about-story > header { position: relative; align-self: start; padding-top: 18px; }
.about-story > header::before { content: ""; position: absolute; top: 0; left: 0; width: 58px; height: 4px; background: #ef7f29; }
.about-story > header p, .about-section-label { margin: 0 0 10px; color: #1e6eab; font-size: 9px; font-weight: 700; letter-spacing: 2.3px; text-transform: uppercase; }
.about-story h2, .about-expertise h2 { margin: 0; color: #10283b; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; line-height: 1.2; }
.about-story-copy { columns: 2; column-gap: 36px; color: #444; line-height: 1.68; }
.about-story-copy p { margin: 0 0 17px; break-inside: avoid; }
.about-story-lead { color: #163b58; font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.6; }
.about-rich-copy p { margin-top: 0; }
.about-section-heading { max-width: 760px; margin-bottom: 34px; }
.about-section-heading > p { margin: 0 0 9px; color: #ef7f29; font-size: 9px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; }
.about-section-heading h2 { margin: 0; color: #10283b; font-family: Georgia, 'Times New Roman', serif; font-size: 36px; line-height: 1.2; }
.about-section-heading > div { margin-top: 13px; color: #555; line-height: 1.7; }
.about-organization { scroll-margin-top: 75px; margin-bottom: 72px; padding: 52px 50px 55px; background: #f1f4f6; }
.organization-chart { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.organization-chart article { position: relative; min-height: 175px; padding: 25px 24px; background: #fff; border: 1px solid #dce2e6; border-top: 4px solid #1e6eab; box-shadow: 0 10px 24px rgba(18,42,61,.07); }
.organization-chart article:first-child { grid-column: 1 / -1; justify-self: center; width: min(420px, 100%); min-height: 130px; color: #fff; background: #122a3d; border: 0; border-top: 5px solid #ef7f29; text-align: center; }
.organization-chart h3 { margin: 0 0 13px; color: #163b58; font: 700 18px/1.3 Georgia, serif; }
.organization-chart article:first-child h3 { color: #fff; }
.organization-chart ul { margin: 0; padding-left: 17px; color: #5b5b5b; }
.organization-chart article:first-child ul { display: flex; justify-content: center; gap: 26px; padding: 0; color: #c7d8e5; list-style: none; }
.organization-chart li { margin: 4px 0; }
.about-registration { position: relative; scroll-margin-top: 75px; margin-bottom: 72px; padding: 54px 50px 58px; overflow: hidden; background: linear-gradient(145deg, #f4f7f9, #eaf0f4); border-top: 5px solid #1e6eab; }
.about-registration::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 290px; height: 290px; border: 1px solid rgba(30,110,171,.09); border-radius: 50%; box-shadow: 0 0 0 42px rgba(30,110,171,.035), 0 0 0 84px rgba(30,110,171,.018); }
.about-registration > * { position: relative; z-index: 1; }
.registration-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.registration-card { position: relative; min-height: 280px; display: grid; grid-template-columns: 180px minmax(0, 1fr); overflow: hidden; background: #fff; border: 1px solid #dbe3e8; box-shadow: 0 12px 30px rgba(18,42,61,.08); transition: transform .25s ease, box-shadow .25s ease; }
.registration-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(18,42,61,.14); }
.registration-media, .registration-seal { min-height: 100%; display: flex; align-items: center; justify-content: center; background: #122a3d; }
.registration-media { padding: 12px; overflow: hidden; background: #eef2f4; border-right: 1px solid #dbe3e8; }
.registration-media.is-clickable { cursor: zoom-in; }
.registration-media img { display: block; width: 100%; height: 256px; min-height: 0; background: #fff; box-shadow: 0 4px 14px rgba(18,42,61,.12); object-fit: contain; object-position: center; transition: transform .3s ease; }
.registration-card:hover .registration-media img { transform: scale(1.015); }
.registration-seal { color: rgba(255,255,255,.9); background: linear-gradient(155deg, #1e6eab, #122a3d); font: 700 36px/1 Georgia, serif; }
.registration-copy { position: relative; padding: 29px 26px 25px; }
.registration-copy > span { position: absolute; top: 17px; right: 19px; color: #e4eaee; font: 700 32px/1 Georgia, serif; }
.registration-grid h3 { position: relative; max-width: 245px; margin: 0 0 16px; padding-right: 18px; color: #10283b; font: 700 18px/1.35 Georgia, serif; }
.registration-grid strong { display: block; color: #1e6eab; font-size: 10px; line-height: 1.45; letter-spacing: .7px; text-transform: uppercase; }
.registration-grid p { margin: 11px 0 0; color: #66717a; font-size: 12px; line-height: 1.6; }
.registration-link { display: inline-flex; gap: 5px; margin-top: 17px; color: #c96625; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.registration-link:hover { color: #1e6eab; }
.about-clients { position: relative; scroll-margin-top: 75px; margin-bottom: 72px; padding: 60px 50px 62px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0d2436 0%, #153d59 100%); box-shadow: 0 18px 42px rgba(18,42,61,.16); }
.about-clients::before { content: ""; position: absolute; top: -130px; right: -90px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.015); }
.about-clients > * { position: relative; z-index: 1; }
.about-clients .about-section-heading h2 { color: #fff; }
.about-clients .about-section-heading > div { color: #bfcfda; }
.clients-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.client-card { position: relative; min-height: 190px; display: flex; align-items: center; justify-content: center; padding: 24px 18px 20px; overflow: hidden; color: #10283b; background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.2); border-radius: 3px; box-shadow: 0 10px 24px rgba(3,14,23,.14); text-align: center; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.client-card::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: #ef7f29; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.client-card:hover { transform: translateY(-6px); box-shadow: 0 18px 32px rgba(3,14,23,.24); }
.client-card:hover::after { transform: scaleX(1); }
.client-card-mark { width: 98px; height: 82px; display: flex; align-items: center; justify-content: center; margin-bottom: 17px; }
.client-card img { display: block; max-width: 94px; max-height: 76px; object-fit: contain; }
.client-card-mark > span { display: flex; width: 68px; height: 68px; align-items: center; justify-content: center; color: #fff; background: linear-gradient(145deg, #287fba, #165e91); border-radius: 50%; box-shadow: 0 8px 17px rgba(30,110,171,.25); font: 700 19px/1 Georgia, serif; }
.client-card strong { max-width: 185px; font-size: 11px; line-height: 1.45; letter-spacing: .8px; text-transform: uppercase; }
.client-card small { margin-top: 9px; color: #c96625; font-size: 9px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.about-expertise { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 55px; align-items: stretch; padding: 48px 50px; background: #f1f4f6; }
.about-expertise > div { align-self: center; }
.about-expertise > div > p:not(.about-section-label) { max-width: 690px; margin: 18px 0 0; color: #444; line-height: 1.7; }
.about-certification { padding: 32px 35px; color: #fff; background: #122a3d; border-top: 6px solid #ef7f29; box-shadow: 0 15px 30px rgba(18,42,61,.2); }
.about-certification > span { color: #a9c5d9; font-size: 8px; letter-spacing: 1.8px; text-transform: uppercase; }
.about-certification h2 { margin: 8px 0 18px; color: #fff; font: 700 47px/1 Arial, sans-serif; letter-spacing: -2px; }
.about-certification ul { margin: 0; padding: 0; list-style: none; }
.about-certification li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.15); color: #c9d7e1; font-size: 11px; }
.about-certification li strong { display: inline-block; min-width: 88px; color: #fff; }
.about-certification > p { margin: 17px 0 0; color: #ffc093; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.about-go-top { position: fixed; z-index: 50; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); width: 54px; height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; padding: 0; color: #fff; background: #1e6eab; border: 0; border-radius: 50%; box-shadow: 0 10px 28px rgba(18,42,61,.28); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease; }
.about-go-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.about-go-top:hover { background: #ef7f29; }
.about-go-top:focus-visible { outline: 3px solid #ef7f29; outline-offset: 3px; }
.about-go-top svg { width: 21px; height: 21px; }
.about-go-top span { font-size: 8px; font-weight: 700; letter-spacing: 1px; line-height: 1; text-transform: uppercase; }
.management-page { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 100px; }
.management-header { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px; overflow: hidden; margin-bottom: 34px; padding: 47px 50px 45px; color: #fff; background: linear-gradient(125deg, #122a3d 0%, #1e6eab 72%, #2d83c1 100%); box-shadow: 0 18px 45px rgba(18,42,61,.18); }
.management-header::before { content: ""; position: absolute; top: 0; left: 0; width: 105px; height: 7px; background: #ef7f29; }
.management-header::after { content: ""; position: absolute; right: -90px; bottom: -150px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.045), 0 0 0 88px rgba(255,255,255,.025); }
.management-header > * { position: relative; z-index: 1; }
.management-eyebrow { margin: 0 0 9px; color: #ffc093; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.management-header h1 { margin: 0 0 18px; font-size: clamp(45px, 5vw, 66px); line-height: .95; font-weight: 800; letter-spacing: -2px; }
.management-intro { max-width: 720px; margin: 0; color: rgba(255,255,255,.87); font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.65; }
.management-count { min-width: 145px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.78); font-size: 9px; letter-spacing: 1.4px; text-align: center; text-transform: uppercase; }
.management-count strong { display: block; margin-bottom: 4px; color: #fff; font: 700 30px/1 Georgia, serif; }
.management-list { display: grid; gap: 26px; }
.manager-profile { display: grid; grid-template-columns: 300px minmax(0, 1fr); min-height: 360px; overflow: hidden; background: #fff; border: 1px solid #dedede; box-shadow: 0 12px 34px rgba(0,0,0,.07); }
.manager-photo { position: relative; grid-column: 1; grid-row: 1; display: flex; align-items: center; justify-content: center; min-height: 360px; padding: 38px; overflow: hidden; background: linear-gradient(145deg, #eef2f4, #dce2e5); }
.manager-photo::before { content: ""; position: absolute; top: 0; right: 0; width: 72px; height: 6px; background: #ef7f29; }
.manager-photo::after { content: ""; position: absolute; bottom: 23px; left: 23px; width: 58px; height: 58px; border-bottom: 2px solid rgba(30,110,171,.3); border-left: 2px solid rgba(30,110,171,.3); }
.manager-photo img { position: relative; z-index: 1; display: block; width: min(220px, 100%); aspect-ratio: 1 / 1; background: #fff; border: 8px solid #fff; box-shadow: 0 14px 28px rgba(0,0,0,.17); object-fit: cover; object-position: center top; }
.manager-photo > span { color: rgba(0,0,0,.2); font-size: 88px; font-weight: 700; }
.manager-copy { grid-column: 2; grid-row: 1; align-self: center; padding: 36px 42px 38px; }
.manager-role { margin: 0 0 7px; color: #c96625; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.manager-copy h2 { margin: 0 0 22px; color: #10283b; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; line-height: 1.2; }
.manager-qualifications { margin-bottom: 21px; padding: 16px 18px; background: #f3f6f8; border-left: 3px solid #1e6eab; }
.manager-qualifications h3 { margin: 0 0 7px; color: #53616a; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; }
.manager-qualifications ul { margin: 0; padding-left: 17px; }
.manager-qualifications li { margin: 3px 0; line-height: 1.5; }
.manager-biography { max-width: 750px; color: #444; line-height: 1.7; }
.manager-biography p { margin: 0; }
.manager-biography p + p { margin-top: 10px; }
.manager-profile:nth-child(even) .manager-photo { grid-column: 2; }
.manager-profile:nth-child(even) .manager-copy { grid-column: 1; }
.manager-profile:nth-child(even) { grid-template-columns: minmax(0, 1fr) 300px; }
.management-empty { padding: 30px; background: #f3f3f3; }
.core-staff-page { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 100px; }
.core-staff-header { max-width: 820px; margin-bottom: 44px; }
.core-staff-header > p { margin: 0 0 8px; color: #c96625; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; }
.core-staff-header h1 { margin: 0 0 18px; font-size: 56px; line-height: 1.05; font-weight: 800; letter-spacing: -1.5px; }
.core-staff-header > div { max-width: 720px; color: #4d4d4d; font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.65; }
.core-staff-grid { display: grid; gap: 26px; }
.core-staff-card { display: grid; grid-template-columns: 300px minmax(0, 1fr); min-height: 360px; overflow: hidden; background: #fff; border: 1px solid #dedede; box-shadow: 0 12px 34px rgba(0,0,0,.07); }
.core-staff-photo { position: relative; min-height: 360px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 38px; background: linear-gradient(145deg, #eef2f4, #dce2e5); }
.core-staff-photo::before { content: ""; position: absolute; top: 0; left: 0; width: 72px; height: 6px; background: #c96625; }
.core-staff-photo::after { content: ""; position: absolute; right: 23px; bottom: 23px; width: 58px; height: 58px; border-right: 2px solid rgba(30,110,171,.3); border-bottom: 2px solid rgba(30,110,171,.3); }
.core-staff-photo img { position: relative; z-index: 1; display: block; width: min(220px, 100%); aspect-ratio: 1 / 1; background: #fff; border: 8px solid #fff; border-radius: 2px; box-shadow: 0 14px 28px rgba(0,0,0,.17); object-fit: cover; object-position: center top; }
.core-staff-photo > span { color: rgba(0,0,0,.2); font-size: 88px; font-weight: 700; }
.core-staff-details { padding: 34px 40px 36px; }
.core-staff-experience { display: inline-flex; margin: 0 0 15px; padding: 6px 11px; color: #fff; background: #c96625; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.core-staff-details h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; line-height: 1.2; }
.core-staff-designation { margin: 5px 0 24px; color: #1e6eab; font-size: 13px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.core-staff-details section { padding-top: 18px; border-top: 1px solid #e2e2e2; }
.core-staff-details section + section { margin-top: 18px; }
.core-staff-details h3 { margin: 0 0 8px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.core-staff-qualifications ul { margin: 0; padding-left: 18px; }
.core-staff-qualifications li { margin-bottom: 4px; }
.core-staff-expertise p { max-width: 740px; margin: 0; color: #3e3e3e; line-height: 1.65; }
.core-staff-empty { padding: 30px; background: #f3f3f3; }
.portfolio-page { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 90px; }
.portfolio-page h1 { margin: 0 0 20px; font-size: 56px; line-height: 1.1; font-weight: 800; letter-spacing: -1.5px; }
.portfolio-intro { margin: 0 0 55px; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; }
.portfolio-filters { display: flex; min-height: 52px; margin-bottom: 30px; padding: 0; border: 1px dotted #aaa; }
.portfolio-filters button { flex: 1; padding: 10px 13px; color: #050505; background: #fff; border: 0; font: 500 11px/1.2 Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }
.portfolio-filters button:hover, .portfolio-filters button.active { color: #fff; background: #2e2e2e; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.portfolio-card { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #999; }
.portfolio-card[hidden] { display: none; }
.portfolio-card img, .portfolio-placeholder { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .4s ease; }
.portfolio-placeholder { background: linear-gradient(135deg,#b0b0b0,#7f7f7f); }
.portfolio-card > span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 25px; color: #fff; background: rgba(70,70,70,.82); text-align: center; opacity: 0; transform: scale(.94); transition: opacity .28s ease, transform .28s ease; flex-direction: column; }
.portfolio-card > span strong { font-size: 14px; font-style: italic; line-height: 1.55; text-transform: uppercase; }
.portfolio-card > span small { margin-top: 9px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.6); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }
.portfolio-card:hover img { transform: scale(1.07); filter: grayscale(.25); }
.portfolio-card:hover > span, .portfolio-card:focus-visible > span { opacity: 1; transform: scale(1); }
.project-page { min-height: calc(100vh - 55px); padding: 74px max(calc((100vw - 1170px) / 2), 24px) 100px; background: #f0f0f0; }
.project-page > h1 { max-width: 1200px; margin: 0 0 22px; font-size: clamp(50px, 5.2vw, 86px); line-height: 1.05; font-weight: 300; letter-spacing: -2px; text-transform: uppercase; }
.project-page > h2 { margin: 0 0 8px; font-size: 24px; font-weight: 400; }
.project-subtitle { max-width: 1000px; color: #555; }
.project-main-pictures { position: relative; max-width: 1100px; margin: 28px 0 34px; overflow: hidden; background: #111; }
.project-slides { position: relative; aspect-ratio: 16 / 7; }
.project-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s; }
.project-slide.is-active { opacity: 1; visibility: visible; }
.project-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-slide figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 18px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.project-main-pictures > button { position: absolute; z-index: 2; top: 50%; width: 42px; height: 52px; padding: 0; color: #fff; background: rgba(0,0,0,.48); border: 0; cursor: pointer; transform: translateY(-50%); }
.project-slide-prev { left: 0; }
.project-slide-next { right: 0; }
.project-slide-dots { position: absolute; z-index: 2; right: 0; bottom: 14px; left: 0; display: flex; justify-content: center; gap: 7px; }
.project-slide-dots button { width: 9px; height: 9px; padding: 0; background: rgba(255,255,255,.55); border: 0; border-radius: 50%; cursor: pointer; }
.project-slide-dots button.is-active { background: #fff; transform: scale(1.25); }
.project-attributes { max-width: 1000px; margin: 28px 0 0; padding: 22px 28px 22px 46px; border: 1px solid #c8c8c8; background: #f7f7f7; font-family: Georgia, 'Times New Roman', serif; }
.project-attributes li { margin: 0 0 8px; line-height: 1.55; }
.project-attributes li:last-child { margin-bottom: 0; }
.project-body { max-width: 1000px; font-family: Georgia, 'Times New Roman', serif; }
.project-body .giga, .project-body > h1:first-child { display: none; }
.project-body h2 { font: 400 24px/1.3 Arial, sans-serif; }
.project-body h3 { margin-top: 28px; text-transform: uppercase; }
.project-body img { max-width: 100%; height: auto; }
.project-scopes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px; max-width: 1000px; margin-top: 34px; padding-top: 26px; border-top: 1px solid #c8c8c8; }
.project-scopes h3 { margin: 0 0 8px; font-size: 14px; text-transform: uppercase; }
.project-scopes div { font-family: Georgia, 'Times New Roman', serif; line-height: 1.65; }
.project-gallery { max-width: 1100px; margin-top: 38px; padding-top: 26px; border-top: 1px solid #c8c8c8; }
.project-gallery > h3 { margin: 0 0 18px; font-size: 14px; text-transform: uppercase; }
.project-gallery > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.project-gallery figure { margin: 0; background: #fff; }
.project-gallery img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.project-gallery figcaption { padding: 8px 10px; font-size: 12px; }
.services-page { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 105px; }
.services-hero { position: relative; min-height: 390px; display: grid; grid-template-columns: minmax(0, 1fr) 245px; align-items: end; overflow: hidden; color: #fff; background: linear-gradient(125deg, #122a3d 0%, #1e6eab 72%, #2d83c1 100%); box-shadow: 0 18px 45px rgba(18,42,61,.18); }
.services-hero::before { content: ""; position: absolute; top: 0; left: 0; width: 105px; height: 7px; background: #ef7f29; }
.services-hero::after { content: ""; position: absolute; right: 90px; bottom: -210px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.035), 0 0 0 104px rgba(255,255,255,.018); }
.services-hero-copy { position: relative; z-index: 1; padding: 56px 52px 51px; }
.services-eyebrow { margin: 0 0 12px; color: #ffc093; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.services-hero h1 { margin: 0 0 24px; font-size: clamp(52px, 6vw, 76px); line-height: .92; font-weight: 800; letter-spacing: -2.5px; }
.services-hero-copy > p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.88); font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.72; }
.services-hero-stat { position: relative; z-index: 1; align-self: stretch; display: flex; align-items: center; justify-content: center; gap: 19px; padding: 35px; background: rgba(6,20,31,.22); }
.services-hero-stat strong { color: #fff; font: 700 58px/1 Georgia, serif; }
.services-hero-stat span { padding-left: 19px; border-left: 1px solid rgba(255,255,255,.25); color: #c8d9e5; font-size: 9px; line-height: 1.55; letter-spacing: 1.5px; text-transform: uppercase; }
.services-intro { display: grid; grid-template-columns: 170px minmax(0, 1fr) minmax(260px, 390px); gap: 35px; align-items: start; padding: 68px 28px 43px; }
.services-intro > p { margin: 6px 0 0; color: #ef7f29; font-size: 9px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; }
.services-intro h2 { margin: 0; color: #10283b; font: 700 34px/1.2 Georgia, 'Times New Roman', serif; }
.services-intro > span { color: #5d6870; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.service-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dbe3e8; box-shadow: 0 12px 30px rgba(18,42,61,.08); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(18,42,61,.14); }
.service-media { position: relative; min-height: 255px; overflow: hidden; background: linear-gradient(145deg, #1e6eab, #122a3d); }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,18,29,.5)); }
.service-media img { display: block; width: 100%; height: 255px; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-media img { transform: scale(1.035); }
.service-media > span { position: absolute; z-index: 1; right: 23px; bottom: 18px; color: #fff; font: 700 38px/1 Georgia, serif; text-shadow: 0 2px 14px rgba(0,0,0,.32); }
.service-copy { position: relative; padding: 29px 31px 34px; }
.service-copy::before { content: ""; position: absolute; top: 0; left: 31px; width: 54px; height: 4px; background: #ef7f29; }
.service-copy > p { margin: 0 0 8px; color: #1e6eab; font-size: 8px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.service-card h2 { margin: 0; color: #10283b; font: 700 25px/1.25 Georgia, 'Times New Roman', serif; }
.service-description { margin-top: 15px; color: #5b646b; line-height: 1.7; }
.service-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 23px 0 0; padding: 20px 0 0; border-top: 1px solid #e4e9ec; list-style: none; }
.service-card li { position: relative; padding-left: 16px; color: #3d474e; font-size: 12px; line-height: 1.55; }
.service-card li::before { content: ""; position: absolute; top: .62em; left: 0; width: 6px; height: 6px; background: #ef7f29; border-radius: 50%; }
.contact-page { width: min(1170px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 85px; }
.contact-page > h1 { margin: 0 0 55px; font-size: 56px; line-height: 1.1; font-weight: 700; letter-spacing: -1px; }
.contact-rule { height: 1px; margin-bottom: 29px; border-top: 1px dotted #aaa; }
.contact-map { width: 100%; height: 200px; margin-bottom: 30px; overflow: hidden; background: #ddd; }
.contact-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(.35) brightness(.78); }
.contact-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.contact-columns h2 { display: inline-flex; min-width: 123px; min-height: 35px; align-items: center; margin: 0 0 18px; padding: 0 15px; color: #fff; background: #2d2d2d; font-size: 11px; line-height: 1; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }
.contact-columns section, .head-office { border-top: 1px dotted #aaa; }
.contact-form { display: block; margin: 0; }
.contact-form label { display: block; margin: 0; line-height: 1.5; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin: 2px 0 0; padding: 9px 11px; color: #111; background: #fff; border: 1px solid #d5d5d5; border-radius: 0; font: inherit; }
.contact-form input { height: 41px; }
.contact-form textarea { height: 181px; min-height: 181px; resize: vertical; }
.contact-form button { min-width: 137px; height: 45px; padding: 0 25px; color: #fff; background: #ff832f; border: 0; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; }
.contact-form button:hover { background: #2d2d2d; }
.head-office > img { display: block; width: 150px; height: 150px; margin: 0 0 8px; object-fit: contain; }
.head-office p { margin: 0 0 5px; }
.head-office dl { display: grid; grid-template-columns: 70px 1fr; margin: 7px 0 0; }
.head-office dt, .head-office dd { margin: 0; line-height: 1.65; }
.head-office a { color: #0073aa; }
.contact-success, .contact-errors { margin: -12px 0 24px; padding: 12px 16px; border-left: 4px solid; }
.contact-success { color: #245b2b; background: #e7f5e9; border-color: #3f9b4d; }
.contact-errors { color: #7a2525; background: #fbeaea; border-color: #bb4444; }
.contact-errors ul { margin: 5px 0 0; }
.career-page { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 100px; }
.career-page > h1 { margin: 0 0 46px; font-size: 56px; line-height: 1.1; font-weight: 700; letter-spacing: -1px; }
.required-note { margin: 0 0 25px -14px; color: #e11; }
.career-form { display: grid; gap: 14px; margin: 0; }
.career-form > label, .career-phone > label { display: grid; grid-template-columns: 190px 1fr; align-items: start; margin: 0; }
.career-form label > span { padding-top: 10px; }
.career-form label b, .education-fieldset legend b { float: right; color: #e11; font-weight: 400; }
.career-form input:not([type=radio]):not([type=file]), .career-form select { width: 100%; height: 41px; padding: 8px 10px; background: #fff; border: 1px solid #d4d4d4; border-radius: 0; font: inherit; }
.career-phone { margin: 0; }
.contact-types { margin: 6px 0 0 190px; }
.contact-types label { display: inline-flex; align-items: center; margin-right: 4px; }
.contact-types input { margin: 0 3px 0 0; }
.education-fieldset { margin: 2px 0 0; padding: 0; border: 0; }
.education-fieldset legend { float: left; width: 190px; padding: 10px 0 0; }
#education-rows { margin-left: 190px; }
.education-row { display: grid; grid-template-columns: minmax(0, 1fr) 190px 38px; gap: 8px; margin-bottom: 8px; }
.remove-education { color: #b22; background: #fff; border: 1px solid #d4d4d4; font-size: 22px; cursor: pointer; }
#add-education { margin: 2px 0 0 190px; padding: 9px 14px; background: #eee; border: 1px solid #ccc; cursor: pointer; }
.experience-input { display: flex; align-items: center; gap: 10px; }
.experience-input input { max-width: 220px; }
.job-requirements { margin: 0 0 8px 190px; padding: 18px 20px; background: #f3f6f8; border-left: 4px solid #1e6eab; }
.job-requirements h2 { margin: 0 0 12px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; }
.job-requirements p { display: grid; grid-template-columns: 175px 1fr; gap: 14px; margin: 7px 0; }
.job-requirements strong { color: #555; font-size: 11px; letter-spacing: .5px; text-transform: uppercase; }
.job-requirements span { white-space: pre-line; }
.career-form input[type=file] { padding-top: 8px; }
.file-help { display: block; margin-top: 7px; font-size: 10px; font-style: italic; }
.resume-submit { justify-self: start; min-width: 225px; height: 45px; margin-top: 12px; padding: 0 25px; color: #fff; background: #ff832f; border: 0; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; }
.resume-submit:hover { background: #2d2d2d; }
.career-success, .career-errors { margin: -12px 0 24px; padding: 12px 16px; border-left: 4px solid; }
.career-success { color: #245b2b; background: #e7f5e9; border-color: #3f9b4d; }
.career-errors { color: #7a2525; background: #fbeaea; border-color: #bb4444; }

@media (max-width: 1000px) {
    .classic-nav { grid-template-columns: 1fr auto; padding: 0 22px; }
    .classic-nav > button { display: block; }
    .classic-links { position: absolute; z-index: 20; top: 55px; right: 0; left: 0; display: none; height: auto; padding: 10px 24px 18px; background: rgba(0,0,0,.97); flex-direction: column; }
    .classic-nav.expanded .classic-links { display: flex; }
    .classic-links a { padding: 12px 0; }
    .classic-links a::before { display: none; }
    .classic-dropdown { display: block; }
    .classic-dropdown > a { padding: 12px 0; }
    .classic-submenu { position: static; width: auto; margin: 0 0 5px 14px; padding: 0 0 0 13px; border-top: 0; border-left: 1px solid #444; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .classic-submenu a { padding: 8px 0; border: 0; font-size: 9px; }
}
@media (max-width: 760px) {
    .about-page { width: min(100% - 36px, 600px); padding-top: 30px; }
    .about-hero { grid-template-columns: 1fr; }
    .about-hero-copy { padding: 45px 27px 35px; }
    .about-hero h1 { font-size: 48px; letter-spacing: -1.5px; }
    .about-lead { font-size: 16px; }
    .about-mark { min-height: 300px; padding: 35px; }
    .about-mark img { width: min(220px, 70vw); }
    .about-highlights { grid-template-columns: repeat(2, 1fr); margin: 0 12px 50px; }
    .about-highlights article { min-height: 100px; padding: 19px; border-bottom: 1px solid #e3e3e3; }
    .about-highlights article:nth-child(2) { border-right: 0; }
    .about-highlights article:nth-last-child(-n+2) { border-bottom: 0; }
    .about-highlights strong { font-size: 18px; }
    .about-story { grid-template-columns: 1fr; gap: 30px; padding: 0 8px 55px; }
    .about-story h2, .about-expertise h2 { font-size: 29px; }
    .about-story-copy { columns: 1; }
    .about-section-heading h2 { font-size: 29px; }
    .about-organization, .about-clients { margin-bottom: 55px; padding: 38px 25px; }
    .organization-chart { grid-template-columns: 1fr; }
    .organization-chart article:first-child { grid-column: 1; }
    .about-registration { margin-bottom: 55px; padding: 38px 25px; }
    .registration-grid { grid-template-columns: 1fr; }
    .registration-card { min-height: 260px; grid-template-columns: 165px minmax(0, 1fr); }
    .registration-media img { height: 236px; }
    .clients-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-expertise { grid-template-columns: 1fr; gap: 35px; padding: 36px 25px; }
    .about-certification { padding: 28px 24px; }
    .about-go-top { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 48px; height: 48px; }
    .management-page { width: min(100% - 36px, 600px); padding-top: 30px; }
    .management-header { grid-template-columns: 1fr; gap: 25px; margin-bottom: 25px; padding: 38px 27px 32px; }
    .management-header h1 { font-size: 42px; letter-spacing: -1px; }
    .management-count { justify-self: start; min-width: 130px; }
    .manager-profile, .manager-profile:nth-child(even) { grid-template-columns: 1fr; }
    .manager-photo, .manager-profile:nth-child(even) .manager-photo { grid-column: 1; grid-row: 1; min-height: 300px; padding: 38px 24px; }
    .manager-photo img { width: min(220px, 72vw); }
    .manager-copy, .manager-profile:nth-child(even) .manager-copy { grid-column: 1; grid-row: 2; padding: 29px 24px 32px; }
    .manager-copy h2 { font-size: 25px; }
    .core-staff-page { width: min(100% - 36px, 600px); padding-top: 42px; }
    .core-staff-header { margin-bottom: 32px; }
    .core-staff-header h1 { font-size: 42px; }
    .core-staff-header > div { font-size: 16px; }
    .core-staff-card { grid-template-columns: 1fr; }
    .core-staff-photo { min-height: 300px; padding: 38px 24px; }
    .core-staff-photo img { width: min(220px, 72vw); object-position: center top; }
    .core-staff-details { padding: 28px 24px 31px; }
    .core-staff-details h2 { font-size: 25px; }
    .portfolio-page { width: min(100% - 36px, 600px); padding-top: 42px; }
    .portfolio-page h1 { font-size: 42px; }
    .portfolio-filters { overflow-x: auto; }
    .portfolio-filters button { min-width: 160px; }
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
    .project-page { padding-top: 45px; }
    .project-page > h1 { font-size: 42px; letter-spacing: -1px; }
    .project-scopes { grid-template-columns: 1fr; gap: 28px; }
    .project-gallery > div { grid-template-columns: 1fr; }
    .services-page { width: min(100% - 36px, 600px); padding-top: 30px; }
    .services-hero { min-height: 0; grid-template-columns: 1fr; }
    .services-hero-copy { padding: 45px 27px 35px; }
    .services-hero h1 { font-size: 48px; letter-spacing: -1.5px; }
    .services-hero-copy > p:last-child { font-size: 16px; }
    .services-hero-stat { min-height: 125px; justify-content: flex-start; padding: 27px; }
    .services-hero-stat strong { font-size: 48px; }
    .services-intro { grid-template-columns: 1fr; gap: 15px; padding: 48px 8px 34px; }
    .services-intro h2 { font-size: 29px; }
    .services-grid { grid-template-columns: 1fr; gap: 24px; }
    .service-media, .service-media img { height: 230px; min-height: 230px; }
    .service-copy { padding: 27px 24px 30px; }
    .service-copy::before { left: 24px; }
    .service-card h2 { font-size: 23px; }
    .contact-page { width: min(100% - 36px, 600px); padding-top: 42px; }
    .contact-page > h1 { margin-bottom: 38px; font-size: 42px; }
    .contact-columns { grid-template-columns: 1fr; gap: 45px; }
    .contact-map { height: 250px; }
    .career-page { width: min(100% - 36px, 600px); padding-top: 42px; }
    .career-page > h1 { margin-bottom: 35px; font-size: 42px; }
    .required-note { margin-left: 0; }
    .career-form > label, .career-phone > label { grid-template-columns: 1fr; }
    .career-form label > span { padding: 0 0 4px; }
    .contact-types, #education-rows, #add-education { margin-left: 0; }
    .job-requirements { margin-left: 0; }
    .job-requirements p { grid-template-columns: 1fr; gap: 3px; }
    .education-fieldset legend { float: none; width: auto; margin-bottom: 5px; padding: 0; }
    .education-row { grid-template-columns: 1fr 130px 38px; }
}

@media (prefers-reduced-motion: reduce) {
    .about-go-top, .service-card, .service-media img { transition: none; }
}
@media (max-width: 440px) {
    .portfolio-grid { grid-template-columns: 1fr; }
    .service-card ul { grid-template-columns: 1fr; }
    .registration-card { grid-template-columns: 1fr; }
    .registration-media, .registration-seal { min-height: 190px; border-right: 0; border-bottom: 1px solid #dbe3e8; }
    .registration-media img { width: min(100%, 240px); height: 310px; min-height: 0; }
}
