/* ===========================================================
   OPS Oilfield Equipment and Services LTD — Design System
   Industrial inspection identity: instrument-panel navy,
   steel structure, certification-brass accent.
   =========================================================== */

:root{
  --ink: #0B1620;
  --steel: #14293C;
  --steel-light: #2C5578;
  --brass: #B6874A;
  --brass-light: #D9AE73;
  --gold: #E8B93F;       /* matches the yellow logo badge */
  --gold-ink: #8A6512;   /* darker gold, legible as text on light backgrounds */
  --paper: #EEEBE2;
  --white: #F7F6F2;
  --ink-text: #16222E;
  --line: rgba(247,246,242,0.14);
  --line-dark: rgba(20,34,46,0.14);

  --font-display: 'Aptos', 'Aptos Display', 'Inter', 'Segoe UI', Calibri, sans-serif;
  --font-body: 'Aptos', 'Inter', 'Segoe UI', Calibri, sans-serif;
  --font-mono: 'Aptos', 'Inter', 'Segoe UI', Calibri, sans-serif;
  --blood: #8B0000;
  --deep-blue: #0A2A52;

  --max: 1180px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
[id]{ scroll-margin-top: 150px; }
body{ margin:0; font-family: var(--font-body); color: var(--deep-blue); font-weight:600; background: var(--paper); -webkit-font-smoothing: antialiased; }
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
p a[style*="underline"]:hover, .footer-links a:not(.phone-flag):hover, .cert-strip a:hover{ color: var(--gold) !important; }
h1,h2,h3,h4{ font-family: var(--font-display); font-weight:700; color: var(--deep-blue); margin:0; line-height:1.05; letter-spacing:-0.01em; }
.hero-copy h1, .page-hero h1, .section--dark h2, .section--steel h2, .section--dark h3, .section--steel h3{ color: var(--white); }
.section--dark .svc-card h3, .section--steel .svc-card h3{ color: var(--white); }
.job-card h3{ color: var(--gold); }
p{ margin:0; line-height:1.6; }
ul{ margin:0; padding:0; list-style:none; }
.wrap{ max-width: var(--max); margin:0 auto; padding: 0 28px; }
:focus-visible{ outline: 2px solid var(--brass); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce){ *{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; } }

/* ---------- Inspection tag ---------- */
.tag{ display:inline-flex; align-items:center; gap:8px; font-family: var(--font-mono); font-weight:700; font-size: 13.5px; letter-spacing: 0.07em; text-transform: uppercase; padding: 7px 14px; border: 2px solid var(--gold); color: var(--ink); background: var(--gold); position: relative; box-shadow: 0 2px 6px rgba(0,0,0,0.25); transition: background .15s ease, transform .15s ease; }
a.tag:hover{ background: var(--brass-light); transform: translateY(-1px); }
.tag--dark{ color: var(--ink); background: var(--gold); }
.tag--light{ color: var(--ink); background: var(--gold); }

/* ---------- Header ---------- */
.site-header{ position: sticky; top:0; z-index: 50; background: var(--ink); border-bottom: 1px solid var(--line); }
.site-header .wrap{ display:flex; align-items:center; justify-content:space-between; height: 96px; gap: 20px; padding-left:12px; }
.brand{ display:flex; align-items:center; gap:16px; flex-shrink:0; transition: opacity .15s ease; }
a.brand:hover{ opacity:0.82; }
.brand img.brand-mark{ height:72px; width:auto; flex:none; }
.brand-text{ display:flex; flex-direction:column; line-height:1.15; }
.brand-text .full-name{ font-family: var(--font-display); font-weight:800; font-size: clamp(14px, 1.15vw, 22px); color: var(--gold); letter-spacing:-0.01em; white-space:nowrap; }
.brand-text .short-name{ font-family: var(--font-mono); font-weight:800; font-size: 15px; letter-spacing:.06em; color: var(--gold); margin-top:4px; white-space:nowrap; }

.iadc-strip{ background: var(--paper); border-bottom: 1px solid var(--line-dark); }
.iadc-strip .wrap{ display:flex; justify-content:flex-end; padding-top:8px; padding-bottom:8px; }
.iadc-strip img{ height:38px; width:auto; }
.logo-chip{ display:inline-flex; align-items:center; background: var(--white); padding:6px 12px; border-radius:4px; border:1px solid var(--line-dark); }
.logo-chip img{ display:block; height:32px; width:auto; }

.nav{ display:flex; align-items:center; gap: 2px; flex:none; }
.nav a{ color: rgba(247,246,242,0.85); font-weight:700; font-size: 14px; padding: 10px 10px; transition: color .15s ease; white-space:nowrap; }

/* ---------- Nav dropdowns ---------- */
.nav-group{ position:relative; }
.nav-group > a, .nav-group > .nav-parent{ display:inline-flex; align-items:center; gap:5px; }
.nav-parent{ color: rgba(247,246,242,0.85); font-weight:700; font-size: 14px; padding: 10px 10px; cursor:default; display:inline-flex; align-items:center; gap:5px; white-space:nowrap; }
.nav-caret{ font-size:10px; opacity:0.7; }
.nav-dropdown{ display:none; flex-direction:column; position:absolute; top:100%; left:0; background: var(--ink); border: 1px solid var(--line); min-width:340px; padding:6px 0; z-index:60; }
.nav-group-label{ display:block; padding:12px 18px 4px; font-size:11px; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; color: var(--gold); }
.nav-group-label:not(:first-child){ margin-top:6px; border-top:1px solid var(--line); padding-top:12px; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown{ display:flex; }
.nav-dropdown--wide{ min-width:640px; max-height:80vh; overflow-y:auto; }
.nav-group:hover .nav-dropdown--wide, .nav-group:focus-within .nav-dropdown--wide{ display:grid; grid-template-columns: 1fr 1fr; column-gap:28px; }
.nav-dropdown--wide .nav-col{ display:flex; flex-direction:column; }
.nav-dropdown a{ padding:11px 18px; font-size:14px; font-weight:600; color: rgba(247,246,242,0.82); white-space:normal; line-height:1.35; }
.nav-dropdown a:hover{ color: var(--gold); background: rgba(255,255,255,0.04); }
.nav-subgroup{ position:relative; }
.nav-subgroup > a{ display:flex; align-items:center; justify-content:space-between; gap:8px; }
.nav-subgroup .nav-caret{ font-size:11px; opacity:0.6; }
.nav-flyout{ display:none; flex-direction:column; position:absolute; top:0; left:100%; background: var(--ink); border: 1px solid var(--line); min-width:320px; max-width:380px; padding:6px 0; z-index:70; }
.nav-flyout--up{ top:auto; bottom:0; }
.nav-subgroup:hover .nav-flyout, .nav-subgroup:focus-within .nav-flyout{ display:flex; }
.nav-flyout a{ font-size:13px; }
@media (max-width: 900px){
  .nav-subgroup > a{ justify-content:flex-start; }
  .nav-flyout{ display:flex; position:static; background:transparent; border:none; min-width:0; max-width:none; padding:0 0 0 16px; }
}

/* ---------- Phone with flag ---------- */
.phone-flag{ display:inline-flex; align-items:center; gap:7px; transition: color .15s ease; }
a.phone-flag:hover{ color: var(--gold); }
.phone-flag img{ width:18px; height:12px; object-fit:cover; border:1px solid rgba(0,0,0,0.15); flex:none; }
.nav a:hover, .nav a.active{ color: var(--white); }
.nav a.active{ color: var(--gold); }
.nav-toggle{ display:none; }

.subnav{ background: var(--steel); border-bottom: 1px solid var(--line); }
.subnav .wrap{ display:flex; align-items:center; justify-content:center; gap: 4px; flex-wrap: wrap; padding: 0 28px; }
.subnav a{ color: rgba(247,246,242,0.85); font-family: var(--font-mono); font-weight:700; font-size: 14.5px; letter-spacing: .03em; text-transform: uppercase; padding: 13px 16px; text-align:center; transition: color .15s ease; }
.subnav a:hover{ color: var(--gold); }

@media (max-width: 1180px){
  .site-header .wrap{ height: 80px; }
  .brand img.brand-mark{ height:52px; }
  .nav{ position:fixed; inset: 80px 0 0 0; background: var(--ink); flex-direction:column; align-items:flex-start; padding: 20px 28px; transform: translateX(100%); transition: transform .25s ease; overflow-y:auto; }
  .nav.open{ transform: translateX(0); }
  .nav a, .nav-parent{ font-size: 20px; padding: 14px 0; width:100%; border-bottom:1px solid var(--line); }
  .nav-toggle{ display:flex; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; flex:none; }
  .nav-toggle span{ width:22px; height:2px; background:var(--white); }
  .subnav{ display:none; }
  .nav-group{ position:static; width:100%; }
  .nav-dropdown{ display:flex !important; position:static; background:transparent; border:none; padding: 4px 0 4px 16px; }
  .nav-dropdown a{ font-size:17px; border-bottom:none; padding:10px 0; width:100%; }
}

/* ---------- Buttons ---------- */
.btn{ display:inline-flex; align-items:center; gap:10px; font-family: var(--font-mono); font-weight:700; font-size: 14px; letter-spacing:.04em; text-transform:uppercase; padding: 13px 22px; border: 2px solid transparent; transition: all .15s ease; cursor:pointer; }
.btn--brass{ background: var(--brass); color: var(--ink); }
.btn--brass:hover{ background: var(--brass-light); }
.btn--ghost-dark{ border-color: rgba(247,246,242,0.35); color: var(--white); }
.btn--ghost-dark:hover{ border-color: var(--white); }
.btn--ghost-light{ border-color: var(--blood); color: var(--blood); }
.btn--ghost-light:hover{ background: var(--blood); color: var(--white); }

/* ---------- Hero ---------- */
.hero{ position: relative; color: var(--white); border-bottom: 1px solid var(--line); min-height: 82vh; display:flex; align-items:flex-end; overflow:hidden; }
.hero-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit: cover; z-index:0; }
.hero-scrim{ position:absolute; inset:0; background: linear-gradient(0deg, rgba(11,22,32,0.94) 0%, rgba(11,22,32,0.55) 42%, rgba(11,22,32,0.15) 68%, rgba(11,22,32,0.35) 100%); z-index:1; }
.hero-copy{ position:relative; z-index:2; padding: 64px 0 56px; max-width: 720px; }
.hero-copy .tag{ margin-bottom: 26px; }
.hero-copy h1{ font-size: clamp(34px, 4.6vw, 58px); font-weight: 600; margin-bottom: 22px; text-shadow: 1px 1px 0 rgba(0,0,0,0.55), 2px 2px 0 rgba(0,0,0,0.5), 3px 3px 0 rgba(0,0,0,0.45), 4px 4px 3px rgba(0,0,0,0.4), 0 6px 22px rgba(0,0,0,0.75); }
.hero-copy h1 em{ font-style:normal; color: var(--gold); }
.hero-copy p{ font-size: 17px; color: rgba(247,246,242,0.85); max-width: 52ch; margin-bottom: 32px; }
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; }

.stat-strip{ border-top: 1px solid var(--line); background: var(--ink); }
.stat-strip .wrap{ display:grid; grid-template-columns: repeat(4,1fr); padding: 0; }
.stat{ padding: 22px 28px; border-right: 1px solid var(--line); }
.stat:last-child{ border-right:none; }
.stat .num{ font-family: var(--font-display); font-size: 30px; color: var(--gold); font-weight:600; }
.stat .lbl{ font-family: var(--font-mono); font-size: 11px; letter-spacing:.05em; text-transform:uppercase; color: rgba(247,246,242,0.6); margin-top:4px; }

@media (max-width: 900px){
  .site-header .logo-chip{ display:none; }
  .hero{ min-height:auto; }
  .hero-copy{ padding: 48px 0 40px; }
  .stat-strip .wrap{ grid-template-columns: repeat(2,1fr); }
  .stat{ border-bottom: 1px solid var(--line); }
}

/* ---------- Helicopter flying in ---------- */
.heli-flyin-wrap{
  position:absolute; top:14%; right:0; width:min(46%, 460px); z-index:2; pointer-events:none;
  animation: heliFlyIn 3.2s cubic-bezier(0.16,1,0.3,1) forwards;
}
.heli-flyin-wrap img{ width:100%; height:auto; animation: heliBob 4.5s ease-in-out 3.2s infinite; filter: drop-shadow(0 18px 22px rgba(0,0,0,0.35)); }
@keyframes heliFlyIn{
  0%{ transform: translateX(60vw) translateY(-40px) scale(0.82); opacity:0; }
  70%{ opacity:1; }
  100%{ transform: translateX(0) translateY(0) scale(1); opacity:1; }
}
@keyframes heliBob{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-20px); }
}
@media (max-width: 900px){ .heli-flyin-wrap{ width:52%; top:8%; } }
.heli-flyin-wrap--hero{ width:min(30%, 320px); top:10%; right:8%; opacity:0.92; }
@media (max-width: 900px){ .heli-flyin-wrap--hero{ width:38%; top:6%; right:4%; } }
@media (max-width: 600px){ .heli-flyin-wrap--hero{ display:none; } }

.svc-card--heli{ position:relative; overflow:hidden; }
.svc-card-heli-icon{
  position:absolute; bottom:14px; right:14px; width:14px; height:auto; opacity:0.9;
  animation: heliBob 4.5s ease-in-out infinite; filter: drop-shadow(0 6px 8px rgba(0,0,0,0.3));
}
.section{ padding: 40px 0; }
.section--tight{ padding: 28px 0; }
.section--dark{ background: var(--ink); color: var(--white); }
.section--steel{ background: var(--steel); color: var(--white); }
.section-head{ max-width: 760px; margin: 0 auto 32px; text-align:center; }
.section-head .tag{ display:inline-block; font-size:clamp(20px,2.4vw,28px); font-weight:800; letter-spacing:0.01em; margin-bottom:12px; }
.section-head h2{ font-size:15px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:rgba(20,34,46,0.5); margin-bottom:12px; }
.section--steel .section-head h2, .section--dark .section-head h2{ color:rgba(247,246,242,0.5); }
.section-head p{ color: rgba(20,34,46,0.68); font-size:16px; }
.section--dark .section-head p, .section--steel .section-head p{ color: rgba(247,246,242,0.65); }

/* Well Construction / Well Completion product catalog pages:
   category banner (tag) is the dominant label, sub-category (h2) is secondary,
   captions center under images, product photos get a deliberate tile treatment
   instead of a plain white patch against the page background. */
.wc-catalog .svc-card, .wc-catalog .section--steel .svc-card, .wc-catalog .section--dark .svc-card{ background: var(--white); color: var(--ink); }
.wc-catalog .section--steel .svc-card h3, .wc-catalog .section--dark .svc-card h3{ color: var(--ink); }
.wc-catalog .section--steel .svc-card p, .wc-catalog .section--dark .svc-card p{ color: var(--ink); }
.wc-catalog .svc-card .idx{ color: #8A5A22; }
.catalog-cards{ max-width: 640px; margin-left: auto; margin-right: auto; }
.catalog-cards .svc-card{ background: var(--white); }
.narrow-product-shots img.product-shot{ max-width:200px; margin-left:auto; margin-right:auto; }
.wc-catalog .thumb-group{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-bottom:4px; }
.wc-catalog .thumb-group img.product-shot{ width:140px; height:140px; padding:10px; margin-bottom:0; flex:none; }
.wc-catalog img.product-shot{ cursor:zoom-in; border-radius:6px; box-shadow:0 3px 14px rgba(11,22,32,0.12); border-color:transparent; transition: box-shadow .18s ease, transform .18s ease; }
.wc-catalog img.product-shot:hover{ box-shadow:0 10px 28px rgba(11,22,32,0.22); transform:translateY(-3px); }

/* Lightbox: click a product photo to enlarge to 75% of the viewport, click outside to close */
.lightbox-overlay{ display:none; position:fixed; inset:0; background:rgba(11,22,32,0.86); z-index:200; align-items:center; justify-content:center; cursor:zoom-out; }
.lightbox-overlay.is-open{ display:flex; }
.lightbox-overlay img{ width:75vw; height:75vh; max-width:75vw; max-height:75vh; object-fit:contain; background:var(--white); border-radius:6px; box-shadow:0 20px 60px rgba(0,0,0,0.4); cursor:default; }
@media (max-width:700px){ .lightbox-overlay img{ width:92vw; height:70vh; max-width:92vw; } }
.section--dark .section-head p, .section--steel .section-head p{ color: rgba(247,246,242,0.65); }
.section--dark .tag, .section--steel .tag{ color: var(--ink); background: var(--gold); }

.grid-3{ display:flex; flex-wrap:wrap; justify-content:center; gap:1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.grid-2{ display:flex; flex-wrap:wrap; justify-content:center; gap:1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.grid-3 > .svc-card{ flex: 1 1 calc(33.333% - 1px); max-width: calc(33.333% - 1px); }
.grid-2 > .svc-card{ flex: 1 1 calc(50% - 1px); max-width: calc(50% - 1px); }
.grid-3 > .cert-doc, .grid-2 > .cert-doc{ flex: 1 1 calc(16.666% - 1px); max-width: calc(16.666% - 1px); }
.svc-card{ background: var(--paper); padding: 30px 26px; display:flex; flex-direction:column; align-items:center; text-align:center; gap:14px; transition: background .15s ease, box-shadow .15s ease, transform .15s ease, border-color .15s ease; }
/* Only cards that are themselves a link (or wrap one directly) get the "this is clickable" hover treatment. Plain informational cards stay static. */
a.svc-card:hover{ background: var(--white); box-shadow: 0 14px 30px rgba(0,0,0,0.22); transform: translateY(-4px); cursor:pointer; }
a.svc-card:hover h3{ color: var(--brass); }
.card-subgroup{ position:relative; z-index:1; }
.card-subgroup:hover, .card-subgroup:focus-within{ z-index:100; }
.card-flyout{ display:none; flex-direction:column; position:absolute; top:100%; left:0; right:0; background: var(--ink); border: 1px solid var(--line); padding:8px 0; z-index:70; box-shadow: 0 12px 24px rgba(0,0,0,0.3); }
.card-subgroup:hover .card-flyout, .card-subgroup:focus-within .card-flyout{ display:flex; }
.card-flyout a{ padding:10px 20px; font-size:13px; font-weight:600; color: rgba(247,246,242,0.82); transition: color .15s ease, background .15s ease, padding-left .15s ease; }
.card-flyout a:hover{ color: var(--gold); background: rgba(255,255,255,0.08); padding-left:26px; }
.svc-card .idx{ font-family: var(--font-mono); font-size:15px; font-weight:800; color: var(--brass); letter-spacing:.05em; }
.svc-card h3{ font-size: 19px; font-weight:600; transition: color .15s ease; }
.svc-card p{ font-size:14.5px; color: rgba(20,34,46,0.68); }
.svc-card img{ width:100%; height:200px; object-fit:cover; margin-bottom:4px; }
.svc-card .img-placeholder{ width:100%; aspect-ratio: 16/10; object-fit:cover; margin-bottom:4px; background: var(--steel); display:flex; align-items:center; justify-content:center; }
.svc-card img.product-shot{ width:100%; height:190px; aspect-ratio:auto; object-fit:contain; object-position:center; background:var(--white); padding:14px; margin-bottom:4px; border:1px solid var(--line-dark); }
.section--dark .svc-card, .section--steel .svc-card{ background: var(--ink); }
.section--dark .svc-card p, .section--steel .svc-card p{ color: rgba(247,246,242,0.65); }
.section--dark .svc-card h3, .section--steel .svc-card h3{ color: var(--white); }

@media (max-width: 860px){ .grid-3 > .svc-card, .grid-2 > .svc-card{ flex: 1 1 100%; max-width:100%; } .grid-3 > .cert-doc, .grid-2 > .cert-doc{ flex: 1 1 calc(33.333% - 1px); max-width: calc(33.333% - 1px); } }

.cert-strip{ display:flex; flex-wrap:wrap; gap: 14px; }


.cert-doc{ background: var(--paper); border: 1px solid var(--line-dark); display:flex; flex-direction:column; transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease; }
a.cert-doc:hover{ box-shadow: 0 14px 30px rgba(0,0,0,0.24); transform: translateY(-4px); border-color: var(--brass); cursor:pointer; }
a.cert-doc:hover h4{ color: var(--brass); }
.cert-doc img{ width:100%; aspect-ratio: 4/5; object-fit:contain; background: var(--white); border-bottom:1px solid var(--line-dark); }
.cert-doc .cert-doc-body{ padding: 8px 10px; }
.cert-doc h4{ font-family: var(--font-display); font-size:11px; font-weight:700; color: var(--deep-blue); margin-bottom:3px; line-height:1.25; transition: color .15s ease; }
.cert-doc p{ font-size: 9.5px; color: rgba(10,42,82,0.62); font-weight:600; line-height:1.3; }
.cert-doc-thumb{
  width:100%; aspect-ratio: 4/5; border-bottom:1px solid var(--line-dark);
  background: linear-gradient(135deg, var(--steel) 0%, var(--ink) 100%);
  display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden;
}
.cert-doc-thumb::before{
  content:''; position:absolute; inset:10px; border: 2px solid var(--gold); opacity:0.55;
}
.cert-doc-thumb span{
  font-family: var(--font-display); font-weight:800; font-size:11px; color: var(--gold);
  text-align:center; letter-spacing:.02em; padding: 0 8px; line-height:1.25; position:relative; z-index:1;
}
.cert-doc-logo{ width:16%; height:auto; aspect-ratio:auto; object-fit:contain; background:var(--white); padding:14px; position:relative; z-index:1; }

.photo-placeholder{
  width:100%; aspect-ratio: 16/10; border:1px solid var(--line-dark);
  background: linear-gradient(135deg, var(--steel) 0%, var(--ink) 100%);
  display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden;
}
.photo-placeholder::before{
  content:''; position:absolute; inset:12px; border: 2px solid var(--gold); opacity:0.5;
}
.photo-placeholder span{
  font-family: var(--font-display); font-weight:800; font-size:13px; color: var(--gold);
  text-align:center; letter-spacing:.03em; padding: 0 16px; line-height:1.4; position:relative; z-index:1;
}

.logo-strip{ display:flex; align-items:center; gap: 32px; flex-wrap:wrap; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.logo-strip img{ height: 46px; width:auto; }
.section--dark .logo-strip, .section--steel .logo-strip{ border-top-color: var(--line); }

.brand-logo-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 28px; }
.brand-logo-grid .logo-tile{ background: var(--white); border: 1px solid var(--line-dark); display:flex; align-items:center; justify-content:center; padding: 16px; aspect-ratio: 2/1.1; }
.brand-logo-grid .logo-tile img{ max-width:100%; max-height:100%; object-fit:contain; }
@media (max-width: 700px){ .brand-logo-grid{ grid-template-columns: repeat(2,1fr); } }
.client-wall{ display:flex; flex-wrap:wrap; gap:10px; }
.client-wall span{ font-family: var(--font-mono); font-size: 12.5px; letter-spacing:.03em; padding: 9px 14px; border: 1px solid var(--line-dark); color: rgba(20,34,46,0.72); }
.section--dark .client-wall span, .section--steel .client-wall span{ border-color: var(--line); color: rgba(247,246,242,0.72); }

.office{ padding: 26px 0; border-top: 1px solid var(--line-dark); display:grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items:start; }
.office:last-child{ border-bottom: 1px solid var(--line-dark); }
.office h3{ font-size:17px; font-weight:600; }
.office p{ font-size: 14.5px; color: rgba(20,34,46,0.68); }
.office .phone{ font-family: var(--font-mono); font-size: 13px; color: var(--ink-text); white-space:nowrap; }
@media (max-width: 700px){ .office{ grid-template-columns:1fr; gap:8px; } }

.photo-band{ display:grid; grid-template-columns: repeat(5,1fr); gap:1px; background: var(--ink); }
.photo-band img{ width:100%; height: 220px; object-fit:cover; }
@media (max-width: 860px){ .photo-band{ grid-template-columns: repeat(2,1fr); } }

.form-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field{ display:flex; flex-direction:column; gap:8px; }
.field.full{ grid-column: 1/-1; }
.field label{ font-family: var(--font-mono); font-size:14px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color: var(--gold); }
.field input, .field textarea{ background: var(--white); border: 1px solid var(--line); color: var(--ink); padding: 13px 14px; font-family: var(--font-body); font-size: 15px; }
.field input:focus, .field textarea:focus{ border-color: var(--gold); }
.field textarea{ resize: vertical; min-height: 120px; }
@media (max-width:700px){ .form-grid{ grid-template-columns:1fr; } }

/* ---------- Job cards ---------- */
.job-card{ background: var(--ink); color: var(--white); padding: 28px; border: 1px solid var(--line); display:flex; flex-direction:column; gap:14px; }
.job-card h3{ font-size:19px; font-weight:600; color: var(--gold); }
.job-card .job-meta{ font-family: var(--font-mono); font-size:12px; color: rgba(247,246,242,0.55); letter-spacing:.04em; }
.job-card ul{ list-style:disc; padding-left:20px; display:flex; flex-direction:column; gap:6px; }
.job-card li{ font-size: 14px; color: rgba(247,246,242,0.75); }
.job-card .job-note{ font-size:13px; color: var(--brass-light); font-style:italic; }

/* ---------- Helicopter accent ---------- */
.heli-accent{ position:relative; }
.heli-accent img{ width: 100%; max-width: 460px; }

/* ---------- Footer ---------- */
.site-footer{ background: var(--ink); color: rgba(247,246,242,0.65); border-top:1px solid var(--line); }
.footer-top{ padding: 60px 0 40px; display:grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-top h4{ color: var(--white); font-size:13px; letter-spacing:.06em; text-transform:uppercase; font-family: var(--font-mono); margin-bottom:16px; font-weight:500; }
.footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.footer-brand img{ height:44px; }
.footer-brand span{ font-family: var(--font-display); font-weight:700; color: var(--gold); font-size:16px; }
.footer-top p{ font-size:14px; max-width:38ch; }
.footer-links a{ display:block; padding: 6px 0; font-size:14.5px; }
.footer-links a:hover{ color: var(--white); }
.contact-icons{ display:flex; gap:10px; margin-top:16px; flex-wrap:wrap; }
.contact-icons a{ display:flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:50%; overflow:hidden; transition: transform .15s ease; }
.contact-icons a img{ width:100%; height:100%; object-fit:cover; }
.contact-icons a:hover{ transform: translateY(-2px); }
.contact-icons a.icon-disabled{ cursor:default; pointer-events:none; }
.footer-bottom{ border-top:1px solid var(--line); padding: 20px 0; display:flex; justify-content:space-between; align-items:center; font-family: var(--font-mono); font-size: 12px; letter-spacing:.04em; }
@media (max-width: 860px){ .footer-top{ grid-template-columns:1fr; gap:28px; } .footer-bottom{ flex-direction:column; gap:10px; align-items:flex-start; } }

/* ---------- Partner switcher tabs ---------- */
.partner-tabs{ background: var(--steel); border-bottom: 1px solid var(--line); }
.partner-tabs .wrap{ display:flex; gap:4px; padding: 0 28px; }
.partner-tabs a{ color: rgba(247,246,242,0.65); font-family: var(--font-mono); font-weight:700; font-size:13.5px; letter-spacing:.04em; text-transform:uppercase; padding: 14px 20px; border-bottom:3px solid transparent; }
.partner-tabs a:hover{ color: var(--white); }
.partner-tabs a.active{ color: var(--gold); border-bottom-color: var(--gold); }
.page-hero{ position:relative; color: var(--white); border-bottom:1px solid var(--line); min-height: 46vh; display:flex; align-items:flex-end; overflow:hidden; }
.page-hero-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.page-hero-scrim{ position:absolute; inset:0; background: linear-gradient(0deg, rgba(11,22,32,0.95) 0%, rgba(11,22,32,0.55) 55%, rgba(11,22,32,0.25) 100%); z-index:1; }
.page-hero .wrap{ position:relative; z-index:2; padding: 48px 28px 44px; }
.page-hero .tag{ margin-bottom:20px; }
.page-hero h1{ font-size: clamp(30px,4vw,46px); font-weight:600; max-width: 22ch; }
.page-hero p{ margin-top:16px; color: rgba(247,246,242,0.85); max-width:60ch; font-size:16px; }
@media (max-width: 700px){ .page-hero{ min-height:38vh; } }

/* ---------- Utility ---------- */
.text-gold{ color: var(--gold); }
.two-col{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:56px; align-items:start; }
@media (max-width: 900px){ .two-col{ grid-template-columns:1fr; } }
