/* ============================================================================
   Accelerated Services - SEO Campaign Landing Page styles
   Scoped: loads ONLY on campaign page IDs via msh-accelerated-campaign-design.php
   (adds body.acc-campaign-page). Components namespaced under .acc-lp.
   No em dashes, no en dashes, ASCII only. Reversible: delete the MU plugin.
   ========================================================================== */

:root {
  --acc-gold: #E8AB1E;
  --acc-gold-deep: #C8901A;
  --acc-gold-soft: #F6D279;
  --acc-blue: #1863DC;
  --acc-ink: #12161C;
  --acc-ink-panel: #1B2230;
  --acc-steel: #2C3644;
  --acc-steel-line: #39434F;
  --acc-white: #FFFFFF;
  --acc-paper: #F6F4EF;
  --acc-text: #191C22;
  --acc-muted: #5A6472;
  --acc-muted-dk: #AEB8C4;
  --acc-line: #E5E1D8;
  --acc-success: #2E7D52;

  --acc-r-sm: 4px;
  --acc-r-md: 10px;
  --acc-r-lg: 16px;
  --acc-r-pill: 999px;

  --acc-shadow-card: 0 1px 2px rgba(18,22,28,0.06), 0 14px 30px -14px rgba(18,22,28,0.22);
  --acc-shadow-hover: 0 3px 6px rgba(18,22,28,0.10), 0 26px 50px -18px rgba(200,144,26,0.34);
  --acc-shadow-gold: 0 12px 28px -10px rgba(232,171,30,0.62);

  --acc-section-y: clamp(3.25rem, 6.5vw, 5.75rem);
  --acc-gap: clamp(1rem, 2vw, 1.6rem);
  --acc-container: 1140px;
  --acc-wide: 1280px;

  --acc-f-display: "Saira Condensed", "Arial Narrow", system-ui, sans-serif;
  --acc-f-body: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---- Neutralize hepta page chrome on campaign pages ---------------------- */
body.acc-campaign-page .rs-breadcrumbs { display: none !important; }      /* hide theme title band; our hero owns the H1 visually */
body.acc-campaign-page .main-contain { padding: 0 !important; }
body.acc-campaign-page #content.site-content { padding: 0 !important; }
body.acc-campaign-page #content .row.padding-,
body.acc-campaign-page #content .row { margin: 0 !important; }
body.acc-campaign-page #content .col-md-12 { padding: 0 !important; }
body.acc-campaign-page article .entry-content { margin: 0 !important; }
body.acc-campaign-page .main-contain > .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  overflow-x: clip;
}

/* ---- Wrapper + base ------------------------------------------------------ */
.acc-lp {
  font-family: var(--acc-f-body);
  color: var(--acc-text);
  font-size: var(--acc-body, 1.0625rem);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
.acc-lp *, .acc-lp *::before, .acc-lp *::after { box-sizing: border-box; }
.acc-lp p { margin: 0 0 1rem; }
.acc-lp a { color: var(--acc-blue); }
.acc-lp img { max-width: 100%; height: auto; display: block; }
.acc-lp h1, .acc-lp h2, .acc-lp h3, .acc-lp h4 {
  font-family: var(--acc-f-display);
  line-height: 1.04;
  letter-spacing: 0.005em;
  text-wrap: balance;
  margin: 0 0 0.5em;
  color: var(--acc-ink);
  text-transform: none;
}
.acc-lp h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; }
.acc-lp h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 700; }
.acc-lp h4 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 700; }

/* full-bleed band that escapes the constrained hepta container */
.acc-band {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-top: var(--acc-section-y);
  padding-bottom: var(--acc-section-y);
  position: relative;
}
.acc-inner { max-width: var(--acc-container); margin: 0 auto; padding: 0 clamp(1.1rem, 3vw, 2rem); }
.acc-inner--wide { max-width: var(--acc-wide); }

.acc-kicker {
  font-family: var(--acc-f-body);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--acc-gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
}
.acc-kicker::before { content: ""; width: 26px; height: 3px; background: var(--acc-gold); display: inline-block; }
.acc-band--dark .acc-kicker { color: var(--acc-gold); }

.acc-lede { font-size: clamp(1.12rem, 1.6vw, 1.35rem); line-height: 1.6; color: var(--acc-muted); max-width: 62ch; }
.acc-band--dark .acc-lede { color: var(--acc-muted-dk); }

/* ---- Buttons ------------------------------------------------------------- */
.acc-btn {
  font-family: var(--acc-f-body);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.7rem;
  border-radius: var(--acc-r-sm);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(0.16,1,0.3,1), box-shadow 0.18s cubic-bezier(0.16,1,0.3,1), background-color 0.18s ease;
}
.acc-btn svg { width: 1.05em; height: 1.05em; }
.acc-btn--gold { background: var(--acc-gold); color: var(--acc-ink); box-shadow: var(--acc-shadow-gold); }
.acc-btn--gold:hover { background: var(--acc-gold-deep); transform: translateY(-2px); color: var(--acc-ink); }
.acc-btn--ghost { background: transparent; color: var(--acc-white); border-color: rgba(255,255,255,0.5); }
.acc-btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--acc-white); transform: translateY(-2px); }
.acc-btn--ink { background: var(--acc-ink); color: var(--acc-white); }
.acc-btn--ink:hover { background: #000; transform: translateY(-2px); color: var(--acc-white); }
.acc-btn--lg { padding: 1.1rem 2rem; font-size: 1.1rem; }

/* ---- HERO ---------------------------------------------------------------- */
.acc-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  position: relative;
  color: var(--acc-white);
  background:
    linear-gradient(100deg, rgba(9,12,17,0.96) 0%, rgba(9,12,17,0.84) 40%, rgba(9,12,17,0.40) 100%),
    var(--acc-hero-img, linear-gradient(135deg, #1B2230, #12161C));
  background-size: cover;
  background-position: center 42%;
  overflow: hidden;
}
.acc-hero::after { /* gold accent line at base */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px;
  background: linear-gradient(90deg, var(--acc-gold) 0%, var(--acc-gold-deep) 100%);
}
.acc-hero__inner {
  max-width: var(--acc-container);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1.1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
}
.acc-hero__crumb { font-size: 0.8125rem; letter-spacing: 0.06em; color: var(--acc-muted-dk); margin-bottom: 1.1rem; }
.acc-hero__crumb a { color: var(--acc-muted-dk); text-decoration: none; }
.acc-hero h1 {
  font-family: var(--acc-f-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 6.2vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0.004em;
  color: var(--acc-white);
  margin: 0 0 1.1rem;
  max-width: 18ch;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.acc-hero h1 .acc-gold { color: var(--acc-gold); }
.acc-hero__sub { font-size: clamp(1.12rem, 1.7vw, 1.4rem); line-height: 1.55; color: #E9EDF2; max-width: 56ch; margin: 0 0 1.8rem; }
.acc-hero__cta { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.acc-hero__note { font-size: 0.92rem; color: var(--acc-muted-dk); margin: 1.1rem 0 0; }

/* hero trust pills */
.acc-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.9rem; }
.acc-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(4px);
  border-radius: var(--acc-r-pill);
  padding: 0.5rem 1rem;
  font-size: 0.9rem; font-weight: 500; color: #EDF1F5;
}
.acc-pill strong { color: var(--acc-gold); font-family: var(--acc-f-display); font-weight: 800; font-size: 1.05rem; }

/* ---- STAT STRIP ---------------------------------------------------------- */
.acc-band--stats { background: var(--acc-ink); color: var(--acc-white); padding-top: clamp(2.5rem,4vw,3.25rem); padding-bottom: clamp(2.5rem,4vw,3.25rem); }
.acc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.acc-stat { text-align: center; padding: 0.5rem 1rem; position: relative; }
.acc-stat + .acc-stat::before { content: ""; position: absolute; left: 0; top: 12%; bottom: 12%; width: 1px; background: var(--acc-steel-line); }
.acc-stat__num { font-family: var(--acc-f-display); font-weight: 800; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; color: var(--acc-gold); }
.acc-stat__label { font-size: 0.9rem; color: var(--acc-muted-dk); margin-top: 0.5rem; letter-spacing: 0.03em; }

/* ---- generic section bands ---------------------------------------------- */
.acc-band--paper { background:
  radial-gradient(120% 120% at 100% 0%, rgba(232,171,30,0.06) 0%, rgba(246,244,239,0) 45%),
  var(--acc-paper); }
.acc-band--white { background: var(--acc-white); }
.acc-band--dark {
  background:
    radial-gradient(100% 120% at 0% 0%, rgba(232,171,30,0.10) 0%, rgba(18,22,28,0) 50%),
    linear-gradient(180deg, #12161C 0%, #161B24 100%);
  color: var(--acc-white);
}
.acc-band--dark h2, .acc-band--dark h3 { color: var(--acc-white); }
.acc-section-head { max-width: 62ch; margin-bottom: clamp(1.8rem, 3vw, 2.6rem); }
.acc-section-head p { color: var(--acc-muted); }
.acc-band--dark .acc-section-head p { color: var(--acc-muted-dk); }

/* ---- LANE / TERMINAL CARDS (replaces zero-openings empty state) ---------- */
.acc-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--acc-gap); }
.acc-lane {
  background: var(--acc-white);
  border: 1px solid var(--acc-line);
  border-radius: var(--acc-r-md);
  padding: 1.5rem 1.5rem 1.35rem;
  box-shadow: var(--acc-shadow-card);
  display: flex; flex-direction: column;
  transition: transform 0.2s cubic-bezier(0.16,1,0.3,1), box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.acc-lane::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--acc-gold); transform: scaleY(0); transform-origin: top; transition: transform 0.25s cubic-bezier(0.16,1,0.3,1); }
.acc-lane:hover { transform: translateY(-4px); box-shadow: var(--acc-shadow-hover); border-color: var(--acc-gold-soft); }
.acc-lane:hover::before { transform: scaleY(1); }
.acc-lane__tag { font-family: var(--acc-f-body); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--acc-gold-deep); background: rgba(232,171,30,0.12); border-radius: var(--acc-r-pill); padding: 0.3rem 0.7rem; align-self: flex-start; margin-bottom: 0.9rem; }
.acc-lane__city { font-family: var(--acc-f-display); font-weight: 800; font-size: 1.6rem; line-height: 1.05; color: var(--acc-ink); margin: 0 0 0.15rem; }
.acc-lane__anchor { font-weight: 700; color: var(--acc-text); font-size: 0.95rem; margin-bottom: 0.5rem; }
.acc-lane__desc { font-size: 0.97rem; color: var(--acc-muted); margin: 0 0 1.15rem; flex: 1; }
.acc-lane__link { margin-top: auto; font-weight: 700; color: var(--acc-blue); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; }
.acc-lane__link::after { content: "->"; transition: transform 0.18s ease; }
.acc-lane:hover .acc-lane__link::after { transform: translateX(4px); }

/* ---- WHO WE HIRE / feature cards ---------------------------------------- */
.acc-feat { background: var(--acc-white); border: 1px solid var(--acc-line); border-radius: var(--acc-r-md); padding: 1.75rem; box-shadow: var(--acc-shadow-card); }
.acc-band--dark .acc-feat { background: var(--acc-ink-panel); border-color: var(--acc-steel-line); }
.acc-feat__icon { width: 56px; height: 56px; border-radius: var(--acc-r-md); display: grid; place-items: center; background: linear-gradient(135deg, var(--acc-gold) 0%, var(--acc-gold-deep) 100%); color: var(--acc-ink); margin-bottom: 1.1rem; }
.acc-feat__icon svg { width: 30px; height: 30px; }
.acc-feat h3 { margin-bottom: 0.5rem; }
.acc-feat p { color: var(--acc-muted); font-size: 0.98rem; margin-bottom: 0.9rem; }
.acc-band--dark .acc-feat p { color: var(--acc-muted-dk); }
.acc-feat__link { font-weight: 700; color: var(--acc-blue); text-decoration: none; }
.acc-band--dark .acc-feat__link { color: var(--acc-gold); }

/* ---- ALTERNATING IMAGE + TEXT (equipment / story) ----------------------- */
.acc-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.acc-split + .acc-split { margin-top: clamp(2.5rem, 5vw, 4rem); }
.acc-split--rev .acc-split__media { order: 2; }
.acc-split__media { border-radius: var(--acc-r-lg); overflow: hidden; box-shadow: var(--acc-shadow-card); position: relative; aspect-ratio: 4 / 3; }
.acc-split__media img { width: 100%; height: 100%; object-fit: cover; }
.acc-split__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(232,171,30,0.0) 55%, rgba(18,22,28,0.28) 100%); }
.acc-spec { list-style: none; margin: 1rem 0 0; padding: 0; }
.acc-spec li { display: flex; gap: 0.7rem; padding: 0.5rem 0; border-bottom: 1px solid var(--acc-line); font-size: 0.98rem; }
.acc-spec li::before { content: ""; flex: 0 0 auto; width: 18px; height: 18px; margin-top: 0.18rem; border-radius: 50%; background: var(--acc-gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312161C' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; }

/* ---- PROCESS STEPS ------------------------------------------------------- */
.acc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--acc-gap); counter-reset: step; }
.acc-step { background: var(--acc-white); border: 1px solid var(--acc-line); border-radius: var(--acc-r-md); padding: 1.6rem; position: relative; box-shadow: var(--acc-shadow-card); }
.acc-step__n { font-family: var(--acc-f-display); font-weight: 800; font-size: 2.6rem; line-height: 1; color: var(--acc-gold-soft); }
.acc-step h3 { font-size: 1.25rem; margin: 0.4rem 0 0.4rem; }
.acc-step p { color: var(--acc-muted); font-size: 0.96rem; margin: 0; }

/* ---- OEM LOGO CLOUD ------------------------------------------------------ */
.acc-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1.5rem, 4vw, 3rem); }
.acc-logos img { height: 38px; width: auto; filter: grayscale(1) brightness(0) invert(0.55); opacity: 0.85; transition: filter 0.2s ease, opacity 0.2s ease; }
.acc-band--dark .acc-logos img { filter: grayscale(1) brightness(0) invert(0.9); opacity: 0.7; }
.acc-logos img:hover { filter: none; opacity: 1; }

/* ---- FAQ ----------------------------------------------------------------- */
.acc-faq { max-width: 800px; margin: 0 auto; }
.acc-faq details { background: var(--acc-white); border: 1px solid var(--acc-line); border-radius: var(--acc-r-md); margin-bottom: 0.85rem; box-shadow: var(--acc-shadow-card); overflow: hidden; }
.acc-faq summary { cursor: pointer; list-style: none; padding: 1.15rem 1.35rem; font-family: var(--acc-f-display); font-weight: 700; font-size: 1.2rem; color: var(--acc-ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.acc-faq summary::-webkit-details-marker { display: none; }
.acc-faq summary::after { content: "+"; font-size: 1.6rem; color: var(--acc-gold-deep); line-height: 1; transition: transform 0.2s ease; }
.acc-faq details[open] summary::after { transform: rotate(45deg); }
.acc-faq__body { padding: 0 1.35rem 1.25rem; color: var(--acc-muted); }
.acc-faq__body p { margin: 0; }

/* ---- CTA BAND ------------------------------------------------------------ */
.acc-cta-band { text-align: center; }
.acc-cta-band--gold {
  background: linear-gradient(135deg, var(--acc-gold) 0%, var(--acc-gold-deep) 100%);
  color: var(--acc-ink);
}
.acc-cta-band--gold::before { content: ""; position: absolute; inset: 0; opacity: 0.5;
  background-image: repeating-linear-gradient(45deg, rgba(18,22,28,0.05) 0 14px, rgba(18,22,28,0) 14px 28px); pointer-events: none; }
.acc-cta-band h2 { color: var(--acc-ink); margin-bottom: 0.6rem; position: relative; }
.acc-cta-band p { max-width: 54ch; margin: 0 auto 1.6rem; font-size: 1.1rem; position: relative; }
.acc-cta-band .acc-btn { position: relative; }
.acc-cta-band--ink { background: var(--acc-ink); color: var(--acc-white); }
.acc-cta-band--ink h2 { color: var(--acc-white); }
.acc-cta-band--ink p { color: var(--acc-muted-dk); }

/* ---- prose block (for body copy sections) -------------------------------- */
.acc-prose { max-width: 70ch; }
.acc-prose p { color: var(--acc-text); }
.acc-band--dark .acc-prose p { color: #D7DEE6; }
.acc-prose a { color: var(--acc-blue); font-weight: 500; }
.acc-band--dark .acc-prose a { color: var(--acc-gold); }

/* ---- STICKY MOBILE APPLY BAR -------------------------------------------- */
.acc-sticky-apply { display: none; }

/* ---- RESPONSIVE ---------------------------------------------------------- */
@media (max-width: 900px) {
  .acc-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 0; }
  .acc-stat:nth-child(3)::before { display: none; }
  .acc-steps { grid-template-columns: 1fr; }
  .acc-split { grid-template-columns: 1fr; }
  .acc-split--rev .acc-split__media { order: 0; }
}
@media (max-width: 640px) {
  .acc-hero__inner { padding-top: clamp(2.5rem, 8vw, 4rem); padding-bottom: 2.5rem; }
  .acc-hero h1 { font-size: clamp(2.3rem, 9vw, 3.2rem); }
  .acc-hero__cta { flex-direction: column; align-items: stretch; }
  .acc-hero__cta .acc-btn { justify-content: center; }
  .acc-stat__num { font-size: 2.4rem; }
  /* sticky apply bar on mobile */
  .acc-sticky-apply {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990;
    padding: 0.7rem 0.9rem; background: rgba(18,22,28,0.97); backdrop-filter: blur(6px);
    box-shadow: 0 -6px 24px rgba(0,0,0,0.3); gap: 0.7rem; align-items: center;
  }
  .acc-sticky-apply .acc-btn { flex: 1; justify-content: center; padding: 0.85rem 1rem; }
  body.acc-campaign-page { padding-bottom: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .acc-lp * { transition: none !important; }
}

/* ============================================================================
   THEME-OVERRIDE LAYER
   hepta styles .entry-content a and .entry-content h1 (specificity 0,1,1),
   which out-weighs single-class component rules. These scoped selectors add
   the class weight needed to win cleanly (no !important needed for colors).
   ========================================================================== */
/* hepta scopes headings/links with the #content ID (beats class selectors),
   so these color/background rules carry !important to win in-context. */
body.acc-campaign-page .acc-hero h1 { color: var(--acc-white) !important; }
body.acc-campaign-page .acc-hero h1 .acc-gold { color: var(--acc-gold) !important; }
body.acc-campaign-page .acc-band--dark h2,
body.acc-campaign-page .acc-band--dark h3 { color: var(--acc-white) !important; }
body.acc-campaign-page .acc-band--stats .acc-stat__num,
body.acc-campaign-page .acc-step__n { color: var(--acc-gold) !important; }

.acc-lp a.acc-btn { text-decoration: none !important; }
.acc-lp a.acc-btn--gold { background: var(--acc-gold) !important; color: var(--acc-ink) !important; border-color: transparent; }
.acc-lp a.acc-btn--gold:hover { background: var(--acc-gold-deep) !important; color: var(--acc-ink) !important; }
.acc-lp a.acc-btn--ghost { background: transparent !important; color: var(--acc-white) !important; border-color: rgba(255,255,255,0.55) !important; }
.acc-lp a.acc-btn--ghost:hover { background: rgba(255,255,255,0.12) !important; color: var(--acc-white) !important; }
.acc-lp a.acc-btn--ink { background: var(--acc-ink) !important; color: var(--acc-white) !important; border-color: transparent; }
.acc-lp a.acc-btn--ink:hover { background: #000 !important; color: var(--acc-white) !important; }

/* link-style component anchors keep their intended color over theme blue */
.acc-lp a.acc-lane__link { color: var(--acc-blue) !important; text-decoration: none !important; }
.acc-lp a.acc-feat__link { color: var(--acc-blue) !important; text-decoration: none !important; }
.acc-lp .acc-band--dark a.acc-feat__link,
.acc-lp .acc-band--dark a.acc-lane__link { color: var(--acc-gold) !important; }
.acc-lp .acc-hero__crumb a { color: var(--acc-muted-dk) !important; text-decoration: none !important; }
.acc-lp .acc-prose a { color: var(--acc-blue) !important; }
.acc-lp .acc-band--dark .acc-prose a { color: var(--acc-gold) !important; }

/* offset sticky theme header when jumping to in-page anchors */
.acc-lp [id] { scroll-margin-top: 96px; }

/* ============================================================================
   MOTION LAYER  (paired with acc-campaign.js; transform/opacity only)
   ========================================================================== */
.acc-lp [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1);
  will-change: opacity, transform;
}
.acc-lp [data-reveal].is-in { opacity: 1; transform: none; }
.acc-lp [data-hero] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1), transform 0.85s cubic-bezier(0.16,1,0.3,1);
}
.acc-lp [data-hero].is-in { opacity: 1; transform: none; }

/* gentle hero drift so the photo feels alive (subtle, vertical) */
@keyframes accHeroDrift { 0% { background-position: center 40%; } 100% { background-position: center 52%; } }
body.acc-campaign-page .acc-hero { animation: accHeroDrift 26s ease-in-out infinite alternate; }

@media (prefers-reduced-motion: reduce) {
  .acc-lp [data-reveal], .acc-lp [data-hero] { opacity: 1 !important; transform: none !important; }
  body.acc-campaign-page .acc-hero { animation: none; }
}

/* ============================================================================
   FULL-BLEED PHOTO BAND (cinematic photographic section)
   ========================================================================== */
.acc-photoband { position: relative; color: var(--acc-white); background: var(--acc-ink); overflow: hidden; }
.acc-photoband__media { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.02); }
.acc-photoband__scrim { position: absolute; inset: 0; background: linear-gradient(95deg, rgba(9,12,17,0.94) 0%, rgba(9,12,17,0.74) 45%, rgba(9,12,17,0.42) 100%); }
.acc-photoband .acc-inner { position: relative; z-index: 2; }
.acc-photoband h2, .acc-photoband h3 { color: var(--acc-white); }
.acc-photoband .acc-lede { color: #E6EBF1; }
.acc-photoband .acc-section-head p { color: #CBD4DE; }
.acc-photoband .acc-kicker { color: var(--acc-gold); }
.acc-photoband__stats { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 4vw, 3.5rem); margin-top: 2rem; }
.acc-photoband__stat .n { font-family: var(--acc-f-display); font-weight: 800; font-size: clamp(2.4rem,5vw,3.6rem); line-height: 1; color: var(--acc-gold); display: block; }
.acc-photoband__stat .l { font-size: 0.92rem; color: #CBD4DE; margin-top: 0.35rem; }

/* image card used in splits / who-we-hire photo cards */
.acc-feat--photo { padding: 0; overflow: hidden; }
.acc-feat--photo .acc-feat__img { aspect-ratio: 16/10; overflow: hidden; }
.acc-feat--photo .acc-feat__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.acc-feat--photo:hover .acc-feat__img img { transform: scale(1.05); }
.acc-feat--photo .acc-feat__body { padding: 1.5rem 1.6rem 1.7rem; }
.acc-feat--photo .acc-feat__body h3 { margin-bottom: 0.45rem; }

/* ============================================================================
   STICKY MOBILE APPLY BAR reveal
   ========================================================================== */
.acc-sticky-apply { transform: translateY(130%); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); }
.acc-sticky-apply.is-show { transform: translateY(0); }

/* ---- spacing refinements ------------------------------------------------- */
.acc-lp .acc-section-head { margin-bottom: clamp(2rem, 3.2vw, 2.8rem); max-width: 68ch; }
.acc-lp .acc-section-head h2 { margin-bottom: 0.65rem; }
.acc-lp .acc-cards + p { margin-top: 1.75rem; }

/* ============================================================================
   REVIEW-1 FIXES (design review 2026-06-17)
   ========================================================================== */

/* CRITICAL: theme #content h* overrides font-family + size, neutering the
   industrial display face. Force Saira Condensed on all headings + display
   numerals at body.acc-campaign-page specificity with !important. */
body.acc-campaign-page .acc-lp h1,
body.acc-campaign-page .acc-lp h2,
body.acc-campaign-page .acc-lp h3,
body.acc-campaign-page .acc-lp h4,
body.acc-campaign-page .acc-lp .acc-lane__city,
body.acc-campaign-page .acc-lp .acc-stat__num,
body.acc-campaign-page .acc-lp .acc-step__n,
body.acc-campaign-page .acc-lp .acc-photoband__stat .n,
body.acc-campaign-page .acc-lp .acc-faq summary { font-family: var(--acc-f-display) !important; }
body.acc-campaign-page .acc-lp h2 { font-weight: 800 !important; }
body.acc-campaign-page .acc-lp h3, body.acc-campaign-page .acc-lp h4 { font-weight: 700 !important; }
body.acc-campaign-page .acc-hero h1 { font-size: clamp(2.6rem, 6.2vw, 5.4rem) !important; line-height: 0.97 !important; font-weight: 800 !important; }
body.acc-campaign-page .acc-band--stats .acc-stat__num { font-size: clamp(2.4rem, 5vw, 4rem) !important; }
.acc-lp .acc-feat h3 { text-wrap: balance; hyphens: none; }

/* CRITICAL a11y: visible focus rings everywhere (theme strips outlines) */
.acc-lp a:focus-visible, .acc-lp button:focus-visible, .acc-lp summary:focus-visible {
  outline: 3px solid var(--acc-blue); outline-offset: 3px; border-radius: 3px;
}
.acc-lp .acc-band--dark a:focus-visible,
.acc-lp .acc-photoband a:focus-visible,
.acc-lp .acc-hero a:focus-visible,
.acc-lp .acc-cta-band--gold a:focus-visible { outline-color: var(--acc-ink); }
.acc-lp .acc-hero a:focus-visible { outline-color: var(--acc-gold); }

/* MAJOR: hero pill clearance above the gold baseline */
body.acc-campaign-page .acc-hero__inner { padding-bottom: clamp(3.75rem, 6vw, 6rem); }
.acc-lp .acc-pills { margin-bottom: 0.4rem; }

/* MAJOR: lane cards get a distinct gold icon per lane type (kills the
   image-bare template feel without inventing unverifiable location photos) */
.acc-lane__head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.9rem; }
.acc-lane__icon { flex: 0 0 auto; width: 46px; height: 46px; border-radius: var(--acc-r-md);
  display: grid; place-items: center; background: rgba(232,171,30,0.14); color: var(--acc-gold-deep); }
.acc-lane__icon svg { width: 26px; height: 26px; }
.acc-lane__head .acc-lane__tag { margin-bottom: 0; }
.acc-lane--dark .acc-lane__icon { background: rgba(232,171,30,0.18); color: var(--acc-gold); }

/* MAJOR: treat the who-we-hire photo card images (no raw photos) */
.acc-feat--photo .acc-feat__img { position: relative; }
.acc-feat--photo .acc-feat__img::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(170deg, rgba(18,22,28,0) 55%, rgba(18,22,28,0.42) 100%); }

/* MAJOR: photo band polish - lighter scrim, roomier + larger stats, no overflow */
.acc-photoband__media { width: 100%; max-width: 100%; }
.acc-photoband__scrim { background: linear-gradient(95deg, rgba(9,12,17,0.90) 0%, rgba(9,12,17,0.64) 48%, rgba(9,12,17,0.32) 100%); }
.acc-photoband__stats { margin-top: clamp(2.2rem, 4vw, 3rem); gap: clamp(1.6rem, 4vw, 3.25rem); border-top: 1px solid rgba(255,255,255,0.14); padding-top: 1.75rem; }
.acc-photoband__stat .n { font-size: clamp(2.8rem, 5.5vw, 4rem); }

/* MINOR: requirements list reads as two columns on desktop */
.acc-spec--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2.25rem; }
.acc-spec--2col li { border-bottom: none; padding: 0.4rem 0; }
@media (max-width: 680px) { .acc-spec--2col { grid-template-columns: 1fr; } }

/* MINOR: stronger stat-strip dividers */
.acc-stat + .acc-stat::before { width: 1px; background: linear-gradient(180deg, transparent, var(--acc-gold-deep) 50%, transparent); opacity: 0.5; }

/* ---- centered band modifier (owner-operator pay) ------------------------ */
.acc-lp .acc-band--center .acc-section-head { margin-left: auto; margin-right: auto; text-align: center; }
.acc-lp .acc-band--center .acc-kicker { justify-content: center; }
.acc-lp .acc-band--center .acc-feat { text-align: center; }
.acc-lp .acc-band--center .acc-feat__icon { margin-left: auto; margin-right: auto; }
.acc-lp .acc-band--center > .acc-inner > p { text-align: center; }

/* belt-and-suspenders: any stray top-level paragraph artifact stays hidden
   even if wpautop ever runs (legit copy lives inside sections/inners) */
.acc-lp > p { display: none; }

/* ============================================================================
   BLOG EDITORIAL TREATMENT (body.acc-article) - keeps the theme article shell,
   just elevates typography. Scoped to .entry-content so nothing else is touched.
   ========================================================================== */
body.acc-article .entry-content {
  max-width: 760px; margin-left: auto; margin-right: auto;
  font-family: var(--acc-f-body); font-size: 1.12rem; line-height: 1.78; color: var(--acc-text);
}
body.acc-article .entry-content > p:first-of-type { font-size: 1.28rem; line-height: 1.6; color: #3a414b; }
body.acc-article .entry-content p { margin: 0 0 1.2rem; }
body.acc-article .entry-content h2 {
  font-family: var(--acc-f-display) !important; font-weight: 800 !important;
  font-size: clamp(1.75rem, 3.4vw, 2.5rem) !important; line-height: 1.08; color: var(--acc-ink) !important;
  margin: 2.4rem 0 0.85rem;
}
body.acc-article .entry-content h2::after { content: ""; display: block; width: 52px; height: 3px; background: var(--acc-gold); margin-top: 0.65rem; border-radius: 2px; }
body.acc-article .entry-content h3 {
  font-family: var(--acc-f-display) !important; font-weight: 700 !important;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem) !important; color: var(--acc-ink) !important; margin: 1.9rem 0 0.6rem;
}
body.acc-article .entry-content a { color: var(--acc-blue); text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }
body.acc-article .entry-content a:hover { color: var(--acc-gold-deep); }
body.acc-article .entry-content ul, body.acc-article .entry-content ol { margin: 0 0 1.35rem 1.25rem; }
body.acc-article .entry-content li { margin-bottom: 0.5rem; }
body.acc-article .entry-content blockquote {
  border-left: 4px solid var(--acc-gold); padding: 0.2rem 0 0.2rem 1.3rem; margin: 1.7rem 0;
  font-size: 1.18rem; color: var(--acc-muted); font-style: italic;
}
body.acc-article .entry-content img { border-radius: var(--acc-r-md); box-shadow: var(--acc-shadow-card); margin: 1.5rem 0; }
@media (max-width: 640px) { body.acc-article .entry-content { font-size: 1.06rem; } }
