﻿/* gep-who-we-are.php */

  /* ============================================================
     GEP WHO WE ARE
     ============================================================ */
  .breadcrumb {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-size: .75rem;
    color: rgba(255,255,255,.5);
    margin-bottom: 1.25rem;
  }
  .breadcrumb a {
    color: rgba(255,255,255,.5);
    transition: color .2s;
  }
  .breadcrumb a:hover { color: rgba(255,255,255,.85); }
  .breadcrumb-sep { opacity: .4; }

  .gep-hero {
    position: relative;
    overflow: hidden;
    padding-top: 68px;
    background: var(--navy-700);
    min-height: 460px;
    display: flex;
    align-items: flex-end;
  }
  .gep-hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .gep-hero__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .gep-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(30,33,70,.94) 0%, rgba(53,57,104,.80) 55%, rgba(26,26,26,.66) 100%);
  }
  .gep-hero__accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, transparent 60%, rgba(243,115,33,.055) 100%);
    pointer-events: none;
  }
  .gep-hero__content {
    position: relative;
    z-index: 2;
    padding: var(--sp-2xl) 0 var(--sp-xl);
    width: 100%;
  }
  .gep-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--orange-500);
    margin-bottom: 1.25rem;
  }
  .gep-hero__eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--orange-500);
  }
  .gep-hero__heading {
    color: var(--white);
    max-width: 780px;
  }
  .gep-hero__heading em {
    font-style: normal;
    color: var(--orange-500);
  }
  .gep-hero__sub {
    margin-top: 1.25rem;
    font-size: 1.05rem;
    font-weight: 300;
    color: rgba(255,255,255,.7);
    max-width: 620px;
    line-height: 1.6;
  }

  .gep-subnav {
    position: sticky;
    top: 68px;
    z-index: 900;
    background: var(--white);
    border-bottom: 1px solid var(--sand);
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
  }
  .gep-subnav__inner {
    display: flex;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 2.5rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .gep-subnav__inner::-webkit-scrollbar { display: none; }

  .gep-subnav__link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .95rem 1.2rem;
    font-size: .825rem;
    font-weight: 700;
    color: var(--grey-500);
    letter-spacing: .02em;
    border: 0;
    border-bottom: 2.5px solid transparent;
    background: none;
    cursor: pointer;
    white-space: nowrap;
    transition: color .2s, border-color .2s;
  }
  .gep-subnav__link:hover { color: var(--grey-800); }
  .gep-subnav__link.active {
    color: var(--orange-500);
    border-bottom-color: var(--orange-500);
  }

  .gep-tab-panel { display: none; }
  .gep-tab-panel.active { display: block; }

  .overline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--orange-500);
  }
  .overline::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: var(--orange-500);
    flex-shrink: 0;
  }
  .divider {
    width: 48px;
    height: 3px;
    background: var(--orange-500);
    margin: .9rem 0 1.5rem;
    border-radius: 2px;
  }

  /* ============================================================
     TOP PORTFOLIO MAP / MAP-FIRST LAYOUT
     ============================================================ */
  .portfolio-record-section {
    padding: var(--sp-2xl) 0;
    background:
      radial-gradient(circle at 12% 8%, rgba(243,115,33,.08) 0, transparent 28%),
      linear-gradient(180deg, rgba(239,238,232,.62) 0%, rgba(255,255,255,1) 100%);
    border-bottom: 1px solid var(--sand);
  }

  .portfolio-record__head {
    display: block;
    margin-bottom: 1.6rem;
  }
  .portfolio-record__head-text {
    max-width: 820px;
  }
  .portfolio-record__head-text h2 {
    margin: .9rem 0 .65rem;
    color: var(--grey-900);
    font-size: clamp(1.85rem, 2.7vw, 2.85rem);
    line-height: 1.14;
    letter-spacing: -.045em;
  }
  .portfolio-record__head-text p {
    margin: 0;
    max-width: 740px;
    color: var(--grey-600);
    font-size: 1rem;
    line-height: 1.72;
    font-weight: 300;
  }

  .portfolio-record__legend {
    display: flex;
    align-items: center;
    gap: .85rem;
    flex-shrink: 0;
    padding-bottom: .25rem;
  }
  .portfolio-record__legend--map {
    justify-content: center;
    margin: 1.15rem 0 1.35rem;
    padding-bottom: 0;
  }
  .portfolio-legend-item {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--grey-500);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .portfolio-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--orange-500);
  }
  .portfolio-legend-dot.is-bess { background: var(--navy-700); }
  .portfolio-legend-dot.is-hybrid {
    background: linear-gradient(135deg, var(--orange-500) 0%, var(--navy-700) 100%);
  }

  .portfolio-record__summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 1.7rem;
    border: 1px solid var(--sand);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: rgba(255,255,255,.92);
    box-shadow: 0 2px 14px rgba(0,0,0,.035);
  }
  .portfolio-record__summary--bottom {
    margin-top: 1.65rem;
    margin-bottom: 0;
  }
  .portfolio-record__summary--bottom {
    gap: .85rem;
    background: transparent;
    overflow: visible;
    box-shadow: none;
  }
  .portfolio-record__summary--bottom .portfolio-summary-item {
    position: relative;
    min-height: 132px;
    padding: 1.55rem 1.35rem 1.45rem;
    background: var(--white);
    border: 1px solid rgba(29,30,55,.10);
    border-radius: var(--radius-md);
    box-shadow: 0 14px 34px rgba(29,30,55,.08);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
    overflow: hidden;
  }
  .portfolio-record__summary--bottom .portfolio-summary-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--orange-500);
  }
  .portfolio-record__summary--bottom .portfolio-summary-item:hover {
    transform: translateY(-3px);
    background: #fffdfb;
    border-color: rgba(243,115,33,.28);
    box-shadow: 0 18px 42px rgba(29,30,55,.12);
  }
  .portfolio-record__summary--bottom .portfolio-summary-item strong {
    color: var(--orange-500);
    font-size: clamp(1.9rem, 3.1vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -.035em;
    margin-bottom: .55rem;
  }
  .portfolio-record__summary--bottom .portfolio-summary-item span {
    color: var(--navy-700);
    font-size: .86rem;
    font-weight: 600;
    line-height: 1.45;
  }
  .portfolio-summary-item {
    padding: 1.2rem 1.15rem;
    border-right: 1px solid var(--sand);
  }
  .portfolio-summary-item:last-child { border-right: none; }
  .portfolio-summary-item strong {
    display: block;
    color: var(--orange-500);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1;
    letter-spacing: -.04em;
    margin-bottom: .38rem;
  }
  .portfolio-summary-item span {
    display: block;
    color: var(--grey-500);
    font-size: .76rem;
    line-height: 1.4;
    font-weight: 500;
  }


  .portfolio-map-stage {
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: var(--radius-md);
    padding: clamp(1.4rem, 3vw, 2.5rem);
    box-shadow: 0 10px 36px rgba(29,30,55,.07);
  }

  .portfolio-map {
    position: relative;
    width: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  .portfolio-map img {
    display: block;
    width: min(100%, 1120px);
    height: auto;
    max-height: 560px;
    object-fit: contain;
    opacity: .96;
  }

  .map-pin {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 2px solid var(--white);
    border-radius: 50%;
    background: var(--orange-500);
    color: var(--white);
    cursor: pointer;
    box-shadow: 0 7px 18px rgba(243,115,33,.4);
    transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, background .25s ease;
  }
  .map-pin.is-bess {
    background: var(--navy-700);
    box-shadow: 0 7px 18px rgba(53,57,104,.28);
  }
  .map-pin.is-hybrid {
    background: linear-gradient(135deg, var(--orange-500) 0%, var(--navy-700) 100%);
  }
  .map-pin span {
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    font-size: .72rem;
    font-weight: 700;
    color: var(--orange-500);
    white-space: nowrap;
    opacity: .78;
    transition: opacity .2s, transform .2s;
  }
  .map-pin.is-bess span { color: var(--navy-700); }
  .map-pin.is-hybrid span { color: var(--orange-500); }

  .map-pin::before {
    content: '';
    position: absolute;
    inset: -9px;
    border-radius: 50%;
    background: rgba(243,115,33,.18);
    transform: scale(.7);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
  }
  .map-pin.is-bess::before { background: rgba(53,57,104,.16); }
  .map-pin.is-hybrid::before { background: rgba(243,115,33,.20); }

  .map-pin:hover,
  .map-pin.active {
    transform: translate(-50%, -50%) scale(1.28);
    box-shadow: 0 11px 26px rgba(243,115,33,.5);
  }
  .map-pin:hover::before,
  .map-pin.active::before {
    opacity: 1;
    transform: scale(1);
  }
  .map-pin:hover span,
  .map-pin.active span {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
  }

  .portfolio-detail-bar {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.35rem 1.5rem;
    background: var(--grey-50);
    border: 1px solid var(--sand);
    border-radius: var(--radius-md);
  }
  .portfolio-detail-bar__meta {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 160px;
  }
  .portfolio-detail-bar__no {
    color: var(--orange-500);
    font-size: 1.1rem;
    font-weight: 700;
  }
  .portfolio-detail-bar__type {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 .5rem;
    background: var(--orange-500);
    color: var(--white);
    font-size: .65rem;
    font-weight: 700;
    border-radius: 2px;
  }
  .portfolio-detail-bar__type.is-bess { background: var(--navy-700); }
  .portfolio-detail-bar__type.is-hybrid {
    background: linear-gradient(135deg, var(--orange-500) 0%, var(--navy-700) 100%);
  }
  .portfolio-detail-bar__body {
    display: grid;
    grid-template-columns: minmax(180px, 1.1fr) repeat(3, minmax(120px, .8fr));
    gap: 1rem;
    align-items: center;
  }
  .portfolio-detail-bar__title {
    margin: 0;
    color: var(--grey-900);
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -.02em;
  }
  .portfolio-detail-field {
    border-left: 1px solid var(--sand);
    padding-left: 1rem;
  }
  .portfolio-detail-field dt {
    margin-bottom: .16rem;
    color: var(--grey-500);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .portfolio-detail-field dd {
    margin: 0;
    color: var(--grey-800);
    font-size: .86rem;
    line-height: 1.45;
    font-weight: 400;
  }

  .portfolio-project-nav {
    margin: 0 0 1.6rem;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: .55rem;
    position: relative;
    z-index: 20;
  }
  .portfolio-project-btn {
    min-height: 58px;
    border: 1px solid var(--sand);
    background: var(--white);
    color: var(--grey-700);
    border-radius: 0;
    cursor: pointer;
    padding: .65rem .55rem;
    text-align: left;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }
  .portfolio-project-btn:hover,
  .portfolio-project-btn.active {
    border-color: var(--orange-500);
    background: rgba(243,115,33,.055);
    transform: translateY(-2px);
  }
  .portfolio-project-btn__no {
    display: block;
    color: var(--orange-500);
    font-size: .68rem;
    font-weight: 700;
    margin-bottom: .25rem;
  }
  .portfolio-project-btn__name {
    display: block;
    color: var(--grey-800);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.01em;
  }

  /* ============================================================
     WHO INTRO
     ============================================================ */
  .who-intro {
    padding: var(--sp-2xl) 0;
    background: var(--white);
  }
  .who-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: var(--sp-xl);
    align-items: stretch;
  }
  .who-intro__body h2 {
    max-width: 18ch;
    margin-bottom: 1rem;
  }
  .who-intro__body p {
    font-size: 1.02rem;
    line-height: 1.64;
    color: var(--grey-600);
    margin-bottom: .9rem;
    font-weight: 300;
  }
  .who-intro__body p:last-child { margin-bottom: 0; }

  .who-intro__tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.5rem;
  }
  .who-intro__tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .38rem .85rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid var(--orange-500);
    background: var(--orange-500);
    border-radius: 2px;
  }

  .who-intro__visual {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--sand);
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
  }
  .who-intro__visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--orange-500) 0%, rgba(243,115,33,.25) 100%);
  }

  .who-intro__quote {
    padding: 1.65rem 1.75rem 1.3rem;
    border-bottom: 1px solid var(--sand);
    flex-shrink: 0;
  }
  .who-intro__quote-mark {
    font-size: 2.5rem;
    line-height: 1;
    color: rgba(243,115,33,.35);
    margin-bottom: .6rem;
  }
  .who-intro__quote p {
    margin: 0;
    color: var(--grey-700);
    font-size: .98rem;
    line-height: 1.62;
    font-weight: 300;
  }

  .who-intro__features {
    padding: 1.05rem 1.75rem 1.35rem;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .who-intro__feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.05rem 0;
    border-bottom: 1px solid var(--sand);
  }
  .who-intro__feature:last-child { border-bottom: none; }

  .who-intro__feature-icon {
    width: 46px;
    height: 46px;
    background: var(--orange-500);
    border: 1px solid rgba(243,115,33,.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--orange-500);
  }
  .who-intro__feature-icon img,
  .who-intro__feature-icon svg {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .who-intro__feature-body strong {
    display: block;
    font-size: .88rem;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: .22rem;
  }
  .who-intro__feature-body span {
    display: block;
    font-size: .81rem;
    color: var(--grey-500);
    line-height: 1.55;
    font-weight: 300;
  }

  /* ============================================================
     ADVANTAGE SECTION
     ============================================================ */
  .advantage-section {
    padding: var(--sp-2xl) 0;
    position: relative;
    overflow: hidden;
    color: var(--white);
  }
  .advantage-section__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
  }
  .advantage-section__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30,33,70,.94) 0%, rgba(53,57,104,.88) 50%, rgba(30,33,70,.92) 100%);
  }

  .advantage-section .section-heading {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: var(--sp-xl);
  }
  .advantage-section .section-heading h2 { color: var(--white); }
  .advantage-section .section-heading p,
  .advantage-section__sub {
    color: rgba(255,255,255,.72);
    font-weight: 300;
    line-height: 1.72;
  }

  .advantage-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    background: rgba(255,255,255,.10);
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: var(--sp-xl);
  }
  .advantage-card {
    background: rgba(255,255,255,.04);
    padding: 1.8rem 1.5rem 1.6rem;
    position: relative;
    transition: background .3s ease;
    border-top: 3px solid transparent;
    min-height: 190px;
  }
  .advantage-card:hover {
    background: rgba(255,255,255,.09);
    border-top-color: var(--orange-500);
  }
  .advantage-card__kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange-500);
    margin-bottom: .85rem;
  }
  .advantage-card__kicker::before {
    content: '';
    width: 18px;
    height: 2px;
    background: currentColor;
    flex-shrink: 0;
  }
  .advantage-card h3 {
    color: var(--white);
    margin-bottom: .85rem;
    font-size: 1.18rem;
    line-height: 1.3;
  }
  .advantage-card__num {
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(255,255,255,.05);
    letter-spacing: -.04em;
    pointer-events: none;
    transition: color .3s;
  }
  .advantage-card:hover .advantage-card__num {
    color: rgba(243,115,33,.12);
  }

  .advantage-values {
    position: relative;
    z-index: 1;
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 2rem 2.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .advantage-value {
    padding-right: 1.5rem;
    border-right: 1px solid var(--sand);
  }
  .advantage-value:last-child {
    border-right: none;
    padding-right: 0;
  }
  .advantage-value__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(243,115,33,.12);
    color: var(--orange-500);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .9rem;
  }
  .advantage-value__icon svg {
    width: 18px;
    height: 18px;
  }
  .advantage-value strong {
    display: block;
    font-size: .98rem;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: .45rem;
    letter-spacing: -.01em;
  }
  .advantage-value p {
    margin: 0;
    font-size: .87rem;
    color: var(--grey-600);
    font-weight: 300;
    line-height: 1.6;
  }

  .whatsets-cta {
    position: relative;
    z-index: 1;
    margin-top: var(--sp-lg);
    padding: 2rem;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-left: 4px solid var(--orange-500);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .whatsets-cta__text h3 {
    margin: 0 0 .45rem;
    color: var(--white);
    font-size: 1.12rem;
    font-weight: 700;
  }
  .whatsets-cta__text p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: .92rem;
    line-height: 1.65;
    font-weight: 300;
  }
  .whatsets-cta__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .9rem 1.7rem;
    background: var(--orange-500);
    color: var(--white);
    font-size: .82rem;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
  }
  .whatsets-cta__btn:hover {
    background: #d96a1a;
    transform: translateY(-1px);
  }
  .whatsets-cta__btn svg {
    width: 15px;
    height: 15px;
  }

  /* ============================================================
     RESPONSIVE
     ============================================================ */
  @media (max-width: 1180px) {
    .portfolio-map {
      min-height: 500px;
    }
    .portfolio-map img {
      max-height: 500px;
    }
    .portfolio-project-nav {
      grid-template-columns: repeat(4, 1fr);
    }
    .portfolio-detail-bar__body {
      grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(110px, .8fr));
    }
  }

  @media (max-width: 1024px) {
    :root {
      --sp-xl: 3rem;
      --sp-2xl: 4.5rem;
    }

    .who-intro__grid {
      grid-template-columns: 1fr;
    }

    .portfolio-record__head {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .portfolio-record__summary {
      grid-template-columns: repeat(2, 1fr);
    }
    .portfolio-record__summary--bottom {
      gap: .85rem;
    }
    .portfolio-record__summary--bottom .portfolio-summary-item {
      border: 1px solid rgba(29,30,55,.10);
    }
    .portfolio-summary-item:nth-child(2) {
      border-right: none;
    }
    .portfolio-summary-item:nth-child(3),
    .portfolio-summary-item:nth-child(4) {
      border-top: 1px solid var(--sand);
    }
    .portfolio-record__summary--bottom .portfolio-summary-item:nth-child(3),
    .portfolio-record__summary--bottom .portfolio-summary-item:nth-child(4) {
      border-top-color: rgba(29,30,55,.10);
    }
    .portfolio-detail-bar {
      grid-template-columns: 1fr;
    }
    .portfolio-detail-bar__body {
      grid-template-columns: repeat(2, 1fr);
    }
    .portfolio-detail-bar__title {
      grid-column: 1 / -1;
    }
    .portfolio-detail-field {
      border-left: none;
      padding-left: 0;
      border-top: 1px solid var(--sand);
      padding-top: .8rem;
    }


    .advantage-grid {
      grid-template-columns: 1fr;
    }
    .advantage-card {
      min-height: auto;
    }
    .advantage-values {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      padding: 1.5rem 1.5rem;
    }
    .advantage-value {
      border-right: none;
      border-bottom: 1px solid var(--sand);
      padding-right: 0;
      padding-bottom: 1.5rem;
    }
    .advantage-value:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }
    .whatsets-cta {
      flex-direction: column;
      align-items: flex-start;
      padding: 1.5rem;
    }
  }

  @media (max-width: 980px) {
    .advantage-section__bg {
      background-attachment: scroll;
    }
  }

  @media (max-width: 768px) {
    :root {
      --sp-xl: 2.5rem;
      --sp-2xl: 3.5rem;
    }

    .gep-subnav__inner {
      padding: 0 1.25rem;
    }

    .portfolio-record-section {
      padding: 3.25rem 0;
    }
    .portfolio-record__head-text h2 {
      font-size: clamp(1.55rem, 7vw, 2rem);
    }
    .portfolio-record__legend--map {
      justify-content: flex-start;
      margin: .9rem 0 1.1rem;
      overflow-x: auto;
      white-space: nowrap;
      flex-wrap: nowrap;
      scrollbar-width: none;
    }
    .portfolio-record__legend--map::-webkit-scrollbar {
      display: none;
    }
    .portfolio-map-stage {
      padding: 1rem;
    }
    .portfolio-map {
      min-height: 360px;
    }
    .portfolio-map img {
      max-height: 360px;
    }
    .map-pin {
      width: 18px;
      height: 18px;
    }
    .map-pin span {
      display: none;
    }
    .portfolio-project-nav {
      grid-template-columns: repeat(2, 1fr);
    }

  }

  @media (max-width: 560px) {
    .portfolio-detail-bar__body {
      grid-template-columns: 1fr;
    }
    .portfolio-detail-field {
      padding-top: .7rem;
    }
  }

  @media (max-width: 480px) {
    .gep-subnav__link {
      padding: .9rem 1rem;
      font-size: .8rem;
    }

    .portfolio-map {
      min-height: 300px;
    }
    .portfolio-project-nav {
      grid-template-columns: 1fr;
    }
    .portfolio-record__summary--bottom {
      grid-template-columns: 1fr;
      gap: .75rem;
    }
    .portfolio-record__summary--bottom .portfolio-summary-item {
      min-height: 112px;
      padding: 1.35rem 1.2rem 1.25rem;
    }

  }


  /* ============================================================
     PORTFOLIO MAP - NO WHITE BOX / SAME PIN COORDINATES
     ============================================================ */
  .portfolio-map-stage {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .portfolio-map {
    position: relative;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  .portfolio-map__canvas {
    position: relative;
    width: min(92%, 1180px);
    margin: 0 auto;
    overflow: visible;
  }

  .portfolio-map__canvas img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    object-fit: initial;
    opacity: .98;
  }
  @media (max-width: 1180px) {
    .portfolio-map {
      min-height: 0;
    }

    .portfolio-map__canvas {
      width: min(94%, 1040px);
    }

    .portfolio-map__canvas img {
      max-height: none;
    }
  }
  @media (max-width: 768px) {
    .portfolio-map-stage {
      padding: 0;
    }

    .portfolio-map {
      min-height: 0;
    }

    .portfolio-map__canvas {
      width: 100%;
    }

    .portfolio-map__canvas img {
      max-height: none;
    }
  }
  @media (max-width: 480px) {
    .portfolio-map {
      min-height: 0;
    }

    .portfolio-map__canvas {
      width: 100%;
    }
  }


  /* ============================================================
     PORTFOLIO MAP - SUBTLE MOUSE TILT INTERACTION
     ============================================================ */
  .portfolio-map {
    perspective: 1200px;
  }

  .portfolio-map__canvas {
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
  }

  .portfolio-map__canvas img {
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .map-pin {
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }

  @media (max-width: 768px) {
    .portfolio-map {
      perspective: none;
    }

    .portfolio-map__canvas {
      transform: none !important;
      transition: none;
      will-change: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .portfolio-map__canvas {
      transform: none !important;
      transition: none;
      will-change: auto;
    }
  }




  /* ============================================================
     PORTFOLIO MAP - SUBTLE ACTIVE PIN GLOW
     ============================================================ */
  @media (min-width: 769px) {
    .map-pin.active {
      z-index: 12;
      box-shadow:
        0 0 0 4px rgba(243,115,33,.14),
        0 10px 26px rgba(243,115,33,.42);
      animation: activePinSoftGlow 2.2s ease-in-out infinite;
    }

    .map-pin.active::after {
      content: '';
      position: absolute;
      inset: -10px;
      border-radius: 50%;
      border: 1px solid rgba(243,115,33,.42);
      opacity: 0;
      transform: scale(.72);
      animation: activePinRing 2.2s ease-out infinite;
      pointer-events: none;
    }

    .map-pin.is-bess.active {
      box-shadow:
        0 0 0 4px rgba(53,57,104,.14),
        0 10px 26px rgba(53,57,104,.38);
      animation-name: activePinSoftGlowBess;
    }

    .map-pin.is-bess.active::after {
      border-color: rgba(53,57,104,.42);
    }

    .map-pin.is-hybrid.active {
      box-shadow:
        0 0 0 4px rgba(243,115,33,.16),
        0 10px 26px rgba(243,115,33,.38);
      animation-name: activePinSoftGlow;
    }

    .map-pin.is-hybrid.active::after {
      border-color: rgba(243,115,33,.42);
    }
  }

  @keyframes activePinSoftGlow {
    0%, 100% {
      box-shadow:
        0 0 0 4px rgba(243,115,33,.12),
        0 10px 24px rgba(243,115,33,.34);
    }
    50% {
      box-shadow:
        0 0 0 7px rgba(243,115,33,.18),
        0 14px 32px rgba(243,115,33,.48);
    }
  }

  @keyframes activePinSoftGlowBess {
    0%, 100% {
      box-shadow:
        0 0 0 4px rgba(53,57,104,.12),
        0 10px 24px rgba(53,57,104,.30);
    }
    50% {
      box-shadow:
        0 0 0 7px rgba(53,57,104,.18),
        0 14px 32px rgba(53,57,104,.42);
    }
  }

  @keyframes activePinRing {
    0% {
      opacity: 0;
      transform: scale(.72);
    }
    18% {
      opacity: .55;
    }
    70% {
      opacity: 0;
      transform: scale(1.6);
    }
    100% {
      opacity: 0;
      transform: scale(1.6);
    }
  }

  @media (max-width: 768px) {
    .map-pin.active {
      animation: none;
    }

    .map-pin.active::after {
      display: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .map-pin.active {
      animation: none;
    }

    .map-pin.active::after {
      display: none;
    }
  }

  /* ============================================================
     PORTFOLIO MAP - FLOATING DETAIL TOOLTIP
     ============================================================ */
  .portfolio-map-tooltip {
    position: absolute;
    z-index: 30;
    width: min(340px, 38vw);
    min-width: 280px;
    margin-top: 0;
    display: block;
    grid-template-columns: none;
    gap: 0;
    align-items: stretch;
    padding: 1rem 1.05rem 1.05rem;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(199,187,159,.78);
    border-left: 3px solid var(--orange-500);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 40px rgba(29,30,55,.16);
    backdrop-filter: blur(10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(22px, -50%);
    transition: opacity .22s ease, visibility .22s ease, transform .28s cubic-bezier(.22,1,.36,1);
  }

  .portfolio-map-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .portfolio-map-tooltip.is-right.is-middle { transform: translate(22px, -50%); }
  .portfolio-map-tooltip.is-left.is-middle { transform: translate(calc(-100% - 22px), -50%); }
  .portfolio-map-tooltip.is-right.is-low { transform: translate(22px, 18px); }
  .portfolio-map-tooltip.is-left.is-low { transform: translate(calc(-100% - 22px), 18px); }
  .portfolio-map-tooltip.is-right.is-high { transform: translate(22px, calc(-100% - 18px)); }
  .portfolio-map-tooltip.is-left.is-high { transform: translate(calc(-100% - 22px), calc(-100% - 18px)); }

  .portfolio-map-tooltip .portfolio-detail-bar__meta {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .8rem;
  }

  .portfolio-map-tooltip .portfolio-detail-bar__no {
    font-size: 1rem;
    line-height: 1;
  }

  .portfolio-map-tooltip .portfolio-detail-bar__type {
    height: 21px;
    font-size: .62rem;
  }

  .portfolio-map-tooltip .portfolio-detail-bar__body {
    display: block;
  }

  .portfolio-map-tooltip .portfolio-detail-bar__title {
    margin: 0 0 .75rem;
    color: var(--grey-900);
    font-size: .98rem;
    line-height: 1.35;
    letter-spacing: -.02em;
  }

  .portfolio-map-tooltip .portfolio-detail-field {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: .65rem;
    align-items: baseline;
    border-left: none;
    border-top: 1px solid rgba(199,187,159,.62);
    padding: .55rem 0 0;
    margin: .55rem 0 0;
  }

  .portfolio-map-tooltip .portfolio-detail-field dt {
    margin: 0;
    color: var(--grey-500);
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .portfolio-map-tooltip .portfolio-detail-field dd {
    margin: 0;
    color: var(--grey-800);
    font-size: .78rem;
    line-height: 1.42;
    font-weight: 400;
  }

  @media (max-width: 768px) {
    .portfolio-map-tooltip {
      left: 50% !important;
      right: auto;
      top: auto !important;
      bottom: .4rem;
      width: calc(100% - 1rem);
      min-width: 0;
      padding: .85rem .9rem;
      transform: translateX(-50%) !important;
    }

    .portfolio-map-tooltip .portfolio-detail-bar__title {
      font-size: .9rem;
      margin-bottom: .6rem;
    }

    .portfolio-map-tooltip .portfolio-detail-field {
      grid-template-columns: 64px minmax(0, 1fr);
      gap: .5rem;
      padding-top: .45rem;
      margin-top: .45rem;
    }
  }

  /* ============================================================
     MOBILE PORTFOLIO MAP - TAP-FIRST COMPACT UX
     ============================================================ */
  @media (max-width: 768px) {
    .portfolio-project-nav {
      display: flex;
      grid-template-columns: none;
      gap: .5rem;
      margin: 0 0 1rem;
      padding: 0 0 .45rem;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .portfolio-project-nav::-webkit-scrollbar {
      display: none;
    }

    .portfolio-project-btn {
      flex: 0 0 auto;
      min-width: 136px;
      min-height: 50px;
      padding: .6rem .7rem;
      border-radius: 2px;
      background: rgba(255,255,255,.88);
    }

    .portfolio-project-btn:hover,
    .portfolio-project-btn.active {
      transform: none;
    }

    .portfolio-project-btn__no {
      font-size: .64rem;
      margin-bottom: .22rem;
    }

    .portfolio-project-btn__name {
      font-size: .7rem;
      line-height: 1.22;
      white-space: normal;
    }

    .portfolio-map {
      align-items: center;
    }

    .portfolio-map__canvas {
      width: 100%;
      overflow: hidden;
      border-radius: var(--radius-md);
    }

    .portfolio-map__canvas img {
      width: 100%;
    }

    .portfolio-map-tooltip {
      left: 50% !important;
      right: auto !important;
      top: auto !important;
      bottom: .65rem;
      width: calc(100% - 1.3rem);
      max-width: none;
      min-width: 0;
      padding: .78rem .85rem .82rem;
      border-left-width: 3px;
      transform: translateX(-50%) !important;
      box-shadow: 0 12px 26px rgba(29,30,55,.16);
      backdrop-filter: blur(8px);
    }

    .portfolio-map-tooltip .portfolio-detail-bar__meta {
      margin-bottom: .55rem;
    }

    .portfolio-map-tooltip .portfolio-detail-bar__no {
      font-size: .92rem;
    }

    .portfolio-map-tooltip .portfolio-detail-bar__type {
      height: 19px;
      font-size: .58rem;
    }

    .portfolio-map-tooltip .portfolio-detail-bar__title {
      font-size: .88rem;
      margin-bottom: .5rem;
    }

    .portfolio-map-tooltip .portfolio-detail-field {
      grid-template-columns: 58px minmax(0, 1fr);
      gap: .45rem;
      padding-top: .4rem;
      margin-top: .4rem;
    }

    .portfolio-map-tooltip .portfolio-detail-field dt {
      font-size: .56rem;
    }

    .portfolio-map-tooltip .portfolio-detail-field dd {
      font-size: .72rem;
      line-height: 1.34;
    }
  }

  @media (max-width: 480px) {
    .portfolio-project-btn {
      min-width: 128px;
    }

    .portfolio-map-tooltip {
      bottom: .5rem;
      width: calc(100% - 1rem);
      padding: .72rem .78rem .76rem;
    }
  }



  /* ============================================================
     MOBILE PORTFOLIO MAP - DETAIL BELOW MAP (NO OVERLAY)
     ============================================================ */
  @media (max-width: 768px) {
    .portfolio-map {
      display: block;
      perspective: none;
    }

    .portfolio-map__canvas {
      width: 100%;
      overflow: visible;
      border-radius: 0;
      transform: none !important;
      transition: none;
      will-change: auto;
    }

    .portfolio-map__canvas img {
      display: block;
      width: 100%;
      max-height: none;
      border-radius: var(--radius-md);
    }

    .portfolio-map-tooltip {
      position: relative;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      bottom: auto !important;
      width: 100%;
      max-width: none;
      min-width: 0;
      margin: .9rem 0 0;
      transform: none !important;
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
      box-shadow: 0 10px 24px rgba(29,30,55,.10);
      backdrop-filter: none;
    }

    .portfolio-map-tooltip.is-right.is-middle,
    .portfolio-map-tooltip.is-left.is-middle,
    .portfolio-map-tooltip.is-right.is-low,
    .portfolio-map-tooltip.is-left.is-low,
    .portfolio-map-tooltip.is-right.is-high,
    .portfolio-map-tooltip.is-left.is-high {
      transform: none !important;
    }
  }

  @media (max-width: 480px) {
    .portfolio-map-tooltip {
      width: 100%;
      margin-top: .8rem;
    }
  }

  /* ============================================================
     FINAL FIX - SAME MAP COORDINATE SYSTEM ON PC / MOBILE
     ============================================================ */
  .portfolio-map__canvas {
    position: relative;
    width: min(92%, 1180px);
    margin: 0 auto;
    overflow: visible;
  }

  .portfolio-map__art {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  .portfolio-map__art img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    object-fit: initial;
    opacity: .98;
  }

  .portfolio-map__art .map-pin {
    position: absolute;
  }

  @media (max-width: 1180px) {
    .portfolio-map__canvas {
      width: min(94%, 1040px);
    }
  }

  @media (max-width: 768px) {
    .portfolio-map {
      display: block;
      width: 100%;
      min-height: 0;
      perspective: none;
      overflow: visible;
    }

    .portfolio-map__canvas {
      width: 100%;
      overflow: visible;
      border-radius: 0;
      transform: none !important;
      transition: none;
      will-change: auto;
    }

    .portfolio-map__art {
      width: 100%;
      overflow: visible;
      border-radius: var(--radius-md);
    }

    .portfolio-map__art img {
      width: 100%;
      height: auto;
      max-height: none;
    }

    .portfolio-map-tooltip {
      position: static !important;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      bottom: auto !important;
      width: 100%;
      max-width: none;
      min-width: 0;
      margin: .85rem 0 0;
      transform: none !important;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      box-shadow: 0 10px 24px rgba(29,30,55,.10);
    }
  }

  @media (max-width: 480px) {
    .portfolio-map__canvas,
    .portfolio-map__art {
      width: 100%;
    }
  }


  /* ============================================================
     FINAL MOTION - SMOOTH TOOLTIP SWITCHING ON PC
     ============================================================ */
  .portfolio-map-tooltip {
    transition:
      opacity .24s ease,
      visibility .24s ease,
      left .34s cubic-bezier(.22, 1, .36, 1),
      top .34s cubic-bezier(.22, 1, .36, 1),
      transform .34s cubic-bezier(.22, 1, .36, 1),
      filter .24s ease;
    will-change: left, top, opacity, transform;
  }

  .portfolio-map-tooltip.is-right.is-middle { transform: translate(22px, -50%) scale(1); }
  .portfolio-map-tooltip.is-left.is-middle { transform: translate(calc(-100% - 22px), -50%) scale(1); }
  .portfolio-map-tooltip.is-right.is-low { transform: translate(22px, 18px) scale(1); }
  .portfolio-map-tooltip.is-left.is-low { transform: translate(calc(-100% - 22px), 18px) scale(1); }
  .portfolio-map-tooltip.is-right.is-high { transform: translate(22px, calc(-100% - 18px)) scale(1); }
  .portfolio-map-tooltip.is-left.is-high { transform: translate(calc(-100% - 22px), calc(-100% - 18px)) scale(1); }

  .portfolio-map-tooltip.is-changing {
    opacity: .08;
    visibility: visible;
    filter: blur(.6px);
  }

  .portfolio-map-tooltip.is-changing.is-right.is-middle { transform: translate(16px, -50%) scale(.965); }
  .portfolio-map-tooltip.is-changing.is-left.is-middle { transform: translate(calc(-100% - 16px), -50%) scale(.965); }
  .portfolio-map-tooltip.is-changing.is-right.is-low { transform: translate(16px, 14px) scale(.965); }
  .portfolio-map-tooltip.is-changing.is-left.is-low { transform: translate(calc(-100% - 16px), 14px) scale(.965); }
  .portfolio-map-tooltip.is-changing.is-right.is-high { transform: translate(16px, calc(-100% - 14px)) scale(.965); }
  .portfolio-map-tooltip.is-changing.is-left.is-high { transform: translate(calc(-100% - 16px), calc(-100% - 14px)) scale(.965); }

  @media (max-width: 768px) {
    .portfolio-map-tooltip {
      transition: opacity .2s ease, filter .2s ease;
      will-change: auto;
    }

    .portfolio-map-tooltip.is-changing {
      opacity: .35;
      filter: none;
      transform: none !important;
    }
  }


  /* ============================================================
     PORTFOLIO MAP - STICKY CONTROLS WHILE VIEWING MAP
     ============================================================ */
  .portfolio-map-area {
    position: relative;
  }

  .portfolio-map-controls {
    position: sticky;
    top: 112px;
    z-index: 45;
    padding: .85rem 0 1rem;
    margin: 0 0 .25rem;
    background: linear-gradient(
      180deg,
      rgba(250,249,246,.96) 0%,
      rgba(250,249,246,.88) 72%,
      rgba(250,249,246,0) 100%
    );
    backdrop-filter: blur(8px);
  }

  .portfolio-map-controls .portfolio-project-nav {
    margin: 0 0 .75rem;
  }

  .portfolio-map-controls .portfolio-record__legend--map {
    margin: 0;
  }

  .portfolio-map-controls .portfolio-project-btn {
    min-height: 54px;
  }

  @media (max-width: 768px) {
    .portfolio-map-controls {
      position: static;
      top: auto;
      z-index: auto;
      padding: 0;
      margin: 0;
      background: transparent;
      backdrop-filter: none;
    }

    .portfolio-map-controls .portfolio-project-nav {
      margin-bottom: .9rem;
    }

    .portfolio-map-controls .portfolio-record__legend--map {
      margin: .7rem 0 1rem;
    }
  }



  /* ============================================================
     PORTFOLIO MAP - 15 PROJECT SELECTOR OVERRIDE
     ============================================================ */
  .portfolio-project-nav {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .55rem;
    padding: 0 0 .35rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .portfolio-project-nav::-webkit-scrollbar {
    height: 6px;
  }

  .portfolio-project-nav::-webkit-scrollbar-thumb {
    background: rgba(53,57,104,.22);
    border-radius: 10px;
  }

  .portfolio-project-btn {
    flex: 0 0 132px;
    min-height: 58px;
    scroll-snap-align: start;
  }

  .portfolio-project-btn__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  @media (min-width: 1280px) {
    .portfolio-project-btn {
      flex-basis: 136px;
    }
  }

  @media (max-width: 768px) {
    .portfolio-project-btn {
      flex-basis: 132px;
    }
  }


  /* ============================================================
     PROJECT SELECTOR - ARROWS + DRAG SCROLL
     ============================================================ */
  .portfolio-project-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    align-items: stretch;
    gap: .5rem;
    margin: 0 0 .75rem;
    z-index: 45;
  }

  .portfolio-project-carousel::before,
  .portfolio-project-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
    z-index: 3;
    transition: opacity .2s ease;
  }

  .portfolio-project-carousel::before {
    left: 42px;
    background: linear-gradient(90deg, rgba(250,249,246,.92) 0%, rgba(250,249,246,0) 100%);
  }

  .portfolio-project-carousel::after {
    right: 42px;
    background: linear-gradient(270deg, rgba(250,249,246,.92) 0%, rgba(250,249,246,0) 100%);
  }

  .portfolio-project-carousel.is-at-start::before,
  .portfolio-project-carousel.is-at-end::after {
    opacity: 0;
  }

  .portfolio-project-carousel .portfolio-project-nav {
    margin: 0 !important;
    padding: 0;
    min-width: 0;
    cursor: grab;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
  }

  .portfolio-project-carousel .portfolio-project-nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .portfolio-project-carousel .portfolio-project-nav.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
  }

  .portfolio-project-carousel .portfolio-project-nav.is-dragging .portfolio-project-btn {
    pointer-events: none;
  }

  .portfolio-project-arrow {
    position: relative;
    z-index: 5;
    width: 36px;
    min-height: 58px;
    border: 1px solid var(--sand);
    background: rgba(255,255,255,.92);
    color: var(--orange-500);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
  }

  .portfolio-project-arrow span {
    display: block;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-1px);
  }

  .portfolio-project-arrow:hover {
    border-color: var(--orange-500);
    background: var(--orange-500);
    color: var(--white);
    transform: translateY(-1px);
  }

  .portfolio-project-arrow:disabled {
    opacity: .35;
    cursor: default;
    color: var(--grey-400);
    background: rgba(255,255,255,.7);
    transform: none;
  }

  .portfolio-project-arrow:disabled:hover {
    border-color: var(--sand);
    background: rgba(255,255,255,.7);
    color: var(--grey-400);
  }

  @media (max-width: 768px) {
    .portfolio-project-carousel {
      grid-template-columns: 32px minmax(0, 1fr) 32px;
      gap: .4rem;
      margin-bottom: .9rem;
    }

    .portfolio-project-carousel::before {
      left: 37px;
      width: 24px;
    }

    .portfolio-project-carousel::after {
      right: 37px;
      width: 24px;
    }

    .portfolio-project-arrow {
      width: 32px;
      min-height: 50px;
    }

    .portfolio-project-arrow span {
      font-size: 1.35rem;
    }
  }

  /* ============================================================
     PROJECT SELECTOR - CLEAN TWO-LINE BUTTON LAYOUT
     ============================================================ */
  .portfolio-map-controls {
    padding: .35rem 0 1rem;
    background: transparent;
    backdrop-filter: none;
  }

  .portfolio-project-carousel {
    display: block;
    margin: 0 0 .75rem;
    position: relative;
    z-index: 45;
  }

  .portfolio-project-carousel::before,
  .portfolio-project-carousel::after {
    display: none;
  }

  .portfolio-project-arrow {
    display: none;
  }

  .portfolio-project-carousel .portfolio-project-nav,
  .portfolio-project-nav {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: .45rem;
    overflow: visible;
    padding: 0;
    margin: 0 !important;
    cursor: default;
    scroll-snap-type: none;
    scroll-behavior: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: auto;
  }

  .portfolio-project-carousel .portfolio-project-nav::-webkit-scrollbar,
  .portfolio-project-nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .portfolio-project-carousel .portfolio-project-nav.is-dragging {
    cursor: default;
  }

  .portfolio-project-carousel .portfolio-project-nav.is-dragging .portfolio-project-btn {
    pointer-events: auto;
  }

  .portfolio-project-btn {
    flex: initial;
    min-width: 0;
    min-height: 50px;
    padding: .55rem .5rem;
    scroll-snap-align: none;
  }

  .portfolio-map-controls .portfolio-project-btn {
    min-height: 50px;
  }

  .portfolio-project-btn__no {
    font-size: .62rem;
    margin-bottom: .2rem;
  }

  .portfolio-project-btn__name {
    font-size: .70rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .portfolio-record__legend--map {
    margin: .7rem 0 1.15rem;
  }

  @media (min-width: 769px) and (max-width: 1180px) {
    .portfolio-project-carousel .portfolio-project-nav,
    .portfolio-project-nav {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .portfolio-map-controls {
      padding: 0;
      background: transparent;
      backdrop-filter: none;
    }

    .portfolio-project-carousel {
      display: block;
      margin: 0 0 .85rem;
      overflow: hidden;
    }

    .portfolio-project-arrow {
      display: none;
    }

    .portfolio-project-carousel .portfolio-project-nav,
    .portfolio-project-nav {
      display: flex;
      gap: .5rem;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 0 0 .2rem;
      cursor: grab;
      scroll-snap-type: x proximity;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      user-select: none;
    }

    .portfolio-project-carousel .portfolio-project-nav.is-dragging {
      cursor: grabbing;
      scroll-behavior: auto;
    }

    .portfolio-project-carousel .portfolio-project-nav.is-dragging .portfolio-project-btn {
      pointer-events: none;
    }

    .portfolio-project-btn,
    .portfolio-map-controls .portfolio-project-btn {
      flex: 0 0 126px;
      min-height: 50px;
      padding: .52rem .55rem;
    }

    .portfolio-project-btn__no {
      font-size: .61rem;
    }

    .portfolio-project-btn__name {
      font-size: .70rem;
    }

    .portfolio-record__legend--map {
      margin: .65rem 0 1rem;
    }
  }


  /* ============================================================
     PROJECT SELECTOR - ORANGE FILLED HOVER / ACTIVE
     ============================================================ */
  .portfolio-project-btn:hover,
  .portfolio-project-btn.active {
    border-color: var(--orange-500);
    background: var(--orange-500);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(243,115,33,.18);
  }

  .portfolio-project-btn:hover .portfolio-project-btn__no,
  .portfolio-project-btn:hover .portfolio-project-btn__name,
  .portfolio-project-btn.active .portfolio-project-btn__no,
  .portfolio-project-btn.active .portfolio-project-btn__name {
    color: var(--white);
  }

  .portfolio-project-btn:hover .portfolio-project-btn__no,
  .portfolio-project-btn.active .portfolio-project-btn__no {
    opacity: .86;
  }

  .portfolio-project-btn:hover .portfolio-project-btn__name,
  .portfolio-project-btn.active .portfolio-project-btn__name {
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .portfolio-project-btn:hover,
    .portfolio-project-btn.active {
      transform: none;
    }
  }


  /* ============================================================
     PORTFOLIO MAP - DIM INACTIVE PINS
     ============================================================ */
  @media (min-width: 769px) {
    .portfolio-map__art .map-pin {
      opacity: .46;
      filter: saturate(.82);
      transition:
        opacity .22s ease,
        filter .22s ease,
        transform .25s cubic-bezier(.22,1,.36,1),
        box-shadow .25s ease,
        background .25s ease;
    }

    .portfolio-map__art .map-pin.active,
    .portfolio-map__art .map-pin:hover {
      opacity: 1;
      filter: saturate(1);
    }

    .portfolio-map__art .map-pin:not(.active) {
      box-shadow: 0 4px 12px rgba(29,30,55,.18);
    }

    .portfolio-map__art .map-pin:not(.active)::before,
    .portfolio-map__art .map-pin:not(.active)::after {
      opacity: 0;
    }

    .portfolio-map__art .map-pin:not(.active) span {
      opacity: .45;
    }

    .portfolio-map__art .map-pin.active span,
    .portfolio-map__art .map-pin:hover span {
      opacity: 1;
    }
  }

  @media (max-width: 768px) {
    .portfolio-map__art .map-pin {
      opacity: .58;
      transition:
        opacity .2s ease,
        transform .25s cubic-bezier(.22,1,.36,1),
        box-shadow .25s ease,
        background .25s ease;
    }

    .portfolio-map__art .map-pin.active,
    .portfolio-map__art .map-pin:hover {
      opacity: 1;
    }
  }

  /* ============================================================
     GEP WHAT SETS APART - BOTTOM SPACING FIX
     Keep the CTA attached to the content and prevent the tab panel
     from leaving a long empty background area before the footer.
     ============================================================ */
  #advantage-panel .advantage-section {
    min-height: 0 !important;
    padding-top: clamp(4rem, 6vw, 5.5rem) !important;
    padding-bottom: clamp(4rem, 6vw, 5.5rem) !important;
  }

  #advantage-panel .advantage-section > .container {
    position: relative;
    z-index: 1;
    min-height: 0 !important;
  }

  #advantage-panel .advantage-grid {
    margin-bottom: clamp(2rem, 3vw, 3rem) !important;
  }

  #advantage-panel .advantage-values {
    margin-bottom: 0 !important;
  }

  #advantage-panel .whatsets-cta {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: clamp(1.5rem, 2.5vw, 2.25rem) !important;
    margin-bottom: 0 !important;
    background: var(--white) !important;
    border-color: rgba(15,23,42,.12) !important;
    border-left-color: var(--orange-500) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  #advantage-panel .whatsets-cta__text h3 {
    color: var(--grey-900) !important;
  }

  #advantage-panel .whatsets-cta__text p {
    color: var(--grey-600) !important;
  }

  #advantage-panel .advantage-section {
    background: var(--white) !important;
    color: var(--grey-900) !important;
  }

  #advantage-panel .advantage-section__bg {
    display: none !important;
  }

  #advantage-panel .advantage-section .section-heading h2 {
    color: var(--grey-900) !important;
  }

  #advantage-panel .advantage-section .section-heading p,
  #advantage-panel .advantage-section__sub {
    color: var(--grey-600) !important;
  }

/* ============================================================
     ADV2 — NEW 5-BLOCK WHAT SETS HCU APART LAYOUT
     ============================================================ */

  /* Row layouts */
  .adv2-row {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.1rem;
    margin-bottom: 1.1rem;
  }
  .adv2-row--three {
    grid-template-columns: repeat(3, 1fr);
  }
  .adv2-row--two {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }

  /* Cards */
  .adv2-card {
    border-radius: var(--radius-md);
    padding: 1.6rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
  }
  .adv2-card--light {
    background: var(--white);
    border: 1px solid rgba(15,23,42,.12);
    color: var(--grey-800);
    box-shadow: none;
  }
  .adv2-card--dark {
    background: var(--white);
    border: 1px solid rgba(15,23,42,.12);
    color: var(--grey-800);
    box-shadow: none;
  }

  /* Kicker */
  .adv2-card__kicker {
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    color: var(--navy-700);
    padding-bottom: .7rem;
    border-bottom: 1px solid rgba(15,23,42,.14);
    display: block;
    line-height: 1.4;
  }
  .adv2-card__kicker--orange {
    color: var(--orange-500);
  }
  .adv2-card--dark .adv2-card__kicker {
    color: var(--navy-700);
  }
  .adv2-card--dark .adv2-card__kicker--orange {
    color: var(--orange-500);
  }

  /* List */
  .adv2-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .6rem;
  }
  .adv2-list li {
    font-size: 1rem;
    line-height: 1.58;
    font-weight: 300;
    color: var(--grey-600);
    padding-left: 1.1rem;
    position: relative;
  }
  .adv2-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--orange-500);
    font-weight: 700;
  }
  .adv2-card--dark .adv2-list li {
    color: var(--grey-600);
  }

  /* ---- Value chain flow (Block 1) ---- */
  .adv2-flow {
    display: flex;
    align-items: center;
    gap: .3rem;
    flex-wrap: nowrap;
    margin-top: auto;
    padding-top: .75rem;
    border-top: 1px solid rgba(199,187,159,.45);
  }
  .adv2-flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .32rem;
    flex: 1;
    min-width: 0;
  }
  .adv2-flow__logo {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: var(--grey-50);
    border: 1px solid var(--sand);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--grey-700);
  }
  .adv2-flow__item--qcells .adv2-flow__logo {
    background: #fff;
    border-color: rgba(0,120,90,.25);
  }
  .adv2-flow__item--hcu .adv2-flow__logo {
    background: var(--orange-500);
    border-color: var(--orange-500);
    color: var(--white);
  }
  .adv2-flow__logo svg {
    width: 18px;
    height: 18px;
  }
  .adv2-flow__brand {
    font-size: .9rem;
    font-weight: 800;
    color: #00785a;
    line-height: 1;
    letter-spacing: -.03em;
  }
  .adv2-flow__brand-sub {
    font-size: .52rem;
    font-weight: 700;
    color: #00785a;
    letter-spacing: .04em;
    line-height: 1;
    margin-top: -.1rem;
  }
  .adv2-flow__logo--hcu .adv2-flow__brand,
  .adv2-flow__logo--hcu .adv2-flow__brand-sub {
    color: var(--white);
  }
  .adv2-flow__label {
    font-size: .62rem;
    font-weight: 500;
    color: var(--grey-500);
    text-align: center;
    line-height: 1.3;
    max-width: 68px;
  }
  .adv2-flow__item--qcells .adv2-flow__label { color: #00785a; }
  .adv2-flow__item--hcu .adv2-flow__label { color: var(--orange-500); }
  .adv2-flow__arrow {
    font-size: 1.2rem;
    color: var(--orange-500);
    font-weight: 700;
    flex-shrink: 0;
    margin-bottom: 1.2rem;
  }

  /* ---- Clean text summary (Block 1) ---- */
  .adv2-text-note {
    margin-top: auto;
    padding: 1rem 1rem .95rem;
    border-top: 1px solid rgba(199,187,159,.45);
    background: rgba(243,115,33,.06);
    border-left: 3px solid var(--orange-500);
  }
  .adv2-text-note strong {
    display: block;
    color: var(--navy-700);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: .35rem;
  }
  .adv2-text-note p {
    margin: 0;
    color: var(--grey-600);
    font-size: .82rem;
    font-weight: 300;
    line-height: 1.58;
  }

  .adv2-chain-text {
    margin-top: auto;
    padding-top: .75rem;
    border-top: 1px solid rgba(199,187,159,.45);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }
  .adv2-chain-text__item {
    min-height: 70px;
    padding: .72rem .72rem .68rem;
    background: rgba(243,115,33,.055);
    border: 1px solid rgba(243,115,33,.24);
    border-left: 3px solid var(--orange-500);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .adv2-chain-text__item span {
    color: var(--grey-700);
    font-size: .68rem;
    line-height: 1.28;
    font-weight: 600;
  }
  .adv2-chain-text__item strong {
    color: var(--orange-500);
    font-size: .72rem;
    line-height: 1.2;
    font-weight: 800;
  }

  /* ---- World map (Block 2) ---- */
  .adv2-map-wrap {
    margin-top: auto;
    padding-top: .75rem;
    border-top: 1px solid rgba(199,187,159,.45);
  }
  .adv2-map-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 7;
    background: linear-gradient(135deg, #eef3f8 0%, #dde8f0 100%);
    border-radius: var(--radius-md);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .adv2-map-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius-md);
  }
  .adv2-map-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30,33,70,.08) 0%, rgba(30,33,70,.04) 100%);
    pointer-events: none;
  }
  .adv2-map-stats {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .adv2-map-stat {
    position: absolute;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(199,187,159,.7);
    border-left: 2px solid var(--navy-700);
    border-radius: 3px;
    padding: .28rem .45rem;
    font-size: .62rem;
    line-height: 1.4;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(29,30,55,.12);
  }
  .adv2-map-stat strong {
    display: block;
    color: var(--navy-700);
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .05em;
    margin-bottom: .1rem;
  }
  .adv2-map-stat span {
    display: block;
    color: var(--grey-600);
    font-size: .58rem;
    font-weight: 400;
  }
  .adv2-map-stat--global {
    border-left-color: var(--orange-500);
    background: rgba(243,115,33,.08);
  }
  .adv2-map-stat--global strong {
    color: var(--orange-500);
  }

  /* ---- Tech badge cluster (Block 3 & 5) ---- */
  .adv2-tech-cluster {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: .9rem;
    border-top: 1px solid rgba(199,187,159,.45);
  }
  .adv2-card--light .adv2-tech-cluster + .adv2-illust-wrap {
    margin-top: .75rem;
  }
  .adv2-card--dark .adv2-tech-cluster {
    border-top-color: rgba(255,255,255,.12);
  }
  .adv2-card--technology .adv2-tech-cluster {
    min-height: 132px;
    gap: .85rem;
    padding-top: 1.15rem;
    padding-bottom: .45rem;
  }
  .adv2-tech-badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -.01em;
    flex-shrink: 0;
  }
  .adv2-tech-badge--primary {
    background: var(--navy-700);
    color: var(--white);
    box-shadow: 0 6px 18px rgba(53,57,104,.25);
  }
  .adv2-card--technology .adv2-tech-badge--primary {
    width: 74px;
    height: 74px;
    font-size: .76rem;
    box-shadow: 0 10px 24px rgba(53,57,104,.28);
  }
  .adv2-card--technology .adv2-tech-plus {
    font-size: 1.35rem;
  }
  .adv2-tech-badge--navy {
    background: var(--navy-700);
    color: var(--white);
    box-shadow: 0 6px 18px rgba(53,57,104,.35);
    font-size: .68rem;
  }
  .adv2-tech-plus {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--orange-500);
    line-height: 1;
  }
  .adv2-tech-plus--light {
    color: rgba(255,255,255,.55);
  }

  /* ---- Illustration placeholders (Block 4 & 5) ---- */
  .adv2-illust-wrap {
    margin-top: auto;
    padding-top: .75rem;
    border-top: 1px solid rgba(199,187,159,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
  }
  .adv2-illust-wrap--tech {
    min-height: 112px;
    padding-top: .55rem;
    border-top: none;
  }
  .adv2-illust-wrap--tech .adv2-illust-img {
    height: 118px;
    object-fit: contain;
    background: var(--white);
    padding: .45rem;
  }
  .adv2-illust-wrap--roc {
    flex: 1;
    min-height: 230px;
    align-items: stretch;
  }
  .adv2-illust-wrap--training {
    border-top-color: rgba(255,255,255,.12);
  }
  .adv2-illust-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: center;
    border-radius: var(--radius-md);
    display: block;
  }
  .adv2-illust-wrap .adv2-illust-img {
    object-fit: cover;
  }
  .adv2-illust-wrap--roc .adv2-illust-img {
    height: 100%;
    min-height: 230px;
  }
  .adv2-illust-wrap--empty::after {
    content: 'Image placeholder';
    font-size: .72rem;
    color: var(--grey-400);
    font-style: italic;
  }

  /* ---- Responsive ---- */
  @media (max-width: 1180px) {
    .adv2-row--three {
      grid-template-columns: 1fr 1fr;
    }
    .adv2-row--three .adv2-card:last-child {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 1024px) {
    .adv2-row--two {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .adv2-row--three {
      grid-template-columns: 1fr;
    }
    .adv2-row--three .adv2-card:last-child {
      grid-column: auto;
    }
    .adv2-card {
      padding: 1.35rem 1.2rem 1.25rem;
    }
    .adv2-flow {
      gap: .2rem;
    }
    .adv2-flow__logo {
      width: 34px;
      height: 34px;
    }
    .adv2-flow__label {
      font-size: .56rem;
      max-width: 54px;
    }
    .adv2-flow__arrow {
      font-size: 1rem;
    }
    .adv2-tech-badge {
      width: 62px;
      height: 62px;
      font-size: .68rem;
    }
    .adv2-tech-badge--navy {
      font-size: .62rem;
    }
    .adv2-card--technology .adv2-tech-cluster {
      min-height: 110px;
      gap: .65rem;
      padding-top: .9rem;
    }
    .adv2-card--technology .adv2-tech-badge--primary {
      width: 64px;
      height: 64px;
      font-size: .68rem;
    }
    .adv2-card--technology .adv2-tech-plus {
      font-size: 1.15rem;
    }
    .adv2-chain-text {
      grid-template-columns: 1fr;
    }
    .adv2-illust-wrap--roc,
    .adv2-illust-wrap--roc .adv2-illust-img {
      min-height: 190px;
    }
  }

  @media (max-width: 480px) {
    .adv2-row {
      gap: .85rem;
    }
    .adv2-map-placeholder {
      aspect-ratio: 4 / 3;
    }
    .adv2-tech-cluster {
      gap: .45rem;
    }
    .adv2-tech-badge {
      width: 58px;
      height: 58px;
    }
  }
