:root {
  --ink: #061b2c;
  --ink-soft: #0b2f49;
  --blue: #0d4e77;
  --blue-bright: #2e85b9;
  --orange: #c75819;
  --orange-bright: #ef7a2d;
  --paper: #f4f7f8;
  --white: #ffffff;
  --line: rgba(12, 49, 73, 0.16);
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 70px rgba(3, 24, 39, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font-family: inherit; }
[id] { scroll-margin-top: 104px; }
:focus-visible { outline: 3px solid var(--orange-bright); outline-offset: 4px; }
h1, h2, h3, h4, p, li, label, strong, small { min-width: 0; word-break: normal; overflow-wrap: break-word; -webkit-hyphens: none; hyphens: none; }
h1, h2, h3, h4 { text-wrap: balance; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; background: white; color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.weather-strip { position: absolute; z-index: 24; top: 0; right: 0; left: 0; display: grid; height: 42px; grid-template-columns: minmax(0,1fr); align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); color: white; background: #031522; overflow: hidden; }
.weather-strip-window { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 18px, black calc(100% - 18px), transparent); }
.weather-loading, .weather-error { display: block; padding: 0 22px; color: rgba(255,255,255,.62); font-size: .75rem; font-weight: 650; white-space: nowrap; }
.weather-track { display: flex; width: max-content; animation: weather-scroll var(--weather-duration, 120s) linear infinite; will-change: transform; }
.weather-strip:hover .weather-track, .weather-strip:focus-within .weather-track { animation-play-state: paused; }
.weather-strip:has(.weather-toggle) { grid-template-columns: minmax(0, 1fr) 42px; }
.weather-toggle { display: grid; width: 42px; height: 100%; place-items: center; padding: 0; border: 0; border-left: 1px solid rgba(255,255,255,.2); color: white; background: #0b2f49; font-size: 1rem; cursor: pointer; }
.weather-toggle:hover, .weather-toggle[aria-pressed="true"] { background: #18547a; }
.weather-toggle:focus-visible { outline-offset: -4px; }
.weather-strip.is-paused .weather-track { animation-play-state: paused; }
.weather-group { display: flex; align-items: center; flex: none; gap: 28px; padding: 0 28px 0 18px; }
.weather-item { display: flex; min-height: 41px; align-items: center; gap: 8px; white-space: nowrap; }
.weather-icon { width: 25px; font-size: 1.05rem; line-height: 1; text-align: center; }
.weather-city { font-size: .76rem; font-weight: 800; letter-spacing: .025em; }
.weather-temp { color: white; font-size: .82rem; font-weight: 850; }
.weather-range, .weather-rain, .weather-condition { color: rgba(255,255,255,.58); font-size: .68rem; }
.weather-rain { color: #82c9f4; }
.weather-divider { width: 1px; height: 18px; background: rgba(255,255,255,.16); }
.weather-stale { align-self: center; padding: 4px 9px; border: 1px solid rgba(239,122,45,.42); color: var(--orange-bright); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
@keyframes weather-scroll { to { transform: translateX(-50%); } }

.site-header {
  position: absolute;
  z-index: 20;
  top: 42px;
  left: 50%;
  display: flex;
  width: min(1240px, calc(100% - 32px));
  height: 92px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.28);
  transform: translateX(-50%);
  color: white;
  transition: top .25s ease, width .25s ease, padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { position: fixed; top: 10px; width: min(1240px, calc(100% - 20px)); height: 72px; padding: 0 14px; border: 1px solid rgba(255,255,255,.12); background: rgba(3,21,34,.94); box-shadow: 0 18px 40px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.site-header.is-scrolled .brand { width: 104px; height: 62px; }
.brand { display: flex; width: 118px; height: 80px; align-items: center; justify-content: center; padding: 2px 4px; border-radius: 2px; background: rgba(255,255,255,.96); overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; font-size: .9rem; font-weight: 650; letter-spacing: .025em; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--orange-bright); content: ""; transform: scaleX(0); transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-current::after { transform: scaleX(1); }
.language-switch { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 8px 15px; color: white; background: rgba(3,24,39,.25); font: inherit; font-size: .88rem; cursor: pointer; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 880px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,19,32,.97) 0%, rgba(2,23,39,.86) 43%, rgba(2,23,39,.42) 100%), linear-gradient(0deg, rgba(2,19,32,.38), transparent 56%), url("hero-drydock-bow.webp"); background-position: center; background-size: cover; transform: scale(1.08); transform-origin: 52% 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero::after { position: absolute; right: -110px; top: 125px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 56px rgba(255,255,255,.035), 0 0 0 112px rgba(255,255,255,.025); }
.hero-content { position: relative; z-index: 2; padding-top: 84px; padding-right: min(48vw, 600px); }
.eyebrow, .section-kicker { margin: 0 0 17px; color: var(--orange-bright); font-size: .78rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 5.2vw, 5.2rem); font-weight: 760; letter-spacing: -.055em; line-height: .94; }
.hero h1 .outline-title { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.82); }
.hero-copy { max-width: 710px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 24px; padding: 12px 22px; border: 1px solid transparent; font-size: .9rem; font-weight: 730; letter-spacing: .025em; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: var(--orange-bright); }
.button-ghost { border-color: rgba(255,255,255,.4); color: inherit; background: rgba(4,30,49,.26); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.hero-facts { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.hero-facts div { display: grid; min-height: 112px; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.16); background: rgba(2,22,37,.52); backdrop-filter: blur(10px); }
.hero-facts div:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts strong { color: white; font-size: 2rem; line-height: 1; }
.hero-facts .fact-word { color: var(--orange-bright); font-size: 1.35rem; letter-spacing: .08em; }
.hero-facts span { max-width: 140px; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.4; }
.hero-network { position: absolute; z-index: 4; top: 150px; right: max(28px, calc((100% - 1180px) / 2)); width: min(44vw, 545px); border: 1px solid rgba(255,255,255,.2); background: rgba(3,26,43,.76); box-shadow: 0 30px 80px rgba(0,0,0,.32); backdrop-filter: blur(15px); }
.hero-network-head { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-network-head > span { color: var(--orange-bright); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-network-head > strong { display: flex; align-items: baseline; gap: 6px; font-size: .68rem; font-weight: 650; color: rgba(255,255,255,.6); }
.hero-network-head b { color: white; font-size: 1.6rem; line-height: 1; }
.hero-map { position: relative; aspect-ratio: 2 / 1; overflow: hidden; background: linear-gradient(145deg, rgba(11,61,92,.45), rgba(3,23,37,.85)); }
.hero-map::before { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 12.5% 25%; content: ""; pointer-events: none; }
.hero-map > img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .46; filter: invert(1); }
.hero-map-markers { position: absolute; inset: 0; z-index: 2; }
.hero-map .map-marker { width: 11px; height: 11px; border-width: 2px; box-shadow: 0 0 0 4px rgba(239,122,45,.16), 0 0 18px rgba(239,122,45,.78); }
.hero-map-detail { position: absolute; z-index: 4; right: 14px; bottom: 12px; display: grid; min-width: 180px; padding: 11px 13px; border-right: 3px solid var(--orange-bright); background: rgba(2,19,31,.86); text-align: right; }
.hero-map-detail small, .hero-map-detail span { color: rgba(255,255,255,.54); font-size: .65rem; }
.hero-map-detail strong { font-size: .98rem; }

.china-section { position: relative; overflow: hidden; color: white; background: linear-gradient(120deg, #061b2c 0%, #0a304b 62%, #103f5e 100%); }
.china-section::before { position: absolute; top: 0; right: 0; width: 38%; height: 100%; background: linear-gradient(135deg, transparent 25%, rgba(239,122,45,.12)); clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%); content: ""; }
.china-watermark { position: absolute; right: -1.5vw; bottom: -7vw; color: transparent; font-size: clamp(8rem, 20vw, 20rem); font-weight: 850; letter-spacing: -.09em; line-height: .8; -webkit-text-stroke: 1px rgba(255,255,255,.1); user-select: none; }
.china-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: end; }
.china-lead h2 { max-width: 720px; font-size: clamp(2.7rem, 5vw, 5rem); }
.china-lead > p:last-child { max-width: 630px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.china-proof { padding: 36px; border-top: 3px solid var(--orange-bright); background: rgba(2,20,33,.54); box-shadow: 0 28px 70px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.china-proof > p:first-child { margin: 0 0 30px; color: rgba(255,255,255,.74); }
.china-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.china-metrics div { display: grid; align-content: start; padding: 25px 18px; border-right: 1px solid rgba(255,255,255,.14); }
.china-metrics div:first-child { padding-left: 0; }
.china-metrics div:last-child { border-right: 0; }
.china-metrics strong { color: var(--orange-bright); font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.06em; line-height: 1; }
.china-metrics span { margin-top: 10px; color: rgba(255,255,255,.64); font-size: .875rem; line-height: 1.45; }
.china-expertise { margin-top: 30px; }
.china-expertise h3 { margin: 0 0 16px; color: white; font-size: 1rem; letter-spacing: .02em; }
.china-expertise ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0; padding: 0; list-style: none; }
.china-expertise li { position: relative; padding: 11px 0 11px 18px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.5; }
.china-expertise li::before { position: absolute; top: 20px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-bright); content: ""; }
.china-cities { margin: 24px 0 0 !important; color: white !important; font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.china-region-block { position: relative; z-index: 1; margin-top: 72px; padding-top: 45px; border-top: 1px solid rgba(255,255,255,.16); }
.china-region-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: end; margin-bottom: 30px; }
.china-region-heading h3 { max-width: 750px; margin: 0; font-size: clamp(1.8rem, 3vw, 3.15rem); letter-spacing: -.04em; line-height: 1.08; }
.china-region-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.china-region-grid article { min-height: 230px; padding: 24px 21px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(2,20,33,.34); }
.china-region-grid span { color: var(--orange-bright); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.china-region-grid h4 { margin: 34px 0 12px; font-size: 1.25rem; }
.china-region-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: .875rem; line-height: 1.6; }
.china-urgent-repairs { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; margin-top: 42px; padding: 38px; border: 1px solid rgba(239,122,45,.48); background: rgba(2,18,30,.68); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.china-urgent-heading h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.04em; line-height: 1.08; }
.china-urgent-heading > p:last-child { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 1.7; }
.china-urgent-repairs ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-content: start; gap: 0 24px; margin: 0; padding: 0; list-style: none; }
.china-urgent-repairs li { position: relative; padding: 15px 0 15px 22px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.78); font-size: .875rem; line-height: 1.5; }
.china-urgent-repairs li::before { position: absolute; top: 23px; left: 0; width: 8px; height: 8px; border: 2px solid var(--orange-bright); border-radius: 50%; content: ""; }

.owner-advantage-section { position: relative; overflow: hidden; color: white; background: #041827; }
.owner-advantage-section::after { position: absolute; top: -220px; right: -180px; width: 560px; height: 560px; border: 1px solid rgba(239,122,45,.22); border-radius: 50%; content: ""; box-shadow: 0 0 0 74px rgba(239,122,45,.035), 0 0 0 148px rgba(239,122,45,.02); }
.owner-advantage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.owner-advantage-lead h2 { max-width: 650px; font-size: clamp(2.65rem, 4.8vw, 4.8rem); }
.owner-advantage-body { padding: 38px 40px; border-top: 3px solid var(--orange-bright); background: rgba(13,52,77,.62); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.owner-advantage-body > p { margin: 0 0 32px; color: rgba(255,255,255,.78); font-size: 1.08rem; line-height: 1.75; }
.owner-controls { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.owner-controls span { position: relative; min-height: 88px; display: flex; align-items: center; padding: 20px 20px 20px 42px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: white; font-size: .88rem; font-weight: 720; line-height: 1.4; }
.owner-controls span::before { position: absolute; left: 20px; width: 8px; height: 8px; border: 2px solid var(--orange-bright); border-radius: 50%; content: ""; }
.owner-example-block { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; margin-top: 72px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,.15); }
.owner-example-heading h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.4rem); letter-spacing: -.04em; line-height: 1.05; }
.owner-example-heading > p:last-child { max-width: 520px; margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: .82rem; line-height: 1.6; }
.owner-example-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.owner-example-grid article { min-height: 210px; padding: 25px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.owner-example-grid span { color: var(--orange-bright); font-size: .7rem; font-weight: 800; }
.owner-example-grid h4 { margin: 30px 0 11px; font-size: 1.15rem; }
.owner-example-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: .875rem; line-height: 1.6; }

.leadership-section { background: white; }
.leadership-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.profile-card { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); min-height: 700px; border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.profile-card-dark { color: white; background: var(--ink-soft); }
.profile-card figure { min-height: 100%; margin: 0; overflow: hidden; }
.profile-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.profile-card:hover figure img { transform: scale(1.035); }
.profile-content { display: flex; flex-direction: column; padding: 36px 32px; }
.profile-role { margin: 0 0 8px; color: var(--orange); font-size: .72rem; font-weight: 750; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.profile-content h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.15rem); letter-spacing: -.05em; line-height: 1; }
.profile-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 28px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-card-dark .profile-stats { border-color: rgba(255,255,255,.14); }
.profile-stats span { display: grid; }
.profile-stats strong { font-size: 1.65rem; line-height: 1; }
.profile-stats small { margin-top: 7px; color: #6a8191; font-size: .68rem; line-height: 1.35; }
.profile-card-dark .profile-stats small { color: rgba(255,255,255,.52); }
.profile-content > p:not(.profile-role):not(.profile-focus) { margin: 0 0 14px; color: #526b7c; font-size: .9rem; line-height: 1.65; }
.profile-card-dark .profile-content > p:not(.profile-role):not(.profile-focus) { color: rgba(255,255,255,.68); }
.profile-focus { margin: auto 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); font-size: .78rem; font-weight: 700; }
.profile-card-dark .profile-focus { border-color: rgba(255,255,255,.14); color: white; }

.section { padding: 110px 0; }
.intro-section { background: white; }
.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
h2 { margin: 0; font-size: clamp(2.3rem, 4.7vw, 4.5rem); letter-spacing: -.045em; line-height: 1.03; }
.intro-copy { padding-top: 34px; border-top: 3px solid var(--orange); }
.intro-copy p { margin: 0 0 20px; color: #365267; font-size: 1.1rem; }
.intro-copy p:last-child { color: var(--ink); font-weight: 700; }

.services-preview { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.section-heading > p { max-width: 400px; margin: 0 0 8px; color: #51697b; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 320px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.58); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.service-card-featured { color: white; background: var(--ink-soft); }
.service-card-featured:hover { background: var(--ink); }
.service-number { color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { max-width: 420px; margin: 42px 0 14px; font-size: clamp(1.5rem, 2.6vw, 2.1rem); letter-spacing: -.03em; line-height: 1.08; }
.service-card p { max-width: 500px; margin: 0; color: #587081; }
.service-card-featured p { color: rgba(255,255,255,.68); }
.service-card a { align-self: flex-start; margin-top: auto; padding-top: 24px; text-decoration: none; font-size: .86rem; font-weight: 750; }
.service-card a span { color: #a64612; }
.service-card a span + span { margin-left: 10px; }
.service-card-featured a span, .service-card-retrofit a span { color: var(--orange-bright); }
.service-card-retrofit { grid-column: 1 / -1; min-height: 280px; color: white; background: linear-gradient(115deg, var(--ink-soft), #0d4e77); }
.service-card-retrofit:hover { background: linear-gradient(115deg, var(--ink), #0a4165); }
.service-card-retrofit p { max-width: 780px; color: rgba(255,255,255,.7); }
.capabilities-section { color: white; background: var(--ink); }
.section-heading-light > p { color: rgba(255,255,255,.62); }
.capability-list { border-top: 1px solid rgba(255,255,255,.18); }
.capability-row { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 52px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.capability-label { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; }
.capability-label > span { padding-top: 7px; color: var(--orange-bright); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.capability-label h3 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.25rem); letter-spacing: -.035em; line-height: 1.12; }
.capability-row ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.capability-row li { position: relative; padding: 13px 0 13px 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); }
.capability-row li::before { position: absolute; top: 25px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-bright); content: ""; }

.expertise-pages-section { background: white; }
.expertise-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expertise-link-grid a { position: relative; display: flex; min-height: 220px; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); background: var(--paper); text-decoration: none; transition: color .25s ease, background .25s ease, transform .25s ease; }
.expertise-link-grid a::after { position: absolute; right: 26px; bottom: 30px; width: 34px; height: 2px; background: var(--orange); content: ""; transition: width .25s ease; }
.expertise-link-grid a:hover { z-index: 1; color: white; background: var(--ink-soft); transform: translateY(-3px); }
.expertise-link-grid a:hover::after { width: 58px; }
.expertise-link-grid span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.expertise-link-grid strong { max-width: 280px; margin-top: 42px; font-size: 1.4rem; line-height: 1.2; }
.expertise-link-grid small { margin-top: auto; color: #647b8b; font-size: .78rem; font-weight: 700; }
.expertise-link-grid a:hover small { color: rgba(255,255,255,.64); }
.expertise-link-grid .expertise-link-featured { grid-column: 1 / -1; min-height: 190px; color: white; background: linear-gradient(115deg, var(--ink-soft), #0d4e77); }
.expertise-link-grid .expertise-link-featured small { color: rgba(255,255,255,.64); }
.expertise-link-grid .expertise-link-featured strong { max-width: 620px; }

.network-section { overflow: hidden; background: #e9eef1; }
.network-heading { display: grid; grid-template-columns: 1fr 360px; gap: 90px; align-items: end; margin-bottom: 55px; }
.network-summary { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; padding: 24px 0; border-top: 3px solid var(--orange); }
.network-summary strong { font-size: 4.8rem; letter-spacing: -.07em; line-height: 1; }
.network-summary p { margin: 0; color: #4d6678; font-size: .9rem; line-height: 1.55; }
.network-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; }
.map-panel { min-width: 0; }
.map-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.map-filter { border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; color: #476174; background: rgba(255,255,255,.7); font: inherit; font-size: .78rem; font-weight: 700; cursor: pointer; }
.map-filter:hover, .map-filter:focus-visible, .map-filter.is-active { border-color: var(--orange); color: white; background: var(--orange); }
.map-stage { position: relative; aspect-ratio: 940 / 477; overflow: hidden; border: 1px solid rgba(9,44,67,.1); background: var(--ink-soft); box-shadow: var(--shadow); isolation: isolate; }
.map-stage::before { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 10% 20%; content: ""; pointer-events: none; }
.map-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; opacity: .38; filter: invert(1); }
.map-markers { position: absolute; inset: 0; z-index: 2; }
.map-marker { position: absolute; width: 15px; height: 15px; padding: 0; border: 3px solid rgba(255,255,255,.86); border-radius: 50%; background: var(--orange-bright); box-shadow: 0 0 0 5px rgba(239,122,45,.18), 0 0 22px rgba(239,122,45,.58); transform: translate(calc(-50% + var(--offset-x, 0px)), calc(-50% + var(--offset-y, 0px))); cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.map-marker::after { position: absolute; inset: -11px; border: 1px solid rgba(239,122,45,.55); border-radius: 50%; content: ""; animation: marker-pulse 2.8s ease-out infinite; }
.map-marker:hover, .map-marker:focus-visible, .map-marker.is-active { z-index: 3; transform: translate(calc(-50% + var(--offset-x, 0px)), calc(-50% + var(--offset-y, 0px))) scale(1.35); }
.map-marker.is-dimmed { opacity: .15; pointer-events: none; }
@keyframes marker-pulse { 0% { transform: scale(.45); opacity: .7; } 70%, 100% { transform: scale(1.25); opacity: 0; } }
.map-detail { position: absolute; z-index: 4; left: 20px; bottom: 18px; display: grid; min-width: 235px; padding: 16px 18px; border-left: 3px solid var(--orange-bright); background: rgba(3,25,41,.88); color: white; box-shadow: 0 14px 30px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.map-detail span { color: var(--orange-bright); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.map-detail strong { margin-top: 3px; font-size: 1.25rem; }
.map-detail small { color: rgba(255,255,255,.65); font-size: .78rem; }
.map-note { margin: 15px 0 0; color: #698091; font-size: .76rem; }
.location-index { display: flex; flex-direction: column; border-top: 1px solid var(--line); background: rgba(255,255,255,.7); }
.location-group { flex: 1; padding: 22px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-group strong { display: block; margin-bottom: 8px; color: var(--orange); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.location-group p { margin: 0; color: #405a6d; font-size: .85rem; line-height: 1.6; }

.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--orange); font-size: .78rem; font-weight: 800; }
.process-list h3 { margin: 0 0 6px; font-size: 1.15rem; }
.process-list p { margin: 0; color: #587081; font-size: .92rem; }

.contact-section { position: relative; overflow: hidden; color: white; background: var(--ink-soft); }
.contact-lines { position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at 85% 20%, transparent 0 130px, rgba(255,255,255,.25) 131px 132px, transparent 133px 190px, rgba(255,255,255,.16) 191px 192px, transparent 193px); }
.urgent-callout { position: relative; z-index: 1; display: grid; grid-template-columns: .62fr 1.1fr 1fr; gap: 36px; align-items: center; margin-bottom: 64px; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.urgent-callout > div { display: flex; align-items: center; gap: 12px; }
.urgent-callout > div p { margin: 0; color: var(--orange-bright); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.urgent-signal { position: relative; width: 12px; height: 12px; flex: 0 0 12px; border-radius: 50%; background: var(--orange-bright); box-shadow: 0 0 0 7px rgba(239,122,45,.14); }
.urgent-signal::after { position: absolute; inset: -8px; border: 1px solid rgba(239,122,45,.7); border-radius: 50%; content: ""; animation: marker-pulse 2.4s ease-out infinite; }
.urgent-callout > strong { font-size: 1.25rem; line-height: 1.35; }
.urgent-callout > p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; line-height: 1.6; }
.contact-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.contact-copy { max-width: 520px; color: rgba(255,255,255,.66); font-size: 1.05rem; }
.contact-channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 12px; margin-top: 34px; font-style: normal; }
.contact-channel { position: relative; display: flex; min-width: 0; min-height: 92px; align-items: center; gap: 16px; overflow: hidden; padding: 17px 44px 17px 17px; border: 1px solid rgba(129,194,231,.22); color: white; background: linear-gradient(135deg, rgba(13,78,119,.26), rgba(3,24,39,.5)); box-shadow: inset 3px 0 0 rgba(239,122,45,.72), 0 12px 30px rgba(1,15,25,.13); text-decoration: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.contact-channel::before { position: absolute; top: -46px; right: -42px; width: 110px; height: 110px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; }
a.contact-channel::after { position: absolute; top: 50%; right: 17px; color: rgba(255,255,255,.45); content: "↗"; font-size: 1rem; transform: translateY(-50%); transition: color .2s ease, transform .2s ease; }
a.contact-channel:hover, a.contact-channel:focus-visible { border-color: rgba(239,122,45,.72); background: linear-gradient(135deg, rgba(13,78,119,.48), rgba(3,24,39,.68)); box-shadow: inset 3px 0 0 var(--orange-bright), 0 18px 34px rgba(1,15,25,.24); transform: translateY(-3px); }
a.contact-channel:hover::after, a.contact-channel:focus-visible::after { color: var(--orange-bright); transform: translate(2px,-55%); }
.contact-channel-address { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0,1fr); gap: 18px; min-height: 306px; padding: 18px; background: linear-gradient(110deg, rgba(13,78,119,.34), rgba(3,24,39,.52)); }
.contact-channel-address::before { display: none; }
.office-address-copy { display: flex !important; align-items: center; gap: 16px; padding: 18px 10px; }
.office-address-copy > div { gap: 4px; }
.office-address-copy small { font-size: .9rem; line-height: 1.55; }
.office-map { display: grid !important; grid-template-rows: 220px auto; overflow: hidden; border: 1px solid rgba(129,194,231,.25); background: rgba(3,24,39,.62); box-shadow: 0 14px 34px rgba(1,15,25,.2); }
.office-map iframe { display: block; width: 100%; height: 220px; border: 0; background: #dce5e8; filter: saturate(.82) contrast(1.04); }
.office-map-actions { display: flex !important; align-items: center; flex-wrap: wrap; gap: 8px; padding: 11px 12px; }
.office-map-actions > a { padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); color: white; background: rgba(13,78,119,.5); font-size: .72rem; font-weight: 750; line-height: 1.25; text-decoration: none; }
.office-map-actions > a:hover, .office-map-actions > a:focus-visible { border-color: var(--orange-bright); color: var(--orange-bright); }
.office-map-actions small { margin-left: auto; color: rgba(255,255,255,.5); font-size: .64rem; line-height: 1.3; }
.office-map-actions small a { color: inherit; }
.channel-mark { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: white; background: #0d5f94; box-shadow: 0 7px 18px rgba(1,15,25,.25); }
.channel-mark svg { width: 24px; height: 24px; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.channel-mark-email { background: #c75819; }
.channel-mark-whatsapp { background: #25d366; }
.channel-mark-wechat { background: #07c160; }
.channel-mark-whatsapp svg, .channel-mark-wechat svg { width: 27px; height: 27px; stroke: none; }
.channel-mark-location { background: #2e85b9; }
.channel-mark-linkedin { text-transform: none; }
.contact-channel div { display: grid; min-width: 0; gap: 3px; }
.contact-channel .office-address-copy { gap: 16px; }
.contact-channel strong { color: white; font-size: 1rem; line-height: 1.25; }
.contact-channel small { color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.45; overflow-wrap: anywhere; }
.enquiry-builder { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; padding: 34px; border: 1px solid rgba(255,255,255,.16); background: rgba(3,24,39,.42); backdrop-filter: blur(12px); }
.enquiry-builder label { display: grid; gap: 8px; }
.enquiry-builder .form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-heading { grid-column: 1 / -1; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.form-heading p { margin: 0 0 8px; color: var(--orange-bright); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-heading strong { font-size: 1.2rem; line-height: 1.4; }
.enquiry-builder label > span { color: rgba(255,255,255,.68); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.enquiry-builder input, .enquiry-builder textarea, .enquiry-builder select { width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 0; padding: 13px 14px; color: white; background: rgba(255,255,255,.06); font: inherit; outline: none; }
.enquiry-builder select { color-scheme: dark; }
.enquiry-builder select option { color: var(--ink); background: white; }
.enquiry-builder input[type="file"] { padding: 10px; font-size: .8rem; }
.enquiry-builder input:focus, .enquiry-builder textarea:focus, .enquiry-builder select:focus { border-color: var(--orange-bright); box-shadow: 0 0 0 3px rgba(239,122,45,.14); }
.enquiry-builder .scope-field, .enquiry-builder .attachment-field { grid-column: 1 / -1; }
.attachment-field small { color: rgba(255,255,255,.46); font-size: .74rem; line-height: 1.45; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; grid-column: 1 / -1; }
.enquiry-builder .button { justify-self: start; }
.form-status { align-self: center; margin: 0; color: rgba(255,255,255,.72); font-size: .84rem; }
.form-status[data-tone="success"] { color: #8fe1b4; }
.form-status[data-tone="error"] { color: #ffb19e; }
.form-status[data-tone="pending"] { color: rgba(255,255,255,.82); }
.enquiry-builder .button:disabled { cursor: wait; opacity: .62; }
.enquiry-builder input[type="date"] { color-scheme: dark; }
.enquiry-builder input::placeholder, .enquiry-builder textarea::placeholder { color: rgba(255,255,255,.6); opacity: 1; }

.urgent-floating-link { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: inline-flex; min-height: 48px; align-items: center; padding: 12px 18px 12px 40px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: white; background: var(--orange); box-shadow: 0 14px 35px rgba(3,22,36,.3); font-size: .875rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.urgent-floating-link::before { position: absolute; left: 18px; width: 9px; height: 9px; border-radius: 50%; background: white; content: ""; box-shadow: 0 0 0 5px rgba(255,255,255,.16); }
.urgent-floating-link:hover { background: var(--orange-bright); }

.site-footer { padding: 70px 0 max(90px, calc(72px + env(safe-area-inset-bottom))); color: white; background: #031522; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .7fr; gap: 80px; padding-bottom: 56px; }
.footer-brand img { width: 138px; max-height: 116px; object-fit: contain; padding: 4px; background: white; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.58); font-size: .9rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { margin-bottom: 9px; color: var(--orange-bright); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: rgba(255,255,255,.66); font-size: .85rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-bottom a { color: inherit; }

.projects-hero { position: relative; min-height: 660px; display: flex; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.projects-hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,19,32,.96), rgba(2,23,39,.66)), url("projects/project-hero-drydocking-aerial-anonymized.webp"); background-position: center 42%; background-size: cover; }
.projects-hero::after { position: absolute; right: -130px; bottom: -160px; width: 510px; height: 510px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.projects-hero-content { position: relative; z-index: 1; padding-top: 170px; padding-bottom: 92px; }
.projects-hero h1 { max-width: 860px; margin: 0; font-size: clamp(3.5rem, 7vw, 7rem); letter-spacing: -.06em; line-height: .9; }
.projects-hero-content > p:last-child { max-width: 700px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.portfolio-section { background: white; }
.project-archive-notice { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr); gap: clamp(36px,6vw,84px); align-items: center; margin-bottom: 64px; padding: clamp(28px,4vw,46px); border-left: 4px solid var(--orange); color: white; background: linear-gradient(118deg, #0b2f49, var(--ink)); box-shadow: 0 20px 55px rgba(3,24,39,.12); }
.project-archive-notice .section-kicker { margin-bottom: 12px; }
.project-archive-notice h2 { max-width: 540px; margin: 0; font-size: clamp(1.7rem,2.7vw,2.65rem); line-height: 1.06; letter-spacing: -.035em; }
.project-archive-notice > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.03rem; line-height: 1.7; }
.portfolio-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 7vw, 96px); align-items: end; }
.portfolio-intro h2 { max-width: 590px; font-size: clamp(2.5rem, 4.5vw, 4.7rem); }
.portfolio-intro-copy > p:first-child { max-width: 620px; margin: 0; color: #38566a; font-size: 1.08rem; }
.project-privacy-note { max-width: 620px; margin: 28px 0 0; padding: 18px 22px; border-left: 3px solid var(--orange); color: #516b7d; background: #f2f6f7; font-size: .9rem; }
.project-showcase-section { padding-top: 0; background: #e9f0f3; }
.project-list { display: grid; gap: 72px; }
.project-case { overflow: hidden; border: 1px solid rgba(11,47,73,.14); background: white; box-shadow: 0 20px 55px rgba(3,24,39,.09); }
.project-case-head { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(44px, 6vw, 84px); padding: clamp(38px, 5vw, 64px); }
.project-case-kicker { margin: 0 0 18px; color: var(--orange); font-size: .72rem; font-weight: 850; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.project-case h2 { max-width: 500px; margin: 0; font-size: clamp(2.15rem, 3.4vw, 3.65rem); line-height: .98; letter-spacing: -.045em; }
.project-case-head > div:last-child > p { max-width: 620px; margin: 0; color: #38566a; font-size: 1.03rem; }
.project-scope-list { display: grid; margin: 28px 0 0; padding: 0; list-style: none; }
.project-scope-list li { position: relative; padding: 13px 0 13px 25px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .92rem; font-weight: 700; }
.project-scope-list li::before { position: absolute; top: 1.55em; left: 0; width: 12px; height: 2px; background: var(--orange); content: ""; }
.project-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(210px, 22vw)); max-height: 660px; background: var(--ink); }
.project-photo { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: var(--ink); }
.project-photo-feature { grid-column: span 2; grid-row: span 2; }
.project-gallery-four .project-photo:last-child { grid-column: span 2; }
.project-gallery-three .project-photo:not(:first-child) { grid-column: span 2; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.project-photo::after { position: absolute; inset: 45% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(2,19,32,.82)); content: ""; }
.project-photo-no-caption::after { display: none; }
.project-photo figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 38px 20px 17px; color: rgba(255,255,255,.93); font-size: .78rem; font-weight: 750; letter-spacing: .015em; line-height: 1.35; }
.project-photo:hover img { transform: scale(1.025); filter: saturate(1.06); }
.project-gallery-archive { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: none; max-height: none; margin-top: 1px; }
.project-gallery-archive .project-photo { height: clamp(220px, 20vw, 300px); }
.project-cta-section { color: white; background: linear-gradient(120deg, var(--ink-soft), var(--ink)); }
.project-cta { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; }
.project-cta p { max-width: 520px; margin: 0 0 28px; color: rgba(255,255,255,.68); }
.project-cta h2 { max-width: 650px; }

.detail-hero { position: relative; min-height: 700px; display: flex; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.detail-hero::before { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(120deg, black, transparent 72%); content: ""; }
.detail-hero::after { position: absolute; top: 100px; right: -140px; width: 520px; height: 520px; border: 1px solid rgba(239,122,45,.3); border-radius: 50%; content: ""; box-shadow: 0 0 0 74px rgba(239,122,45,.035), 0 0 0 148px rgba(239,122,45,.02); }
.detail-hero-content { position: relative; z-index: 1; padding-top: 180px; padding-bottom: 95px; }
.detail-back { display: inline-flex; margin-bottom: 70px; color: rgba(255,255,255,.62); font-size: .875rem; font-weight: 700; text-decoration: none; }
.detail-back:hover { color: white; }
.detail-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.6rem, 7vw, 7rem); letter-spacing: -.06em; line-height: .9; }
.detail-hero-content > p:last-child { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 1.08rem; line-height: 1.7; }
.detail-scope-section { background: white; }
.detail-scope-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.detail-promise { position: sticky; top: 110px; padding-top: 26px; border-top: 3px solid var(--orange); }
.detail-promise h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.detail-promise > p:last-child { max-width: 560px; margin: 28px 0 0; color: #526b7c; font-size: 1rem; line-height: 1.75; }
.detail-scope-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; counter-reset: detail-item; }
.detail-scope-list li { position: relative; min-height: 94px; display: flex; align-items: center; padding: 24px 24px 24px 72px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 700; line-height: 1.45; counter-increment: detail-item; }
.detail-scope-list li::before { position: absolute; left: 0; color: var(--orange); font-size: .72rem; font-weight: 800; content: "0" counter(detail-item); }
.detail-cta-section { color: white; background: linear-gradient(120deg, var(--ink-soft), var(--ink)); }
.detail-cta-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: end; }
.detail-cta-grid h2 { max-width: 680px; }
.detail-cta-grid > div:last-child p { max-width: 520px; margin: 0 0 28px; color: rgba(255,255,255,.66); }

html[lang="tr"] .hero h1 { letter-spacing: -.045em; line-height: 1; }

/* Keep map details outside the plotting area so every location stays selectable. */
.map-stage, .hero-map { aspect-ratio: auto; padding-top: 50%; }
.map-stage > img, .map-markers, .map-stage::before,
.hero-map > img, .hero-map-markers, .hero-map::before { bottom: auto; height: auto; aspect-ratio: 2 / 1; }
.map-detail, .hero-map-detail { position: relative; inset: auto; min-width: 0; min-height: 92px; margin: 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); text-align: left; }
.hero-map-detail { min-height: 78px; padding: 14px 18px; }
.location-group p { display: flex; flex-wrap: wrap; gap: 5px 8px; }
.location-choices { display: flex; flex-wrap: wrap; gap: 5px 8px; }
.location-select { min-height: 36px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 4px; color: #29485d; background: white; font: inherit; font-size: .85rem; cursor: pointer; }
.location-select:hover, .location-select[aria-pressed="true"] { border-color: var(--blue); color: white; background: var(--blue); }

/* Content-driven hero rows avoid collisions when translated text grows. */
.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 55px; align-items: center; padding: 180px max(20px, calc((100% - 1180px) / 2)) 0; }
.hero-content { width: auto; margin: 0; padding: 0; }
.hero-network { position: relative; inset: auto; width: 100%; align-self: start; transform: none; }
.hero-facts { position: relative; inset: auto; grid-column: 1 / -1; width: 100%; margin: 54px 0 0; }

@media (max-width: 1120px) {
  .hero { min-height: 0; grid-template-columns: minmax(0,1fr); align-items: start; padding-top: 185px; }
  .hero-media { background-position: 52% center; transform: scale(1.07); }
  .hero-content { padding: 0; }
  .hero-content h1, .hero-copy { max-width: 760px; }
  .hero-network { inset: auto; width: min(760px, 100%); margin: 36px auto 0; transform: none; }
  .china-grid { gap: 48px; }
  .leadership-grid { grid-template-columns: 1fr; }
  .profile-card { min-height: 620px; }
}

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .brand { width: 102px; height: 68px; }
  .menu-toggle { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.45); background: rgba(4,30,49,.4); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: white; }
  .site-nav { position: absolute; inset: calc(100% + 8px) 0 auto; display: none; max-height: calc(100dvh - 140px); overflow-y: auto; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px 24px 26px; background: var(--ink); box-shadow: 0 16px 30px rgba(0,0,0,.2); overscroll-behavior: contain; }
  .site-header.is-scrolled .site-nav { top: 82px; max-height: calc(100dvh - 92px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .language-switch { margin-top: 16px; }
  .hero { min-height: 0; padding-top: 162px; padding-bottom: 0; }
  .hero-content { padding-top: 0; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-facts div { min-height: 86px; padding: 14px; }
  .china-grid { grid-template-columns: 1fr; gap: 46px; }
  .china-region-heading, .owner-example-block { grid-template-columns: 1fr; gap: 28px; }
  .china-region-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .china-urgent-repairs { grid-template-columns: 1fr; gap: 32px; }
  .china-metrics { grid-template-columns: repeat(2, 1fr); }
  .china-metrics div:nth-child(2n) { border-right: 0; }
  .owner-advantage-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-grid { grid-template-columns: 1fr; gap: 44px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .capability-row { grid-template-columns: 1fr; gap: 24px; }
  .expertise-link-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .network-heading { grid-template-columns: 1fr; gap: 34px; }
  .network-layout { grid-template-columns: 1fr; }
  .location-index { display: grid; grid-template-columns: repeat(2, 1fr); }
  .process-grid, .contact-grid, .detail-scope-grid, .detail-cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .detail-promise { position: static; }
  .urgent-callout { grid-template-columns: 1fr; gap: 18px; }
  .project-archive-notice, .portfolio-intro, .project-case-head, .project-cta { grid-template-columns: 1fr; gap: 32px; }
  .project-gallery { grid-template-rows: repeat(2, minmax(185px, 30vw)); }
  .project-gallery-archive { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; }
  .project-gallery-archive .project-photo { height: 230px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
  .profile-card { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); min-height: 640px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 1rem; }
  h2 { font-size: clamp(1.85rem, 8vw, 2.4rem); line-height: 1.12; letter-spacing: -.025em; }
  .site-header { width: calc(100% - 20px); }
  .site-header.is-scrolled { width: calc(100% - 12px); }
  .site-nav { right: 10px; left: 10px; padding: 12px 18px 20px; }
  .site-nav a { padding: 13px 0; font-size: .95rem; }
  .weather-strip { height: 40px; grid-template-columns: minmax(0,1fr); }
  .weather-group { gap: 20px; padding-right: 20px; padding-left: 12px; }
  .weather-condition { display: none; }
  .site-header { top: 40px; }
  .site-header.is-scrolled { top: 8px; }
  .hero { min-height: 0; padding: 150px 14px 0; }
  .hero-media { background-image: linear-gradient(90deg, rgba(2,19,32,.93), rgba(2,23,39,.62)), linear-gradient(0deg, rgba(2,19,32,.58), transparent 60%), url("hero-drydock-bow.webp"); background-position: 51% center; transform: scale(1.06); }
  .hero::after { display: none; }
  .hero-grid { opacity: .1; }
  .hero-content { padding-top: 0; }
  .hero-content .eyebrow { max-width: 330px; margin-bottom: 20px; font-size: .67rem; letter-spacing: .11em; line-height: 1.65; }
  .hero h1 { font-size: clamp(2.15rem, 9.4vw, 2.85rem); font-weight: 720; line-height: 1.03; letter-spacing: -.025em; }
  html[lang="tr"] .hero h1 { font-size: clamp(2.05rem, 9vw, 2.7rem); line-height: 1.07; letter-spacing: -.02em; }
  .hero h1 > br { display: none; }
  .hero h1 .outline-title { display: block; margin-top: .22em; color: rgba(255,255,255,.76); font-size: .82em; line-height: 1.1; -webkit-text-stroke: 0; }
  html[lang="tr"] .hero h1 .outline-title { font-size: .78em; line-height: 1.14; }
  .hero-copy { margin-top: 24px; font-size: .95rem; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; min-height: 48px; padding: 12px 18px; font-size: .93rem; line-height: 1.35; text-align: center; }
  .hero-facts strong { font-size: 1.5rem; }
  .hero-facts .fact-word { font-size: 1rem; }
  .hero-facts span { font-size: .72rem; }
  .section { padding: 76px 0; }
  .china-lead h2, .owner-advantage-lead h2 { font-size: clamp(1.9rem, 8.2vw, 2.45rem); line-height: 1.11; }
  .china-lead > p:last-child, .owner-advantage-body > p, .intro-copy p, .contact-copy, .projects-hero-content > p:last-child, .portfolio-intro-copy > p:first-child, .detail-hero-content > p:last-child, .detail-promise > p:last-child { font-size: 1rem; line-height: 1.65; }
  .china-proof { padding: 26px 22px; }
  .china-metrics { grid-template-columns: 1fr; }
  .china-metrics div, .china-metrics div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .china-metrics div:last-child { border-bottom: 0; }
  .china-expertise ul { grid-template-columns: 1fr; }
  .china-cities { line-height: 1.8; }
  .china-region-grid, .owner-example-grid, .expertise-link-grid { grid-template-columns: 1fr; }
  .china-region-heading h3, .china-urgent-heading h3, .owner-example-heading h3 { font-size: clamp(1.8rem, 8vw, 2.3rem); line-height: 1.1; }
  .china-urgent-repairs { padding: 26px 22px; }
  .china-urgent-repairs ul { grid-template-columns: 1fr; }
  .owner-advantage-body { padding: 28px 22px; }
  .owner-controls { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-retrofit { grid-column: auto; }
  .service-card { min-height: 300px; padding: 30px 26px; }
  .service-card h3 { font-size: clamp(1.55rem, 7vw, 1.85rem); line-height: 1.12; }
  .hero-network { bottom: auto; width: 100%; }
  .hero-network-head { padding: 13px 14px; }
  .hero-network-head > span { max-width: 160px; }
  .hero-map-detail { min-width: 0; padding: 12px 14px; }
  .profile-card { grid-template-columns: 1fr; min-height: 0; }
  .profile-card figure { height: 520px; }
  .profile-content { padding: 30px 24px; }
  .profile-content h3 { font-size: clamp(2rem, 9vw, 2.55rem); line-height: 1.05; }
  .profile-content > p:not(.profile-role):not(.profile-focus) { font-size: .95rem; }
  .profile-focus { margin-top: 20px; }
  .capability-row ul { grid-template-columns: 1fr; }
  .network-summary { grid-template-columns: 72px 1fr; }
  .network-summary strong { font-size: 3.5rem; }
  .map-detail { inset: auto; min-width: 0; padding: 14px; }
  .location-index { grid-template-columns: 1fr; }
  .contact-channels { grid-template-columns: 1fr; }
  .contact-channel-address { grid-template-columns: 1fr; min-height: 0; }
  .office-address-copy { padding: 10px 4px 14px; }
  .office-map { grid-template-rows: 210px auto; }
  .office-map iframe { height: 210px; }
  .office-map-actions small { width: 100%; margin-left: 0; }
  .projects-hero { min-height: 590px; }
  .projects-hero-content { padding-top: 150px; padding-bottom: 70px; }
  .projects-hero h1, .detail-hero h1 { font-size: clamp(2.25rem, 9.8vw, 3.15rem); line-height: 1.03; letter-spacing: -.03em; }
  html[lang="tr"] .projects-hero h1, html[lang="tr"] .detail-hero h1 { font-size: clamp(2.1rem, 9.2vw, 2.9rem); line-height: 1.06; letter-spacing: -.02em; }
  .portfolio-intro h2, .detail-promise h2 { font-size: clamp(1.9rem, 8.2vw, 2.45rem); line-height: 1.11; }
  .project-archive-notice { margin-bottom: 42px; padding: 26px 22px; }
  .project-archive-notice h2 { font-size: clamp(1.65rem,7.5vw,2.1rem); line-height: 1.1; }
  .project-archive-notice > p { font-size: 1rem; line-height: 1.65; }
  .project-list { gap: 36px; }
  .project-case-head { gap: 24px; padding: 30px 20px; }
  .project-case h2 { font-size: clamp(1.85rem, 8vw, 2.4rem); line-height: 1.08; letter-spacing: -.025em; }
  .project-privacy-note { margin-top: 22px; padding: 16px 18px; }
  .project-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); grid-template-rows: none; max-height: none; }
  .project-photo, .project-photo-feature, .project-gallery-four .project-photo:last-child, .project-gallery-three .project-photo:not(:first-child) { grid-column: auto; grid-row: auto; height: 180px; }
  .project-photo-feature { grid-column: 1 / -1; height: 260px; }
  .project-gallery-archive { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .project-gallery-archive .project-photo { height: 180px; }
  .project-photo figcaption { padding: 30px 12px 12px; font-size: .7rem; }
  .enquiry-builder { grid-template-columns: 1fr; padding: 24px; }
  .enquiry-builder input, .enquiry-builder textarea, .enquiry-builder select { min-height: 48px; font-size: 16px; line-height: 1.35; }
  .enquiry-builder textarea { min-height: 150px; }
  .enquiry-builder .scope-field, .enquiry-builder .attachment-field, .form-heading, .form-actions { grid-column: auto; }
  .form-actions { flex-direction: column; }
  .urgent-floating-link { right: 12px; bottom: 12px; max-width: calc(100% - 24px); min-height: 46px; padding: 10px 15px 10px 36px; font-size: .8rem; line-height: 1.25; white-space: normal; }
  .urgent-floating-link::before { left: 15px; }
  .detail-hero { min-height: 590px; }
  .detail-hero-content { padding-top: 140px; padding-bottom: 70px; }
  .detail-back { margin-bottom: 50px; }
  .detail-scope-list li { min-height: 84px; padding: 20px 16px 20px 54px; font-size: .95rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 380px) {
  :root { --shell: min(100% - 22px, 1180px); }
  .site-header { width: calc(100% - 14px); }
  .brand { width: 94px; height: 64px; }
  .site-header.is-scrolled .brand { width: 92px; height: 58px; }
  .hero h1 { font-size: clamp(2rem, 9.7vw, 2.35rem); }
  html[lang="tr"] .hero h1 { font-size: clamp(1.92rem, 9.3vw, 2.25rem); }
  .hero-facts div { gap: 9px; padding: 12px 10px; }
  .hero-facts span { max-width: 112px; }
  .hero { padding-right: 11px; padding-left: 11px; }
  .hero-network { width: 100%; }
  .hero-network-head > span { max-width: 138px; line-height: 1.35; }
  .section { padding: 68px 0; }
  .service-card, .china-proof, .china-urgent-repairs, .owner-advantage-body, .enquiry-builder { padding-right: 18px; padding-left: 18px; }
  .profile-card figure { height: 440px; }
  .profile-content { padding: 28px 20px; }
  .owner-controls span { min-height: 76px; padding: 17px 16px 17px 38px; }
  .owner-controls span::before { left: 16px; }
  .projects-hero h1, .detail-hero h1 { font-size: clamp(2.05rem, 9.8vw, 2.35rem); }
  html[lang="tr"] .projects-hero h1, html[lang="tr"] .detail-hero h1 { font-size: clamp(1.95rem, 9.3vw, 2.25rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .map-marker::after, .urgent-signal::after { animation: none; }
  .weather-strip-window { overflow-x: auto; mask-image: none; }
  .weather-track { animation: none; }
  .weather-group[aria-hidden="true"] { display: none; }
}
