#page-where {
      --where-ink: #17002b;
      --where-purple: #71248a;
      --where-orange: #fe7c01;
      --where-amber: #fdc834;
      --where-white: #ffffff;
      --where-mist: #f7f0ff;
      --where-soft: #fff6db;
      --where-muted: #655176;
      --where-line: rgba(23, 0, 43, .13);
      --where-glass: rgba(255, 255, 255, .8);
      --where-shadow: 8px 8px 0 var(--where-ink);
      --where-deep: 0 34px 90px rgba(23, 0, 43, .16);
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 10% 5%, rgba(253, 200, 52, .36), transparent 28rem),
        radial-gradient(circle at 94% 14%, rgba(254, 124, 1, .24), transparent 31rem),
        radial-gradient(circle at 18% 62%, rgba(113, 36, 138, .11), transparent 34rem),
        #fff;
    }

    #page-where::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(113, 36, 138, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(113, 36, 138, .07) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: linear-gradient(to bottom, #000, transparent 58%);
      animation: whereGrid 16s linear infinite;
    }

    #page-where .where-reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .72s ease, transform .72s cubic-bezier(.2, .8, .2, 1);
    }

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

    #page-where .where-hero {
      position: relative;
      min-height: calc(100vh - 78px);
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 78px 0;
      border-bottom: 3px solid var(--where-ink);
    }

    /* Compact spacing calibration */
    #page-where .where-hero{min-height:min(720px,calc(100vh - 78px));padding:64px 0;}
    #page-where .where-hero-grid{gap:clamp(28px,4vw,42px);}

    #page-where .where-hero::after {
      content: "";
      position: absolute;
      top: -10%;
      right: -20%;
      width: 70%;
      height: 120%;
      z-index: 0;
      clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
      background:
        radial-gradient(circle at 44% 26%, rgba(253, 200, 52, .48), transparent 17rem),
        linear-gradient(135deg, rgba(254, 124, 1, .18), rgba(113, 36, 138, .12));
    }

    #page-where .where-hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr minmax(340px, .9fr);
      gap: 56px;
      align-items: center;
    }

    #page-where .where-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      padding: 10px 15px;
      border:var(--border-size) solid var(--where-ink);
      border-radius: 999px;
      background: var(--where-white);
      box-shadow: 5px 5px 0 var(--where-ink);
      color: var(--where-purple);
      font-family: var(--font-mono);
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      transform: rotate(-2deg);
    }

    #page-where .where-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--where-amber);
      box-shadow: 0 0 0 7px rgba(253, 200, 52, .22), 0 0 20px var(--where-amber);
      animation: wherePulse 1.2s ease-in-out infinite alternate;
    }

    #page-where .where-hero h1 {
      max-width: 860px;
      margin-bottom: 20px;
      font-size: clamp(3rem, 7vw, 6.2rem);
      line-height: .94;
    }

    #page-where .where-hero .accent {
      display: inline-block;
      color: var(--where-orange);
      text-shadow: 4px 4px 0 var(--where-amber);
      transform: rotate(-1deg);
    }

    #page-where .where-hero .lead {
      max-width: 690px;
      color: var(--where-muted);
    }

    #page-where .where-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    #page-where .where-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border:var(--border-size) solid var(--where-ink);
      border-radius: 999px;
      background: rgba(255, 255, 255, .84);
      box-shadow: 4px 4px 0 var(--where-ink);
      color: var(--where-ink);
      font-weight: 900;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    #page-where .where-pill:hover {
      transform: translate(-3px, -3px) rotate(-1deg);
      box-shadow: 7px 7px 0 var(--where-ink);
    }

    #page-where .where-visual {
      position: relative;
      min-height: 565px;
      display: grid;
      place-items: center;
      perspective: 1000px;
    }

    #page-where .where-orbit {
      position: absolute;
      width: min(92vw, 540px);
      aspect-ratio: 1;
      border: 2px dashed rgba(23, 0, 43, .18);
      border-radius: 50%;
      animation: whereOrbit 22s linear infinite;
    }

    #page-where .where-orbit.two {
      width: min(75vw, 420px);
      border-color: rgba(254, 124, 1, .26);
      animation-duration: 15s;
      animation-direction: reverse;
    }

    #page-where .fit-console {
      position: relative;
      z-index: 4;
      width: min(430px, 88vw);
      padding: 24px;
      border:var(--border-size) solid var(--where-ink);
      border-radius: 34px;
      background:
        linear-gradient(145deg, rgba(255,255,255,.16), transparent 34%),
        linear-gradient(180deg, #7f2aa0, #3f0d59 56%, #17002b);
      box-shadow: 14px 16px 0 var(--where-ink), 0 40px 96px rgba(23, 0, 43, .28);
      transform: rotate(-2deg);
      animation: whereBob 4.8s ease-in-out infinite;
    }

    #page-where .fit-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
      color: var(--where-white);
      font-family: var(--font-mono);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    #page-where .fit-screen {
      display: grid;
      place-items: center;
      min-height: 84px;
      margin-bottom: 18px;
      border: 2px solid rgba(253, 200, 52, .6);
      border-radius: 18px;
      background: var(--where-ink);
      color: var(--where-amber);
      text-align: center;
      font-family: var(--font-mono);
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .08em;
      box-shadow: inset 0 0 22px rgba(253, 200, 52, .16);
      animation: whereScreen 1.8s ease-in-out infinite alternate;
    }

    #page-where .fit-map {
      position: relative;
      height: 315px;
      border:var(--border-size) solid var(--where-ink);
      border-radius: 24px;
      overflow: hidden;
      background:
        radial-gradient(circle at 20% 20%, rgba(253, 200, 52, .28), transparent 8rem),
        radial-gradient(circle at 80% 70%, rgba(254, 124, 1, .22), transparent 9rem),
        #fff;
      box-shadow: inset 0 0 0 8px rgba(23, 0, 43, .04);
    }

    #page-where .fit-route {
      position: absolute;
      left: 10%;
      right: 10%;
      top: 48%;
      height: 6px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--where-orange), var(--where-amber), var(--where-purple));
      transform: rotate(-14deg);
      box-shadow: 0 0 24px rgba(254, 124, 1, .38);
    }

    #page-where .fit-pin {
      position: absolute;
      width: 60px;
      height: 60px;
      display: grid;
      place-items: center;
      border:var(--border-size) solid var(--where-ink);
      border-radius: 20px;
      background: var(--where-white);
      box-shadow: 6px 6px 0 var(--where-ink);
      font-size: 1.6rem;
      animation: wherePin 3s ease-in-out infinite alternate;
    }

    #page-where .fit-pin.p1 { left: 10%; top: 22%; }
    #page-where .fit-pin.p2 { right: 12%; top: 18%; animation-delay: -.6s; }
    #page-where .fit-pin.p3 { left: 39%; bottom: 16%; animation-delay: -1.2s; }
    #page-where .fit-pin.p4 { right: 19%; bottom: 23%; animation-delay: -1.8s; }

    #page-where .where-float {
      position: absolute;
      z-index: 5;
      min-width: 148px;
      padding: 13px 15px;
      border:var(--border-size) solid var(--where-ink);
      border-radius: 18px;
      background: rgba(255, 255, 255, .86);
      box-shadow: 5px 5px 0 var(--where-ink), 0 20px 55px rgba(23, 0, 43, .12);
      backdrop-filter: blur(14px);
      color: var(--where-ink);
      font-weight: 950;
      line-height: 1.15;
      animation: whereFloat 4s ease-in-out infinite alternate;
    }

    #page-where .where-float small {
      display: block;
      margin-top: 5px;
      color: var(--where-muted);
      font-size: .72rem;
      font-weight: 800;
    }

    #page-where .where-float.one { left: 0; top: 88px; }
    #page-where .where-float.two { right: -4px; top: 142px; animation-delay: -.8s; }
    #page-where .where-float.three { left: 18px; bottom: 80px; animation-delay: -1.6s; }

    #page-where .where-section {
      position: relative;
      z-index: 2;
    }

    #page-where .industry-primary-grid {
      gap: 26px;
    }

    #page-where .industry-card--primary,
    #page-where .industry-card--secondary,
    #page-where .qual-card {
      position: relative;
      overflow: hidden;
      border:var(--border-size) solid var(--where-ink);
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
    }

    #page-where .industry-card--primary {
      min-height: 390px;
      border-radius: 28px;
      background:
        radial-gradient(circle at 90% 8%, rgba(253, 200, 52, .22), transparent 12rem),
        linear-gradient(155deg, #2a063f 0%, #17002b 58%, #09000f 100%);
      box-shadow: 9px 9px 0 var(--where-ink), 0 28px 78px rgba(23, 0, 43, .18);
    }

    #page-where .industry-card--primary::before,
    #page-where .industry-card--secondary::before,
    #page-where .qual-card::before {
      content: "";
      position: absolute;
      width: 200px;
      height: 200px;
      right: -86px;
      top: -86px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(253, 200, 52, .42), transparent 68%);
      opacity: .65;
      transition: transform .25s ease, opacity .25s ease;
    }

    #page-where .industry-card--primary:hover,
    #page-where .industry-card--secondary:hover,
    #page-where .qual-card:hover {
      transform: translate(-5px, -8px) rotate(-.5deg);
      box-shadow: 13px 13px 0 var(--where-ink), 0 36px 88px rgba(23, 0, 43, .18);
    }

    #page-where .industry-card--primary:hover::before,
    #page-where .industry-card--secondary:hover::before,
    #page-where .qual-card:hover::before {
      transform: scale(1.2) translate(-16px, 18px);
      opacity: 1;
    }

    #page-where .industry-card--primary .badge {
      z-index: 2;
      background: var(--where-amber);
    }

    #page-where .industry-card--primary .card-icon,
    #page-where .industry-card--secondary .card-icon,
    #page-where .qual-icon {
      position: relative;
      z-index: 1;
      border:var(--border-size) solid var(--where-ink);
      box-shadow: 4px 4px 0 var(--where-ink);
      transition: transform .22s ease;
    }

    #page-where .industry-card--primary:hover .card-icon,
    #page-where .industry-card--secondary:hover .card-icon,
    #page-where .qual-card:hover .qual-icon {
      transform: translateY(-5px) rotate(-7deg) scale(1.05);
    }

    #page-where .industry-card--primary h3,
    #page-where .industry-card--primary p,
    #page-where .industry-card--primary .badge-row-inline,
    #page-where .industry-card--secondary h3,
    #page-where .industry-card--secondary p,
    #page-where .qual-card h3,
    #page-where .qual-card p {
      position: relative;
      z-index: 1;
    }

    #page-where .badge-row-inline {
      margin-top: 16px;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    #page-where .badge-row-inline .badge {
      position: static;
      font-size: .68rem;
      padding: 5px 10px;
      box-shadow: 3px 3px 0 var(--where-ink);
    }

    #page-where .industry-secondary-grid {
      gap: 22px;
    }

    #page-where .industry-card--secondary {
      min-height: 248px;
      border-radius: 24px;
      background: var(--where-glass);
      box-shadow: 6px 6px 0 var(--where-ink), 0 24px 70px rgba(23, 0, 43, .09);
      backdrop-filter: blur(14px);
    }

    #page-where .industry-card--secondary h3 {
      color: var(--where-ink);
    }

    #page-where .fit-banner {
      position: relative;
      overflow: hidden;
      padding: 82px 0;
      background:
        radial-gradient(circle at 16% 26%, rgba(254, 124, 1, .35), transparent 20rem),
        radial-gradient(circle at 86% 68%, rgba(253, 200, 52, .24), transparent 24rem),
        var(--where-ink);
      border-top: 3px solid var(--where-ink);
      border-bottom: 3px solid var(--where-ink);
    }

    #page-where .fit-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 42px 42px;
      animation: whereGrid 16s linear infinite;
    }

    #page-where .fit-banner p {
      position: relative;
      max-width: 980px;
      margin: 0 auto;
      color: var(--where-white);
      text-align: center;
      font-family: var(--font-display);
      font-size: clamp(1.8rem, 4.2vw, 3.6rem);
      font-weight: 800;
      line-height: 1.14;
    }

    #page-where .fit-banner .hi {
      color: var(--where-amber);
      text-shadow: 0 0 24px rgba(253, 200, 52, .28);
    }

    #page-where .qual-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      max-width: 920px;
      margin: 0 auto;
    }

    #page-where .qual-card {
      min-height: 235px;
      padding: 28px;
      border-radius: 24px;
      background: var(--where-glass);
      box-shadow: 6px 6px 0 var(--where-ink), 0 24px 70px rgba(23, 0, 43, .09);
      text-align: center;
      backdrop-filter: blur(14px);
    }

    #page-where .qual-icon {
      width: 64px;
      height: 64px;
      display: grid;
      place-items: center;
      margin: 0 auto 18px;
      border-radius: 20px;
      background: linear-gradient(135deg, var(--where-amber), #fff1b8);
      font-size: 1.85rem;
    }

    #page-where .where-final {
      position: relative;
      overflow: hidden;
      max-width: 980px;
      margin: 0 auto;
      padding: 58px 34px;
      border:var(--border-size) solid var(--where-ink);
      border-radius: 32px;
      background:
        radial-gradient(circle at 14% 12%, rgba(255,255,255,.5), transparent 13rem),
        linear-gradient(135deg, var(--where-orange), var(--where-amber));
      box-shadow: var(--where-shadow), 0 34px 90px rgba(254, 124, 1, .2);
      text-align: center;
    }

    #page-where .where-final h2 {
      margin-bottom: 16px;
      color: var(--where-ink);
    }

    #page-where .where-final .lead {
      margin: 0 auto 28px;
      color: var(--where-ink);
    }

    #page-where .where-final .btn {
      background: var(--where-white);
      position: relative;
      overflow: hidden;
    }

    #page-where .where-final .btn::before {
      content: "";
      position: absolute;
      inset: -30% auto -30% -42%;
      width: 34%;
      background: linear-gradient(90deg, transparent, rgba(253, 200, 52, .8), transparent);
      transform: skewX(-18deg);
      animation: whereButtonShine 3s ease-in-out infinite;
    }

    @keyframes whereGrid {
      from { background-position: 0 0, 0 0; }
      to { background-position: 54px 54px, 54px 54px; }
    }

    @keyframes wherePulse {
      to { transform: scale(1.28); opacity: .72; }
    }

    @keyframes whereOrbit {
      to { transform: rotate(360deg); }
    }

    @keyframes whereBob {
      0%, 100% { transform: translateY(0) rotate(-2deg); }
      50% { transform: translateY(-14px) rotate(1deg); }
    }

    @keyframes whereScreen {
      from { box-shadow: inset 0 0 18px rgba(253, 200, 52, .12), 0 0 0 rgba(253, 200, 52, 0); }
      to { box-shadow: inset 0 0 28px rgba(253, 200, 52, .28), 0 0 34px rgba(253, 200, 52, .24); }
    }

    @keyframes wherePin {
      to { transform: translateY(-14px) rotate(5deg); }
    }

    @keyframes whereFloat {
      from { transform: translateY(0) rotate(-2deg); }
      to { transform: translateY(-16px) rotate(2deg); }
    }

    @keyframes whereButtonShine {
      0%, 55% { left: -42%; }
      78%, 100% { left: 120%; }
    }

    @media (max-width: 980px) {
      #page-where .where-hero-grid {
        grid-template-columns: 1fr;
      }

      #page-where .where-visual {
        min-height: 540px;
      }

      #page-where .qual-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 640px) {
      #page-where .where-hero {
        min-height: auto;
        padding: 56px 0 70px;
      }

      #page-where .where-hero h1 {
        font-size: clamp(2.75rem, 13vw, 4rem);
      }

      #page-where .where-visual {
        min-height: 500px;
      }

      #page-where .fit-console {
        width: min(330px, 88vw);
        padding: 18px;
      }

      #page-where .where-float {
        min-width: 132px;
        padding: 10px 12px;
        font-size: .84rem;
      }

      #page-where .where-float.one { left: 0; top: 58px; }
      #page-where .where-float.two { right: 0; top: 112px; }
      #page-where .where-float.three { left: 0; bottom: 54px; }

      #page-where .fit-pin {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 1.35rem;
      }

      #page-where .qual-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #page-where *,
      #page-where *::before,
      #page-where *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
      }
    }

    /* Gen-Z polish: equal spacing and brighter accents */
    #page-where .where-hero {
      padding: clamp(56px, 8vw, 92px) 0;
    }

    #page-where .where-hero-grid {
      gap: clamp(32px, 5vw, 56px);
    }

    #page-where .where-hero .accent,
    #page-where .section-head h2 {
      background: linear-gradient(90deg, var(--where-orange), #ff4f9a, var(--where-purple));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: none;
    }

    #page-where .industry-card--primary,
    #page-where .industry-card--secondary,
    #page-where .qual-card,
    #page-where .fit-console,
    #page-where .where-final {
      border: var(--border);
      border-radius: 22px;
    }

    #page-where .industry-primary-grid,
    #page-where .industry-secondary-grid,
    #page-where .qual-grid {
      gap: 24px;
    }

    #page-where .industry-card--primary:hover,
    #page-where .industry-card--secondary:hover,
    #page-where .qual-card:hover {
      transform: translateY(-6px);
    }

    #page-where .where-hero{min-height:min(720px,calc(100vh - 78px));padding:64px 0;}
    #page-where .where-hero-grid{gap:clamp(28px,4vw,42px);}
