:root {
  --gd-blue-900: #0f2148;
  --gd-blue-800: #16305f;
  --gd-blue-600: #204590;
  --gd-blue-200: #c0d0ec;
  --gd-yellow: #fdba17;
  --gd-grey-700: #333333;
  --gd-grey-500: #767676;
  --gd-grey-400: #a0a0a0;
  --gd-grey-200: #e2e2e2;
  --gd-grey-100: #f0f0f0;
  --gd-grey-050: #f7f7f7;
  --gd-white: #ffffff;
  --gd-container: 1200px;
  --gd-gutter: 24px;
  --gd-banner-overlay: rgba(11, 14, 17, .60);
  --gd-shadow: 0 1px 2px rgba(15, 33, 72, .06), 0 2px 8px rgba(15, 33, 72, .06);
  --gd-shadow-hover: 0 2px 4px rgba(15, 33, 72, .08), 0 12px 28px rgba(15, 33, 72, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--gd-grey-700); font: 400 16px/1.7 Barlow, "Helvetica Neue", Arial, sans-serif; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--gd-blue-600); text-decoration: none; }
a:hover { color: var(--gd-blue-800); }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
h1, h2, h3, h4 { margin: 0; color: var(--gd-blue-800); font-family: Archivo, "Helvetica Neue", Arial, sans-serif; letter-spacing: 0; }
p { margin: 0 0 20px; }
::selection { background: var(--gd-yellow); color: var(--gd-blue-900); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gd-skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 14px; background: #fff; color: var(--gd-blue-900); }
.gd-skip-link:focus { top: 16px; }
.gd-container { width: min(100%, var(--gd-container)); margin-inline: auto; padding-inline: var(--gd-gutter); }
.gd-section { padding: clamp(56px, 7vw, 80px) 0; }
.gd-eyebrow { margin: 0; color: var(--gd-grey-500); font: 600 12px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-eyebrow--accent { color: var(--gd-yellow); }
.gd-accent-rule { display: block; width: 56px; height: 4px; margin: 20px 0 28px; background: var(--gd-yellow); }
.gd-button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 0 20px; border: 2px solid var(--gd-blue-600); border-radius: 2px; background: var(--gd-blue-600); color: #fff; font: 600 13px/1 Barlow, sans-serif; text-transform: uppercase; transition: background .15s, border-color .15s, color .15s; }
.gd-button:hover { border-color: var(--gd-blue-800); background: var(--gd-blue-800); color: #fff; }
.gd-button--accent { min-height: 48px; padding-inline: 26px; border-color: var(--gd-yellow); background: var(--gd-yellow); color: var(--gd-blue-900); }
.gd-button--accent:hover { border-color: #d89a05; background: #d89a05; color: var(--gd-blue-900); }
.gd-button--inverse { min-height: 48px; padding-inline: 26px; border-color: rgba(255, 255, 255, .7); background: transparent; color: #fff; }
.gd-button--inverse:hover { border-color: #fff; background: #fff; color: var(--gd-blue-900); }
.gd-button--secondary { border-color: var(--gd-blue-600); background: transparent; color: var(--gd-blue-600); }
.gd-button--ghost { border-color: transparent; background: transparent; color: var(--gd-blue-600); padding-inline: 0; }

.gd-site-header { position: sticky; top: 0; z-index: 60; background: #fff; box-shadow: var(--gd-shadow); }
.admin-bar .gd-site-header { top: 32px; }
.gd-market-bar { background: var(--gd-blue-900); color: rgba(255, 255, 255, .72); }
.gd-market-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.gd-market-bar__links { display: flex; flex: none; flex-wrap: wrap; align-items: center; gap: 18px; }
.gd-market-bar__links { gap: 16px; font-family: Barlow, sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.gd-market-bar__links a { color: rgba(255, 255, 255, .72); }
.gd-market-bar__links a.is-accent { color: var(--gd-yellow); }
.gd-nav-shell__inner { position: relative; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gd-brand, .gd-brand .custom-logo-link { display: flex; flex: none; align-items: center; }
.gd-brand img, .gd-brand .custom-logo { width: auto; height: 38px; }
.gd-primary-nav { align-self: stretch; display: flex; align-items: stretch; }
.gd-nav-list { display: flex; align-items: stretch; gap: 2px; margin: 0; padding: 0; list-style: none; }
.gd-nav-list > li { position: relative; display: flex; align-items: stretch; }
.gd-nav-list > li > a { display: flex; align-items: center; padding: 0 12px; border-bottom: 4px solid transparent; color: var(--gd-blue-800); font: 600 13px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-nav-list > li > a:hover, .gd-nav-list > li.current-menu-item > a { border-bottom-color: var(--gd-yellow); color: var(--gd-blue-600); }
.gd-nav-list .sub-menu { position: absolute; top: 84px; left: 0; min-width: 250px; margin: 0; padding: 12px 0; opacity: 0; visibility: hidden; transform: translateY(8px); border-top: 4px solid var(--gd-yellow); background: #fff; box-shadow: 0 24px 60px rgba(15, 33, 72, .28); list-style: none; transition: opacity .15s, transform .15s, visibility .15s; }
.gd-nav-list li:hover > .sub-menu, .gd-nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.gd-nav-list .sub-menu a { display: block; padding: 10px 18px; color: var(--gd-blue-800); font: 500 14px/1.35 Barlow, sans-serif; }
.gd-nav-list .sub-menu a:hover { background: var(--gd-grey-050); color: var(--gd-blue-600); }
.gd-mega-item { position: static !important; }
.gd-mega-toggle { display: none; }
.gd-mega-panel { position: absolute; top: 84px; right: 24px; left: 24px; z-index: 70; max-height: calc(100vh - 146px); display: grid; grid-template-columns: 1.9fr 1fr; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(8px); border-top: 4px solid var(--gd-yellow); background: #fff; box-shadow: 0 24px 60px rgba(15, 33, 72, .28); pointer-events: none; transition: opacity .15s ease, transform .15s ease, visibility .15s ease; }
.gd-mega-item:hover > .gd-mega-panel, .gd-mega-item:focus-within > .gd-mega-panel, .gd-mega-item.is-open > .gd-mega-panel { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.gd-mega-panel__links { min-width: 0; padding: 32px 36px 34px; }
.gd-mega-panel__heading { display: flex; align-items: baseline; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--gd-grey-200); }
.gd-mega-panel__heading span { color: var(--gd-blue-800); font: 600 12px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-mega-panel__heading small { color: var(--gd-grey-400); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-mega-panel__columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px 32px; margin-top: 14px; align-items: start; }
.gd-mega-panel__column { min-width: 0; }
.gd-mega-panel__column h2 { margin: 0 0 4px; padding: 10px 0 8px; border-bottom: 2px solid var(--gd-yellow); color: var(--gd-blue-600); font: 600 11px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-mega-panel__column > a { min-height: 39px; display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--gd-grey-200); color: var(--gd-grey-700); }
.gd-mega-panel__column > a:hover, .gd-mega-panel__column > a[aria-current="page"] { color: var(--gd-blue-600); }
.gd-mega-panel__column > a span { flex: none; color: #c9c9c9; font: 500 11px/1 "IBM Plex Mono", monospace; }
.gd-mega-panel__column > a strong { min-width: 0; font: 500 14px/1.35 Barlow, sans-serif; }
.gd-mega-panel__media { position: relative; min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 32px 32px 30px; background: var(--gd-blue-900) var(--gd-mega-image) center/cover no-repeat; color: #fff; }
.gd-mega-panel__media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 14, 24, .88) 20%, rgba(7, 14, 24, .42) 100%); }
.gd-mega-panel__media > * { position: relative; }
.gd-mega-panel__media > span { color: rgba(255, 255, 255, .88); font: 400 15px/1.6 Barlow, sans-serif; }
.gd-mega-panel__media > strong { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--gd-yellow); font: 600 12px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-mega-panel__media > strong b { font: inherit; }
.gd-mega-panel__media:hover { color: #fff; }
.gd-menu-toggle { display: none; width: 48px; height: 44px; padding: 0 10px; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 2px; background: var(--gd-blue-600); cursor: pointer; }
.gd-menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; background: #fff; }

.gd-hero { position: relative; height: clamp(560px, 52vw, 760px); overflow: hidden; background: var(--gd-blue-900); }
.gd-hero__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; background: var(--gd-blue-900) var(--gd-hero-image) center/cover no-repeat; transition: opacity .7s ease, visibility .7s ease; }
.gd-hero__slide::before, .gd-hero__slide::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.gd-hero__slide::before { background: var(--gd-banner-overlay); }
.gd-hero__slide::after { background: none; }
.gd-hero__slide.is-active { opacity: 1; visibility: visible; }
.gd-hero__content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 32px; color: #fff; }
.gd-hero__copy { animation: gd-rise .7s cubic-bezier(.2, 0, .2, 1) both; }
.gd-hero__meta { display: flex; align-items: center; gap: 12px; }
.gd-hero__meta span { padding: 6px 10px; background: var(--gd-yellow); color: var(--gd-blue-900); font: 600 11px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-hero__meta strong { color: rgba(255, 255, 255, .86); font: 600 12px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-hero h1 { max-width: 900px; margin-top: 20px; color: #fff; font-size: clamp(36px, 5.4vw, 60px); font-weight: 800; line-height: 1.05; }
.gd-hero__copy > p { max-width: 600px; margin: 20px 0 0; color: rgba(255, 255, 255, .86); font-size: clamp(16px, 1.6vw, 18px); line-height: 1.6; }
.gd-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.gd-slider-controls { display: flex; align-items: center; gap: 18px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .2); }
.gd-slider-controls__arrows { display: flex; flex: none; }
.gd-slider-controls__arrows button { width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, .34); background: transparent; color: #fff; cursor: pointer; }
.gd-slider-controls__arrows button + button { border-left: 0; }
.gd-slider-counter { flex: none; color: #fff; font: 500 13px/1 "IBM Plex Mono", monospace; }
.gd-slider-dots { flex: 1; display: flex; gap: 4px; min-width: 180px; }
.gd-slider-dots button { position: relative; flex: 1; height: 18px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.gd-slider-dots button::before { content: ""; position: absolute; right: 0; bottom: 8px; left: 0; height: 2px; background: rgba(255, 255, 255, .3); }
.gd-slider-dots button span { position: absolute; bottom: 8px; left: 0; width: 0; height: 2px; background: var(--gd-yellow); }
.gd-slider-dots button.is-active span { width: 100%; transition: width 6.8s linear; }

.gd-stats { border-block: 1px solid var(--gd-grey-200); background: #fff; }
.gd-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gd-stats__grid > div { min-width: 0; padding: 26px 22px; border-left: 1px solid var(--gd-grey-200); }
.gd-stats strong { display: block; color: var(--gd-blue-800); font: 800 clamp(30px, 3.4vw, 42px)/1 Archivo, sans-serif; }
.gd-stats strong span { color: var(--gd-yellow); font-size: 18px; font-weight: 600; }
.gd-stats p { margin: 8px 0 0; color: var(--gd-grey-500); font: 600 11.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }

.gd-company__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 5vw, 64px); align-items: start; }
.gd-copy-column h2, .gd-section-intro h2 { margin-top: 12px; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.2; }
.gd-body-copy p { margin-bottom: 20px; }
.gd-company__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gd-company__media > div { padding: 26px 28px 24px; border-left: 4px solid var(--gd-yellow); background: #f3f5f8; color: var(--gd-grey-700); }
.gd-company__media > div p:last-child { margin: 14px 0 0; font-size: 15px; }

.gd-media-band { border-top: 1px solid var(--gd-grey-200); }
.gd-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 36px); align-items: stretch; }
.gd-media-panel { min-width: 0; display: flex; flex-direction: column; }
.gd-panel-heading { min-height: 34px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: var(--gd-grey-500); font: 600 12px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-panel-heading b, .gd-panel-heading a { color: var(--gd-grey-400); font: 500 11.5px/1 "IBM Plex Mono", monospace; text-transform: none; }
.gd-panel-heading i { font-style: normal; }
.gd-video-feature { position: relative; flex: 1; min-height: 292px; display: flex; width: 100%; align-items: center; justify-content: center; padding: 0; overflow: hidden; border: 1px solid var(--gd-grey-200); background: var(--gd-blue-900) var(--gd-video-image) center/cover no-repeat; cursor: pointer; }
.gd-video-feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15, 33, 72, .9) 12%, rgba(15, 33, 72, .25) 70%); }
.gd-play { position: relative; width: 60px; height: 60px; display: grid; place-items: center; border: 2px solid var(--gd-yellow); background: rgba(15, 33, 72, .55); color: var(--gd-yellow); font-size: 20px; }
.gd-video-feature strong { position: absolute; right: 20px; bottom: 18px; left: 20px; color: #fff; font: 600 16px/1.3 Archivo, sans-serif; text-align: left; }
.gd-video-thumbs { display: flex; gap: 8px; margin-top: 12px; }
.gd-video-thumbs button { flex: 1; height: 56px; min-width: 0; padding: 0; border: 1px solid var(--gd-grey-200); background: var(--gd-blue-900) var(--gd-thumb-image) center/cover no-repeat; opacity: .62; cursor: pointer; }
.gd-video-thumbs button.is-active { border: 2px solid var(--gd-yellow); opacity: 1; }
.gd-market-cards { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.gd-tradingview-widget { flex: 1; min-height: 140px; overflow: hidden; border: 1px solid var(--gd-grey-200); background: var(--gd-blue-900); }
.gd-tradingview-widget .tradingview-widget-container { height: 100%; min-height: 138px; }
.gd-tradingview-widget .tradingview-widget-container__widget { min-height: 106px; }
.gd-tradingview-widget .tradingview-widget-copyright { min-height: 32px; padding: 0 14px; color: #b2b5be; font-family: -apple-system, BlinkMacSystemFont, "Trebuchet MS", Roboto, Ubuntu, sans-serif; font-size: 13px; font-weight: 500; line-height: 32px; text-align: center; vertical-align: middle; }
.gd-tradingview-widget .tradingview-widget-copyright a { color: var(--gd-blue-200); }
.gd-market-fallback { flex: 1; display: grid; grid-template-rows: repeat(2, 1fr); gap: 12px; }
.gd-market-fallback a { min-height: 140px; display: flex; align-items: center; padding: 22px; border: 1px solid var(--gd-grey-200); background: var(--gd-blue-900); color: #fff; font: 600 14px/1.4 "IBM Plex Mono", monospace; }
.gd-affiliations { flex: 1; display: flex; flex-direction: column; gap: 1px; border: 1px solid var(--gd-grey-200); background: var(--gd-grey-200); }
.gd-affiliations a { flex: 1; min-height: 120px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 12px 24px; background: #fff; transition: background .15s ease; }
.gd-affiliations a:hover { background: var(--gd-grey-050); }
.gd-affiliations img { display: block; width: auto; max-width: 100%; height: auto; max-height: 96px; object-fit: contain; }
.gd-affiliations a:first-child img { width: 100%; max-height: 72px; }
.gd-affiliations a:last-child img { max-height: 96px; }
.gd-video-dialog { width: min(900px, calc(100% - 48px)); max-width: none; padding: 0; border: 0; border-top: 4px solid var(--gd-yellow); background: var(--gd-blue-900); box-shadow: 0 24px 60px rgba(15, 33, 72, .28); }
.gd-video-dialog::backdrop { background: rgba(15, 33, 72, .82); backdrop-filter: blur(2px); }
.gd-video-dialog__media { width: 100%; aspect-ratio: 16/9; background: var(--gd-blue-900) center/cover no-repeat; }
.gd-video-dialog__media iframe, .gd-video-dialog__media video { width: 100%; height: 100%; border: 0; }
.gd-video-dialog__media video { display: block; object-fit: contain; background: #000; }
.gd-video-dialog__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; color: #fff; }
.gd-video-dialog__footer strong { font: 600 16px/1.3 Archivo, sans-serif; }
.gd-video-dialog__footer button { min-height: 38px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .34); background: transparent; color: #fff; cursor: pointer; text-transform: uppercase; }

.gd-services { background: var(--gd-grey-050); }
.gd-section-intro { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(20px, 4vw, 56px); align-items: end; }
.gd-section-intro > p { margin: 0 0 4px; }
.gd-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 44px 0 36px; }
.gd-service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; overflow: hidden; padding: 26px 26px 24px; border: 1px solid rgba(15, 33, 72, .16); border-radius: 2px; background-color: #1b2026; background-image: linear-gradient(to top, rgba(7, 14, 24, .9) 8%, rgba(7, 14, 24, .42) 58%, rgba(7, 14, 24, .08) 100%), var(--gd-card-image); background-position: center, var(--gd-card-position, center center); background-size: cover, var(--gd-card-size, cover); background-repeat: no-repeat; color: #fff; transition: border-color .22s, transform .22s; }
.gd-service-card:hover { transform: translateY(-2px); border-color: var(--gd-yellow); background-image: linear-gradient(to top, rgba(7, 14, 24, .94) 8%, rgba(7, 14, 24, .5) 62%, rgba(7, 14, 24, .12) 100%), var(--gd-card-image); color: #fff; }
.gd-service-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gd-service-card__top span { color: rgba(255, 255, 255, .6); font: 500 12px/1 "IBM Plex Mono", monospace; }
.gd-service-card__top b { padding: 6px 9px; border: 1px solid rgba(253, 186, 23, .65); color: var(--gd-yellow); font: 600 11px/1 Barlow, sans-serif; }
.gd-service-card h3 { margin-top: auto; color: #fff; font-size: clamp(19px, 1.7vw, 23px); line-height: 1.15; text-transform: uppercase; }
.gd-service-card > div:last-child > p { min-height: 38px; margin: 14px 0 0; color: rgba(255, 255, 255, .75); font: 500 12.5px/1.5 "IBM Plex Mono", monospace; }
.gd-service-card > div:last-child > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .24); color: var(--gd-yellow); font: 600 11.5px/1 Barlow, sans-serif; text-transform: uppercase; }

.gd-news-social__grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: clamp(32px, 4vw, 56px); }
.gd-section-heading { min-height: 76px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.gd-section-heading h2 { margin-top: 10px; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; }
.gd-news-list { border-top: 1px solid var(--gd-grey-200); }
.gd-news-list a { min-height: 84px; display: grid; grid-template-columns: 120px 1fr 24px; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--gd-grey-200); color: var(--gd-blue-800); }
.gd-news-list time { color: var(--gd-grey-500); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-news-list strong { font: 600 14px/1.35 Archivo, sans-serif; text-transform: uppercase; }
.gd-news-list > a > span { color: var(--gd-blue-600); }
.gd-news-social .gd-button { margin-top: 26px; }
.gd-social-feed { max-height: 520px; overflow: auto; border: 1px solid var(--gd-grey-200); background: #fff; }
.gd-social-feed article { padding: 20px; border-bottom: 1px solid var(--gd-grey-100); }
.gd-social-feed article > div:first-child { display: flex; align-items: center; gap: 10px; }
.gd-social-feed article > div:first-child b { width: 30px; height: 30px; display: grid; flex: none; place-items: center; background: var(--gd-blue-900); color: var(--gd-yellow); font: 700 12px/1 Archivo, sans-serif; }
.gd-social-feed .gd-social-avatar { width: 30px; height: 30px; flex: none; border-radius: 50%; object-fit: cover; }
.gd-social-feed article > div:first-child strong { color: var(--gd-blue-800); font: 600 14px/1.3 Barlow, sans-serif; }
.gd-social-feed article > div:first-child span { margin-left: auto; color: var(--gd-grey-400); font: 500 11px/1 "IBM Plex Mono", monospace; }
.gd-social-feed article > p { margin: 12px 0 0; font-size: 14.5px; line-height: 1.6; }
.gd-social-feed article > img { width: 100%; aspect-ratio: 16/9; margin-top: 14px; object-fit: cover; }
.gd-social-feed .gd-social-tags { margin-top: 10px; color: var(--gd-blue-600); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-connect { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 20px; }
.gd-connect > span { margin-right: 4px; color: var(--gd-grey-500); font: 600 11.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-connect a, .gd-social-links a { min-height: 32px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid var(--gd-blue-200); color: var(--gd-blue-600); font: 600 11px/1 Barlow, sans-serif; text-transform: uppercase; }

.gd-testimonials { border-block: 1px solid var(--gd-grey-200); background: #f3f5f8; }
.gd-testimonials__intro { max-width: 760px; }
.gd-testimonials h2 { margin-top: 12px; color: var(--gd-blue-800); font-size: clamp(26px, 3.4vw, 38px); line-height: 1.2; }
.gd-testimonial-stage { max-width: 860px; margin-top: 40px; }
.gd-testimonial { display: none; margin: 0; }
.gd-testimonial.is-active { display: block; animation: gd-rise .45s ease both; }
.gd-testimonial blockquote { margin: 0; color: var(--gd-grey-700); font: 400 clamp(18px, 2vw, 22px)/1.65 Barlow, sans-serif; }
.gd-testimonial figcaption { display: flex; flex-direction: column; gap: 5px; margin-top: 24px; padding-left: 18px; border-left: 4px solid var(--gd-yellow); }
.gd-testimonial figcaption strong { color: var(--gd-blue-800); font: 600 14px/1.3 Archivo, sans-serif; }
.gd-testimonial figcaption span { color: var(--gd-grey-500); font-size: 13px; }
.gd-testimonial-dots { display: flex; gap: 8px; margin-top: 28px; }
.gd-testimonial-dots button { width: 36px; height: 4px; padding: 0; border: 0; background: var(--gd-grey-200); cursor: pointer; }
.gd-testimonial-dots button.is-active { background: var(--gd-yellow); }

.gd-esg > .gd-container > h2 { margin-top: 10px; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; }
.gd-esg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 40px; }
.gd-esg-card { display: flex; flex-direction: column; border: 0; border-top: 1px solid var(--gd-grey-200); border-radius: 0; background: transparent; color: var(--gd-grey-700); transition: border-color .22s, transform .22s; }
.gd-esg-card:hover { transform: translateY(-2px); border-top-color: var(--gd-yellow); color: var(--gd-grey-700); }
.gd-esg-card:first-child { border-top: 3px solid var(--gd-yellow); }
.gd-esg-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.gd-esg-card > div { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.gd-esg-card h3 { margin-top: 10px; font-size: 20px; line-height: 1.25; }
.gd-esg-card > div > p:not(.gd-eyebrow) { margin-top: 14px; font-size: 15px; line-height: 1.55; }
.gd-esg-card > div > span { margin-top: auto; padding-top: 14px; color: var(--gd-blue-600); font: 600 12px/1 Barlow, sans-serif; text-transform: uppercase; }

/* ESG editorial archive and source-faithful article pages. */
.gd-esg-archive__hero { min-height: 430px; }
.gd-esg-archive__hero .gd-section-hero__lede { max-width: 700px; color: rgba(255, 255, 255, .84); }
.gd-esg-archive__metrics { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .22); }
.gd-esg-archive__metrics span { display: grid; gap: 4px; color: rgba(255, 255, 255, .62); font: 600 11px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-archive__metrics strong { color: #fff; font: 700 19px/1.2 Archivo, sans-serif; text-transform: none; }
.gd-esg-shell .gd-section-nav { padding-top: 46px; }
.gd-esg-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); min-height: 430px; border-bottom: 1px solid var(--gd-grey-200); }
.gd-esg-feature__image { min-height: 430px; overflow: hidden; background: var(--gd-grey-100); }
.gd-esg-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gd-esg-feature__image:hover img { transform: scale(1.015); }
.gd-esg-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 60px); }
.gd-esg-feature__copy h2 { margin-top: 12px; color: var(--gd-blue-800); font-size: clamp(27px, 3.2vw, 40px); line-height: 1.14; }
.gd-esg-feature__copy h2 a { color: inherit; }
.gd-esg-feature__copy > p:not(.gd-eyebrow) { color: var(--gd-grey-500); font-size: 16px; line-height: 1.65; }
.gd-esg-read-link { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: auto; padding-top: 20px; color: var(--gd-blue-600); font: 600 12px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-read-link span { color: var(--gd-yellow); font-size: 18px; line-height: 0; }
.gd-esg-library { padding: clamp(48px, 6vw, 72px) 24px clamp(64px, 8vw, 96px); }
.gd-esg-library__heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--gd-grey-200); }
.gd-esg-library__heading h2 { margin-top: 8px; font-size: clamp(27px, 3vw, 36px); line-height: 1.15; }
.gd-esg-filter { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.gd-esg-filter input, .gd-esg-filter select { min-height: 42px; border: 1px solid var(--gd-grey-200); border-radius: 2px; background: #fff; color: var(--gd-grey-700); }
.gd-esg-filter input { width: 210px; padding: 0 13px; }
.gd-esg-filter select { min-width: 124px; padding: 0 32px 0 12px; }
.gd-esg-filter button { min-height: 42px; padding: 0 17px; border: 1px solid var(--gd-blue-600); border-radius: 2px; background: var(--gd-blue-600); color: #fff; cursor: pointer; font: 600 11px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-filter > a { padding: 10px 4px; font: 600 11px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 22px; margin-top: 34px; }
.gd-esg-story-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--gd-grey-200); border-radius: 2px; background: #fff; }
.gd-esg-story-card__image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--gd-grey-100); }
.gd-esg-story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gd-esg-story-card:hover .gd-esg-story-card__image img { transform: scale(1.02); }
.gd-esg-story-card > div { min-height: 244px; display: flex; flex: 1; flex-direction: column; padding: 21px 20px 20px; }
.gd-esg-story-card time { color: var(--gd-grey-500); font: 500 11px/1.4 "IBM Plex Mono", monospace; text-transform: uppercase; }
.gd-esg-story-card h3 { margin-top: 11px; font-size: 19px; line-height: 1.28; }
.gd-esg-story-card h3 a { color: var(--gd-blue-800); }
.gd-esg-story-card p { margin: 13px 0 0; color: var(--gd-grey-500); font-size: 14px; line-height: 1.55; }
.gd-esg-story-card .gd-esg-read-link { padding-top: 18px; }
.gd-esg-pagination { margin-top: 44px; }
.gd-esg-pagination .page-numbers { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.gd-esg-pagination a, .gd-esg-pagination span { min-width: 38px; min-height: 38px; display: grid; place-items: center; padding: 0 11px; border: 1px solid var(--gd-grey-200); color: var(--gd-blue-600); font: 600 12px/1 Barlow, sans-serif; }
.gd-esg-pagination .current { border-color: var(--gd-blue-600); background: var(--gd-blue-600); color: #fff; }
.gd-esg-empty { padding: 64px 0; }
.gd-esg-empty h3 { font-size: 25px; }
.gd-esg-empty p { margin-top: 10px; color: var(--gd-grey-500); }

.gd-esg-article-hero { position: relative; isolation: isolate; min-height: clamp(410px, 46vw, 600px); display: flex; align-items: flex-end; overflow: hidden; padding: clamp(48px, 7vw, 84px) 0; background: #555c62 var(--gd-hero-image) center 46% / cover no-repeat; }
.gd-esg-article-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--gd-banner-overlay); }
.gd-esg-article-hero h1 { max-width: 920px; margin-top: 22px; color: #fff; font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.gd-esg-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: rgba(255, 255, 255, .72); font: 600 11px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-breadcrumb a { color: var(--gd-yellow); }
.gd-esg-article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 280px); justify-content: space-between; gap: clamp(48px, 7vw, 90px); padding-top: clamp(52px, 7vw, 84px); padding-bottom: clamp(64px, 8vw, 104px); }
.gd-esg-article-body { min-width: 0; color: #35383c; font-size: 17px; line-height: 1.8; }
.gd-esg-article-body > *:first-child { margin-top: 0; }
.gd-esg-article-body > *:last-child { margin-bottom: 0; }
.gd-esg-article-body p { margin: 0 0 24px; }
.gd-esg-article-body h2, .gd-esg-article-body h3, .gd-esg-article-body h4 { margin: 40px 0 15px; line-height: 1.24; }
.gd-esg-article-body h2 { font-size: clamp(25px, 3vw, 32px); }
.gd-esg-article-body h3 { font-size: 22px; }
.gd-esg-article-body ul, .gd-esg-article-body ol { margin: 0 0 28px; padding-left: 24px; }
.gd-esg-article-body blockquote { margin: 36px 0; padding: 4px 0 4px 24px; border-left: 4px solid var(--gd-yellow); color: var(--gd-blue-800); font-size: 21px; line-height: 1.55; }
.gd-esg-article-body figure { margin: 36px 0; }
.gd-esg-article-body figure img { width: 100%; max-height: 720px; object-fit: contain; background: var(--gd-grey-050); }
.gd-esg-source-embed .wp-block-embed__wrapper { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.gd-esg-source-embed iframe { width: 100%; height: 100%; border: 0; }
.gd-esg-source-embed--document .wp-block-embed__wrapper { height: min(760px, 78vh); aspect-ratio: auto; border: 1px solid var(--gd-grey-200); background: var(--gd-grey-050); }
.gd-esg-source-cta a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 17px; border: 1px solid var(--gd-blue-600); border-radius: 2px; color: var(--gd-blue-600); font: 600 12px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-article-meta { position: sticky; top: 150px; align-self: start; padding-top: 18px; border-top: 4px solid var(--gd-yellow); }
.gd-esg-article-meta dl { margin: 15px 0 0; border-top: 1px solid var(--gd-grey-200); }
.gd-esg-article-meta dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--gd-grey-200); }
.gd-esg-article-meta dt { color: var(--gd-grey-500); font: 500 11px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-article-meta dd { margin: 0; color: var(--gd-blue-800); font: 500 13px/1.5 "IBM Plex Mono", monospace; text-align: right; }
.gd-esg-back-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font: 600 11px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-esg-related { padding: clamp(56px, 7vw, 80px) 0 clamp(68px, 8vw, 96px); border-top: 1px solid var(--gd-grey-200); background: var(--gd-grey-050); }
.gd-esg-related h2 { margin-top: 8px; font-size: clamp(27px, 3vw, 36px); }
.gd-esg-related .gd-esg-story-card > div { min-height: 180px; }

.gd-site-footer { border-top: 4px solid var(--gd-yellow); background: var(--gd-blue-900); color: rgba(255, 255, 255, .72); }
.gd-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: clamp(32px, 4vw, 48px); padding-top: clamp(48px, 6vw, 64px); padding-bottom: 40px; }
.gd-footer-brand > img { width: auto; height: 34px; }
.gd-footer-brand > p { max-width: 300px; margin-top: 20px; color: rgba(255, 255, 255, .62); font-size: 15px; }
.gd-social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.gd-social-links a { border-color: rgba(255, 255, 255, .28); color: rgba(255, 255, 255, .78); }
.gd-footer-column { display: flex; flex-direction: column; gap: 9px; }
.gd-footer-column h2 { margin-bottom: 5px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, .16); color: var(--gd-yellow); font: 600 12px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-footer-column > a { color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.5; }
.gd-footer-offices { gap: 12px; }
.gd-footer-offices > a span { display: block; color: rgba(255, 255, 255, .45); font: 500 11px/1 "IBM Plex Mono", monospace; }
.gd-footer-offices > a.gd-footer-more { margin-top: 4px; color: var(--gd-yellow); font: 600 11.5px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-footer-legal { border-top: 1px solid rgba(255, 255, 255, .14); }
.gd-footer-legal > div { min-height: 72px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; color: rgba(255, 255, 255, .5); font-size: 13px; }
.gd-footer-legal > div > div { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.gd-footer-legal a { color: rgba(255, 255, 255, .5); }
.gd-footer-legal button { min-height: 32px; padding: 0 12px; border: 1px solid rgba(255, 255, 255, .28); background: transparent; color: rgba(255, 255, 255, .7); cursor: pointer; font: 600 10.5px/1 Barlow, sans-serif; text-transform: uppercase; }

.gd-content-page { min-height: 60vh; }
.gd-page-hero,
.gd-section-hero,
.gd-about-hero { position: relative; isolation: isolate; overflow: hidden; min-height: clamp(320px, 32vw, 430px); display: flex; align-items: center; padding: clamp(48px, 6.5vw, 80px) 0; border-bottom: 1px solid rgba(255, 255, 255, .16); background-color: #555c62; background-image: var(--gd-hero-image); background-repeat: no-repeat; background-size: cover; background-position: var(--gd-hero-position, 50% 50%); }
.gd-page-hero::before,
.gd-section-hero::before,
.gd-about-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: var(--gd-banner-overlay); }
.gd-page-hero > .gd-container,
.gd-section-hero > .gd-container,
.gd-about-hero > .gd-container { position: relative; z-index: 1; width: 100%; }
.gd-page-hero > .gd-container > p,
.gd-section-hero > .gd-container > p,
.gd-about-hero > .gd-container > p { margin: 0; color: var(--gd-yellow); font: 600 12px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-page-hero h1,
.gd-section-hero h1,
.gd-about-hero h1 { max-width: 900px; margin-top: 14px; color: #fff; font-size: clamp(30px, 4.6vw, 48px); line-height: 1.1; }
.gd-page-hero .gd-accent-rule,
.gd-section-hero .gd-accent-rule,
.gd-about-hero .gd-accent-rule { margin: 20px 0 18px; }
.gd-entry-content { width: min(100%, 808px); margin-inline: auto; padding: clamp(48px, 6vw, 72px) 24px; }
.gd-entry-content > * { max-width: 760px; }
.gd-entry-content > .alignwide { width: min(1200px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gd-entry-content--wide { width: min(100%, 1168px); }
.gd-entry-content--wide > * { max-width: none; }

.gd-section-page { min-height: 60vh; }
.gd-section-hero__lede,
.gd-about-hero__lede,
.gd-history-hero__lede { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .86); font: 400 clamp(16px, 1.8vw, 19px)/1.6 Barlow, sans-serif; }
.gd-section-hero--fleet { min-height: 430px; padding: clamp(44px, 6vw, 64px) 0 clamp(36px, 5vw, 52px); border-bottom: 0; }
.gd-section-hero--fleet .gd-section-hero__lede { max-width: 790px; font-size: 16px; }
.gd-section-hero--fleet p { color: var(--gd-yellow); }
.gd-section-hero--fleet h1 { color: #fff; }
.gd-section-hero--fleet .gd-section-hero__lede { color: rgba(255, 255, 255, .8); }
.gd-section-metrics { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 30px; border: 1px solid rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .7); }
.gd-section-metrics > div { min-width: 170px; padding: 18px 22px; background: rgba(255, 255, 255, .9); }
.gd-section-metrics strong { display: block; color: var(--gd-blue-800); font: 700 clamp(24px, 3vw, 34px)/1 Archivo, sans-serif; }
.gd-section-metrics span { display: block; margin-top: 8px; color: var(--gd-grey-500); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-section-hero--fleet .gd-section-metrics { gap: 48px; margin-top: 36px; padding-top: 28px; border: 0; border-top: 1px solid rgba(255, 255, 255, .16); background: transparent; }
.gd-section-hero--fleet .gd-section-metrics > div { min-width: 0; padding: 0; background: transparent; }
.gd-section-hero--fleet .gd-section-metrics strong { color: var(--gd-yellow); font-size: clamp(30px, 3.4vw, 40px); }
.gd-section-hero--fleet .gd-section-metrics span { color: rgba(255, 255, 255, .62); }
@media (min-width: 701px) {
  .gd-section-hero--fleet .gd-section-metrics > div:nth-child(1) { min-width: 101px; }
  .gd-section-hero--fleet .gd-section-metrics > div:nth-child(2) { min-width: 67px; }
}
.gd-section-shell { max-width: 1248px; margin: 0 auto; display: grid; grid-template-columns: 254px minmax(0, 1fr); align-items: start; background: linear-gradient(to right, transparent 0, transparent 253px, var(--gd-grey-200) 253px, var(--gd-grey-200) 254px, transparent 254px); }
.gd-section-nav { position: sticky; top: 135px; max-height: calc(100vh - 155px); overflow: auto; padding: 34px 20px 40px 24px; }
.gd-section-nav p { margin: 20px 0 7px; padding: 12px 14px 8px; border-bottom: 2px solid var(--gd-yellow); color: var(--gd-blue-600); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-section-nav p:first-child { margin-top: 0; }
.gd-section-nav a { display: flex; align-items: baseline; gap: 10px; padding: 9px 14px; border-left: 3px solid transparent; color: #555; font: 600 12px/1.42 Barlow, sans-serif; text-transform: uppercase; }
.gd-section-nav__code { flex: none; width: 30px; color: var(--gd-grey-400); font: 500 10.5px/1 "IBM Plex Mono", monospace; }
.gd-section-nav a:hover, .gd-section-nav a.is-active { border-left-color: var(--gd-yellow); background: #f2f6fc; color: var(--gd-blue-600); }
.gd-section-main { min-width: 0; }
.gd-section-main--full { width: min(100%, 1200px); margin-inline: auto; }
.gd-section-content { padding: clamp(44px, 5vw, 64px) 24px; }
.gd-section-content--lead { max-width: 900px; }
.gd-section-content--lead > p:first-child { color: var(--gd-blue-800); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.gd-section-content--wide { max-width: none; }
.gd-section-heading { margin-top: 10px; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; }
.gd-section-content--detail { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(32px, 5vw, 56px); align-items: start; }
.gd-section-prose { min-width: 0; }
.gd-section-prose > *:last-child { margin-bottom: 0; }
.gd-section-prose h2, .gd-section-prose h3 { margin: 30px 0 12px; line-height: 1.25; }
.gd-section-prose h2 { font-size: 25px; }
.gd-section-prose h3 { font-size: 19px; }
.gd-section-prose ul { padding-left: 22px; }
.gd-section-content--detail figure { position: sticky; top: 155px; margin: 0; border: 1px solid var(--gd-grey-200); background: #fff; }
.gd-section-content--detail figure img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; object-position: var(--gd-detail-position, center center); }
.gd-section-content--detail .gd-detail-media--contain img { object-fit: contain; }
.gd-section-content--detail figcaption { padding: 12px 16px; color: var(--gd-grey-500); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-reference-prose > .gd-section-prose { max-width: 850px; }
.gd-reference-prose .gd-investor-docs, .gd-reference-prose .gd-document-archive { max-width: none; }
.gd-method-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(32px, 5vw, 56px); padding: clamp(48px, 6vw, 72px) 24px; border-block: 1px solid var(--gd-grey-200); background: #f3f5f8; color: var(--gd-grey-700); }
.gd-method-band h2 { margin: 10px 0 18px; color: var(--gd-blue-800); font-size: clamp(24px, 3vw, 32px); }
.gd-method-band ol { margin: 0; padding: 0; border: 1px solid var(--gd-grey-200); background: #fff; list-style: none; }
.gd-method-band li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 16px 20px; border-bottom: 1px solid var(--gd-grey-200); }
.gd-method-band li:last-child { border-bottom: 0; }
.gd-method-band li > span { color: var(--gd-yellow); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-method-band li strong { color: var(--gd-blue-800); font: 600 14px/1.4 Archivo, sans-serif; text-transform: uppercase; }
.gd-method-band li p { margin: 4px 0 0; color: var(--gd-grey-500); font-size: 14px; }
.gd-reference-split { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .8fr); gap: clamp(36px, 5vw, 64px); align-items: start; }
.gd-reference-split h2 { margin-top: 8px; font-size: clamp(22px, 2.6vw, 28px); }
.gd-reference-callout { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--gd-yellow); }
.gd-reference-callout p { margin: 0 0 8px; font-size: 15px; }
.gd-reference-callout p:last-child { margin-bottom: 0; }
.gd-reference-panel { border: 1px solid var(--gd-grey-200); border-top: 4px solid var(--gd-yellow); background: #fff; }
.gd-reference-panel > .gd-eyebrow { padding: 17px 20px; border-bottom: 1px solid var(--gd-grey-200); }
.gd-reference-panel ol { margin: 0; padding: 0; list-style: none; }
.gd-reference-panel li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 15px 20px; border-bottom: 1px solid var(--gd-grey-100); }
.gd-reference-panel li:last-child { border-bottom: 0; }
.gd-reference-panel li span { color: var(--gd-blue-600); font: 500 11px/1.5 "IBM Plex Mono", monospace; }
.gd-reference-panel li p { margin: 0; font-size: 14px; line-height: 1.55; }
.gd-reference-panel dl { margin: 0; }
.gd-reference-panel dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--gd-grey-100); }
.gd-reference-panel dl > div:last-child { border-bottom: 0; }
.gd-reference-panel dt { color: var(--gd-blue-600); font: 600 12px/1.5 Barlow, sans-serif; }
.gd-reference-panel dd { margin: 0; color: var(--gd-grey-500); font-size: 13px; text-align: right; }
.gd-reference-pillars { padding-top: 0; }
.gd-depth-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.gd-depth-heading > p { max-width: 290px; margin: 0; color: var(--gd-grey-500); font: 500 12px/1.6 "IBM Plex Mono", monospace; }
.gd-fleet-overview { padding-block: clamp(44px, 5vw, 64px) clamp(32px, 4vw, 44px); }
.gd-fleet-overview > .gd-depth-chart { margin-inline: -24px; }
.gd-depth-chart { --gd-chart-scale: 1; height: 420px; overflow: hidden; }
.gd-depth-chart__inner { width: max(980px, var(--gd-depth-min, 980px)); min-width: max(980px, var(--gd-depth-min, 980px)); padding-inline: 24px; transform: scale(var(--gd-chart-scale)); transform-origin: top left; }
.gd-depth-chart__schematics, .gd-depth-chart__specs { display: grid; grid-template-columns: 56px repeat(var(--gd-depth-columns, 8), minmax(0, 1fr)); gap: 6px; background: var(--gd-blue-900); }
.gd-depth-chart__schematics { height: 79px; align-items: end; padding-top: 14px; }
.gd-depth-chart__schematics > div { min-width: 0; height: 64px; display: flex; align-items: end; justify-content: center; }
.gd-depth-chart__schematics img { width: 100%; height: 64px; object-fit: contain; object-position: center bottom; }
.gd-depth-chart__plot { display: grid; grid-template-columns: 56px 1fr; height: 214px; border-top: 3px solid var(--gd-yellow); background: var(--gd-blue-900); }
.gd-depth-chart__axis { position: relative; }
.gd-depth-chart__axis span { position: absolute; top: var(--gd-tick); right: 10px; color: rgba(255, 255, 255, .42); font: 500 11px/1 "IBM Plex Mono", monospace; transform: translateY(-50%); }
.gd-depth-chart__lines { position: relative; display: grid; grid-template-columns: repeat(var(--gd-depth-columns, 8), minmax(0, 1fr)); gap: 6px; overflow: hidden; }
.gd-depth-chart__lines > b { position: absolute; top: var(--gd-grid); right: 0; left: 0; height: 1px; background: rgba(255, 255, 255, .1); }
.gd-depth-chart__lines > div { position: relative; }
.gd-depth-chart__lines > div > i { position: absolute; top: 0; left: 50%; width: 2px; height: var(--gd-depth-px); background: var(--gd-yellow); transform: translateX(-50%); }
.gd-depth-chart__lines > div > i::after { content: ""; position: absolute; right: -4px; bottom: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--gd-yellow); }
.gd-depth-chart__lines > div > strong { position: absolute; top: calc(var(--gd-depth-px) + 9px); left: 50%; color: var(--gd-yellow); font: 500 11.5px/1 "IBM Plex Mono", monospace; white-space: nowrap; transform: translateX(-50%); }
.gd-depth-chart__specs { min-height: 130px; padding: 12px 0 16px; border-top: 1px solid rgba(255, 255, 255, .14); }
.gd-depth-chart__specs article { min-width: 0; text-align: center; }
.gd-depth-chart__specs h3 { margin: 0; color: var(--gd-yellow); font: 600 12px/1.25 Archivo, sans-serif; }
.gd-depth-chart__specs p { min-height: 28px; margin: 2px 0 0; color: rgba(255, 255, 255, .6); font-size: 10.5px; line-height: 1.3; }
.gd-depth-chart__specs dl { display: inline-grid; gap: 1px; margin: 5px 0 0; }
.gd-depth-chart__specs dl > div { display: flex; gap: 7px; color: #fff; font: 500 10.5px/1.4 "IBM Plex Mono", monospace; white-space: nowrap; }
.gd-depth-chart__specs dt { width: 24px; color: rgba(255, 255, 255, .5); text-align: left; }
.gd-depth-chart__specs dd { margin: 0; }
.gd-fleet-reference { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: clamp(36px, 6vw, 72px); margin-top: clamp(76px, 9vw, 108px); }
.gd-fleet-reference > div:first-child > .gd-accent-rule { margin: 18px 0 22px; }
.gd-fleet-reference > div:first-child > p:not(.gd-eyebrow) { margin: 0 0 16px; color: var(--gd-grey-700); font-size: 16px; line-height: 1.75; }
.gd-fleet-inventory { align-self: start; border: 1px solid var(--gd-grey-200); border-top: 4px solid var(--gd-yellow); }
.gd-fleet-inventory header { display: grid; gap: 6px; padding: 18px 22px; border-bottom: 1px solid var(--gd-grey-200); }
.gd-fleet-inventory header span { color: var(--gd-grey-500); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-fleet-inventory header strong { color: var(--gd-grey-400); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-fleet-inventory > div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 22px; border-bottom: 1px solid var(--gd-grey-100); color: var(--gd-blue-800); font-size: 13px; }
.gd-fleet-inventory > div:last-child { border-bottom: 0; }
.gd-fleet-inventory > div strong { color: var(--gd-blue-600); font: 500 12px/1.5 "IBM Plex Mono", monospace; white-space: nowrap; }
.gd-section-hero--service-detail { min-height: 0; display: block; padding: 0; border-bottom: 1px solid var(--gd-grey-200); }
.gd-section-hero--service-detail > .gd-container { min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding-top: clamp(34px, 4.5vw, 52px); padding-bottom: clamp(34px, 4.5vw, 52px); }
.gd-service-hero__crumb { display: flex; gap: 16px; color: rgba(255, 255, 255, .5); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-service-hero__crumb a { color: var(--gd-yellow); }
.gd-service-hero__crumb strong { color: rgba(255, 255, 255, .82); font-weight: 500; }
.gd-service-hero__body { display: grid; grid-template-columns: 170px minmax(0, 1fr); align-items: center; gap: 28px; padding: clamp(28px, 4vw, 44px) 0 0; }
.gd-service-hero__body > b { color: var(--gd-yellow); font: 800 clamp(64px, 9vw, 112px)/.82 Archivo, sans-serif; }
.gd-service-hero__body h1 { margin: 0; max-width: none; }
.gd-service-hero__body h1 { color: #fff; }
.gd-service-hero__body .gd-section-hero__lede { max-width: 720px; color: rgba(255, 255, 255, .84); }
.gd-service-specs { position: relative; z-index: 1; border-top: 1px solid var(--gd-grey-200); background: #fff; }
.gd-service-specs > .gd-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-inline: 0; }
.gd-service-specs > .gd-container > div { display: grid; gap: 9px; min-height: 92px; padding: 20px 22px; border-left: 1px solid var(--gd-grey-200); }
.gd-service-specs > .gd-container > div:last-child { border-right: 1px solid var(--gd-grey-200); }
.gd-service-specs span { color: var(--gd-grey-500); font: 600 10px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-service-specs strong { color: var(--gd-blue-800); font: 500 clamp(16px, 2vw, 20px)/1.25 "IBM Plex Mono", monospace; }
.gd-service-detail { padding-top: clamp(40px, 5vw, 60px); }
.gd-service-detail > .gd-section-prose { max-width: 820px; }
.gd-section-hero--rig-detail { min-height: 430px; padding-block: clamp(44px, 6vw, 72px); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.gd-section-hero--rig-detail > .gd-container > p { color: var(--gd-yellow); }
.gd-section-hero--rig-detail h1 { color: #fff; }
.gd-section-hero--rig-detail .gd-section-hero__lede { color: rgba(255, 255, 255, .84); }
.gd-rig-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 500px); gap: clamp(36px, 5vw, 64px); }
.gd-rig-detail__copy > .gd-accent-rule { margin: 16px 0 24px; }
.gd-rig-detail__copy > p:last-child { max-width: 620px; color: var(--gd-grey-700); font-size: 17px; line-height: 1.75; }
.gd-rig-detail__gallery { display: grid; gap: 8px; }
.gd-rig-detail__gallery--multi { grid-template-columns: 1fr; }
.gd-rig-detail__media { height: 360px; overflow: hidden; margin: 0; background: var(--gd-grey-100); }
.gd-rig-detail__gallery--multi .gd-rig-detail__media { height: clamp(240px, 23vw, 315px); border: 1px solid var(--gd-grey-200); }
.gd-rig-detail__gallery--multi .gd-rig-detail__media--contain { height: clamp(300px, 28vw, 390px); padding: 10px; }
.gd-rig-detail__media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--gd-rig-position); }
.gd-rig-detail__media--contain img { object-fit: contain; }
.gd-rig-detail__spec { border: 1px solid var(--gd-grey-200); border-top: 4px solid var(--gd-yellow); }
.gd-rig-detail__spec > p { margin: 0; padding: 18px 22px; }
.gd-rig-detail__spec dl { margin: 0; }
.gd-rig-detail__spec dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 13px 22px; border-top: 1px solid var(--gd-grey-100); }
.gd-rig-detail__spec dt { color: var(--gd-grey-500); }
.gd-rig-detail__spec dd { margin: 0; color: var(--gd-blue-800); font: 500 13px/1.4 "IBM Plex Mono", monospace; text-align: right; }
.gd-fleet-explorer-heading { margin-top: clamp(54px, 6vw, 72px); }
.gd-reference-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 28px; }
.gd-reference-cards > a { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--gd-grey-200); background: #fff; color: var(--gd-grey-700); }
.gd-reference-card__media { width: 100%; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; background: #1b2026; }
.gd-reference-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: var(--gd-reference-position, center center); filter: brightness(1.035) contrast(1.08) saturate(1.1); transition: filter .22s ease, transform .22s ease; }
.gd-reference-cards > a:hover .gd-reference-card__media img { filter: brightness(1.06) contrast(1.1) saturate(1.12); transform: scale(1.018); }
.gd-reference-cards > a > div { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.gd-reference-cards span { align-self: flex-start; padding: 6px 9px; background: var(--gd-yellow); color: var(--gd-blue-900); font: 600 11px/1 Barlow, sans-serif; }
.gd-reference-cards h3 { margin-top: 15px; font-size: 18px; line-height: 1.3; }
.gd-reference-cards p { margin: 10px 0 18px; font-size: 14.5px; line-height: 1.55; }
.gd-reference-cards strong { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--gd-grey-100); color: var(--gd-blue-600); font: 600 12px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-operations-band { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 24px; padding: clamp(36px, 4.5vw, 56px) 24px; background: #20252b; }
.gd-operations-band--about { margin: 0; }
.gd-operations-map-wrap { min-width: 0; }
.gd-operations-map-wrap .gd-operations-map-shell { max-width: none; margin: 0; }
.gd-location-list { align-self: start; border: 1px solid rgba(255, 255, 255, .14); background: #282e35; }
.gd-location-list h2 { padding: 18px 22px; border-bottom: 1px solid rgba(255, 255, 255, .16); color: var(--gd-yellow); font: 600 12px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-location-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 12px; padding: 15px 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: #fff; }
.gd-location-list a:last-child { border-bottom: 0; }
.gd-location-list a > span { display: flex; flex-direction: column; }
.gd-location-list a strong { color: #fff; font: 600 14px/1.4 Archivo, sans-serif; }
.gd-location-list a small { color: var(--gd-yellow); font: 500 11px/1.4 "IBM Plex Mono", monospace; }
.gd-location-list a p { grid-column: 1 / -1; margin: 0; color: rgba(255, 255, 255, .58); font-size: 13px; }
.gd-investor-market { padding: 32px 24px 0; }
.gd-investor-market .gd-market-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gd-link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 28px; margin-top: 28px; }
.gd-link-grid > a { min-width: 0; display: flex; flex-direction: column; padding: 20px 0 18px; border: 0; border-top: 1px solid var(--gd-grey-200); background: transparent; color: var(--gd-grey-700); }
.gd-link-grid > a:hover { border-top-color: var(--gd-yellow); color: var(--gd-grey-700); }
.gd-link-grid > a > span { color: var(--gd-grey-500); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-link-grid h3 { margin-top: 12px; font-size: 18px; line-height: 1.3; }
.gd-link-grid p { margin: 10px 0 18px; font-size: 14px; line-height: 1.55; }
.gd-link-grid strong { margin-top: auto; color: var(--gd-blue-600); font: 600 12px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-contact-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(32px, 5vw, 56px); padding: clamp(44px, 5vw, 64px) 24px; }
.gd-contact-layout h2 { margin: 10px 0 14px; font-size: 27px; }
.gd-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.gd-contact-form label { min-width: 0; }
.gd-contact-form label > span { display: block; margin-bottom: 7px; color: var(--gd-grey-500); font: 600 11.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-contact-form input, .gd-contact-form select, .gd-contact-form textarea { width: 100%; min-height: 44px; padding: 10px 13px; border: 1px solid #c9c9c9; border-radius: 2px; background: #fff; color: var(--gd-grey-700); }
.gd-contact-form textarea { resize: vertical; }
.gd-contact-form__wide, .gd-contact-form .gd-button { grid-column: 1 / -1; }
.gd-contact-form .gd-button { width: max-content; }
.gd-honeypot { position: absolute; left: -9999px; }
.gd-form-notice { padding: 14px 16px; border-left: 4px solid #2e7d4f; background: #edf7f1; color: #1f5a38; }
.gd-form-notice--error { border-left-color: #b3261e; background: #fff0ef; color: #8c1d18; }
.gd-office-panel { border: 1px solid var(--gd-grey-200); border-top: 4px solid var(--gd-yellow); }
.gd-office-panel h2 { margin: 0; padding: 18px 20px; border-bottom: 1px solid var(--gd-grey-200); font-size: 18px; }
.gd-office-panel a { display: grid; padding: 14px 20px; border-bottom: 1px solid var(--gd-grey-100); }
.gd-office-panel a:last-child { border-bottom: 0; }
.gd-office-panel small { color: var(--gd-blue-600); font: 600 10.5px/1.4 Barlow, sans-serif; }
.gd-office-panel strong { color: var(--gd-blue-800); font: 600 15px/1.35 Archivo, sans-serif; }
.gd-office-panel span { color: var(--gd-grey-500); font-size: 13px; }
.gd-direct-panel a { gap: 4px; }
.gd-direct-panel a strong { order: 1; }
.gd-direct-panel a span { order: 2; }
.gd-direct-panel a small { order: 3; margin-top: 5px; color: var(--gd-blue-600); text-transform: uppercase; }
.gd-investor-note { display: block; padding: 11px 0 22px; color: rgba(255, 255, 255, .56); font: 500 11px/1.5 "IBM Plex Mono", monospace; }
.gd-section-metrics--investor { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 32px; }
.gd-section-metrics--investor > div { min-width: 0; min-height: 96px; display: grid; align-content: center; gap: 7px; }
.gd-section-metrics--investor span { order: 1; color: var(--gd-grey-500); font: 600 10px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-section-metrics--investor strong { order: 2; font-size: clamp(18px, 2vw, 22px); }
.gd-investor-overview > .gd-accent-rule { margin: 12px 0 18px; }
.gd-investor-overview > .gd-section-heading { max-width: 760px; }
.gd-investor-pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 28px; margin-top: 32px; }
.gd-investor-pillars article { min-height: 200px; display: grid; grid-template-rows: auto auto 1fr; align-content: start; padding: 20px 0; border: 0; border-top: 1px solid var(--gd-grey-200); background: transparent; }
.gd-investor-pillars article:first-child { border-top: 3px solid var(--gd-yellow); }
.gd-investor-pillars strong, .gd-investor-pillars span { display: block; }
.gd-investor-pillars strong { color: var(--gd-blue-800); font: 700 clamp(25px, 3vw, 33px)/1.1 Archivo, sans-serif; }
.gd-investor-pillars span { margin-top: 10px; color: var(--gd-blue-600); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-investor-pillars p { margin: 9px 0 0; color: var(--gd-grey-600); font-size: 14px; line-height: 1.6; }
.gd-office-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; border: 1px solid var(--gd-grey-200); background: var(--gd-grey-200); }
.gd-office-grid article { padding: 24px; background: #fff; }
.gd-office-grid small { color: var(--gd-blue-600); font: 600 11px/1.4 Barlow, sans-serif; }
.gd-office-grid h2 { margin-top: 8px; font-size: 19px; }
.gd-office-grid p { margin: 8px 0 0; color: var(--gd-grey-500); font-size: 14px; }
.gd-gallery-archive { width: min(100%, 1240px); margin: 0 auto; background: #fff; }
.gd-gallery-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr); gap: clamp(36px, 7vw, 96px); align-items: end; padding: clamp(42px, 6vw, 76px) 24px clamp(36px, 5vw, 64px); border-bottom: 1px solid var(--gd-grey-200); }
.gd-gallery-intro h2 { max-width: 660px; margin: 8px 0 0; color: var(--gd-blue-800); font-size: clamp(30px, 4vw, 48px); }
.gd-gallery-intro > div > p:last-child { max-width: 680px; margin: 20px 0 0; color: var(--gd-grey-600); font-size: 16px; line-height: 1.75; }
.gd-gallery-intro dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border-top: 3px solid var(--gd-yellow); }
.gd-gallery-intro dl div { min-width: 0; padding: 18px 14px 4px 0; border-right: 1px solid var(--gd-grey-200); }
.gd-gallery-intro dl div + div { padding-left: 14px; }
.gd-gallery-intro dl div:last-child { border-right: 0; }
.gd-gallery-intro dt { color: var(--gd-grey-500); font: 600 10px/1.35 Barlow, sans-serif; text-transform: uppercase; }
.gd-gallery-intro dd { margin: 7px 0 0; color: var(--gd-blue-800); font: 650 clamp(18px, 2vw, 24px)/1.2 Archivo, sans-serif; }
.gd-gallery-tools { position: sticky; top: 120px; z-index: 40; display: grid; grid-template-columns: minmax(0, 1fr) 190px auto; gap: 16px; align-items: center; min-height: 64px; padding: 10px 24px; border-bottom: 1px solid var(--gd-grey-200); background: rgba(255, 255, 255, .97); box-shadow: 0 8px 18px rgba(19, 42, 82, .05); backdrop-filter: blur(10px); }
.gd-gallery-years { display: flex; gap: 3px; overflow-x: auto; scrollbar-width: thin; }
.gd-gallery-years button { flex: none; min-height: 38px; padding: 0 13px; border: 1px solid transparent; background: transparent; color: var(--gd-grey-600); cursor: pointer; font: 600 11px/1 Barlow, sans-serif; text-transform: uppercase; }
.gd-gallery-years button span { margin-left: 4px; color: var(--gd-grey-400); font-family: "IBM Plex Mono", monospace; font-weight: 500; }
.gd-gallery-years button:hover { border-color: var(--gd-grey-400); color: var(--gd-blue-600); }
.gd-gallery-years button.is-active { border-color: var(--gd-blue-600); background: var(--gd-blue-600); color: #fff; }
.gd-gallery-years button.is-active span { color: rgba(255, 255, 255, .75); }
.gd-gallery-search input { width: 100%; min-height: 38px; padding: 0 12px; border: 1px solid var(--gd-grey-200); border-radius: 0; background: #fff; color: var(--gd-blue-800); font: 500 13px/1.2 Barlow, sans-serif; }
.gd-gallery-search input:focus { border-color: var(--gd-blue-600); outline: 2px solid rgba(31, 75, 141, .15); outline-offset: 0; }
.gd-gallery-tools > p { margin: 0; color: var(--gd-grey-500); font: 500 11px/1.35 "IBM Plex Mono", monospace; white-space: nowrap; }
.gd-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; padding: 2px 24px 0; }
.gd-gallery-grid > button { position: relative; min-width: 0; aspect-ratio: 4 / 3; overflow: hidden; padding: 0; border: 0; background: var(--gd-grey-100); cursor: zoom-in; text-align: left; content-visibility: auto; contain-intrinsic-size: 290px 218px; }
.gd-gallery-grid > button[hidden] { display: none; }
.gd-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.002); transition: transform .28s ease, filter .28s ease; }
.gd-gallery-grid > button:hover img, .gd-gallery-grid > button:focus-visible img { filter: saturate(1.06) contrast(1.03); transform: scale(1.035); }
.gd-gallery-card__meta { position: absolute; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 46px 14px 12px; background: linear-gradient(to top, rgba(9, 14, 20, .82), rgba(9, 14, 20, 0)); opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; }
.gd-gallery-grid > button:hover .gd-gallery-card__meta, .gd-gallery-grid > button:focus-visible .gd-gallery-card__meta { opacity: 1; transform: translateY(0); }
.gd-gallery-card__meta small { color: var(--gd-yellow); font: 600 10px/1.3 "IBM Plex Mono", monospace; }
.gd-gallery-card__meta strong { color: #fff; font: 600 11px/1.3 Barlow, sans-serif; text-transform: uppercase; }
.gd-gallery-more { display: flex; justify-content: center; padding: 32px 24px clamp(56px, 7vw, 88px); }
.gd-gallery-more [hidden] { display: none; }
.gd-gallery-empty { margin: 32px 24px 0; padding: 44px 24px; border-top: 1px solid var(--gd-grey-200); border-bottom: 1px solid var(--gd-grey-200); text-align: center; }
.gd-gallery-empty h3 { color: var(--gd-blue-800); }
.gd-gallery-empty p { margin: 8px 0 0; color: var(--gd-grey-500); }
.gd-gallery-dialog { width: min(1180px, calc(100% - 36px)); max-width: none; padding: 52px 58px 18px; border: 0; border-top: 4px solid var(--gd-yellow); background: #10151c; color: #fff; }
.gd-gallery-dialog::backdrop { background: rgba(7, 10, 14, .92); }
.gd-gallery-dialog__bar { position: absolute; top: 10px; right: 12px; left: 16px; display: flex; align-items: center; justify-content: space-between; }
.gd-gallery-dialog__bar span { color: rgba(255, 255, 255, .65); font: 500 11px/1 "IBM Plex Mono", monospace; }
.gd-gallery-dialog__bar button, .gd-gallery-dialog__nav { display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .34); background: rgba(16, 21, 28, .78); color: #fff; cursor: pointer; }
.gd-gallery-dialog__bar button { width: 34px; height: 34px; font-size: 24px; line-height: 1; }
.gd-gallery-dialog__nav { position: absolute; top: 50%; width: 42px; height: 48px; transform: translateY(-50%); font-size: 22px; }
.gd-gallery-dialog__nav:hover, .gd-gallery-dialog__bar button:hover { border-color: var(--gd-yellow); color: var(--gd-yellow); }
.gd-gallery-dialog__nav--previous { left: 8px; }
.gd-gallery-dialog__nav--next { right: 8px; }
.gd-gallery-dialog figure { margin: 0; }
.gd-gallery-dialog img { width: 100%; height: min(72vh, 780px); object-fit: contain; }
.gd-gallery-dialog figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 12px; color: rgba(255, 255, 255, .82); font-size: 13px; line-height: 1.5; }
.gd-gallery-dialog figcaption a { flex: none; color: var(--gd-yellow); font: 600 10px/1.3 Barlow, sans-serif; text-transform: uppercase; }
.gd-reference-prose table, .gd-section-prose table {
  width: 100%;
  max-width: none;
  margin: 24px 0 32px;
  border: 1px solid var(--gd-grey-200);
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  color: var(--gd-grey-700);
  font-size: 15px;
  line-height: 1.55;
}
.gd-reference-prose th, .gd-reference-prose td, .gd-section-prose th, .gd-section-prose td {
  min-width: 0;
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid var(--gd-grey-200);
  overflow-wrap: anywhere;
  text-align: left;
  vertical-align: middle;
}
.gd-reference-prose thead th, .gd-section-prose thead th {
  background: var(--gd-blue-800);
  color: #fff;
  font: 600 11px/1.4 Barlow, sans-serif;
  text-transform: uppercase;
}
.gd-reference-prose tbody th[scope="row"], .gd-section-prose tbody th[scope="row"] {
  width: 28%;
  background: var(--gd-grey-050);
  color: var(--gd-blue-800);
  font: 600 13px/1.45 Archivo, sans-serif;
}
.gd-reference-prose tbody tr:last-child > *, .gd-section-prose tbody tr:last-child > * { border-bottom: 0; }
.gd-reference-prose tbody tr:hover > td, .gd-section-prose tbody tr:hover > td { background: #fbfcfe; }

.geo-document-list { margin: 16px 0 32px; border: 1px solid var(--gd-grey-200); background: #fff; }
.geo-document-row { min-height: 68px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 14px 18px; border-bottom: 1px solid var(--gd-grey-200); color: var(--gd-blue-800); }
.geo-document-row:last-child { border-bottom: 0; }
.geo-document-row > br { display: none; }
.geo-document-row__title { min-width: 0; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; text-transform: none; }
.geo-document-row__meta { min-width: 44px; padding: 7px 8px; background: var(--gd-grey-050); color: var(--gd-blue-600); font: 600 10px/1 "IBM Plex Mono", monospace; text-align: center; }

.gd-about-page { min-height: 60vh; }
.gd-about-hero--history { min-height: clamp(380px, 34vw, 470px); align-items: flex-end; padding: clamp(52px, 6vw, 72px) 0 42px; }
.gd-history-hero__lede { max-width: 700px; }
.gd-history-hero__milestones { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)); max-width: 920px; gap: 32px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .28); }
.gd-history-hero__milestones > div { min-width: 0; }
.gd-history-hero__milestones strong { display: block; color: var(--gd-yellow); font: 700 clamp(22px, 2.8vw, 30px)/1 Archivo, sans-serif; }
.gd-history-hero__milestones span { display: block; margin-top: 7px; color: rgba(255, 255, 255, .74); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-about-hero--profile, .gd-about-hero--vision, .gd-about-hero--management, .gd-about-hero--board, .gd-about-hero--operations, .gd-about-hero--testimonials, .gd-about-hero--workforce, .gd-about-hero--csr { min-height: clamp(360px, 31vw, 430px); align-items: flex-end; padding-block: clamp(56px, 6vw, 78px) 44px; }
.gd-about-hero__lede { max-width: 650px; }
.gd-profile-hero__facts { display: grid; grid-template-columns: repeat(4, minmax(100px, 1fr)); max-width: 680px; gap: 0; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .28); }
.gd-profile-hero__facts > div { min-width: 0; padding-right: 24px; }
.gd-profile-hero__facts strong { display: block; color: var(--gd-yellow); font: 700 clamp(21px, 2.4vw, 28px)/1 Archivo, sans-serif; }
.gd-profile-hero__facts span { display: block; margin-top: 7px; color: rgba(255, 255, 255, .7); font: 600 10px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-vision-hero__principles { display: flex; flex-wrap: wrap; gap: 0; max-width: 680px; margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .28); }
.gd-vision-hero__principles span { position: relative; padding: 18px 28px 0 0; margin-right: 28px; color: rgba(255, 255, 255, .78); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-vision-hero__principles span:not(:last-child)::after { content: ""; position: absolute; top: 16px; right: 0; width: 1px; height: 18px; background: rgba(255, 255, 255, .25); }
.gd-management-hero__summary { margin-top: 26px; color: var(--gd-yellow); font: 600 11px/1.45 Barlow, sans-serif; text-transform: uppercase; }
.gd-about-shell { max-width: 1248px; margin: 0 auto; display: grid; grid-template-columns: 254px minmax(0, 1fr); align-items: start; background: linear-gradient(to right, transparent 0, transparent 253px, var(--gd-grey-200) 253px, var(--gd-grey-200) 254px, transparent 254px); }
.gd-about-nav { position: sticky; top: 135px; max-height: calc(100vh - 155px); overflow: auto; display: flex; flex-direction: column; gap: 2px; padding: 40px 20px 40px 24px; }
.gd-about-nav a { display: block; flex: none; padding: 10px 14px; border-left: 3px solid transparent; color: #555; font: 600 12.5px/1.45 Barlow, sans-serif; text-transform: uppercase; transition: background-color .15s, color .15s; }
.gd-about-nav a:hover, .gd-about-nav a.is-active { border-left-color: var(--gd-yellow); background: #f2f6fc; color: var(--gd-blue-600); }
.gd-about-main { min-width: 0; }
.gd-about-section { padding: clamp(48px, 6vw, 72px) 24px; }
.gd-about-profile, .gd-about-split { display: grid; gap: clamp(32px, 5vw, 56px); align-items: start; }
.gd-about-profile { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gd-about-split { grid-template-columns: 1.5fr 1fr; }
.gd-about-copy { min-width: 0; }
.gd-about-copy > *:last-child { margin-bottom: 0; }
.gd-about-copy--lead > p:first-child { color: var(--gd-blue-800); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.gd-about-copy--narrow { max-width: 760px; }
.gd-about-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gd-about-profile .gd-about-media img { aspect-ratio: 3 / 2; }
.gd-about-media--sticky { position: sticky; top: 155px; }
.gd-about-facts { padding: 24px; border: 1px solid var(--gd-grey-200); border-top: 0; }
.gd-about-facts > p { margin-bottom: 14px; }
.gd-about-facts > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--gd-grey-100); font: 500 14px/1.4 "IBM Plex Mono", monospace; }
.gd-about-facts > div:last-child { border-bottom: 0; }
.gd-about-facts span { color: var(--gd-grey-500); }
.gd-about-facts strong { color: var(--gd-blue-800); font-weight: 500; text-align: right; }
.gd-about-band { background: var(--gd-grey-050); }
.gd-about-statements { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.gd-about-statements article { padding: 32px; border: 1px solid var(--gd-grey-200); border-top: 4px solid var(--gd-yellow); background: #fff; }
.gd-about-statements h2 { font-size: 20px; line-height: 1.25; }
.gd-about-statements article > p:last-child { margin: 14px 0 0; }
.gd-about-statements--dark { margin: 0; padding: clamp(48px, 6vw, 72px) 24px; border-block: 1px solid var(--gd-grey-200); background: #f3f5f8; }
.gd-about-statements--dark article { border-color: var(--gd-grey-200); border-top-color: var(--gd-yellow); background: #fff; }
.gd-about-statements--dark h2 { margin-top: 18px; color: var(--gd-blue-800); font-size: clamp(19px, 2.4vw, 24px); font-weight: 400; line-height: 1.45; }
.gd-about-heading { margin-top: 10px; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; }
.gd-about-testimonials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.gd-about-testimonials figure { min-width: 0; margin: 0; padding: 28px; border: 1px solid var(--gd-grey-200); border-top: 4px solid var(--gd-yellow); background: #fff; }
.gd-about-testimonials blockquote { margin: 0; color: var(--gd-blue-800); font-size: 16px; line-height: 1.7; }
.gd-about-testimonials blockquote p { margin: 0; }
.gd-about-testimonials figcaption { display: flex; flex-direction: column; gap: 4px; margin-top: 22px; padding-left: 14px; border-left: 3px solid var(--gd-yellow); }
.gd-about-testimonials figcaption strong { color: var(--gd-blue-800); font: 600 14px/1.3 Archivo, sans-serif; }
.gd-about-testimonials figcaption span { color: var(--gd-grey-500); font-size: 13px; }
.gd-about-testimonials--all { margin-top: 40px; }
.gd-timeline { margin-top: 36px; }
.gd-timeline article { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 22px; padding: 22px 0; border-top: 1px solid var(--gd-grey-200); }
.gd-timeline time { color: var(--gd-blue-600); font: 500 15px/1.4 "IBM Plex Mono", monospace; }
.gd-timeline h2 { font-size: 16px; line-height: 1.3; }
.gd-timeline p { margin: 8px 0 0; }
.gd-about-caption { padding: 24px 26px; border-left: 4px solid var(--gd-yellow); background: #f3f5f8; }
.gd-about-caption > p:last-child { margin: 12px 0 0; color: var(--gd-grey-700); font-size: 15px; }
.gd-people-list { margin-top: 36px; border-top: 1px solid var(--gd-grey-200); }
.gd-people-list article { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(24px, 4vw, 48px); padding: clamp(28px, 4vw, 40px) 0; border-bottom: 1px solid var(--gd-grey-200); }
.gd-person-portrait { width: 100%; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: var(--gd-grey-100); }
.gd-person-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.gd-person-details { min-width: 0; display: grid; grid-template-columns: minmax(190px, .72fr) minmax(0, 1.5fr); align-items: start; gap: clamp(24px, 4vw, 48px); }
.gd-person-heading { min-width: 0; }
.gd-people-list h2 { font-size: clamp(20px, 2.4vw, 26px); line-height: 1.2; }
.gd-people-list .gd-person-role { margin: 10px 0 0; color: var(--gd-blue-600); font: 600 12px/1.5 Barlow, sans-serif; text-transform: uppercase; }
.gd-person-heading > a { display: block; margin-top: 10px; color: var(--gd-grey-400); font: 500 13px/1.5 "IBM Plex Mono", monospace; overflow-wrap: anywhere; }
.gd-workforce-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--gd-grey-200); border-top: 0; background: var(--gd-grey-200); }
.gd-workforce-stats > div { padding: 20px; background: #fff; }
.gd-workforce-stats strong { display: block; color: var(--gd-blue-800); font: 800 clamp(24px, 2.8vw, 30px)/1 Archivo, sans-serif; }
.gd-workforce-stats span { display: block; margin-top: 8px; color: var(--gd-grey-500); font: 600 10.5px/1.4 Barlow, sans-serif; text-transform: uppercase; }
.gd-about-copy .gd-button { margin-top: 8px; }
.gd-release-notice { margin: 0 0 28px; padding: 18px 20px; border-left: 4px solid var(--gd-yellow); background: var(--gd-grey-050); color: var(--gd-blue-800); }
.gd-release-years { display: flex; flex-wrap: wrap; gap: 1px; margin-bottom: 32px; border: 1px solid var(--gd-grey-200); background: var(--gd-grey-200); }
.gd-release-years button { min-width: 82px; min-height: 44px; padding: 0 18px; border: 0; background: #fff; color: var(--gd-blue-800); cursor: pointer; font: 700 12px/1 Archivo, sans-serif; }
.gd-release-years button[aria-selected="true"] { background: var(--gd-blue-900); color: #fff; }
.gd-release-year[hidden] { display: none; }
.gd-release-year h2 { margin: 0 0 18px; color: var(--gd-blue-800); font-size: 28px; }
.gd-release-list { border-top: 1px solid var(--gd-grey-200); }
.gd-release-list a { min-height: 92px; display: grid; grid-template-columns: 118px minmax(0, 1fr) 40px; align-items: center; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--gd-grey-200); color: var(--gd-blue-800); }
.gd-release-list time { color: var(--gd-grey-500); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.gd-release-list span { min-width: 0; }
.gd-release-list strong { display: block; font: 600 14px/1.4 Archivo, sans-serif; text-transform: uppercase; }
.gd-release-list small { display: block; margin-top: 7px; color: var(--gd-grey-500); font-size: 13px; line-height: 1.5; }
.gd-release-list b { color: var(--gd-blue-600); font: 700 10px/1 "IBM Plex Mono", monospace; text-align: right; }

@keyframes gd-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 1100px) {
  .gd-nav-list > li > a { padding-inline: 8px; font-size: 12px; }
  .gd-mega-panel__links { padding-inline: 28px; }
  .gd-mega-panel__columns { gap-inline: 24px; }
  .gd-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .admin-bar .gd-site-header { top: 46px; }
  .gd-menu-toggle { display: flex; }
  .gd-primary-nav { position: absolute; top: 84px; right: 0; left: 0; max-height: calc(100vh - 119px); display: none; overflow: auto; border-top: 1px solid var(--gd-grey-200); background: var(--gd-grey-050); }
  .gd-primary-nav.is-open { display: block; }
  .gd-nav-list { display: block; padding: 8px 0 20px; }
  .gd-nav-list > li { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid var(--gd-grey-200); }
  .gd-nav-list > li > a { min-width: 0; min-height: 52px; flex: 1; padding: 0 24px; border-bottom: 0; }
  .gd-nav-list .sub-menu { position: static; min-width: 0; display: block; padding: 0 24px 12px; opacity: 1; visibility: visible; transform: none; border: 0; background: transparent; box-shadow: none; }
  .gd-nav-list .sub-menu a { padding: 7px 0; }
  .gd-mega-toggle { width: 48px; height: 48px; display: grid; flex: none; place-items: center; margin-right: 12px; padding: 0; border: 0; background: transparent; color: var(--gd-blue-600); cursor: pointer; }
  .gd-mega-toggle > span:first-child { font: 500 24px/1 Barlow, sans-serif; transition: transform .15s ease; }
  .gd-mega-item.is-open > .gd-mega-toggle > span:first-child { transform: rotate(45deg); }
  .gd-mega-panel { position: static; width: 100%; display: none; grid-template-columns: 1fr; opacity: 1; visibility: visible; transform: none; border-top-width: 2px; box-shadow: none; pointer-events: auto; transition: none; }
  .gd-mega-item:hover > .gd-mega-panel, .gd-mega-item:focus-within > .gd-mega-panel { display: none; }
  .gd-mega-item.is-open > .gd-mega-panel { display: block; }
  .gd-mega-panel__links { padding: 12px 24px 20px; }
  .gd-mega-panel__heading { padding-bottom: 10px; }
  .gd-mega-panel__columns { display: block; margin-top: 6px; }
  .gd-mega-panel__column + .gd-mega-panel__column { margin-top: 12px; }
  .gd-mega-panel__column h2 { padding-top: 8px; }
  .gd-mega-panel__column > a { min-height: 36px; padding: 7px 0; }
  .gd-mega-panel__media { display: none; }
  .gd-company__grid, .gd-section-intro, .gd-news-social__grid { grid-template-columns: 1fr; }
  .gd-media-grid, .gd-service-grid, .gd-esg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gd-media-panel:last-child { grid-column: 1 / -1; }
  .gd-affiliations { flex-direction: row; }
  .gd-about-shell { display: block; background: none; }
  .gd-about-nav { position: sticky; top: 119px; z-index: 40; max-height: none; display: flex; flex-direction: row; flex-wrap: wrap; gap: 2px; overflow: visible; padding: 8px 12px; border-bottom: 1px solid var(--gd-grey-200); background: #fff; }
  .gd-about-nav a { padding: 8px 10px; font-size: 11px; }
  .gd-about-profile, .gd-about-split { grid-template-columns: 1fr; }
  .gd-about-media--sticky { position: static; }
  .gd-people-list article { grid-template-columns: 170px minmax(0, 1fr); }
  .gd-person-details { grid-template-columns: 1fr; }
  .gd-section-shell { display: block; background: none; }
  .gd-section-nav { position: sticky; top: 119px; z-index: 40; max-height: none; display: flex; gap: 2px; overflow-x: auto; padding: 8px 12px; border-bottom: 1px solid var(--gd-grey-200); background: #fff; scrollbar-width: thin; }
  .gd-section-nav p { display: none; }
  .gd-section-nav a { flex: none; padding: 8px 10px; font-size: 11px; }
  .gd-section-content--detail, .gd-method-band, .gd-operations-band, .gd-contact-layout, .gd-reference-split { grid-template-columns: 1fr; }
  .gd-section-content--detail figure { position: static; }
  .gd-gallery-intro { grid-template-columns: 1fr; gap: 30px; }
  .gd-gallery-intro dl { max-width: 620px; }
  .gd-gallery-tools { grid-template-columns: minmax(0, 1fr) 190px; }
  .gd-gallery-tools > p { grid-column: 1 / -1; }
  .gd-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gd-investor-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gd-service-hero__body { grid-template-columns: 130px minmax(0, 1fr); }
  .gd-rig-detail { grid-template-columns: 1fr; }
  .gd-fleet-reference { grid-template-columns: 1fr; }
  .gd-esg-shell .gd-section-nav { padding-top: 8px; }
  .gd-esg-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gd-esg-article-layout { grid-template-columns: minmax(0, 1fr) 220px; gap: 44px; }
}

@media (max-width: 700px) {
  .gd-page-hero, .gd-section-hero, .gd-about-hero { min-height: 390px; background-position: var(--gd-hero-position-mobile, var(--gd-hero-position, 50% 50%)); }
  .gd-page-hero::before, .gd-section-hero::before, .gd-about-hero::before { background: var(--gd-banner-overlay); }
  :root { --gd-gutter: 20px; }
  .gd-market-bar__inner { min-height: 34px; }
  .gd-nav-shell__inner { min-height: 74px; }
  .gd-brand img, .gd-brand .custom-logo { height: 31px; }
  .gd-primary-nav { top: 74px; }
  .gd-hero { height: min(720px, calc(100svh - 114px)); min-height: 590px; }
  .gd-hero__slide { background-position: 58% center; }
  .gd-hero__slide::before { background: var(--gd-banner-overlay); }
  .gd-hero h1 { font-size: clamp(34px, 11vw, 48px); }
  .gd-hero__meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .gd-hero__meta strong { max-width: 92%; }
  .gd-slider-controls { gap: 12px; }
  .gd-slider-dots { min-width: 80px; }
  .gd-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .gd-stats__grid > div:nth-child(3), .gd-stats__grid > div:nth-child(4) { border-top: 1px solid var(--gd-grey-200); }
  .gd-media-grid, .gd-service-grid, .gd-esg-grid { grid-template-columns: 1fr; }
  .gd-media-panel:last-child { grid-column: auto; }
  .gd-affiliations { flex-direction: column; }
  .gd-news-list a { grid-template-columns: 94px 1fr 18px; gap: 12px; }
  .gd-news-list strong { font-size: 13px; }
  .gd-release-list a { grid-template-columns: 92px minmax(0, 1fr) 34px; gap: 12px; }
  .gd-release-list strong { font-size: 12px; }
  .gd-release-list small { display: none; }
  .gd-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .gd-footer-brand { grid-column: 1 / -1; }
  .gd-footer-legal > div { padding-block: 20px; }
  .gd-about-nav { top: 108px; flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-inline: contain; }
  .gd-about-nav a { white-space: nowrap; }
  .gd-about-statements, .gd-about-testimonials { grid-template-columns: 1fr; }
  .gd-about-hero--history { min-height: 480px; padding-block: 44px 32px; }
  .gd-history-hero__lede { max-width: 560px; }
  .gd-history-hero__milestones { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; margin-top: 24px; padding-top: 18px; }
  .gd-history-hero__milestones strong { font-size: 23px; }
  .gd-about-hero--profile, .gd-about-hero--vision, .gd-about-hero--management, .gd-about-hero--board, .gd-about-hero--operations, .gd-about-hero--testimonials, .gd-about-hero--workforce, .gd-about-hero--csr { min-height: 430px; padding-block: 52px 34px; }
  .gd-about-hero__lede { max-width: 520px; font-size: 16px; }
  .gd-profile-hero__facts { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 22px; padding-top: 16px; }
  .gd-profile-hero__facts > div { padding-right: 0; }
  .gd-profile-hero__facts strong { font-size: 21px; }
  .gd-vision-hero__principles { gap: 12px 18px; margin-top: 22px; padding-top: 16px; }
  .gd-vision-hero__principles span { padding: 0; margin: 0; }
  .gd-vision-hero__principles span::after { display: none; }
  .gd-about-section { padding-inline: 20px; }
  .gd-about-statements--dark { padding-inline: 20px; }
  .gd-section-hero { padding: 42px 0; }
  .gd-section-hero--service-detail { min-height: 0; padding: 0; }
  .gd-section-hero--service-detail > .gd-container { min-height: 430px; padding-top: 30px; padding-bottom: 34px; }
  .gd-section-metrics > div { min-width: calc(50% - 1px); flex: 1; }
  .gd-section-hero--fleet .gd-section-metrics { column-gap: 48px; row-gap: 28px; }
  .gd-section-hero--fleet .gd-section-metrics > div { min-width: 0; flex: 0 0 auto; }
  .gd-section-hero--fleet .gd-section-metrics > div:nth-child(3) { flex-basis: 100%; }
  .gd-section-content { padding-inline: 20px; }
  .gd-fleet-overview > .gd-depth-chart { margin-inline: -20px; }
  .gd-method-band, .gd-operations-band, .gd-contact-layout { padding-inline: 20px; }
  .gd-contact-form { grid-template-columns: 1fr; }
  .gd-contact-form__wide, .gd-contact-form .gd-button { grid-column: auto; }
  .gd-gallery-intro { padding-inline: 20px; }
  .gd-gallery-intro dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gd-gallery-tools { top: 108px; grid-template-columns: 1fr; gap: 8px; padding: 10px 20px; }
  .gd-gallery-years { margin-inline: -4px; }
  .gd-gallery-tools > p { grid-column: auto; padding-left: 2px; }
  .gd-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 20px; }
  .gd-gallery-dialog { width: calc(100% - 16px); padding: 50px 8px 12px; }
  .gd-gallery-dialog img { height: min(64vh, 620px); }
  .gd-gallery-dialog figcaption { align-items: flex-start; flex-direction: column; gap: 8px; padding-inline: 8px; }
  .gd-gallery-dialog__nav { width: 38px; height: 44px; }
  .gd-section-metrics--investor, .gd-investor-pillars { grid-template-columns: 1fr 1fr; }
  .gd-investor-pillars article { min-height: 200px; }
  .gd-reference-prose table, .gd-section-prose table { font-size: 14px; }
  .gd-reference-prose th, .gd-reference-prose td, .gd-section-prose th, .gd-section-prose td { padding: 14px 12px; }
  .gd-reference-prose tbody th[scope="row"], .gd-section-prose tbody th[scope="row"] { width: 34%; }
  .geo-document-row { min-height: 76px; gap: 14px; padding: 13px 14px; }
  .gd-service-hero__body { grid-template-columns: 1fr; gap: 18px; padding-block: 28px 36px; }
  .gd-service-hero__body > b { font-size: 58px; }
  .gd-service-specs > .gd-container { grid-template-columns: 1fr; padding-inline: 20px; }
  .gd-service-specs > .gd-container > div { min-height: 0; border-right: 1px solid var(--gd-grey-200); border-bottom: 1px solid var(--gd-grey-200); }
  .gd-rig-detail__media { height: 300px; }
  .gd-gallery-dialog { width: calc(100% - 24px); }
  .gd-people-list article { grid-template-columns: 1fr; }
  .gd-person-portrait { width: min(180px, 58vw); }
  .gd-esg-archive__hero { min-height: 430px; }
  .gd-esg-archive__metrics { gap: 18px 28px; margin-top: 22px; padding-top: 18px; }
  .gd-esg-feature { grid-template-columns: 1fr; }
  .gd-esg-feature__image { min-height: 0; aspect-ratio: 4 / 3; }
  .gd-esg-feature__copy { min-height: 360px; padding: 34px 20px; }
  .gd-esg-library { padding-inline: 20px; }
  .gd-esg-library__heading { align-items: stretch; flex-direction: column; }
  .gd-esg-filter { justify-content: flex-start; }
  .gd-esg-filter label:first-child { flex: 1 1 100%; }
  .gd-esg-filter input { width: 100%; }
  .gd-esg-story-grid { grid-template-columns: 1fr; }
  .gd-esg-story-card > div { min-height: 0; }
  .gd-esg-article-hero { min-height: 480px; padding-block: 50px; background-position: center; }
  .gd-esg-article-hero h1 { font-size: clamp(32px, 9.5vw, 44px); }
  .gd-esg-article-layout { grid-template-columns: 1fr; gap: 46px; padding-inline: 20px; }
  .gd-esg-article-body { font-size: 16px; line-height: 1.75; }
  .gd-esg-article-meta { position: static; }
  .gd-esg-source-embed--document .wp-block-embed__wrapper { height: 68vh; }
  .gd-esg-related .gd-container { padding-inline: 20px; }
}

@media (max-width: 640px) {
  .gd-rig-detail__gallery--multi .gd-rig-detail__media { height: 220px; }
}

@media (max-width: 480px) {
  .gd-hero__content { padding-bottom: 24px; }
  .gd-hero__actions { flex-wrap: nowrap; }
  .gd-hero__actions .gd-button { flex: 1; padding-inline: 12px; font-size: 12px; }
  .gd-slider-controls__arrows button { width: 36px; height: 36px; }
  .gd-slider-dots button:nth-child(n+7) { display: none; }
  .gd-stats__grid > div { padding: 22px 14px; }
  .gd-stats strong { font-size: 30px; }
  .gd-footer-grid { grid-template-columns: 1fr; }
  .gd-footer-brand { grid-column: auto; }
}
