
  .neway-brand-page,
  .neway-brand-page * {
    box-sizing: border-box;
  }

  .neway-brand-page {
    --ink: #082d53;
    --blue: #16839c;
    --aqua: #4acdd8;
    --muted: #60798c;
    --line: #c9dbe1;
    width: 100%;
    margin: 0;
    padding: 84px clamp(24px, 5vw, 80px) 110px;
    background: #fff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
  }

  .neway-brand-page .shell {
    width: min(1440px, 100%);
    margin: 0 auto;
  }

  .neway-brand-page .eyebrow {
    margin: 0 0 18px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
  }

  .neway-brand-page .page-title {
    max-width: 980px;
    margin: 0 0 76px;
    color: var(--ink);
    font-size: clamp(44px, 6vw, 84px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.045em;
  }

  .neway-brand-page .page-title span {
    color: var(--aqua);
  }

  .neway-brand-page .project-area {
    display: grid;
    grid-template-columns: minmax(195px, 25%) 1fr;
    gap: clamp(34px, 6vw, 100px);
    padding-top: 38px;
    border-top: 1px solid var(--line);
  }

  .neway-brand-page .project-nav {
    padding-top: 2px;
  }

  .neway-brand-page .nav-title {
    display: block;
    padding-bottom: 15px;
    border-bottom: 2px solid #a8c7d4;
    color: var(--blue);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
  }

  .neway-brand-page .project-button {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: left;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: #7891a2;
    font: 600 14px Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: color .2s, padding .2s;
  }

  .neway-brand-page .project-button:hover,
  .neway-brand-page .project-button.active {
    padding-left: 11px;
    color: var(--ink);
  }

  .neway-brand-page .project-button.active::before {
    content: "●";
    margin-right: 9px;
    color: var(--aqua);
    font-size: 9px;
    vertical-align: 2px;
  }

  .neway-brand-page .project-nav p {
    max-width: 198px;
    margin: 27px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
  }

  .neway-brand-page .project-view {
    min-width: 0;
  }

  .neway-brand-page .project-top {
    padding: 34px 36px;
    border: 1px solid var(--line);
    border-bottom: 0;
  }

  .neway-brand-page .project-number {
    margin: 0 0 24px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
  }

  .neway-brand-page .project-name {
    margin: 0;
    color: var(--ink);
    font-size: clamp(34px, 4vw, 60px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.045em;
  }

  .neway-brand-page .project-type {
    max-width: 650px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .neway-brand-page .project-image {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #0a253f;
  }

  .neway-brand-page .project-image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    transition: opacity .24s;
  }

  .neway-brand-page .image-tag {
    position: absolute;
    left: 31px;
    bottom: 29px;
    padding: 11px 13px;
    background: rgba(5, 28, 52, .84);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
  }

  .neway-brand-page .service-grid {
    margin-top: 15px;
    border-top: 1px solid var(--line);
  }

  .neway-brand-page .service {
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
  }

  .neway-brand-page .service h3 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(19px, 1.7vw, 24px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .neway-brand-page .service p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .neway-brand-page .fade {
    opacity: .28 !important;
  }

  @media (max-width: 760px) {
    .neway-brand-page {
      padding-top: 58px;
      padding-bottom: 70px;
    }

    .neway-brand-page .page-title {
      margin-bottom: 50px;
      letter-spacing: -.04em;
    }

    .neway-brand-page .project-area {
      display: block;
    }

    .neway-brand-page .project-nav {
      margin-bottom: 45px;
    }

    .neway-brand-page .project-nav p {
      max-width: 280px;
    }

    .neway-brand-page .project-top {
      padding: 28px;
    }

    .neway-brand-page .project-image,
    .neway-brand-page .project-image img {
      min-height: 350px;
      height: 350px;
    }

    .neway-brand-page .service {
      padding: 21px 0;
    }

    .neway-brand-page .service h3 {
      font-size: 19px;
    }
  }
