/* JLC About-page styles extracted from the approved About design. */
:root {
        --ink: #11161b;
        --ink-2: #2a3036;
        --steel: #7d8a92;
        --steel-deep: #303942;
        --copper: #b9c6cd;
        --paper: #eceff0;
        --cloud: #d8dde0;
        --metal: #c9d0d4;
        --metal-bright: #f9fbfc;
        --navy: #1d252c;
        --white: #ffffff;
        --muted: #5d666d;
        --line: rgba(17, 22, 27, 0.14);
        --line-light: rgba(255, 255, 255, 0.2);
        --shadow: 0 24px 60px rgba(17, 22, 27, 0.18);
        --brushed: linear-gradient(105deg, #f7f9fa 0%, #bac4ca 28%, #eef2f4 48%, #7f8c94 76%, #dce2e5 100%);
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        font-family: "IBM Plex Sans", Arial, sans-serif;
        line-height: 1.55;
        color: var(--ink);
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(171, 181, 188, 0.22), rgba(255, 255, 255, 0.52)),
          linear-gradient(180deg, var(--paper), #f8fafb);
        overflow-x: hidden;
      }

      body::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        background-image:
          linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 32%, rgba(68, 77, 84, 0.07) 48%, transparent 64%),
          repeating-linear-gradient(90deg, rgba(17, 22, 27, 0.035) 0, rgba(17, 22, 27, 0.035) 1px, transparent 1px, transparent 12px);
        background-size: 100% 100%, 24px 24px;
        pointer-events: none;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      img {
        display: block;
        max-width: 100%;
      }

      button {
        font: inherit;
      }

      .container {
        width: min(1180px, calc(100% - 40px));
        margin: 0 auto;
      }

      .btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border: 1px solid transparent;
        padding: 11px 18px;
        font-weight: 700;
        cursor: pointer;
        transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
      }

      .btn:hover {
        transform: translateY(-2px);
      }

      .btn-primary {
        border-color: rgba(255, 255, 255, 0.34);
        background: var(--brushed);
        color: var(--navy);
        box-shadow: 0 18px 36px rgba(35, 41, 45, 0.28);
      }

      .btn-secondary {
        border-color: rgba(255, 255, 255, 0.48);
        color: var(--white);
        background: rgba(255, 255, 255, 0.08);
      }

      .btn-dark {
        background: linear-gradient(135deg, #151a1f, #343d44);
        color: var(--white);
      }

      .about-hero {
        position: relative;
        min-height: 86vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        color: var(--white);
        background: var(--ink);
      }

      .about-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(11, 15, 18, 0.74), rgba(18, 24, 30, 0.28) 58%, rgba(11, 15, 18, 0.4)),
          linear-gradient(180deg, rgba(11, 15, 18, 0.22), rgba(11, 15, 18, 0.54));
        z-index: 1;
      }

      .about-hero img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(0.98) contrast(1.02) brightness(1.08);
        transform: translateY(var(--hero-shift, 0px)) scale(1.05);
      }

      .hero-grid {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 36px;
        align-items: center;
        padding: 110px 0 46px;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
      }

      .eyebrow::before {
        content: "";
        width: 34px;
        height: 2px;
        background: var(--copper);
      }

      .about-hero h1,
.section-title {
        font-family: "Archivo", sans-serif;
        line-height: 0.98;
      }

      .about-hero h1 {
        max-width: 840px;
        margin: 18px 0 20px;
        font-size: 64px;
        font-weight: 800;
        letter-spacing: 0;
      }

      .hero-copy {
        max-width: 690px;
        margin: 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: 19px;
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 30px;
      }

      .hero-proof {
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 6px;
        background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
          rgba(17, 22, 27, 0.52);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
        backdrop-filter: blur(18px);
        overflow: hidden;
      }

      .proof-line {
        display: grid;
        grid-template-columns: 104px 1fr;
        gap: 16px;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      }

      .proof-line:last-child {
        border-bottom: 0;
      }

      .proof-line strong {
        font-family: "Archivo", sans-serif;
        font-size: 26px;
        line-height: 1;
      }

      .proof-line span {
        color: rgba(255, 255, 255, 0.72);
      }

      .quick-band {
        background:
          linear-gradient(120deg, #151a1f, #3b444b 48%, #11161b),
          var(--ink);
        color: var(--white);
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      }

      .quick-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1px;
        background: rgba(255, 255, 255, 0.16);
      }

      .quick-card {
        position: relative;
        min-height: 144px;
        padding: 28px 24px;
        background:
          radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.18), transparent 34%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
          linear-gradient(160deg, rgba(23, 29, 35, 0.92), rgba(61, 70, 77, 0.78));
        overflow: hidden;
        transition: transform 0.22s ease;
      }

      .quick-card:hover {
        transform: translateY(-4px);
      }

      .quick-card strong {
        display: block;
        margin-bottom: 10px;
        font-family: "Archivo", sans-serif;
        font-size: 30px;
      }

      .quick-card span {
        color: rgba(255, 255, 255, 0.68);
      }

      .section {
        padding: 72px 0;
        scroll-margin-top: 86px;
      }

      .section-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 22px;
        margin-bottom: 24px;
      }

      .section-head p {
        max-width: 430px;
        margin: 0;
        color: var(--muted);
      }

      .section-label {
        margin-bottom: 10px;
        color: var(--steel-deep);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
      }

      .section-title {
        max-width: 790px;
        margin: 0;
        font-size: 54px;
        font-weight: 800;
      }

      .capability-section {
        background:
          linear-gradient(135deg, rgba(249, 251, 252, 0.88), rgba(216, 221, 224, 0.58)),
          var(--paper);
      }

      .advantage-grid {
        display: grid;
        gap: 26px;
      }

      .advantage-module {
        display: grid;
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 30px;
        align-items: stretch;
        min-height: 380px;
        padding: 0;
      }

      .eco-module {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      }

      .advantage-media {
        min-height: 330px;
        border-radius: 8px;
        overflow: hidden;
      }

      .advantage-media img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        filter: saturate(0.94) contrast(1.04);
      }

      .advantage-copy {
        display: grid;
        align-content: center;
        gap: 16px;
      }

      .advantage-module .section-title {
        max-width: none;
        font-size: 38px;
        line-height: 1.05;
      }

      .advantage-module .lead {
        max-width: none;
        margin: 0;
        color: var(--muted);
        font-size: 18px;
      }

      .advantage-list {
        display: grid;
        gap: 10px;
      }

      .advantage-point {
        display: grid;
        gap: 4px;
        padding: 10px 0;
        border-top: 1px solid var(--line);
      }

      .advantage-point:last-child {
        border-bottom: 1px solid var(--line);
      }

      .advantage-point strong {
        color: var(--steel-deep);
        font-family: "Archivo", sans-serif;
        font-size: 18px;
      }

      .advantage-point span {
        color: var(--ink-2);
      }

      .cta-section {
        padding: 96px 0;
        color: var(--white);
        background:
          linear-gradient(90deg, rgba(10, 14, 18, 0.92), rgba(10, 14, 18, 0.58)),
          url("/skin/static/images/jlc/welding-assembly.png") center / cover no-repeat;
      }

      .cta-panel {
        position: relative;
        overflow: hidden;
        padding: 0;
        color: var(--white);
      }

      .cta-panel h2 {
        max-width: 720px;
        margin: 0 0 14px;
        font-family: "Archivo", sans-serif;
        font-size: 54px;
        line-height: 1;
      }

      .cta-panel p {
        max-width: 650px;
        margin: 0 0 26px;
        color: rgba(255, 255, 255, 0.76);
      }

      .reveal {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity 0.7s ease, transform 0.7s ease;
      }

      .reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 980px) {

        .hero-grid,
.advantage-grid {
          grid-template-columns: 1fr;
        }

        .hero-proof {
          max-width: 520px;
        }

        .quick-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .advantage-module {
          grid-template-columns: 1fr;
          min-height: auto;
        }
      }

      @media (max-width: 680px) {
        .container {
          width: min(100% - 28px, 1180px);
        }

        .about-hero {
          min-height: auto;
        }

        .hero-grid {
          padding: 102px 0 42px;
          gap: 22px;
        }

        .about-hero h1 {
          font-size: 46px;
        }

        .section-title,
.cta-panel h2 {
          font-size: 34px;
        }

        .hero-copy {
          font-size: 17px;
        }

        .quick-grid {
          grid-template-columns: 1fr;
        }

        .advantage-module {
          padding: 26px;
        }

        .advantage-module .section-title {
          font-size: 34px;
        }

        .section {
          padding: 52px 0;
        }

        .section-head {
          display: block;
        }

        .section-head p {
          margin-top: 10px;
        }

        .cta-section {
          padding: 66px 0;
        }
      }
      /* End unified homepage navigation */
