/* ==========================================================================
   Century Solutions - single stylesheet
   No build step. Edit directly; the cache-buster in header.php picks up
   changes automatically via filemtime().
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------- */
:root {
  --navy-900:#07131f; --navy-800:#0b1a2b; --navy-700:#122740;
  --navy-600:#1b3555; --navy-500:#264a72;
  --steel-100:#f4f6f8; --steel-200:#e6eaef; --steel-300:#cdd5de; --steel-400:#9aa8b8;
  --steel-500:#66788c; --steel-600:#44566b;
  --amber-600:#c2600a; --amber-500:#e8760d; --amber-400:#f5901f; --amber-100:#fdf1e2;
  --white:#fff;

  --bg:var(--white); --bg-alt:var(--steel-100); --bg-dark:var(--navy-800);
  --text:var(--navy-900); --text-muted:var(--steel-600); --line:var(--steel-200);
  --accent:var(--amber-500); --accent-ink:var(--amber-600);

  --font-body:'Archivo',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --font-head:'Archivo',var(--font-body);

  --wrap:1320px; --gut:clamp(1.125rem,4vw,2.5rem);
  --r-sm:4px; --r:8px; --r-lg:14px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --header-h:74px; --topbar-h:40px}

/* --- Reset -------------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px)}
body{margin:0;font-family:var(--font-body);font-size:1.0625rem;line-height:1.62;color:var(--text);
  background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg,video{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{margin:0 0 .6em;font-family:var(--font-head);font-weight:700;line-height:1.1;
  letter-spacing:-.022em;font-stretch:92%;text-wrap:balance}
h1{font-size:clamp(2.5rem,5.6vw,4rem)}
h2{font-size:clamp(1.9rem,3.8vw,2.9rem)}
h3{font-size:clamp(1.3rem,1.9vw,1.6rem)}
h4{font-size:1.15rem;font-family:var(--font-body);font-weight:700;letter-spacing:0}
p{margin:0 0 1.1em;text-wrap:pretty}
a{color:var(--accent-ink);text-decoration:none;transition:color .15s var(--ease)}
a:hover{color:var(--accent)}
ul,ol{margin:0 0 1.1em;padding-left:1.15em}
li{margin-bottom:.35em}
button,input,select,textarea{font:inherit;color:inherit}
:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}
hr{border:0;border-top:1px solid var(--line);margin:3rem 0}

.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--accent);
  color:#fff;padding:.75rem 1.25rem;font-weight:600}
.skip-link:focus{left:0;color:#fff}

/* --- Layout ------------------------------------------------------------- */
.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gut)}
.wrap-narrow{max-width:760px;margin-inline:auto;padding-inline:var(--gut)}
.section{padding-block:clamp(3.5rem,7vw,6rem)}
.section-tight{padding-block:clamp(2.5rem,5vw,4rem)}
.section-alt{background:var(--bg-alt)}
.section-dark{background:var(--bg-dark);color:var(--steel-200)}
.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}
.section-dark a{color:var(--amber-400)}
.grid{display:grid;gap:clamp(1.25rem,2.5vw,2rem)}
.g-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}
.g-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr))}
.g-4{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}
.split{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center}
@media(min-width:900px){.split{grid-template-columns:1fr 1fr}
  .split-wide{grid-template-columns:1.15fr .85fr}}

/* --- Typographic helpers ------------------------------------------------ */
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);
  font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--accent-ink);margin:0 0 1rem}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--accent);flex:none}
.section-dark .eyebrow{color:var(--amber-400)}
.section-dark .eyebrow::before{background:var(--amber-400)}
.lead{font-size:clamp(1.15rem,1.8vw,1.4rem);line-height:1.58;color:var(--text-muted)}
.section-dark .lead{color:var(--steel-300)}
.section-head{max-width:720px;margin-bottom:clamp(2rem,4vw,3rem)}
.section-head.centered{margin-inline:auto;text-align:center}
.muted{color:var(--text-muted)}
.icon{width:24px;height:24px;flex:none}
.icon-sm{width:18px;height:18px;flex:none}
.icon-lg{width:32px;height:32px;flex:none}

/* --- Buttons ------------------------------------------------------------ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  padding:.8rem 1.5rem;border:1px solid transparent;border-radius:var(--r);
  font-weight:600;font-size:1rem;line-height:1.2;cursor:pointer;text-align:center;
  transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease)}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-ink);color:#fff}
.btn-dark{background:var(--navy-800);color:#fff}
.btn-dark:hover{background:var(--navy-700);color:#fff}
.btn-outline{border-color:var(--steel-300);color:var(--text);background:transparent}
.btn-outline:hover{border-color:var(--navy-800);background:var(--navy-800);color:#fff}
.btn-ghost{border-color:rgb(255 255 255/.35);color:#fff;background:rgb(255 255 255/.06)}
.btn-ghost:hover{background:#fff;color:var(--navy-900);border-color:#fff}
.btn-lg{padding:1.05rem 2rem;font-size:1.0625rem}
.btn-block{width:100%}
.btn-group{display:flex;flex-wrap:wrap;gap:.75rem}

/* --- Topbar ------------------------------------------------------------- */
.topbar{background:var(--navy-900);color:var(--steel-400);font-size:.875rem}
.topbar-inner{display:flex;flex-wrap:wrap;gap:.25rem 1.5rem;align-items:center;
  justify-content:space-between;min-height:var(--topbar-h)}
.topbar-group{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 1.5rem;min-width:0}
.topbar-item{display:inline-flex;align-items:center;gap:.4rem;color:var(--steel-400);
  padding-block:.35rem;white-space:nowrap}
a.topbar-item:hover{color:#fff}
@media(max-width:1180px){.topbar-hide-md{display:none}}
@media(max-width:900px){.topbar-hide-lg{display:none}}
@media(max-width:720px){
  .topbar-hide-sm{display:none}
  .topbar-inner{justify-content:center;gap:.25rem 1.25rem}
  .topbar-group{justify-content:center}
}

/* --- Header ------------------------------------------------------------- */
.site-header{position:sticky;top:0;z-index:100;background:rgb(255 255 255/.94);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);
  transition:border-color .2s var(--ease)}
.header-inner{display:flex;align-items:center;gap:1.25rem;min-height:var(--header-h)}
.brand{display:inline-flex;align-items:center;color:var(--navy-900);flex:none}
.brand-logo{height:42px;width:auto;display:block}
.brand:hover{color:var(--navy-900)}

.nav{margin-left:auto}
.nav-list{display:flex;align-items:center;gap:.125rem;list-style:none;margin:0;padding:0}
.nav-list li{margin:0}
.nav-list a{display:block;padding:.55rem .6rem;border-radius:var(--r-sm);color:var(--navy-800);
  font-size:.95rem;font-weight:600;white-space:nowrap}
.nav-list a:hover{background:var(--steel-100);color:var(--navy-900)}
.nav-list a.is-active{color:var(--accent-ink)}
.nav-cta{flex:none}
.nav-cta-mobile{display:none}
.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);
  border-radius:var(--r);background:#fff;cursor:pointer;place-items:center}
.nav-toggle-bars{display:grid;gap:5px;width:20px}
.nav-toggle-bars span{height:2px;background:var(--navy-800);border-radius:2px;
  transition:transform .2s var(--ease),opacity .2s var(--ease)}
.nav-toggle[aria-expanded=true] .nav-toggle-bars span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded=true] .nav-toggle-bars span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded=true] .nav-toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:760px){
  .nav-cta{display:none}
  .nav-cta-mobile{display:block;margin-top:.5rem}
  .nav-toggle{display:grid;margin-left:auto}

  /* Anchored to the header, so it stays correct however tall the topbar wraps. */
  .nav{position:absolute;top:100%;left:0;right:0;margin:0;background:#fff;
    border-bottom:1px solid var(--line);
    max-height:0;overflow:hidden;transition:max-height .28s var(--ease)}
  .nav.is-open{max-height:calc(100dvh - var(--header-h))}
  .nav-list{flex-direction:column;align-items:stretch;gap:0;padding:.5rem var(--gut) 1.5rem;
    overflow-y:auto;max-height:calc(100dvh - var(--header-h) - 60px);
    overscroll-behavior:contain}
  .nav-list a{padding:.85rem .25rem;font-size:1.05rem;border-bottom:1px solid var(--line);
    white-space:normal}
  .nav-list a:hover{background:transparent}
  .nav-list li:last-child a{border-bottom:0}
}

@media(max-width:400px){
    }

/* --- Hero ---------------------------------------------------------------
   Typographic hero. Correct at 0ms: the scrim colour IS the section
   background, so the headline is legible before (and if) any image paints.
   Sized to ~82svh so the proof band below always peeks above the fold -
   NN/g "illusion of completeness": full-viewport heroes read as page-end.
   ------------------------------------------------------------------------ */
.hero{position:relative;overflow:hidden;isolation:isolate;color:#fff;
  background:var(--navy-900)}

/* Photograph. WebP with a JPEG fallback; the small file is served to phones. */
.hero::before{content:"";position:absolute;inset:0;z-index:-2;
  background-image:image-set(url(/assets/img/hero-rig.webp) type("image/webp"),
                             url(/assets/img/hero-rig.jpg)  type("image/jpeg"));
  background-size:cover;background-position:60% 56%}
@media(max-width:800px){
  .hero::before{background-image:image-set(url(/assets/img/hero-rig-sm.webp) type("image/webp"),
                                           url(/assets/img/hero-rig-sm.jpg)  type("image/jpeg"));
    background-position:56% 54%}
}
/* A custom photo dropped in via hero_bg() still overrides everything above. */
.hero[style*="--hero-img"]::before{background-image:var(--hero-img)}

/* Single-hue scrim: one colour, varying alpha. Near-opaque behind the type,
   clearing over the derrick. Base colour == section background, so the
   headline is legible at 0ms whether or not the photo has painted. */
.hero::after{content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(101deg,
      rgb(7 19 31/.94) 0%,
      rgb(7 19 31/.84) 28%,
      rgb(7 19 31/.62) 55%,
      rgb(7 19 31/.24) 80%,
      rgb(7 19 31/.12) 100%),
    linear-gradient(to bottom,
      rgb(7 19 31/.55) 0%,
      rgb(7 19 31/0) 26%,
      rgb(7 19 31/0) 62%,
      rgb(7 19 31/.9) 100%)}

/* Narrow screens: the copy spans the full width, so the diagonal scrim no
   longer shields it. Switch to a vertical scrim and lift the text colours -
   measured to keep every hero string at or above WCAG AA. */
@media(max-width:800px){
  .hero::after{background:linear-gradient(to bottom,
    rgb(7 19 31/.93) 0%,
    rgb(7 19 31/.88) 42%,
    rgb(7 19 31/.84) 74%,
    rgb(7 19 31/.92) 100%)}
  .hero-lead{color:var(--steel-200)}
  .hero-eyebrow{color:var(--steel-200)}
}

.hero-inner{position:relative;display:flex;flex-direction:column;
  min-height:calc(82svh - var(--header-h) - var(--topbar-h));
  padding-top:clamp(2.75rem,6vw,4.75rem)}
.hero-copy{margin:auto 0;padding-bottom:clamp(1.5rem,3vw,2.5rem)}

/* --- Eyebrow ------------------------------------------------------------ */
.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 1.4rem;
  padding:.45rem 1rem .45rem .8rem;border:1px solid rgb(255 255 255/.16);border-radius:100px;
  background:rgb(255 255 255/.05);backdrop-filter:blur(6px);white-space:nowrap;
  font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:var(--steel-300)}
.hero-dot{width:7px;height:7px;border-radius:50%;background:var(--amber-400);flex:none;
  animation:heroPulse 2.6s var(--ease) infinite}
@keyframes heroPulse{
  0%{outline:0 solid rgb(245 144 31/.6);outline-offset:0}
  70%{outline:9px solid rgb(245 144 31/0);outline-offset:0}
  100%{outline:0 solid rgb(245 144 31/0);outline-offset:0}
}

/* --- Headline: the sector's voice is tight, condensed, structural. ------- */
.hero-title{color:#fff;margin:0 0 1.35rem;font-weight:800;font-stretch:84%;
  font-size:clamp(2.55rem,5.9vw,4.75rem);line-height:.96;letter-spacing:-.032em}
.hero-line{display:block}
.hero-accent{color:var(--amber-400);display:block}

.hero-lead{color:var(--steel-300);margin:0;max-width:52ch;
  font-size:clamp(1.15rem,1.5vw,1.3125rem);line-height:1.58}

.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:2.25rem}

/* --- Staggered entrance ------------------------------------------------- */
@media(prefers-reduced-motion:no-preference){
  .hero-eyebrow,.hero-title,.hero-lead,.hero-actions{
    animation:heroIn .7s var(--ease) both}
  .hero-title{animation-delay:.08s}
  .hero-lead{animation-delay:.16s}
  .hero-actions{animation-delay:.24s}
}
@keyframes heroIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}

/* Short desktop viewports (1366x768 laptops): the hero is content-bound
   rather than svh-bound, so trim the vertical padding to keep the proof
   band clearly in view. */
@media(min-width:1040px) and (max-height:820px){
  .hero-inner{padding-top:clamp(1.5rem,3vh,2.5rem)}
  .hero-copy{padding-bottom:.75rem}
  .hero-eyebrow{margin-bottom:1rem}
  .hero-title{margin-bottom:1rem}
  .hero-actions{margin-top:1.75rem}
}

/* Phones only: let content set the height - a viewport floor there either
   creates voids or pushes the CTA under the fold. Tablets keep the fill. */
@media(max-width:600px){.hero-inner{min-height:0}}

@media(max-width:600px){
  .hero-inner{padding-top:2.5rem}
  .hero-eyebrow{margin-bottom:1.1rem;padding:.5rem .85rem .5rem .75rem;
    font-size:.65rem;letter-spacing:.06em;white-space:normal;
    align-items:flex-start;line-height:1.45}
  .hero-dot{margin-top:.42em}
  .hero-title{font-size:clamp(2.15rem,8.8vw,2.75rem);margin-bottom:.9rem}
  .hero-lead{font-size:1rem;line-height:1.55}
  .hero-actions{margin-top:1.5rem;gap:.6rem}
  .hero-actions .btn{width:100%}
    .hero-copy{margin-bottom:2.25rem}
}

/* Page hero (interior pages) ---------------------------------------------
   Same treatment as the homepage hero: single-hue scrim over an optional
   photograph, correct at 0ms because the base colour is the background. */
.page-hero{position:relative;background:var(--navy-900);color:#fff;
  overflow:hidden;isolation:isolate}
.page-hero::before{content:"";position:absolute;inset:0;z-index:-2;
  background-image:var(--hero-img,none);background-size:cover;background-position:center;
  opacity:.75}
.page-hero::after{content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(102deg,
      rgb(7 19 31/.93) 0%,
      rgb(7 19 31/.8) 34%,
      rgb(7 19 31/.5) 66%,
      rgb(7 19 31/.18) 100%),
    linear-gradient(to bottom,
      rgb(7 19 31/.42) 0%,
      rgb(7 19 31/0) 30%,
      rgb(7 19 31/0) 66%,
      rgb(7 19 31/.6) 100%)}
@media(max-width:800px){
  .page-hero::after{background:linear-gradient(to bottom,
    rgb(7 19 31/.92) 0%,
    rgb(7 19 31/.86) 45%,
    rgb(7 19 31/.9) 100%)}
}
.page-hero-inner{position:relative;display:flex;flex-direction:column;justify-content:center;
  min-height:min(42svh,420px);padding-block:clamp(3rem,6vw,4.5rem);max-width:820px}
.page-hero h1{color:#fff;font-size:clamp(2.2rem,4.6vw,3.6rem)}
.page-hero .lead{color:#fff}

.crumbs{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0 0 1rem;padding:0;
  font-size:.8125rem;color:var(--steel-400)}
.crumbs li{margin:0;display:flex;gap:.4rem;align-items:center}
.crumbs li+li::before{content:"/";color:var(--steel-500)}
.crumbs a{color:var(--steel-300)}
.crumbs a:hover{color:#fff}

/* --- Stats -------------------------------------------------------------- */
.stat-band{background:var(--navy-800);color:#fff}
.stat-band .wrap{display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));
  background:rgb(255 255 255/.1);padding:0}
.stat{background:var(--navy-800);padding:clamp(1.75rem,4vw,2.75rem) clamp(1.25rem,3vw,2rem);text-align:center}
.stat-value{font-family:var(--font-head);font-size:clamp(2.25rem,4.5vw,3.4rem);font-weight:800;
  line-height:1;color:var(--amber-400);letter-spacing:-.03em;font-stretch:88%}
.stat-label{margin:.5rem 0 0;font-size:.9375rem;font-weight:600;color:#fff}
.stat-note{margin:.15rem 0 0;font-size:.75rem;color:var(--steel-400)}

/* --- Cards -------------------------------------------------------------- */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:1.75rem;
  display:flex;flex-direction:column;transition:transform .2s var(--ease),border-color .2s var(--ease)}
.card:hover{transform:translateY(-3px);border-color:var(--steel-300)}
.card h3{margin-bottom:.5rem}
.card p{color:var(--text-muted);font-size:1rem}
.card-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:var(--r);
  background:var(--amber-100);color:var(--accent-ink);margin-bottom:1.25rem}
.card-link{margin-top:auto;padding-top:1rem;display:inline-flex;align-items:center;gap:.4rem;
  font-weight:600;font-size:.9rem;color:var(--accent-ink)}
.card-link svg{transition:transform .2s var(--ease)}
.card:hover .card-link svg{transform:translateX(3px)}
a.card{color:inherit}
a.card:hover{color:inherit}

.card-dark{background:var(--navy-700);border-color:rgb(255 255 255/.12);color:var(--steel-300)}
.card-dark:hover{border-color:rgb(255 255 255/.25)}
.card-dark h3{color:#fff}
.card-dark p{color:var(--steel-300)}
.card-dark .card-icon{background:rgb(245 144 31/.14);color:var(--amber-400)}

/* --- Value / feature list ----------------------------------------------- */
.feature{display:flex;gap:1rem;align-items:flex-start}
.feature-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--r);
  background:var(--amber-100);color:var(--accent-ink);flex:none}
.section-dark .feature-icon{background:rgb(245 144 31/.14);color:var(--amber-400)}
.feature h3{font-size:1.2rem;font-family:var(--font-body);font-weight:700;letter-spacing:0;margin-bottom:.35rem}
.feature p{margin:0;font-size:1rem;color:var(--text-muted)}
.section-dark .feature p{color:var(--steel-300)}

.checklist{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}
.checklist li{display:flex;gap:.7rem;align-items:flex-start;margin:0;font-size:1rem}
.checklist svg{color:var(--accent);margin-top:.28em}

/* --- Capability rows ---------------------------------------------------- */
.cap-list{display:grid;gap:0;border-top:1px solid var(--line);margin:0;padding:0;list-style:none}
.cap-list li{margin:0;padding:1.4rem 0;border-bottom:1px solid var(--line);
  display:grid;gap:.35rem 2rem}
@media(min-width:820px){.cap-list li{grid-template-columns:minmax(220px,.9fr) 2fr;align-items:start}}
.cap-list h3{font-size:1.15rem;font-family:var(--font-body);font-weight:700;letter-spacing:0;margin:0}
.cap-list p{margin:0;color:var(--text-muted);font-size:1rem}

/* --- Media / image blocks ----------------------------------------------- */
.media{border-radius:var(--r-lg);overflow:hidden;background:var(--steel-200);position:relative}
.media picture{display:block;width:100%;height:100%}
.media img{width:100%;height:100%;object-fit:cover}
.media-tall{aspect-ratio:4/5}
.media-wide{aspect-ratio:16/10}
.media-square{aspect-ratio:1}
.media-badge{position:absolute;left:1.25rem;bottom:1.25rem;background:var(--navy-900);color:#fff;
  padding:.9rem 1.2rem;border-radius:var(--r)}
.media-badge strong{display:block;font-family:var(--font-head);font-size:1.6rem;font-weight:800;line-height:1;color:var(--amber-400);font-stretch:90%}
.media-badge span{font-size:.8125rem;color:var(--steel-300)}
.img-ph{display:grid;place-items:center;width:100%;height:100%;min-height:220px;
  background:repeating-linear-gradient(45deg,var(--steel-200) 0 12px,var(--steel-100) 12px 24px);
  color:var(--steel-500);font-size:.8125rem;font-weight:600;text-align:center;padding:1rem}

/* --- Clients ------------------------------------------------------------ */
.clients{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:clamp(1.75rem,5vw,3.5rem);list-style:none;margin:0;padding:0}
.clients li{margin:0}
.clients img{max-height:44px;width:auto;filter:grayscale(1);opacity:.6;
  transition:filter .2s var(--ease),opacity .2s var(--ease)}
.clients li:hover img{filter:grayscale(0);opacity:1}
.clients-label{text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--steel-500);margin-bottom:1.75rem}

/* --- Accordion (FAQ) ---------------------------------------------------- */
.accordion{border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-btn{display:flex;width:100%;gap:1rem;align-items:flex-start;justify-content:space-between;
  padding:1.45rem 0;background:none;border:0;cursor:pointer;text-align:left;
  font-family:var(--font-body);font-size:1.15rem;font-weight:600;color:var(--text)}
.acc-btn:hover{color:var(--accent-ink)}
.acc-btn svg{color:var(--accent);flex:none;margin-top:.2em;transition:transform .22s var(--ease)}
.acc-btn[aria-expanded=true] svg{transform:rotate(45deg)}
.acc-panel{overflow:hidden;max-height:0;transition:max-height .28s var(--ease)}
.acc-panel-inner{padding:0 3rem 1.5rem 0;color:var(--text-muted)}
.acc-panel-inner p:last-child{margin-bottom:0}

/* --- FAQ teaser (homepage) ---------------------------------------------- */
.faq-teaser{display:grid;gap:0;list-style:none;margin:0;padding:0;
  border-top:1px solid var(--line)}
@media(min-width:820px){.faq-teaser{grid-template-columns:1fr 1fr;column-gap:clamp(2rem,4vw,3.5rem)}
  .faq-teaser li:nth-child(2){border-top:1px solid var(--line)}}
.faq-teaser li{margin:0;border-bottom:1px solid var(--line)}
.faq-teaser a{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;
  padding:1.15rem .25rem;color:var(--navy-800);font-weight:600;
  font-size:clamp(.9375rem,1.1vw,1.0625rem);line-height:1.4;
  transition:color .18s var(--ease),padding .18s var(--ease)}
.faq-teaser a:hover{color:var(--accent-ink);padding-left:.6rem}
.faq-teaser svg{color:var(--accent);flex:none;transition:transform .18s var(--ease)}
.faq-teaser a:hover svg{transform:translateX(3px)}

/* --- FAQ page ----------------------------------------------------------- */
.faq-jump{display:grid;gap:.25rem;margin-top:1.75rem;border-top:1px solid var(--line)}
.faq-jump a{display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:.85rem .25rem;border-bottom:1px solid var(--line);
  font-size:.9375rem;font-weight:600;color:var(--navy-800)}
.faq-jump a:hover{color:var(--accent-ink)}
.faq-jump-count{display:inline-grid;place-items:center;min-width:26px;height:26px;padding:0 .4rem;
  border-radius:100px;background:var(--steel-100);border:1px solid var(--line);
  font-size:.75rem;font-weight:700;color:var(--steel-600)}
.faq-jump a:hover .faq-jump-count{background:var(--amber-100);border-color:var(--amber-100);
  color:var(--accent-ink)}

.faq-group + .faq-group{margin-top:clamp(2.5rem,5vw,3.5rem)}
.faq-group-title{font-size:clamp(1.3rem,2vw,1.6rem);margin-bottom:.35rem}
.faq-group-intro{color:var(--text-muted);font-size:1rem;margin-bottom:1.25rem}

/* --- Testimonials ------------------------------------------------------- */
.quote{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:2rem;
  display:flex;flex-direction:column;gap:1.25rem}
.quote blockquote{margin:0;font-size:1.15rem;line-height:1.6}
.quote blockquote::before{content:"\201C";display:block;font-family:var(--font-head);
  font-size:2.75rem;font-weight:800;line-height:.6;color:var(--accent);margin-bottom:.4rem}
.quote-by{margin-top:auto;display:flex;align-items:center;gap:.85rem;font-size:.875rem}
.quote-by strong{display:block;color:var(--text)}
.quote-by span{color:var(--text-muted)}

/* --- Team --------------------------------------------------------------- */
.person{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  transition:transform .2s var(--ease)}
.person:hover{transform:translateY(-3px)}
.person-photo{aspect-ratio:4/5;background:var(--steel-200)}
.person-photo picture{display:block;width:100%;height:100%}
.person-photo img{width:100%;height:100%;object-fit:cover}
.avatar-ph{display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.6rem;width:100%;height:100%;
  background:
    radial-gradient(420px 300px at 80% 0%, rgb(245 144 31/.12), transparent 60%),
    linear-gradient(160deg,var(--navy-800),var(--navy-900))}
.avatar-ph-mark{display:grid;place-items:center;width:96px;height:96px;border-radius:50%;
  border:2px solid rgb(245 144 31/.55);color:var(--amber-400);
  font-family:var(--font-head);font-weight:800;font-size:2.1rem;letter-spacing:.02em;
  font-stretch:90%}
.avatar-ph-note{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--steel-500)}

.person-body{padding:1.5rem}
.person-body h3{margin-bottom:.15rem;font-size:1.35rem}
.person-role{color:var(--accent-ink);font-size:.875rem;font-weight:600;margin:0 0 .9rem}
.person-body p{font-size:1rem;color:var(--text-muted)}
.tags{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:1rem 0 0;padding:0}
.tags li{margin:0;padding:.25rem .65rem;border-radius:100px;background:var(--steel-100);
  border:1px solid var(--line);font-size:.75rem;font-weight:600;color:var(--steel-600)}

/* --- Spec tables -------------------------------------------------------- */
.spec-table{width:100%;border-collapse:collapse;font-size:1rem}
.spec-table th,.spec-table td{padding:.9rem 0;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.spec-table th{font-weight:500;color:var(--text-muted);width:44%;font-size:.9375rem;padding-right:1.25rem}
.spec-table td{font-weight:600;color:var(--navy-800)}
.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}

/* Fleet: two generous columns instead of three cramped ones. */
.fleet-grid{display:grid;gap:clamp(1.5rem,3vw,2.25rem);
  grid-template-columns:repeat(auto-fit,minmax(min(100%,460px),1fr))}
.fleet-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  padding:clamp(1.75rem,3.2vw,2.75rem);
  transition:border-color .2s var(--ease)}
.fleet-card:hover{border-color:var(--steel-300)}
.fleet-card-head h3{margin:.4rem 0 .8rem}
.fleet-card-head p:last-child{color:var(--text-muted);margin-bottom:0;line-height:1.65}
.fleet-card .spec-table{margin-top:1.75rem;border-top:2px solid var(--steel-100);padding-top:.5rem}

/* --- Timeline ----------------------------------------------------------- */
.timeline{list-style:none;margin:0;padding:0;position:relative}
.timeline::before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:var(--line)}
.timeline li{position:relative;margin:0;padding:0 0 2rem 2.5rem}
.timeline li::before{content:"";position:absolute;left:0;top:6px;width:16px;height:16px;
  border-radius:50%;background:#fff;border:3px solid var(--accent)}
.timeline-year{display:block;font-family:var(--font-head);font-size:1.15rem;font-weight:800;color:var(--accent-ink);font-stretch:90%}
.timeline h3{font-size:1.0625rem;font-family:var(--font-body);letter-spacing:0;margin:.1rem 0 .3rem}
.timeline p{margin:0;color:var(--text-muted);font-size:.9375rem}

/* --- Regions ------------------------------------------------------------ */
.region{padding:1.25rem 0;border-bottom:1px solid var(--line);display:grid;gap:.2rem 1.5rem}
@media(min-width:760px){.region{grid-template-columns:1fr 1fr 1.2fr;align-items:baseline}}
.region strong{font-size:1.15rem}
.region span{color:var(--text-muted);font-size:1rem}

/* --- Careers: role listing ----------------------------------------------- */
.roles{border-top:1px solid var(--steel-300)}
.role{display:flex;gap:2rem;align-items:center;justify-content:space-between;
  padding:clamp(1.5rem,3vw,2rem) .25rem;border-bottom:1px solid var(--steel-300);
  color:inherit;transition:background .18s var(--ease),padding .18s var(--ease)}
.role:hover{background:#fff;padding-left:1.25rem;padding-right:1rem;color:inherit}
.role-main{min-width:0}
.role-title{font-size:clamp(1.3rem,1.8vw,1.6rem);margin:0 0 .4rem;
  transition:color .18s var(--ease)}
.role:hover .role-title{color:var(--accent-ink)}
.role-summary{margin:0 0 .9rem;color:var(--text-muted);font-size:1rem;max-width:62ch}
.role-meta{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;list-style:none;margin:0;padding:0}
.role-meta li{margin:0;display:inline-flex;align-items:center;gap:.45rem;
  font-size:.875rem;font-weight:600;color:var(--steel-600)}
.role-meta svg{color:var(--accent)}
.role-apply{flex:none;display:inline-flex;align-items:center;gap:.5rem;
  font-weight:700;font-size:1rem;color:var(--accent-ink)}
.role-apply svg{transition:transform .18s var(--ease)}
.role:hover .role-apply svg{transform:translateX(4px)}

.roles-open{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;align-items:center;
  justify-content:space-between;margin-top:clamp(2rem,4vw,3rem);
  padding:clamp(1.75rem,3.5vw,2.5rem);background:var(--navy-800);
  border-radius:var(--r-lg);color:#fff}
.roles-open h3{color:#fff;margin-bottom:.3rem}
.roles-open p{margin:0;color:var(--steel-300);max-width:52ch}

@media(max-width:700px){
  .role{flex-direction:column;align-items:stretch;gap:1rem}
  .role:hover{padding-left:.25rem;padding-right:.25rem}
  .role-apply{justify-content:flex-end}
}

/* --- Case studies ------------------------------------------------------- */
.case{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  display:flex;flex-direction:column;transition:transform .2s var(--ease)}
.case:hover{transform:translateY(-3px)}
.case-media{aspect-ratio:16/10;background:var(--steel-200)}
.case-body{padding:1.6rem;display:flex;flex-direction:column;flex:1}
.case-tag{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--accent-ink);margin:0 0 .5rem}
.case h3{font-size:1.35rem;margin-bottom:.5rem}
.case p{font-size:1rem;color:var(--text-muted)}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0;
  padding:1.25rem;background:var(--steel-100);border-radius:var(--r);text-align:center}
.metrics div strong{display:block;font-family:var(--font-head);font-size:1.5rem;font-weight:800;color:var(--navy-800);line-height:1.1;font-stretch:90%}
.metrics div span{font-size:.75rem;color:var(--text-muted)}

/* --- CTA band ----------------------------------------------------------- */
.cta-band{background:var(--navy-800);color:#fff;
  background-image:linear-gradient(115deg,var(--navy-900),var(--navy-700))}
.cta-band-inner{display:grid;gap:2rem;align-items:center;
  padding-block:clamp(2.75rem,5vw,4rem)}
@media(min-width:900px){.cta-band-inner{grid-template-columns:1.4fr auto}}
.cta-band-title{color:#fff;font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:.4rem}
.cta-band-text{color:var(--steel-300);margin:0;max-width:56ch}
.cta-band-actions{display:flex;flex-wrap:wrap;gap:.75rem}

/* --- Forms -------------------------------------------------------------- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  padding:clamp(1.5rem,4vw,2.5rem)}
.form-grid{display:grid;gap:1.25rem}
@media(min-width:700px){.form-grid.cols-2{grid-template-columns:1fr 1fr}
  .form-full{grid-column:1/-1}}
.field label{display:block;font-size:.9375rem;font-weight:600;margin-bottom:.4rem}
.field .req{color:var(--accent-ink)}
.field input,.field select,.field textarea{width:100%;padding:.85rem .95rem;border:1px solid var(--steel-300);
  border-radius:var(--r);background:#fff;font-size:1rem;
  transition:border-color .15s var(--ease)}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent)}
.field textarea{min-height:150px;resize:vertical}
.field .hint{margin:.35rem 0 0;font-size:.8125rem;color:var(--text-muted)}
.field-error{margin:.35rem 0 0;font-size:.8125rem;color:#b42318;font-weight:600}
.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:#b42318}
.check{display:flex;gap:.65rem;align-items:flex-start;font-size:.875rem;color:var(--text-muted)}
.check input{width:auto;margin-top:.25em;flex:none}
.hp{position:absolute;left:-9999px}

.alert{padding:1rem 1.25rem;border-radius:var(--r);margin-bottom:1.5rem;font-size:.9375rem;
  display:flex;gap:.75rem;align-items:flex-start}
.alert svg{flex:none;margin-top:.15em}
.alert-ok{background:#ecfdf3;border:1px solid #abefc6;color:#067647}
.alert-err{background:#fef3f2;border:1px solid #fecdc9;color:#b42318}

.newsletter{display:flex;gap:.5rem;flex-wrap:wrap}
.newsletter input{flex:1;min-width:180px;padding:.7rem .85rem;border:1px solid rgb(255 255 255/.2);
  border-radius:var(--r);background:rgb(255 255 255/.07);color:#fff;font-size:.875rem}
.newsletter input::placeholder{color:var(--steel-500)}
.newsletter input:focus{outline:0;border-color:var(--amber-400);background:rgb(255 255 255/.12)}

/* --- Contact cards ------------------------------------------------------ */
.contact-card{display:flex;gap:1rem;padding:1.5rem;background:#fff;border:1px solid var(--line);
  border-radius:var(--r-lg)}
.contact-card .feature-icon{margin-top:.1rem}
.contact-card h3{font-size:1rem;font-family:var(--font-body);letter-spacing:0;margin-bottom:.25rem}
.contact-card p,.contact-card a{margin:0;font-size:.9375rem;color:var(--text-muted)}
.contact-card a{color:var(--accent-ink);font-weight:600}
.map-embed{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);
  aspect-ratio:16/9;background:var(--steel-200)}
.map-embed iframe{width:100%;height:100%;border:0;display:block}

/* --- Footer ------------------------------------------------------------- */
.site-footer{background:var(--navy-900);color:var(--steel-400)}

/* Row 1: identity + newsletter --------------------------------------------- */
.footer-top{display:grid;gap:2rem;align-items:start;
  padding-block:clamp(2.75rem,5vw,4rem) clamp(2.25rem,4vw,3rem)}
@media(min-width:900px){.footer-top{grid-template-columns:1.2fr .9fr;
  gap:clamp(3rem,7vw,6rem)}}

.brand-footer{color:#fff;margin-bottom:1.1rem}
.brand-footer .brand-logo{height:46px}
.brand-footer:hover{color:#fff}
.brand-footer .brand-footer .brand-footer .footer-blurb{color:var(--steel-400);font-size:.9375rem;line-height:1.6;
  max-width:44ch;margin:0}

.newsletter{display:flex;gap:.5rem;flex-wrap:wrap}
.newsletter input{flex:1;min-width:200px;padding:.75rem .95rem;
  border:1px solid rgb(255 255 255/.18);border-radius:var(--r);
  background:rgb(255 255 255/.06);color:#fff;font-size:.9375rem}
.newsletter input::placeholder{color:var(--steel-500)}
.newsletter input:focus{outline:0;border-color:var(--amber-400);
  background:rgb(255 255 255/.1)}
.footer-fineprint{font-size:.75rem;color:var(--steel-500);margin:.75rem 0 0}

/* Row 2: navigation + contact ---------------------------------------------- */
.footer-main{display:grid;gap:2.25rem 2rem;
  padding-block:clamp(2.25rem,4vw,3rem);
  border-top:1px solid rgb(255 255 255/.1)}
.footer-main{grid-template-columns:1fr 1fr}
/* On phones the two link columns share a row; contact blocks take full width. */
@media(max-width:559px){.footer-main > div{grid-column:1 / -1}}
@media(min-width:1040px){.footer-main{grid-template-columns:.85fr 1fr 1.25fr 1fr}}

.footer-heading{color:var(--steel-500);font-family:var(--font-body);
  font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  margin-bottom:1.1rem}

.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}
.footer-links li{margin:0}
.footer-links a{color:var(--steel-300);font-size:.9375rem}
.footer-links a:hover{color:#fff}

.footer-reach{margin-bottom:1.35rem}
.footer-reach:last-child{margin-bottom:0}
.footer-label{display:block;font-size:.75rem;color:var(--steel-500);margin-bottom:.25rem}
.footer-reach > a{display:inline-block;color:#fff;font-weight:600;
  font-size:clamp(1.0625rem,1.3vw,1.1875rem);letter-spacing:-.01em}
.footer-reach > a:hover{color:var(--amber-400)}

.footer-address{margin:0;font-size:.9375rem;line-height:1.65;color:var(--steel-300)}
.footer-address-muted{margin-top:.85rem;color:var(--steel-500)}

/* Row 3: legal --------------------------------------------------------------- */
.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center;
  padding-block:1.4rem;border-top:1px solid rgb(255 255 255/.1);font-size:.8125rem}
.footer-bottom p{margin:0;color:var(--steel-500)}
.footer-legal{display:flex;flex-wrap:wrap;gap:1.25rem;list-style:none;
  margin:0;padding:0}
.footer-legal li{margin:0}
.footer-legal a{color:var(--steel-500)}
.footer-legal a:hover{color:#fff}
.footer-social{display:flex;gap:.5rem;list-style:none;margin:0 0 0 auto;padding:0}
.footer-social li{margin:0}
.footer-social a{display:grid;place-items:center;width:36px;height:36px;
  border-radius:var(--r-sm);border:1px solid rgb(255 255 255/.12);
  color:var(--steel-400);
  transition:color .18s var(--ease),border-color .18s var(--ease),background .18s var(--ease)}
.footer-social a:hover{background:var(--accent);border-color:var(--accent);color:#fff}
@media(max-width:600px){.footer-social{margin-left:0}}

/* --- Back to top -------------------------------------------------------- */
.to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:90;width:46px;height:46px;
  display:grid;place-items:center;border:0;border-radius:50%;background:var(--navy-800);color:#fff;
  cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);
  transition:opacity .2s var(--ease),transform .2s var(--ease),visibility .2s,background .2s}
.to-top svg{transform:rotate(-90deg)}
.to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.to-top:hover{background:var(--accent)}

/* --- Scroll reveal ------------------------------------------------------ */
.reveal{opacity:0;transform:translateY(18px);
  transition:opacity .5s var(--ease),transform .5s var(--ease)}
.reveal.is-in{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

/* --- Print -------------------------------------------------------------- */
@media print{
  .topbar,.site-header,.cta-band,.site-footer,.to-top,.btn{display:none!important}
  body{color:#000}
  .hero,.page-hero{background:none;color:#000}
  .hero h1,.page-hero h1,.hero .lead,.page-hero .lead{color:#000}
}
