:root{
  --navy:#001f3d;
  --deep:#00162b;
  --blue:#0b5599;
  --accent:#0f66b7;
  --text:#071f39;
  --muted:#526172;
  --line:#dfe8f1;
  --light:#f6f9fc;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.42;overflow-x:hidden}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}

/* Header - compact like approved reference */
.site-header{height:78px;display:flex;align-items:center;gap:26px;padding:0 42px;border-bottom:1px solid #edf2f7;background:#fff;position:relative;z-index:10}
.brand{display:flex;align-items:center;gap:14px;min-width:330px;margin-right:auto}
.brand-mark{width:58px;height:50px;position:relative;display:grid;place-items:center;color:var(--navy);font-weight:900;font-size:17px;letter-spacing:1px;flex:0 0 58px}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;left:0;right:0;margin:auto;width:52px;height:17px;border-left:6px solid var(--blue);border-right:6px solid var(--blue)}
.brand-mark:before{top:0;border-top:6px solid var(--blue)}
.brand-mark:after{bottom:0;border-bottom:6px solid var(--blue)}
.brand-mark span{position:relative;z-index:1;line-height:1}
.brand-name{font-size:31px;font-weight:900;letter-spacing:10px;color:#0a2746;line-height:.9}
.brand-sub{font-size:9px;font-weight:800;letter-spacing:1.2px;color:#0a2746;margin-top:5px;white-space:nowrap}
.main-nav{display:flex;align-items:center;gap:27px;font-size:14px;white-space:nowrap}
.main-nav a{padding:30px 0 28px;border-bottom:2px solid transparent;color:#061c33}
.main-nav a:hover,.main-nav a.active{color:var(--accent);border-color:var(--accent)}
.menu-toggle{display:none;border:0;background:var(--navy);color:#fff;font-size:22px;padding:8px 12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:13px 24px;border:1px solid var(--navy);font-weight:800;font-size:14px;letter-spacing:.15px;transition:.2s ease;white-space:nowrap}
.btn-dark{background:var(--navy);color:#fff}.btn-dark:hover{background:#06325f}.btn-light{background:#fff;color:var(--navy)}
.bottom-band .btn{height:36px;padding:9px 20px;font-size:11px;}.btn-outline{background:transparent;color:var(--navy)}.btn-outline:hover{background:#eef6ff}.header-cta{min-width:166px;height:48px}

/* Hero - same proportion as approved */
.hero-approved{display:grid;grid-template-columns:39% 61%;height:330px;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-text{padding:28px 32px 24px 44px;background:radial-gradient(circle at 18% 16%,#fff,#f7f9fb);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}
.hero-text:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#d8e2ec 1px,transparent 1px);background-size:6px 6px;opacity:.48}.hero-text>*{position:relative}
.eyebrow{text-transform:uppercase;font-weight:900;letter-spacing:1.25px;color:var(--navy);font-size:12px;margin:0 0 16px;line-height:1.65}.hero h1{font-size:37px;line-height:1.13;margin:0 0 14px;color:#0b2540;font-weight:900;max-width:520px;letter-spacing:.2px}.hero p{font-size:15px;max-width:460px;margin:0;color:#102b45}.hero-actions{display:flex;gap:12px;margin-top:21px}.hero-actions .btn{height:44px;min-width:158px;padding:12px 20px}
.hero-media{display:grid;grid-template-columns:1fr 1fr 1fr;background:#fff;overflow:hidden}.hero-panel{height:330px;background-size:cover;background-position:center;clip-path:polygon(13% 0,100% 0,87% 100%,0 100%);margin-left:-34px;filter:saturate(.95) contrast(1.02)}.hero-panel:first-child{margin-left:0;clip-path:polygon(0 0,100% 0,87% 100%,0 100%)}.hero-panel-oil{background-image:linear-gradient(rgba(0,31,61,.08),rgba(0,31,61,.08)),url('../images/hero-oil.jpg')}.hero-panel-plant{background-image:linear-gradient(rgba(0,31,61,.02),rgba(0,31,61,.02)),url('../images/hero-plant.jpg')}.hero-panel-ship{background-image:linear-gradient(rgba(0,31,61,.16),rgba(0,31,61,.16)),url('../images/hero-ship.jpg')}

/* Industry / global strip - fixed compact height */
.approved-strip{display:grid!important;grid-template-columns:1fr 1fr 1fr 1.95fr!important;border-bottom:1px solid var(--line);height:100px!important;min-height:100px!important;max-height:100px!important;overflow:hidden!important}
.industry-card{height:100px!important;padding:15px 32px;border-right:1px solid var(--line);display:flex;gap:16px;align-items:center;background:#fff;overflow:hidden}.industry-card strong{display:block;font-size:11px;letter-spacing:.45px;margin-bottom:3px;line-height:1.18}.industry-card small{display:block;color:#152f49;font-size:10px;line-height:1.35}.line-icon{width:44px;min-width:44px;color:var(--navy);display:flex;align-items:center}.line-icon svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.global-box{height:100px!important;background:var(--navy);color:#fff;padding:15px 26px;display:grid!important;grid-template-columns:1fr 250px;gap:20px;align-items:center;overflow:hidden}.global-box h3{font-size:15px;line-height:1.2;margin:0 0 7px;font-weight:900}.global-box h3:after{content:"";display:block;width:30px;height:2px;background:#39a4ff;margin-top:6px}.global-box p{margin:0;font-size:9.5px;line-height:1.42;color:#d9e7f4}.global-map,.map-dots{height:72px!important;min-height:72px!important;border-radius:6px;background:radial-gradient(circle at 22% 55%,#3aa7ff 0 3px,transparent 4px),radial-gradient(circle at 55% 38%,#3aa7ff 0 3px,transparent 4px),radial-gradient(circle at 72% 60%,#3aa7ff 0 3px,transparent 4px),url('../images/world-map.jpg'),linear-gradient(135deg,#072d53,#001c35);background-size:auto,auto,auto,cover,auto;background-position:center;opacity:.95;overflow:hidden}

/* Middle row */
.service-row{display:grid;grid-template-columns:34% 32% 34%;border-bottom:1px solid var(--line);border-top:1px solid var(--line);height:205px;overflow:hidden}.panel{padding:20px 32px;border-right:1px solid var(--line);min-height:205px;background:#fff}.panel:last-child{border-right:0}.section-title{font-size:17px;margin:0 0 14px;font-weight:900;letter-spacing:.3px}.section-title:after{content:"";display:block;width:36px;height:2px;background:var(--accent);margin-top:8px}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{margin:5px 0;padding-left:16px;position:relative;font-size:10.5px;color:#051c35;line-height:1.28}.feature-list li:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--blue);position:absolute;left:0;top:6px}.image-panel{display:flex;align-items:center}.split-img{width:100%;height:150px;object-fit:cover}.why-panel{padding-left:28px}.why-item{display:grid;grid-template-columns:28px 1fr;gap:10px;margin:6px 0;align-items:start}.why-item strong{display:block;font-size:11px;line-height:1.15}.why-item small{display:block;font-size:9.5px;line-height:1.28;color:#20364d}.check-icon{width:25px;height:25px;border:1.7px solid var(--blue);border-radius:6px;display:grid;place-items:center;color:var(--blue);font-weight:900}

/* Final dark band - this replaces the large footer from current site */
.bottom-band{background:var(--navy);color:#fff;padding:18px 40px 18px;display:grid;grid-template-columns:1.15fr 1.15fr 1.55fr 1fr;gap:28px;align-items:start;min-height:142px}.bottom-band .section-title{font-size:15px;margin-bottom:10px}.light-title:after{background:#3aa7ff}.footer-map{height:78px;border-radius:4px;background:radial-gradient(circle at 25% 42%,#5cb8ff 0 3px,transparent 4px),radial-gradient(circle at 60% 30%,#5cb8ff 0 3px,transparent 4px),url('../images/world-map.jpg') center/cover no-repeat;opacity:.88}.presence-item{display:grid;grid-template-columns:24px 1fr;gap:10px;margin:8px 0;color:#dfeaf5}.presence-item strong{display:block;color:#fff;font-size:11px}.presence-item small{display:block;font-size:10px;line-height:1.35}.pin{font-size:16px;color:#8cc8ff}.values{display:flex;justify-content:space-between;gap:14px}.value{text-align:center;min-width:64px}.value-icon{width:36px;height:36px;border:1px solid rgba(255,255,255,.28);border-radius:6px;display:grid;place-items:center;margin:0 auto 6px;color:#fff}.value strong{font-size:10px;color:#fff}.connect-card p{font-size:10.5px;color:#dfeaf5;margin:0 0 16px}

/* Generic inner pages / admin */
.page-hero{background:linear-gradient(135deg,var(--navy),#053865);color:#fff;padding:70px 46px}.section{padding:54px 46px}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.box{background:#fff;border:1px solid var(--line);padding:26px;border-radius:3px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.contact-form{display:grid;gap:14px;max-width:720px}.contact-form input,.contact-form textarea,.admin-form input,.admin-form textarea,.admin-form select{width:100%;padding:12px 14px;border:1px solid #cfd8e3;border-radius:3px;font:inherit}.contact-form textarea,.admin-form textarea{min-height:120px}.site-footer{display:none!important}.footer-mini{display:none}.copyright{display:none}.admin-layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.admin-sidebar{background:#00162b;color:#fff;padding:24px;position:sticky;top:0;height:100vh;overflow:auto}.admin-sidebar a{display:block;padding:10px 12px;border-radius:6px;color:#fff}.admin-sidebar a:hover{background:#08335e}.admin-main{padding:32px;background:#f5f8fb}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:12px;border-bottom:1px solid #e2e8f0;text-align:left}.notice{padding:12px 14px;background:#eaf7ed;color:#1f6c34;margin-bottom:16px}.login-card{max-width:420px;margin:100px auto;padding:30px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(0,0,0,.08)}
@media(max-width:1100px){.site-header{height:auto;padding:18px;flex-wrap:wrap}.brand{min-width:auto}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;flex-direction:column;width:100%;gap:0}.menu-open .main-nav{display:flex}.main-nav a{padding:12px 0}.header-cta{display:none}.hero-approved{height:auto;grid-template-columns:1fr}.hero-media{height:260px}.approved-strip,.service-row,.bottom-band{height:auto!important;max-height:none!important;grid-template-columns:1fr!important}.global-box{height:auto!important;grid-template-columns:1fr}.panel,.industry-card{height:auto!important;border-right:0;border-bottom:1px solid var(--line)}.hero h1{font-size:34px}.values{justify-content:flex-start;flex-wrap:wrap}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}.brand-name{font-size:26px}.hero-panel{margin-left:-25px}.hero-panel:first-child{margin-left:0;clip-path:polygon(0 0,100% 0,87% 100%,0 100%)}}


/* Minor alignment patch: match approved Option 4 more closely */
.hero-media{background:#fff!important;}
.hero-panel:first-child{clip-path:polygon(0 0,100% 0,87% 100%,0 100%)!important;}
.approved-strip{height:100px!important;min-height:100px!important;max-height:100px!important;}
.industry-card{height:100px!important;}
.global-box{height:100px!important;}
.global-map{height:72px!important;min-height:72px!important;}
.service-row{height:205px!important;}
.service-row .panel{min-height:205px!important;}
.bottom-band{min-height:142px!important;}

/* Precision patch: closer to approved Option 4 screenshot */
.site-header{height:74px!important;padding:0 30px!important;gap:22px!important;}
.brand{min-width:315px!important;gap:12px!important;}
.brand-mark{width:62px!important;height:54px!important;flex-basis:62px!important;}
.brand-mark:before,.brand-mark:after{width:56px!important;height:18px!important;}
.brand-name{font-size:30px!important;letter-spacing:9px!important;}
.main-nav{gap:25px!important;font-size:13.5px!important;}
.header-cta{height:44px!important;min-width:150px!important;}

/* Use one approved composite image for the hero montage. This removes the grey X/wedge issue. */
.hero-approved{grid-template-columns:34.5% 65.5%!important;height:305px!important;}
.hero-text{padding:26px 24px 24px 34px!important;}
.hero h1{font-size:36px!important;line-height:1.12!important;margin-bottom:14px!important;max-width:470px!important;}
.hero p{font-size:14px!important;max-width:455px!important;}
.eyebrow{font-size:11px!important;letter-spacing:1.3px!important;margin-bottom:15px!important;}
.hero-actions{margin-top:20px!important;gap:12px!important;}
.hero-actions .btn{height:42px!important;min-width:148px!important;font-size:12.5px!important;padding:11px 18px!important;}
.hero-composite{display:block!important;height:305px!important;background-image:url('../images/hero-composite.jpg')!important;background-size:100% 100%!important;background-position:center!important;background-repeat:no-repeat!important;}
.hero-composite .hero-panel,.hero-media .hero-panel{display:none!important;}

/* Approved compact industry + global strip */
.approved-strip{grid-template-columns:1fr 1fr 1fr 2.35fr!important;height:96px!important;min-height:96px!important;max-height:96px!important;}
.industry-card{height:96px!important;padding:14px 31px!important;gap:14px!important;}
.line-icon{width:42px!important;min-width:42px!important;}
.line-icon svg{width:42px!important;height:42px!important;}
.industry-card strong{font-size:10.5px!important;line-height:1.16!important;letter-spacing:.35px!important;margin-bottom:3px!important;}
.industry-card small{font-size:9.4px!important;line-height:1.28!important;}
.global-box{height:96px!important;grid-template-columns:1fr 260px!important;padding:12px 24px!important;gap:20px!important;}
.global-box h3{font-size:13.2px!important;line-height:1.18!important;margin-bottom:5px!important;}
.global-box h3:after{width:28px!important;margin-top:5px!important;}
.global-box p{font-size:8.4px!important;line-height:1.36!important;}
.global-map{height:70px!important;min-height:70px!important;}

/* Approved middle row has four blocks including Commitment */
.service-row-approved{display:grid!important;grid-template-columns:23% 22% 22% 33%!important;height:190px!important;min-height:190px!important;max-height:190px!important;overflow:hidden!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;}
.service-row-approved .panel{min-height:190px!important;height:190px!important;padding:18px 26px!important;overflow:hidden!important;border-right:1px solid var(--line)!important;}
.service-row-approved .panel:last-child{border-right:0!important;}
.service-row-approved .section-title{font-size:14px!important;margin-bottom:12px!important;}
.service-row-approved .section-title:after{width:30px!important;height:2px!important;margin-top:6px!important;}
.feature-list li{font-size:8.3px!important;line-height:1.25!important;margin:4px 0!important;padding-left:12px!important;}
.feature-list li:before{width:3.5px!important;height:3.5px!important;top:5px!important;}
.image-panel{padding:0!important;align-items:center!important;justify-content:center!important;}
.split-img{width:100%!important;height:190px!important;object-fit:cover!important;}
.why-panel{padding-left:24px!important;}
.why-item{grid-template-columns:24px 1fr!important;gap:8px!important;margin:5px 0!important;}
.check-icon{width:22px!important;height:22px!important;border-radius:5px!important;font-size:12px!important;}
.why-item strong{font-size:9px!important;line-height:1.12!important;}
.why-item small{font-size:7.8px!important;line-height:1.22!important;}
.commitment-panel{position:relative!important;background:#fff!important;}
.commitment-panel:after{content:"";position:absolute;right:0;bottom:0;width:48%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.86)),url('../images/hero-plant.jpg') right bottom/cover no-repeat;opacity:.16;pointer-events:none;}
.commitment-panel p{position:relative;z-index:1;font-size:8.6px!important;line-height:1.45!important;margin:0 0 10px!important;max-width:310px!important;}
.commitment-btn{position:relative;z-index:1;height:33px!important;padding:8px 14px!important;font-size:8.5px!important;min-width:190px!important;}

/* Approved bottom dark band */
.bottom-band{grid-template-columns:1.15fr 1.05fr 1.55fr 1fr!important;min-height:128px!important;padding:17px 32px 16px!important;gap:26px!important;}
.bottom-band .section-title{font-size:13px!important;margin-bottom:9px!important;}
.footer-map{height:70px!important;}
.presence-item{grid-template-columns:20px 1fr!important;gap:8px!important;margin:7px 0!important;}
.presence-item strong{font-size:9.5px!important;}
.presence-item small{font-size:8.5px!important;line-height:1.3!important;}
.pin{font-size:13px!important;}
.values{gap:12px!important;align-items:flex-start!important;}
.value{min-width:58px!important;}
.value-icon{width:32px!important;height:32px!important;margin-bottom:5px!important;font-size:10px!important;}
.value strong{font-size:8.7px!important;}
.connect-card p{font-size:9px!important;margin-bottom:13px!important;}
.bottom-band .btn{height:32px!important;padding:8px 18px!important;font-size:9px!important;min-width:130px!important;}

@media(max-width:1100px){
  .hero-approved{height:auto!important;grid-template-columns:1fr!important;}
  .hero-composite{height:250px!important;background-size:cover!important;}
  .approved-strip,.service-row-approved,.bottom-band{height:auto!important;min-height:0!important;max-height:none!important;grid-template-columns:1fr!important;}
  .industry-card,.global-box,.service-row-approved .panel{height:auto!important;min-height:0!important;max-height:none!important;}
  .global-box{grid-template-columns:1fr!important;}
  .split-img{height:220px!important;}
}
