/* ================================================================
   WC Energy Theme — wce-main.css
   Brand: Navy #1b3d6e | Lime #7dc242 | Teal #00a89d
   Layout inspired by Luqman Petroleum
================================================================ */

:root {
  --wce-navy:      #1b3d6e;
  --wce-navy-dark: #122b50;
  --wce-lime:      #7dc242;
  --wce-teal:      #00a89d;
  --wce-white:     #ffffff;
  --wce-g50:       #f8f9fa;
  --wce-g100:      #f1f3f5;
  --wce-g200:      #e9ecef;
  --wce-g600:      #6c757d;
  --wce-g800:      #343a40;
  --wce-ease:      .3s ease;
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.wce-theme { font-family: 'Inter', sans-serif; color: #1a1a1a; background: #fff; overflow-x: hidden; }
body.wce-theme a { text-decoration: none; color: inherit; }
body.wce-theme ul { list-style: none; padding: 0; margin: 0; }
body.wce-theme img { max-width: 100%; display: block; }

/* Elementor scroll offset for sticky nav */
.elementor-section[id], section[id] { scroll-margin-top: 72px; }

/* ── TOP BAR ────────────────────────────────────────────── */
#wce-topbar {
  background: var(--wce-navy);
  color: rgba(255,255,255,.85);
  font-size: .77rem;
  padding: 9px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.wce-tb-left { display: flex; gap: 22px; flex-wrap: wrap; }
.wce-tb-item { display: flex; align-items: center; gap: 6px; }
.wce-tb-item svg { width: 12px; height: 12px; stroke: var(--wce-lime); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.wce-tb-item a { color: rgba(255,255,255,.85); transition: color var(--wce-ease); }
.wce-tb-item a:hover { color: var(--wce-lime); }
.wce-tb-right { display: flex; gap: 10px; }
.wce-tb-right a {
  width: 24px; height: 24px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.8); font-size: .68rem; font-weight: 700;
  transition: background var(--wce-ease), border-color var(--wce-ease);
}
.wce-tb-right a:hover { background: var(--wce-lime); border-color: var(--wce-lime); color: var(--wce-navy); }

/* ── NAVBAR ─────────────────────────────────────────────── */
#wce-navbar {
  position: sticky; top: 0; z-index: 1000;
  background: var(--wce-white);
  border-bottom: 1px solid var(--wce-g200);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 70px;
  transition: box-shadow var(--wce-ease);
}
#wce-navbar.wce-scrolled { box-shadow: 0 2px 18px rgba(0,0,0,.09); }
.wce-nav-logo { display: flex; align-items: center; }
.wce-logo-img { height: 42px; width: auto; }
.wce-logo-text { font-size: 1.2rem; font-weight: 700; color: var(--wce-navy); }
.wce-nav-links { display: flex; align-items: center; gap: 2px; }
.wce-nav-links li { list-style: none; }
.wce-nav-links a, .wce-nav-link {
  font-size: .875rem; font-weight: 500; color: var(--wce-g800);
  padding: 8px 15px; border-radius: 4px; white-space: nowrap; display: inline-block;
  transition: color var(--wce-ease), background var(--wce-ease);
}
.wce-nav-links a:hover, .wce-nav-link:hover { color: var(--wce-navy); background: var(--wce-g50); }
.wce-nav-links .wce-ncta, .wce-ncta {
  background: var(--wce-lime) !important; color: var(--wce-navy) !important;
  font-weight: 600; margin-left: 6px; border-radius: 4px;
}
.wce-nav-links .wce-ncta:hover, .wce-ncta:hover { background: #6db535 !important; }
.wce-nav-toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 6px; background: none; border: none;
}
.wce-nav-toggle span { display: block; width: 24px; height: 2px; background: var(--wce-g800); border-radius: 2px; transition: var(--wce-ease); }

/* ── HERO ───────────────────────────────────────────────── */
.wce-hero {
  position: relative; height: 88vh; min-height: 480px; max-height: 780px;
  overflow: hidden; background: #08192e;
}
.wce-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .5; }
.wce-hero-ovl { position: absolute; inset: 0; background: linear-gradient(to right, rgba(8,25,46,.88) 42%, rgba(8,25,46,.25) 100%); }
.wce-hero-body {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 6%; max-width: 640px;
}
.wce-hero-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(125,194,66,.16); border: 1px solid rgba(125,194,66,.38);
  color: var(--wce-lime); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 13px; border-radius: 20px; margin-bottom: 22px; width: fit-content;
}
.wce-hero-pill span { width: 5px; height: 5px; background: var(--wce-lime); border-radius: 50%; flex-shrink: 0; }
.wce-hero-h1 { font-size: clamp(2.1rem,5vw,3.7rem); font-weight: 700; line-height: 1.1; color: #fff; margin-bottom: 16px; letter-spacing: -.02em; }
.wce-hero-h1 em { font-style: normal; color: var(--wce-lime); }
.wce-hero-sub { font-size: .98rem; line-height: 1.75; color: rgba(255,255,255,.72); margin-bottom: 32px; }
.wce-hero-acts { display: flex; gap: 12px; flex-wrap: wrap; }
.wce-btn-lime {
  background: var(--wce-lime); color: var(--wce-navy);
  font-size: .88rem; font-weight: 600; padding: 12px 26px; border-radius: 4px;
  transition: background var(--wce-ease), transform var(--wce-ease); display: inline-block;
}
.wce-btn-lime:hover { background: #6db535; transform: translateY(-1px); }
.wce-btn-ghost {
  border: 1.5px solid rgba(255,255,255,.4); color: #fff;
  font-size: .88rem; font-weight: 600; padding: 11px 24px; border-radius: 4px;
  transition: border-color var(--wce-ease), background var(--wce-ease); display: inline-block;
}
.wce-btn-ghost:hover { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); }
.wce-hero-stats { display: flex; gap: 36px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; }
.wce-hstat-n { font-size: 1.9rem; font-weight: 700; color: var(--wce-lime); line-height: 1; }
.wce-hstat-l { font-size: .72rem; color: rgba(255,255,255,.5); margin-top: 3px; text-transform: uppercase; letter-spacing: .07em; }

/* ── SECTIONS ───────────────────────────────────────────── */
.wce-section { padding: 76px 5%; }
.wce-eyebrow { font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--wce-teal); display: block; margin-bottom: 8px; }
.wce-eyebrow-lime { color: var(--wce-lime); }
.wce-sh2 { font-size: clamp(1.65rem,3.5vw,2.3rem); font-weight: 700; color: var(--wce-navy); line-height: 1.15; margin-bottom: 12px; letter-spacing: -.015em; }
.wce-white { color: #fff !important; }
.wce-sp { font-size: .95rem; color: var(--wce-g600); line-height: 1.8; max-width: 620px; }
.wce-sp-muted { color: rgba(255,255,255,.58) !important; }
.wce-sbar { width: 42px; height: 3px; background: var(--wce-lime); border-radius: 2px; margin: 12px 0 28px; }
.wce-sbar-c { margin-left: auto; margin-right: auto; }
.wce-ch { text-align: center; }
.wce-ch .wce-sp { margin: 0 auto; }

/* ── ABOUT ──────────────────────────────────────────────── */
.wce-about { background: #fff; }
.wce-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.wce-about-imgwrap { position: relative; }
.wce-about-img { width: 100%; height: 430px; object-fit: cover; border-radius: 6px; display: block; }
.wce-about-bdg { position: absolute; bottom: -22px; right: -22px; background: var(--wce-navy); padding: 22px 26px; border-radius: 6px; text-align: center; min-width: 130px; }
.wce-about-bdg-n { font-size: 2.2rem; font-weight: 700; color: var(--wce-lime); line-height: 1; }
.wce-about-bdg-s { font-size: .7rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .07em; margin-top: 4px; line-height: 1.4; }
.wce-about-cl { display: flex; flex-direction: column; gap: 13px; margin-top: 22px; }
.wce-ac { display: flex; align-items: flex-start; gap: 10px; }
.wce-ac-dot { width: 19px; height: 19px; border-radius: 50%; background: var(--wce-lime); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.wce-ac-dot svg { width: 9px; height: 9px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.wce-ac p { font-size: .9rem; color: var(--wce-g800); line-height: 1.65; }

/* ── SERVICES ───────────────────────────────────────────── */
.wce-services-section { background: var(--wce-g50); border-top: 1px solid var(--wce-g200); border-bottom: 1px solid var(--wce-g200); }
.wce-svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.wce-svc-card {
  background: #fff; border-radius: 6px; overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.06); border: 1px solid var(--wce-g200);
  transition: transform var(--wce-ease), box-shadow var(--wce-ease);
  position: relative;
}
.wce-svc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.11); }
.wce-svc-top { position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.wce-lime-top { background: var(--wce-lime); }
.wce-teal-top { background: var(--wce-teal); }
.wce-navy-top { background: var(--wce-navy); }
.wce-svc-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.wce-svc-body { padding: 20px 20px 22px; }
.wce-svc-ico { width: 42px; height: 42px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 13px; }
.wce-svc-ico svg { width: 20px; height: 20px; }
.wce-si-l { background: rgba(125,194,66,.11); } .wce-si-l svg { stroke: var(--wce-lime); }
.wce-si-t { background: rgba(0,168,157,.1); }  .wce-si-t svg { stroke: var(--wce-teal); }
.wce-si-n { background: rgba(27,61,110,.1); }  .wce-si-n svg { stroke: var(--wce-navy); }
.wce-svc-card h3 { font-size: 1rem; font-weight: 600; color: var(--wce-navy); margin-bottom: 7px; }
.wce-svc-card p { font-size: .86rem; color: var(--wce-g600); line-height: 1.7; }
.wce-svc-lnk { display: inline-flex; align-items: center; gap: 5px; margin-top: 13px; font-size: .8rem; font-weight: 600; color: var(--wce-teal); text-transform: uppercase; letter-spacing: .06em; transition: gap var(--wce-ease); }
.wce-svc-lnk:hover { gap: 9px; }
.wce-svc-lnk svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ── MEDIA ──────────────────────────────────────────────── */
.wce-media-section { background: #fff; }
.wce-media-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 28px; }
.wce-media-item { overflow: hidden; border-radius: 5px; position: relative; background: var(--wce-g100); }
.wce-media-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.wce-media-item:hover img { transform: scale(1.06); }
.wce-media-item.wce-tall { grid-row: span 2; min-height: 220px; }
.wce-media-item.wce-wide { grid-column: span 2; }
.wce-media-item::after { content: ''; position: absolute; inset: 0; background: rgba(27,61,110,0); transition: background .3s ease; }
.wce-media-item:hover::after { background: rgba(27,61,110,.16); }

/* ── WHY US ─────────────────────────────────────────────── */
.wce-why-section { background: var(--wce-navy); position: relative; overflow: hidden; }
.wce-why-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 50px 50px; }
.wce-why-inner { position: relative; }
.wce-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 44px; }
.wce-wc { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 26px 20px; transition: background var(--wce-ease), transform var(--wce-ease); }
.wce-wc:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.wce-wc-ico { width: 46px; height: 46px; border-radius: 50%; background: rgba(125,194,66,.14); border: 1.5px solid rgba(125,194,66,.28); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.wce-wc-ico svg { width: 20px; height: 20px; stroke: var(--wce-lime); fill: none; }
.wce-wc h3 { font-size: .97rem; font-weight: 600; color: #fff; margin-bottom: 7px; }
.wce-wc p { font-size: .84rem; color: rgba(255,255,255,.55); line-height: 1.65; }
.wce-wc-num { font-size: .68rem; font-weight: 700; letter-spacing: .12em; color: var(--wce-lime); text-transform: uppercase; margin-bottom: 10px; }

/* ── TRANSPORT ──────────────────────────────────────────── */
.wce-transport-section { background: var(--wce-g50); border-top: 1px solid var(--wce-g200); }
.wce-transport-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.wce-transport-img { width: 100%; height: 370px; object-fit: cover; border-radius: 6px; display: block; }
.wce-tp-pill { display: inline-block; background: var(--wce-teal); color: #fff; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; padding: 6px 17px; border-radius: 20px; margin-bottom: 18px; }
.wce-tf-list { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.wce-tf { display: flex; align-items: flex-start; gap: 13px; }
.wce-tf-ico { width: 42px; height: 42px; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.wce-tf-ico svg { width: 19px; height: 19px; }
.wce-tf-l { background: rgba(125,194,66,.11); } .wce-tf-l svg { stroke: var(--wce-lime); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wce-tf-t { background: rgba(0,168,157,.1); }  .wce-tf-t svg { stroke: var(--wce-teal); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wce-tf-n { background: rgba(27,61,110,.1); }  .wce-tf-n svg { stroke: var(--wce-navy); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wce-tf-txt h4 { font-size: .92rem; font-weight: 600; color: var(--wce-navy); margin-bottom: 3px; }
.wce-tf-txt p { font-size: .85rem; color: var(--wce-g600); line-height: 1.6; }

/* ── COVERAGE ───────────────────────────────────────────── */
.wce-coverage-section { background: #fff; border-top: 1px solid var(--wce-g200); }
.wce-cov-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 44px; }
.wce-cov-c { background: var(--wce-g50); border: 1px solid var(--wce-g200); border-radius: 8px; padding: 22px 16px; text-align: center; transition: box-shadow var(--wce-ease), transform var(--wce-ease); }
.wce-cov-c:hover { box-shadow: 0 8px 22px rgba(0,0,0,.08); transform: translateY(-2px); }
.wce-cov-dot { width: 9px; height: 9px; border-radius: 50%; margin: 0 auto 11px; }
.wce-cov-lime { background: var(--wce-lime); }
.wce-cov-teal { background: var(--wce-teal); }
.wce-cov-navy { background: var(--wce-navy); }
.wce-cov-c h4 { font-size: .92rem; font-weight: 600; color: var(--wce-navy); margin-bottom: 3px; }
.wce-cov-c p { font-size: .8rem; color: var(--wce-g600); }

/* ── NEWS ───────────────────────────────────────────────── */
.wce-news-section { background: var(--wce-g50); border-top: 1px solid var(--wce-g200); }
.wce-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.wce-news-card { background: #fff; border-radius: 6px; overflow: hidden; border: 1px solid var(--wce-g200); transition: transform var(--wce-ease), box-shadow var(--wce-ease); }
.wce-news-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.1); }
.wce-news-card-img { width: 100%; height: 196px; object-fit: cover; display: block; }
.wce-news-body { padding: 20px; }
.wce-news-date { font-size: .72rem; color: var(--wce-teal); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 7px; }
.wce-news-card h3 { font-size: .95rem; font-weight: 600; color: var(--wce-navy); line-height: 1.45; margin-bottom: 9px; }
.wce-news-card p { font-size: .84rem; color: var(--wce-g600); line-height: 1.65; }
.wce-news-rm { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; font-size: .8rem; font-weight: 600; color: var(--wce-teal); text-transform: uppercase; letter-spacing: .06em; transition: gap var(--wce-ease); }
.wce-news-rm:hover { gap: 9px; }
.wce-news-rm svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ── CONTACT ────────────────────────────────────────────── */
.wce-contact-section { background: #fff; }
.wce-contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 68px; align-items: start; }
.wce-cib { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 22px; }
.wce-cico { width: 40px; height: 40px; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.wce-cico svg { width: 17px; height: 17px; }
.wce-cico-l { background: rgba(125,194,66,.11); } .wce-cico-l svg { stroke: var(--wce-lime); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wce-cico-t { background: rgba(0,168,157,.1); }  .wce-cico-t svg { stroke: var(--wce-teal); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wce-cico-n { background: rgba(27,61,110,.1); }  .wce-cico-n svg { stroke: var(--wce-navy); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wce-cico-t h4, .wce-cico-txt h4 { font-size: .88rem; font-weight: 600; color: var(--wce-navy); margin-bottom: 2px; }
.wce-cico-t p, .wce-cico-txt p { font-size: .84rem; color: var(--wce-g600); }
.wce-cf { background: var(--wce-g50); border: 1px solid var(--wce-g200); border-radius: 8px; padding: 32px 28px; }
.wce-cf h3 { font-size: 1.15rem; font-weight: 600; color: var(--wce-navy); margin-bottom: 20px; }
.wce-frow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wce-fg { margin-bottom: 14px; }
.wce-fg label { display: block; font-size: .74rem; font-weight: 600; color: var(--wce-g600); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 5px; }
.wce-fg input, .wce-fg select, .wce-fg textarea {
  width: 100%; padding: 10px 12px;
  border: 1.5px solid var(--wce-g200); border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: .88rem; color: #1a1a1a;
  background: #fff; outline: none;
  transition: border-color var(--wce-ease), box-shadow var(--wce-ease);
}
.wce-fg input:focus, .wce-fg select:focus, .wce-fg textarea:focus { border-color: var(--wce-teal); box-shadow: 0 0 0 3px rgba(0,168,157,.1); }
.wce-fg textarea { resize: vertical; min-height: 96px; }
.wce-f-btn { width: 100%; padding: 12px; border: none; border-radius: 4px; background: var(--wce-navy); color: #fff; cursor: pointer; font-family: 'Inter', sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: .03em; transition: background var(--wce-ease), transform var(--wce-ease); }
.wce-f-btn:hover { background: var(--wce-navy-dark); transform: translateY(-1px); }

/* ── FOOTER ─────────────────────────────────────────────── */
#wce-footer { background: var(--wce-navy-dark); color: rgba(255,255,255,.7); padding: 48px 5% 22px; }
.wce-ft-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 36px; }
.wce-ft-brand .wce-logo-img { height: 34px; filter: brightness(0) invert(1); margin-bottom: 12px; }
.wce-ft-brand .wce-logo-text { color: #fff; font-size: 1.1rem; font-weight: 700; display: block; margin-bottom: 12px; }
.wce-ft-brand p { font-size: .86rem; color: rgba(255,255,255,.45); line-height: 1.7; }
.wce-ft-col h4 { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--wce-lime); margin-bottom: 13px; }
.wce-ft-col a { display: block; font-size: .86rem; color: rgba(255,255,255,.48); margin-bottom: 9px; transition: color var(--wce-ease); }
.wce-ft-col a:hover { color: #fff; }
.wce-ft-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.wce-ft-bottom p { font-size: .8rem; color: rgba(255,255,255,.32); }
.wce-teal { color: var(--wce-teal); }

/* ── SCROLL TOP ─────────────────────────────────────────── */
#wce-scrolltop { position: fixed; bottom: 24px; right: 24px; z-index: 900; width: 40px; height: 40px; border-radius: 50%; background: var(--wce-lime); color: var(--wce-navy); display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; pointer-events: none; box-shadow: 0 4px 12px rgba(125,194,66,.38); transition: opacity var(--wce-ease), transform var(--wce-ease); border: none; }
#wce-scrolltop.wce-show { opacity: 1; pointer-events: all; }
#wce-scrolltop:hover { transform: translateY(-3px); }
#wce-scrolltop svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ── SINGLE ARTICLE ─────────────────────────────────────── */
.wce-single-wrap { padding: 60px 5%; max-width: 860px; margin: 0 auto; }
.wce-article-header { margin-bottom: 32px; }
.wce-article-thumb img { width: 100%; height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 24px; }
.wce-article-title { font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 700; color: var(--wce-navy); line-height: 1.2; margin-top: 12px; }
.wce-article-content { font-size: .98rem; line-height: 1.85; color: #333; }
.wce-article-content p { margin-bottom: 1rem; }
.wce-article-footer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--wce-g200); }
.wce-back-link { color: var(--wce-teal); font-weight: 600; font-size: .9rem; }
.wce-back-link:hover { color: var(--wce-navy); }

/* ── FADE IN ─────────────────────────────────────────────── */
.wce-fi { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.wce-fi.wce-in { opacity: 1; transform: translateY(0); }
.wce-d1 { transition-delay: .1s; }
.wce-d2 { transition-delay: .2s; }
.wce-d3 { transition-delay: .3s; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .wce-svc-grid { grid-template-columns: repeat(2,1fr); }
  .wce-why-grid { grid-template-columns: repeat(2,1fr); }
  .wce-media-grid { grid-template-columns: repeat(3,1fr); }
  .wce-ft-grid { grid-template-columns: 1fr 1fr; }
  .wce-cov-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  #wce-topbar { justify-content: center; }
  .wce-tb-left { justify-content: center; gap: 12px; }
  .wce-nav-links { display: none; flex-direction: column; position: fixed; top: 70px; left: 0; width: 100%; background: #fff; border-bottom: 1px solid var(--wce-g200); padding: 10px 0 18px; gap: 0; }
  .wce-nav-links.wce-open { display: flex; }
  .wce-nav-links li { width: 100%; }
  .wce-nav-links a, .wce-nav-link { padding: 12px 5%; border-radius: 0; width: 100%; border-bottom: 1px solid var(--wce-g100); display: block; }
  .wce-nav-links .wce-ncta { margin: 10px 5% 0; border-radius: 4px; text-align: center; display: block; }
  .wce-nav-toggle { display: flex; }
  .wce-about-grid, .wce-transport-grid, .wce-contact-grid { grid-template-columns: 1fr; }
  .wce-about-bdg { display: none; }
  .wce-news-grid { grid-template-columns: 1fr; }
  .wce-media-grid { grid-template-columns: repeat(2,1fr); }
  .wce-svc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wce-section { padding: 58px 5%; }
  .wce-why-grid { grid-template-columns: 1fr; }
  .wce-media-grid { grid-template-columns: 1fr; }
  .wce-ft-grid { grid-template-columns: 1fr; }
  .wce-frow { grid-template-columns: 1fr; }
  .wce-cov-grid { grid-template-columns: 1fr 1fr; }
  .wce-hero-stats { gap: 20px; }
  .wce-tb-left { flex-direction: column; gap: 6px; align-items: center; }
}
