:root {
  --ink: #0c1116;
  --ink-2: #151b20;
  --paper: #f5f2ec;
  --white: #fffaf2;
  --muted: #a8b0b6;
  --line: rgba(255, 250, 242, 0.16);
  --blue: #1f7db2;
  --gold: #c7923a;
  --green: #4e8f75;
  --red: #b7362f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

/* Empire-inspired desktop system shared by all Mooncoll pages. */
.page-curtain {
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  background: #080b0e;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.page-ready .page-curtain {
  transform: scaleY(0);
  transform-origin: bottom;
}

.page-leaving .page-curtain {
  transform: scaleY(1);
  transform-origin: top;
  transition-duration: 0.24s;
}

.project-cursor {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  pointer-events: none;
  color: #080b0e;
  background: #fffaf2;
  border-radius: 50%;
  opacity: 0;
  font-size: 11px;
  font-weight: 900;
  transition: opacity 0.2s ease;
}

.project-cursor.is-visible {
  opacity: 1;
}

@media (min-width: 981px) {
  :root {
    --empire-black: #080b0e;
    --empire-white: #fffaf2;
    --empire-blue: #3762ee;
    --empire-line-dark: rgba(255, 250, 242, 0.22);
    --empire-line-light: rgba(8, 11, 14, 0.18);
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  }

  .site-header,
  .home-body .site-header,
  .about-body .site-header,
  .portfolio-case .site-header {
    height: 92px;
    padding: 0 4.5vw;
    color: var(--empire-white);
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    transition: height 0.35s ease, color 0.35s ease, background 0.35s ease;
  }

  .site-header.is-scrolled,
  .home-body .site-header.is-scrolled,
  .about-body .site-header.is-scrolled,
  .portfolio-case .site-header.is-scrolled {
    height: 72px;
    color: var(--empire-black);
    background: rgba(255, 250, 242, 0.97);
    border-bottom: 1px solid var(--empire-line-light);
  }

  .brand {
    gap: 13px;
    font-size: 17px;
    font-weight: 800;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    color: var(--empire-black);
    background: var(--empire-white);
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .is-scrolled .brand-mark {
    color: var(--empire-white);
    background: var(--empire-black);
  }

  .nav-links {
    margin-left: auto;
    margin-right: 42px;
    gap: 34px;
    color: inherit;
    font-size: 13px;
    font-weight: 800;
  }

  .nav-links a {
    opacity: 0.78;
    transition: opacity 0.2s ease;
  }

  .nav-links a:hover,
  .nav-links a.is-current {
    opacity: 1;
  }

  .nav-links a::after {
    background: currentColor;
  }

  .about-search-toggle {
    color: inherit;
  }

  .site-header.is-scrolled .about-search-toggle {
    border-color: rgba(8, 11, 14, 0.38);
  }

  .site-header.is-scrolled .about-search-toggle span,
  .site-header.is-scrolled .about-search-toggle span::after {
    border-color: var(--empire-black);
  }

  .site-header.is-scrolled .about-search-toggle span::before {
    background: var(--empire-black);
  }

  .empire-global-footer {
    margin-top: 0;
  }

  /* Project archive */
  .case-index-body {
    color: var(--empire-white);
    background: var(--empire-black);
  }

  .case-index-hero {
    position: relative;
    display: grid;
    min-height: 82vh;
    align-content: end;
    padding: 150px 4.5vw 7vw;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(8, 11, 14, 0.96) 0%, rgba(8, 11, 14, 0.78) 45%, rgba(8, 11, 14, 0.28) 100%),
      url("./assets/cases/china-asean-beidou-center/03.webp") center / cover;
  }

  .case-index-hero::after {
    position: absolute;
    right: 4.5vw;
    bottom: 3.5vw;
    width: 10px;
    height: 10px;
    content: "";
    background: var(--empire-white);
    border-radius: 50%;
  }

  .case-index-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(100px, 15vw, 230px);
    font-weight: 900;
    line-height: 0.76;
  }

  .case-index-hero .section-kicker {
    position: absolute;
    top: 145px;
    left: 4.5vw;
    color: var(--empire-white);
  }

  .case-index-hero p:not(.section-kicker) {
    width: min(680px, 48vw);
    max-width: none;
    margin: 58px 0 0 auto;
    color: rgba(255, 250, 242, 0.78);
    font-size: 20px;
    line-height: 1.65;
  }

  .case-index-intro {
    display: none;
  }

  .archive-tools {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) minmax(320px, 1.2fr);
    gap: 42px 7vw;
    padding: 7vw 4.5vw 4vw;
    color: var(--empire-white);
    background: var(--empire-black);
    border-bottom: 1px solid var(--empire-line-dark);
  }

  .archive-tools-title p {
    margin: 0 0 30px;
    color: rgba(255, 250, 242, 0.54);
    font-size: 12px;
    font-weight: 900;
  }

  .archive-tools-title strong {
    display: block;
    font-size: 19px;
    font-weight: 700;
  }

  .archive-tools-title b {
    margin-right: 8px;
    font-size: 68px;
    line-height: 0.8;
  }

  .archive-search {
    align-self: end;
  }

  .archive-search span {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 250, 242, 0.58);
    font-size: 12px;
    font-weight: 800;
  }

  .archive-search input {
    width: 100%;
    padding: 0 0 18px;
    color: var(--empire-white);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.44);
    border-radius: 0;
    outline: 0;
    font: inherit;
    font-size: 26px;
  }

  .archive-search input:focus {
    border-color: var(--empire-white);
  }

  .archive-filters {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 34px;
    padding-top: 12px;
  }

  .archive-filters button {
    padding: 10px 0;
    color: rgba(255, 250, 242, 0.52);
    background: transparent;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
  }

  .archive-filters button:hover,
  .archive-filters button.is-active {
    color: var(--empire-white);
    border-bottom-color: var(--empire-white);
  }

  .case-index-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(12px, 1.6vw);
    gap: 2.2vw;
    padding: 2.2vw 4.5vw 8vw;
    background: var(--empire-black);
  }

  .case-index-list::after {
    grid-column: 1 / -1;
    display: none;
    padding: 9vw 0;
    content: "没有找到相关项目";
    color: rgba(255, 250, 242, 0.62);
    text-align: center;
    font-size: 22px;
  }

  .case-index-list.is-empty::after {
    display: block;
  }

  .case-list-item,
  .case-list-item.is-latest {
    position: relative;
    display: block;
    grid-column: auto;
    grid-row: span 18;
    min-height: 0;
    overflow: hidden;
    color: var(--empire-white);
    background: #11171c;
    border: 0;
    border-radius: 0;
  }

  .case-list-item:first-child {
    grid-column: 1 / -1;
    grid-row: span 24;
  }

  .case-list-item:nth-child(5n + 2),
  .case-list-item:nth-child(5n + 4) {
    grid-row: span 22;
  }

  .case-list-item[hidden] {
    display: none;
  }

  .case-list-item:hover {
    color: var(--empire-white);
    background: #11171c;
  }

  .case-list-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.7, 0, 1), filter 0.5s ease;
  }

  .case-list-item::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(8, 11, 14, 0.02) 28%, rgba(8, 11, 14, 0.88) 100%);
    transition: background 0.35s ease;
  }

  .case-list-item:hover img {
    transform: scale(1.045);
  }

  .case-list-item div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 34px;
  }

  .case-list-item span {
    color: rgba(255, 250, 242, 0.72);
    font-size: 11px;
    letter-spacing: 0;
  }

  .case-list-item h2 {
    max-width: 820px;
    margin: 12px 0 0;
    font-size: clamp(28px, 3.7vw, 58px);
    line-height: 0.98;
  }

  .case-list-item:not(:first-child) h2 {
    font-size: clamp(25px, 2.7vw, 42px);
  }

  .case-list-item p {
    display: none;
  }

  /* Project detail */
  .portfolio-case {
    color: var(--empire-black);
    background: var(--empire-white);
  }

  .portfolio-cover {
    position: relative;
    height: 100vh;
    min-height: 680px;
    padding: 0;
    overflow: hidden;
    background: var(--empire-black);
  }

  .portfolio-cover::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
      linear-gradient(180deg, rgba(8, 11, 14, 0.2), rgba(8, 11, 14, 0.08) 40%, rgba(8, 11, 14, 0.88)),
      linear-gradient(90deg, rgba(8, 11, 14, 0.36), transparent 62%);
  }

  .portfolio-cover img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    will-change: transform;
  }

  .portfolio-hero-identity {
    position: absolute;
    z-index: 2;
    right: 4.5vw;
    bottom: 5vw;
    left: 4.5vw;
    color: var(--empire-white);
    will-change: transform, opacity;
  }

  .portfolio-hero-identity p {
    margin: 0 0 20px;
    color: rgba(255, 250, 242, 0.76);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .portfolio-hero-identity h1 {
    width: min(1160px, 84vw);
    margin: 0;
    font-size: clamp(58px, 7.1vw, 112px);
    font-weight: 900;
    line-height: 0.92;
  }

  .portfolio-hero-identity span {
    position: absolute;
    right: 0;
    bottom: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 250, 242, 0.5);
    font-size: 10px;
    font-weight: 900;
  }

  .empire-portfolio-ready .portfolio-title {
    display: block;
    padding: 9vw 4.5vw 8vw;
    background: var(--empire-white);
  }

  .empire-portfolio-ready .portfolio-title > div:first-child {
    display: none;
  }

  .portfolio-summary {
    width: min(780px, 58vw);
    margin-left: auto;
  }

  .portfolio-overview-label {
    margin: 0 0 42px !important;
    color: var(--empire-black) !important;
    font-size: 13px !important;
    font-weight: 900;
    text-transform: uppercase;
  }

  .portfolio-summary p:not(.portfolio-overview-label) {
    color: var(--empire-black);
    font-size: clamp(23px, 2.25vw, 36px);
    font-weight: 700;
    line-height: 1.45;
  }

  .portfolio-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0 4.5vw 8vw;
    background: var(--empire-white);
  }

  .portfolio-info div {
    min-height: 160px;
    padding: 28px 0 28px 26px;
    background: transparent;
    border-top: 1px solid var(--empire-line-light);
    border-right: 1px solid var(--empire-line-light);
  }

  .portfolio-info div:nth-child(3n) {
    border-right: 0;
  }

  .portfolio-info span,
  .portfolio-process span,
  .portfolio-next span {
    color: rgba(8, 11, 14, 0.48);
  }

  .portfolio-info strong {
    max-width: 340px;
    margin-top: 34px;
    padding-right: 20px;
    font-size: 18px;
  }

  .portfolio-image-full {
    padding: 0;
    overflow: hidden;
    background: var(--empire-white);
  }

  .portfolio-image-full img {
    width: 100%;
    min-height: 88vh;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
  }

  .portfolio-story {
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
    gap: 5vw;
    padding: 10vw 4.5vw;
    color: var(--empire-white);
    background: var(--empire-black);
  }

  .portfolio-story .section-kicker {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 8px;
    color: rgba(255, 250, 242, 0.58);
  }

  .portfolio-story h2,
  .story-columns {
    grid-column: 2;
  }

  .portfolio-story h2 {
    max-width: 1000px;
    font-size: clamp(52px, 6.1vw, 94px);
    line-height: 0.96;
  }

  .story-columns {
    gap: 3vw;
    max-width: 900px;
    margin-top: 4vw;
  }

  .story-columns p {
    color: rgba(255, 250, 242, 0.72);
    font-size: 17px;
    line-height: 1.8;
  }

  .portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2vw;
    padding: 2.2vw 4.5vw 8vw;
    background: var(--empire-white);
  }

  .portfolio-gallery figure {
    position: relative;
    align-self: start;
  }

  .portfolio-gallery .gallery-wide {
    grid-column: 1 / -1;
  }

  .portfolio-gallery img,
  .gallery-wide img {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
  }

  .portfolio-gallery .gallery-wide img {
    aspect-ratio: 16 / 8.4;
  }

  .portfolio-gallery figure:nth-child(4n + 2) img {
    aspect-ratio: 4 / 5;
  }

  .portfolio-gallery figcaption {
    max-width: 680px;
    margin-top: 16px;
    color: rgba(8, 11, 14, 0.58);
    line-height: 1.6;
  }

  .gallery-number {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--empire-black);
    background: var(--empire-white);
    border-radius: 50%;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
  }

  .portfolio-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 9vw 4.5vw;
    color: var(--empire-white);
    background: var(--empire-black);
  }

  .portfolio-process > .section-kicker {
    margin-bottom: 54px;
    color: rgba(255, 250, 242, 0.54);
  }

  .portfolio-process div {
    min-height: 370px;
    padding: 34px 30px 34px 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--empire-line-dark);
    border-right: 1px solid var(--empire-line-dark);
  }

  .portfolio-process div + div {
    padding-left: 30px;
  }

  .portfolio-process div:last-child {
    border-right: 0;
  }

  .portfolio-process span {
    color: rgba(255, 250, 242, 0.48);
  }

  .portfolio-process h3 {
    margin-top: 92px;
    font-size: clamp(30px, 3.6vw, 56px);
  }

  .portfolio-process p {
    max-width: 440px;
    color: rgba(255, 250, 242, 0.7);
    font-size: 16px;
    line-height: 1.75;
  }

  .portfolio-next {
    gap: 0;
    padding: 0;
    background: var(--empire-white);
    border-top: 1px solid var(--empire-line-light);
  }

  .portfolio-next a {
    min-height: 330px;
    padding: 45px 4vw;
    background: var(--empire-white);
    border-right: 1px solid var(--empire-line-light);
    transition: color 0.3s ease, background 0.3s ease;
  }

  .portfolio-next a:last-child {
    border-right: 0;
  }

  .portfolio-next a:hover {
    color: var(--empire-white);
    background: var(--empire-blue);
  }

  .portfolio-next a:hover span {
    color: rgba(255, 250, 242, 0.68);
  }

  .portfolio-next strong {
    margin-top: 76px;
    font-size: clamp(26px, 3vw, 46px);
  }

  .portfolio-sources {
    padding: 30px 4.5vw;
    background: var(--empire-white);
  }

  /* Services */
  .service-body {
    color: var(--empire-black);
    background: var(--empire-white);
  }

  .service-index-hero {
    position: relative;
    min-height: 92vh;
    padding: 150px 4.5vw 6vw;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(8, 11, 14, 0.94), rgba(8, 11, 14, 0.54) 58%, rgba(8, 11, 14, 0.18)),
      url("./assets/cases/gxngy-farming-culture-base/10.webp") center / cover;
  }

  .service-index-hero .section-kicker {
    position: absolute;
    top: 145px;
    left: 4.5vw;
  }

  .service-index-hero h1 {
    max-width: none;
    font-size: clamp(92px, 14vw, 210px);
    line-height: 0.78;
  }

  .service-index-hero p:not(.section-kicker) {
    width: min(710px, 50vw);
    max-width: none;
    margin: 62px 0 0 auto;
    font-size: 21px;
    line-height: 1.65;
  }

  .service-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: var(--empire-black);
  }

  .service-index-card,
  .service-index-card:nth-child(even) {
    position: relative;
    display: block;
    height: 76vh;
    min-height: 620px;
    overflow: hidden;
    color: var(--empire-white);
    background: var(--empire-black);
    border: 0;
    border-radius: 0;
  }

  .service-index-card::before {
    position: absolute;
    z-index: 3;
    top: 30px;
    right: 32px;
    content: "0" counter(service-card);
    color: rgba(255, 250, 242, 0.78);
    font-size: 12px;
    font-weight: 900;
  }

  .service-index-grid {
    counter-reset: service-card;
  }

  .service-index-card {
    counter-increment: service-card;
  }

  .service-index-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(8, 11, 14, 0.06) 30%, rgba(8, 11, 14, 0.9));
  }

  .service-index-card img,
  .service-index-card:nth-child(even) img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.7, 0, 1);
  }

  .service-index-card:hover img {
    transform: scale(1.045);
  }

  .service-index-card div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 38px;
  }

  .service-index-card span {
    color: rgba(255, 250, 242, 0.68);
  }

  .service-index-card h2 {
    max-width: 680px;
    margin: 14px 0 16px;
    font-size: clamp(38px, 4.7vw, 72px);
    line-height: 0.96;
  }

  .service-index-card p {
    max-width: 590px;
    color: rgba(255, 250, 242, 0.72);
    font-size: 16px;
  }

  .service-body .project-gateway {
    padding: 9vw 4.5vw;
    color: var(--empire-white);
    background: var(--empire-black);
    border: 0;
  }

  .service-body .project-gateway h2 {
    max-width: 1060px;
    font-size: clamp(52px, 6.4vw, 96px);
    line-height: 0.98;
  }

  .service-body .project-gateway .button.primary {
    color: var(--empire-black);
    background: var(--empire-white);
  }

  .service-hero {
    height: 100vh;
    min-height: 680px;
  }

  .service-hero > img {
    will-change: transform;
  }

  .service-hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 11, 14, 0.18), rgba(8, 11, 14, 0.08) 40%, rgba(8, 11, 14, 0.9)),
      linear-gradient(90deg, rgba(8, 11, 14, 0.42), transparent 70%);
  }

  .service-hero-inner {
    width: auto;
    min-height: 100vh;
    margin: 0 4.5vw;
    padding: 150px 0 5vw;
  }

  .service-hero h1 {
    max-width: 1180px;
    font-size: clamp(66px, 8.2vw, 126px);
    line-height: 0.92;
  }

  .service-hero-inner p:not(.section-kicker) {
    width: min(760px, 56vw);
    max-width: none;
    margin: 36px 0 0 auto;
    font-size: 21px;
    line-height: 1.65;
  }

  .service-keywords {
    flex-wrap: nowrap;
    gap: 0;
    padding: 0 4.5vw;
    overflow: hidden;
    background: var(--empire-black);
    border-top-color: var(--empire-line-dark);
  }

  .service-keywords span {
    flex: 1 0 auto;
    padding: 24px 28px;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--empire-line-dark);
    border-radius: 0;
    color: rgba(255, 250, 242, 0.68);
    font-size: 13px;
  }

  .service-narrative {
    gap: 0;
    padding: 8vw 4.5vw;
    background: var(--empire-white);
    border: 0;
  }

  .service-block {
    min-height: 460px;
    padding: 34px 30px 34px 0;
    background: transparent;
    border-top: 1px solid var(--empire-line-light);
    border-right: 1px solid var(--empire-line-light);
  }

  .service-block + .service-block {
    padding-left: 30px;
  }

  .service-block:last-child {
    border-right: 0;
  }

  .service-block span {
    color: rgba(8, 11, 14, 0.42);
  }

  .service-block h2 {
    margin-top: 112px;
    font-size: clamp(38px, 4.5vw, 66px);
    line-height: 0.98;
  }

  .service-block p {
    max-width: 430px;
    font-size: 17px;
    line-height: 1.75;
  }

  .service-process-band {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    padding: 9vw 4.5vw;
    background: var(--empire-blue);
  }

  .service-process-band h2 {
    font-size: clamp(54px, 6.3vw, 96px);
    line-height: 0.98;
  }

  .service-process-band ol {
    border-top-color: rgba(255, 250, 242, 0.38);
  }

  .service-process-band li {
    padding: 24px 0;
    border-bottom-color: rgba(255, 250, 242, 0.38);
  }

  .service-related {
    padding: 8vw 4.5vw;
    background: var(--empire-white);
  }

  .service-case-grid {
    gap: 2.2vw;
  }

  .service-case-card {
    min-height: 650px;
    border-radius: 0;
  }

  .service-case-card span {
    margin-top: 430px;
  }

  .service-case-card h3 {
    font-size: clamp(36px, 4.3vw, 64px);
  }

  .service-body .contact {
    padding: 9vw 4.5vw;
    background: var(--empire-black);
  }

  .service-body .contact h2 {
    font-size: clamp(52px, 6vw, 90px);
    line-height: 0.98;
  }

  /* Public-facing polish: preserve behavior while improving readability. */
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #work,
  #about,
  #contact,
  .archive-tools,
  .service-related {
    scroll-margin-top: 76px;
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible {
    outline: 2px solid #4f6fff;
    outline-offset: 4px;
  }

  .site-header,
  .home-body .site-header,
  .about-body .site-header,
  .portfolio-case .site-header {
    height: 84px;
  }

  .site-header.is-scrolled,
  .home-body .site-header.is-scrolled,
  .about-body .site-header.is-scrolled,
  .portfolio-case .site-header.is-scrolled {
    height: 68px;
    box-shadow: 0 8px 28px rgba(8, 11, 14, 0.05);
  }

  .nav-links {
    gap: 30px;
    font-size: 14px;
  }

  .nav-links a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .project-cursor {
    width: 66px;
    height: 66px;
    background: rgba(255, 250, 242, 0.94);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.16);
  }

  .home-hero-inner {
    width: calc(100% - 9vw);
    padding: 104px 0 126px;
  }

  .home-hero-inner h1 {
    max-width: 900px;
    font-size: clamp(78px, 7vw, 106px);
    line-height: 0.92;
  }

  .showreel-open {
    margin-top: 40px;
  }

  .showreel-circle {
    width: 72px;
    height: 72px;
  }

  .home-body .home-hero-captions {
    left: 4.5vw;
  }

  .home-slider-controls {
    right: 4.5vw;
  }

  .home-statement {
    padding: 96px 4.5vw 104px;
  }

  .home-statement h2 {
    max-width: 1080px;
    font-size: clamp(44px, 4vw, 58px);
    line-height: 1.08;
  }

  .home-statement-line {
    margin: 40px 0 30px;
  }

  .home-statement p {
    max-width: 860px;
    font-size: 17px;
    line-height: 1.82;
  }

  .home-featured {
    padding: 78px 4.5vw 116px;
  }

  .home-featured-head {
    margin-bottom: 48px;
  }

  .home-featured-head h2 {
    font-size: clamp(54px, 4.8vw, 70px);
  }

  .home-featured-head a {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
  }

  .home-featured-card {
    border-radius: 6px;
  }

  .home-featured-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.86) 100%);
  }

  .home-featured-card div {
    padding: 30px;
  }

  .home-featured-card h3 {
    font-size: clamp(24px, 2.1vw, 32px);
    line-height: 1.16;
  }

  .about-body .about-banner {
    min-height: 78vh;
    padding-bottom: 70px;
  }

  .about-banner h1 {
    font-size: clamp(58px, 6vw, 78px);
  }

  .about-empire-intro {
    grid-template-columns: minmax(0, 640px) minmax(360px, 460px);
    gap: clamp(64px, 7vw, 104px);
    padding: 84px 6vw 124px;
  }

  .about-empire-copy {
    top: 96px;
    max-width: 640px;
    color: rgba(255, 250, 242, 0.82);
  }

  .about-empire-copy p {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 1.82;
  }

  .about-empire-copy h2 {
    margin: 12px 0 12px;
    font-size: 34px;
    line-height: 1.2;
  }

  .about-empire-media {
    gap: 24px;
  }

  .about-empire-media figure,
  .about-client-group span {
    border-radius: 6px;
  }

  .about-empire-media figure {
    transform: translateY(28px) scale(0.99);
    transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .about-metrics {
    max-width: 1280px;
    gap: 8px;
  }

  .about-metrics div {
    min-height: 142px;
  }

  .about-metrics div:hover {
    transform: translateY(-2px);
  }

  .about-clients h2,
  .about-services h2,
  .about-service-columns {
    max-width: 1280px;
  }

  .about-client-group span {
    font-size: 20px;
  }

  .about-service-columns h3 {
    font-size: 26px;
  }

  .about-service-columns li {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.5;
  }

  .case-index-hero {
    min-height: 74vh;
    padding-bottom: 5.5vw;
  }

  .case-index-hero h1 {
    font-size: clamp(88px, 13vw, 180px);
    line-height: 0.82;
  }

  .case-index-hero p:not(.section-kicker) {
    width: min(650px, 48vw);
    margin-top: 44px;
    font-size: 18px;
    line-height: 1.72;
  }

  .archive-tools {
    padding-top: 6vw;
    padding-bottom: 3.5vw;
  }

  .archive-search input {
    font-size: 23px;
  }

  .case-list-item,
  .case-list-item.is-latest {
    border-radius: 4px;
  }

  .case-list-item div {
    padding: 30px;
  }

  .case-list-item h2,
  .case-list-item:not(:first-child) h2 {
    line-height: 1.1;
  }

  .portfolio-cover {
    height: 92vh;
    min-height: 620px;
  }

  .portfolio-hero-identity h1 {
    width: min(1050px, 80vw);
    font-size: clamp(48px, 5.6vw, 88px);
    line-height: 0.98;
  }

  .portfolio-summary {
    width: min(720px, 56vw);
  }

  .portfolio-summary p:not(.portfolio-overview-label) {
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.55;
  }

  .portfolio-story h2 {
    font-size: clamp(46px, 5.2vw, 76px);
    line-height: 1.02;
  }

  .story-columns p {
    font-size: 18px;
    line-height: 1.82;
  }

  .portfolio-gallery figcaption {
    font-size: 15px;
    line-height: 1.7;
  }

  .portfolio-process h3 {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
  }

  .portfolio-process p {
    font-size: 17px;
    line-height: 1.78;
  }

  .service-index-hero {
    min-height: 82vh;
  }

  .service-index-hero h1 {
    font-size: clamp(84px, 12vw, 176px);
    line-height: 0.84;
  }

  .service-index-hero p:not(.section-kicker) {
    font-size: 20px;
    line-height: 1.72;
  }

  .service-index-card,
  .service-index-card:nth-child(even) {
    height: 68vh;
    min-height: 540px;
  }

  .service-index-card h2 {
    font-size: clamp(36px, 4vw, 60px);
    line-height: 1.02;
  }

  .service-hero {
    height: 88vh;
    min-height: 650px;
  }

  .service-hero-inner {
    min-height: 88vh;
  }

  .service-hero h1 {
    font-size: clamp(58px, 7vw, 104px);
    line-height: 0.98;
  }

  .service-hero-inner p:not(.section-kicker) {
    font-size: 19px;
    line-height: 1.72;
  }

  .service-block {
    min-height: 420px;
  }

  .service-block h2 {
    margin-top: 84px;
    font-size: clamp(36px, 3.8vw, 54px);
    line-height: 1.04;
  }

  .service-process-band h2 {
    font-size: clamp(48px, 5.3vw, 76px);
    line-height: 1.02;
  }

  .service-case-card {
    min-height: 560px;
  }

  .service-case-card span {
    margin-top: 368px;
  }

  .service-case-card h3 {
    font-size: clamp(34px, 3.7vw, 54px);
    line-height: 1.04;
  }

  .contact-page-hero {
    min-height: 90vh;
  }

  .contact-page-hero h1 {
    font-size: clamp(72px, 8.5vw, 126px);
    line-height: 0.9;
  }

  .contact-page-details a,
  .contact-page-details strong {
    font-size: clamp(21px, 2.1vw, 30px);
  }

  .contact-page-intro h2 {
    font-size: clamp(50px, 5.5vw, 80px);
    line-height: 1.02;
  }

  .contact-page-image {
    height: 72vh;
    min-height: 560px;
  }

  /* Contact */
  .contact-body {
    color: var(--empire-white);
    background: var(--empire-black);
  }

  .contact-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    gap: 7vw;
    min-height: 90vh;
    align-items: end;
    padding: 150px 4.5vw 7vw;
    background: var(--empire-blue);
  }

  .contact-page-hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(72px, 8.5vw, 126px);
    font-weight: 900;
    line-height: 0.9;
  }

  .contact-page-hero .section-kicker {
    margin-bottom: 34px;
    color: rgba(255, 250, 242, 0.7);
  }

  .contact-page-details {
    display: grid;
    align-self: end;
    gap: 0;
    border-top: 1px solid rgba(255, 250, 242, 0.44);
  }

  .contact-page-details > div {
    display: grid;
    gap: 9px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.44);
  }

  .contact-page-details span {
    color: rgba(255, 250, 242, 0.68);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .contact-page-details a,
  .contact-page-details strong {
    font-size: clamp(21px, 2.1vw, 30px);
    font-weight: 800;
    line-height: 1.2;
  }

  .contact-page-intro {
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
    gap: 6vw;
    padding: 9vw 4.5vw;
    color: var(--empire-black);
    background: var(--empire-white);
  }

  .contact-page-intro h2 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(50px, 5.5vw, 80px);
    line-height: 1.02;
  }

  .contact-page-intro p {
    max-width: 760px;
    margin: 48px 0 0 auto;
    color: rgba(8, 11, 14, 0.64);
    font-size: 20px;
    line-height: 1.8;
  }

  .contact-page-image {
    height: 72vh;
    min-height: 560px;
    overflow: hidden;
  }

  .contact-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-page-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 4.5vw 9vw;
    color: var(--empire-black);
    background: var(--empire-white);
  }

  .contact-page-services a {
    min-height: 260px;
    padding: 32px 26px 32px 0;
    border-top: 1px solid var(--empire-line-light);
    border-right: 1px solid var(--empire-line-light);
    font-size: clamp(26px, 3vw, 46px);
    font-weight: 900;
    line-height: 1.02;
    transition: padding-left 0.25s ease, color 0.25s ease;
  }

  .contact-page-services a + a {
    padding-left: 26px;
  }

  .contact-page-services a:last-child {
    border-right: 0;
  }

  .contact-page-services a:hover {
    padding-left: 38px;
    color: var(--empire-blue);
  }

  /* Preserve the existing About composition while sharing the new chrome. */
  .about-body .about-banner {
    min-height: 78vh;
  }

  .home-body .home-empire-hero {
    min-height: 100vh;
  }

  .about-body .about-footer {
    margin-top: 0;
  }

  .reveal {
    transform: translateY(24px);
    opacity: 0;
    transition: transform 0.62s cubic-bezier(0.2, 0.7, 0, 1), opacity 0.62s ease;
  }

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

@media (prefers-reduced-motion: reduce) {
  .page-curtain,
  .project-cursor,
  .case-list-item img,
  .service-index-card img {
    transition: none !important;
  }

  .project-cursor {
    display: none;
  }
}

@layer legacy {

/* Empire-inspired homepage */
.home-body {
  color: var(--white);
  background: #000;
}

.home-body .home-header {
  height: 72px;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.home-body .home-header.is-scrolled,
.home-body.search-open .home-header {
  height: 64px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: rgba(12, 17, 22, 0.1);
  backdrop-filter: blur(16px);
}

.home-body .home-header.is-scrolled .brand-mark,
.home-body.search-open .home-header .brand-mark {
  color: var(--white);
  background: var(--ink);
}

.home-body .home-header.is-scrolled .nav-links,
.home-body.search-open .home-header .nav-links {
  color: rgba(12, 17, 22, 0.76);
}

.home-body .home-header.is-scrolled .nav-links a::after,
.home-body.search-open .home-header .nav-links a::after {
  background: var(--ink);
}

.home-body.search-open,
.home-body.is-showreel-open {
  overflow: hidden;
}

.home-body.search-open .about-search-panel {
  opacity: 1;
  transform: translateY(0);
}

.home-empire-hero {
  min-height: 100svh;
  isolation: isolate;
}

.home-body .hero-slide {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
}

.home-body .hero-slide.is-before {
  transform: translate3d(-100%, 0, 0);
}

.home-body .hero-slide.is-active {
  transform: translate3d(0, 0, 0);
}

.home-body .hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 62%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 48%);
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1472px, calc(100% - 60px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 108px 0 138px;
}

.home-hero-inner h1 {
  max-width: 940px;
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 7.4rem;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
  animation: homeHeroTitleIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.showreel-open {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  align-self: flex-start;
  margin-top: 52px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  animation: homeHeroTitleIn 0.9s 0.14s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.showreel-open em {
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.showreel-circle {
  position: relative;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.showreel-circle i {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid currentColor;
}

.showreel-open:hover .showreel-circle {
  color: #000;
  background: var(--white);
  transform: scale(1.06);
}

.home-body .home-hero-captions {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 30px;
  width: min(520px, calc(100% - 500px));
  max-width: none;
  margin: 0;
  padding: 0;
}

.home-body .home-hero-captions .eyebrow {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.home-body .home-hero-captions .hero-copy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.home-slider-controls {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.home-body .hero-carousel-nav {
  position: static;
  display: flex;
  width: auto;
  margin: 0;
}

.home-body .hero-carousel-nav button,
.home-slider-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  min-height: 0;
  place-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.66);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  line-height: 1;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.home-body .hero-carousel-nav button {
  margin-left: -1px;
}

.home-body .hero-carousel-nav button::before,
.home-body .hero-carousel-nav em {
  display: none;
}

.home-body .hero-carousel-nav button.is-active,
.home-slider-arrow:hover {
  color: #000;
  background: var(--white);
  border-color: var(--white);
}

.home-body .hero-carousel-nav button span {
  color: inherit;
  font-size: inherit;
}

.home-statement {
  padding: 110px 30px 120px;
  color: var(--white);
  background: #000;
}

.home-statement-inner {
  max-width: 1460px;
  margin: 0 auto;
}

.home-statement h2 {
  max-width: 1180px;
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.home-statement-line {
  display: block;
  width: min(760px, 64%);
  height: 1px;
  margin: 46px 0 34px;
  background: #4258ff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-statement.is-visible .home-statement-line {
  transform: scaleX(1);
}

.home-statement p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.75;
}

.home-text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 900;
}

.home-text-link span {
  transition: transform 0.2s ease;
}

.home-text-link:hover span {
  transform: translateX(5px);
}

.home-featured {
  padding: 94px 30px 130px;
  color: var(--white);
  background: #000;
}

.home-featured-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  max-width: 1460px;
  margin: 0 auto 64px;
}

.home-featured-head h2 {
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.95;
}

.home-featured-head a {
  min-height: 44px;
  padding: 11px 20px;
  color: #000;
  background: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.2s ease;
}

.home-featured-head a:hover {
  transform: translateY(-3px);
}

.home-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 10rem;
  gap: 16px;
  max-width: 1460px;
  margin: 0 auto;
}

.home-featured-card {
  position: relative;
  display: flex;
  min-height: 24rem;
  overflow: hidden;
  align-items: end;
  color: var(--white);
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.home-featured-card:nth-child(5n + 1),
.home-featured-card:nth-child(5n + 3) {
  grid-row: span 4;
  min-height: 40rem;
}

.home-featured-card:nth-child(5n + 2),
.home-featured-card:nth-child(5n + 4) {
  grid-row: span 3;
  min-height: 30rem;
}

.home-featured-card:nth-child(5n) {
  grid-column: span 2;
  grid-row: span 4;
  min-height: 40rem;
}

.home-featured-card img {
  position: absolute;
  inset: -1%;
  width: 102%;
  height: 102%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-featured-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.82) 100%);
}

.home-featured-card div {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 26px;
}

.home-featured-card span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-featured-card h3 {
  max-width: 760px;
  margin: 8px 0 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.08;
}

.home-featured-card:hover img {
  transform: scale(1.045);
}

.showreel-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  color: var(--white);
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.home-body.is-showreel-open .showreel-modal {
  opacity: 1;
  visibility: visible;
}

.showreel-stage,
.showreel-card,
.showreel-card::after {
  position: absolute;
  inset: 0;
}

.showreel-card {
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 0.65s ease,
    transform 1.8s ease;
}

.showreel-card.is-active {
  opacity: 1;
  transform: scale(1);
}

.showreel-card::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 60%);
}

.showreel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showreel-card figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
}

.showreel-close {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  font-size: 28px;
}

.showreel-controls {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.showreel-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
}

.showreel-controls span {
  min-width: 64px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.home-footer {
  padding: 88px 56px 28px;
  color: var(--white);
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-footer-cta,
.home-footer-info,
.home-footer-bottom {
  display: grid;
  max-width: 1460px;
  margin: 0 auto;
}

.home-footer-cta {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 80px;
  align-items: end;
  padding-bottom: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-footer-label {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.home-footer-cta h2 {
  max-width: 820px;
  margin: 0;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.08;
}

.home-footer-contact {
  display: grid;
  gap: 0;
}

.home-footer-contact a {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home-footer-contact a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-footer-contact span,
.home-footer-info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.home-footer-contact strong {
  font-size: 1.55rem;
  font-weight: 600;
}

.home-footer-info {
  grid-template-columns: minmax(320px, 1.25fr) minmax(180px, 0.55fr) minmax(280px, 0.7fr);
  gap: 72px;
  align-items: start;
  padding: 56px 0 64px;
}

.home-footer-identity {
  display: grid;
  gap: 22px;
}

.home-footer-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  font-size: 1.25rem;
  font-weight: 700;
}

.home-footer-brand span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #050505;
  background: var(--white);
  border-radius: 4px;
  font-size: 1rem;
}

.home-footer-identity p {
  max-width: 360px;
  margin: 0;
  line-height: 1.7;
}

.home-footer-nav,
.home-footer-address {
  display: grid;
  align-content: start;
  gap: 12px;
}

.home-footer-nav .home-footer-label,
.home-footer-address .home-footer-label {
  margin-bottom: 10px;
}

.home-footer-nav a {
  width: fit-content;
  font-size: 14px;
}

.home-footer-nav a:hover {
  color: rgba(255, 255, 255, 0.58);
}

.home-footer-address {
  margin: 0;
  font-style: normal;
}

.home-footer-address span {
  font-size: 14px;
  line-height: 1.75;
}

.home-footer-bottom {
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
}

@keyframes homeHeroTitleIn {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .home-hero-inner h1 {
    font-size: 6rem;
  }

  .home-statement h2 {
    font-size: 3.45rem;
  }
}

@media (max-width: 980px) {
  .home-body .home-header {
    height: 64px;
  }

  .home-body .about-search-toggle {
    margin-left: auto;
  }

  .home-body .home-header.is-scrolled .nav-links,
  .home-body.search-open .home-header .nav-links {
    color: var(--white);
  }

  .home-body .home-header.is-scrolled .nav-links a::after,
  .home-body.search-open .home-header .nav-links a::after {
    background: var(--white);
  }

  .home-body .home-empire-hero {
    min-height: 100svh;
  }

  .home-hero-inner {
    width: calc(100% - 40px);
  }

  .home-hero-inner h1 {
    font-size: 5rem;
  }

  .home-body .home-hero-captions {
    left: 20px;
    width: calc(100% - 430px);
  }

  .home-featured-grid {
    grid-auto-rows: 8rem;
  }

  .home-featured-card:nth-child(5n + 1),
  .home-featured-card:nth-child(5n + 3),
  .home-featured-card:nth-child(5n) {
    min-height: 32rem;
  }

  .home-featured-card:nth-child(5n + 2),
  .home-featured-card:nth-child(5n + 4) {
    min-height: 24rem;
  }

  .home-footer-cta {
    grid-template-columns: 1fr minmax(320px, 0.7fr);
    gap: 48px;
  }

  .home-footer-cta h2 {
    font-size: 3.8rem;
  }

  .home-footer-info {
    grid-template-columns: 1.2fr 0.6fr 0.8fr;
    gap: 44px;
  }
}

/* Unified cultural footer */
.home-footer.cultural-footer {
  --culture-accent: #c7923a;
  padding: 92px 4.5vw 28px;
  color: var(--white);
  background: #080b0e;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
}

.cultural-footer-intro,
.cultural-footer-nav,
.cultural-footer-contact,
.cultural-footer .home-footer-bottom {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.cultural-footer-intro {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(560px, 1.28fr);
  gap: 8vw;
  align-items: end;
  padding-bottom: 80px;
}

.cultural-footer-signature {
  display: grid;
  align-content: end;
  gap: 0;
}

.cultural-footer .home-footer-brand {
  gap: 15px;
  color: var(--white);
  font-size: 21px;
}

.cultural-footer .home-footer-brand strong {
  font-weight: 700;
}

.cultural-footer .home-footer-brand span {
  width: 48px;
  height: 48px;
  color: #080b0e;
  background: var(--white);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
}

.cultural-footer-principle {
  margin: 36px 0 14px;
  color: var(--culture-accent);
  font-size: 14px;
  font-weight: 700;
}

.cultural-footer-description {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 250, 242, 0.64);
  font-size: 15px;
  line-height: 1.8;
}

.cultural-footer-statement .home-footer-label {
  margin-bottom: 18px;
  color: var(--culture-accent);
}

.cultural-footer-statement h2 {
  max-width: 850px;
  margin: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.08;
}

.cultural-footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 250, 242, 0.22);
  border-bottom: 1px solid rgba(255, 250, 242, 0.22);
}

.cultural-footer-nav a {
  display: flex;
  min-height: 122px;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 22px 24px;
  color: var(--white);
  border-left: 1px solid rgba(255, 250, 242, 0.16);
  transition: color 0.25s ease, background 0.25s ease;
}

.cultural-footer-nav a:first-child {
  border-left: 0;
}

.cultural-footer-nav a:hover,
.cultural-footer-nav a:focus-visible {
  color: #080b0e;
  background: var(--white);
}

.cultural-footer-nav span {
  color: var(--culture-accent);
  font-size: 12px;
  font-weight: 700;
}

.cultural-footer-nav strong {
  font-size: 19px;
  font-weight: 600;
}

.cultural-footer-contact {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.45fr 0.65fr;
  gap: 0;
  padding: 48px 0 58px;
}

.cultural-footer-contact > div,
.cultural-footer-contact > address {
  min-width: 0;
  padding: 0 28px;
  border-left: 1px solid rgba(255, 250, 242, 0.14);
}

.cultural-footer-contact > :first-child {
  padding-left: 0;
  border-left: 0;
}

.cultural-footer-contact > :last-child {
  padding-right: 0;
}

.cultural-footer-contact .home-footer-label {
  margin-bottom: 13px;
  color: rgba(255, 250, 242, 0.44);
}

.cultural-footer-contact a,
.cultural-footer-contact address span {
  color: var(--white);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

.cultural-footer-contact a {
  display: inline-block;
}

.cultural-footer-contact a:hover,
.cultural-footer-contact a:focus-visible {
  color: var(--culture-accent);
}

.cultural-footer-contact address {
  margin: 0;
  font-style: normal;
}

.cultural-footer-region {
  display: grid;
  align-content: end;
  justify-items: end;
}

.cultural-footer-region span {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.cultural-footer-region small {
  margin-top: 9px;
  color: rgba(255, 250, 242, 0.44);
  font-size: 11px;
}

.cultural-footer .home-footer-bottom {
  grid-template-columns: 1fr auto auto;
  gap: 36px;
  align-items: center;
  padding-top: 20px;
  color: rgba(255, 250, 242, 0.42);
  border-top: 1px solid rgba(255, 250, 242, 0.14);
  font-size: 11px;
}

.cultural-footer .home-footer-bottom a {
  color: rgba(255, 250, 242, 0.72);
}

.cultural-footer .home-footer-bottom a:hover,
.cultural-footer .home-footer-bottom a:focus-visible {
  color: var(--white);
}

@media (min-width: 981px) {
  .empire-global-footer.cultural-footer {
    padding-top: 78px;
  }

  .empire-global-footer .cultural-footer-intro {
    padding-bottom: 68px;
  }

  .empire-global-footer .cultural-footer-statement h2 {
    font-size: 54px;
  }
}

@media (max-width: 980px) {
  .home-footer.cultural-footer {
    padding: 64px 22px 24px;
  }

  .cultural-footer-intro {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 54px;
  }

  .cultural-footer-statement h2 {
    font-size: 42px;
  }

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

  .cultural-footer-nav a {
    min-height: 104px;
    border-bottom: 1px solid rgba(255, 250, 242, 0.16);
  }

  .cultural-footer-nav a:nth-child(odd) {
    border-left: 0;
  }

  .cultural-footer-nav a:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .cultural-footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
    padding: 42px 0 48px;
  }

  .cultural-footer-contact > div,
  .cultural-footer-contact > address {
    padding: 0 20px;
  }

  .cultural-footer-contact > :nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .cultural-footer-region {
    justify-items: start;
  }

  .cultural-footer .home-footer-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .cultural-footer-statement h2 {
    font-size: 34px;
  }

  .cultural-footer-contact {
    grid-template-columns: 1fr;
  }

  .cultural-footer-contact > div,
  .cultural-footer-contact > address {
    padding: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .home-body .home-header {
    height: 62px;
  }

  .home-body .about-search-panel {
    padding-top: 88px;
  }

  .home-body .home-empire-hero,
  .home-hero-inner {
    min-height: 100svh;
  }

  .home-hero-inner {
    justify-content: flex-start;
    width: calc(100% - 40px);
    padding: 118px 0 190px;
  }

  .home-body .home-hero-inner h1 {
    font-size: 3.35rem;
    line-height: 0.92;
  }

  .showreel-open {
    gap: 14px;
    margin-top: 36px;
  }

  .showreel-circle {
    width: 64px;
    height: 64px;
  }

  .home-body .home-hero-captions {
    right: 20px;
    bottom: 82px;
    left: 20px;
    width: auto;
  }

  .home-body .home-hero-captions .hero-copy {
    overflow: hidden;
    max-width: 330px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-slider-controls {
    right: 20px;
    bottom: 22px;
    left: 20px;
    justify-content: flex-end;
  }

  .home-body .hero-carousel-nav button,
  .home-slider-arrow {
    width: 34px;
    height: 34px;
  }

  .home-statement {
    padding: 78px 20px 88px;
  }

  .home-statement h2 {
    font-size: 2.45rem;
  }

  .home-statement-line {
    width: 100%;
    margin: 32px 0 26px;
  }

  .home-statement p {
    font-size: 16px;
  }

  .home-featured {
    padding: 72px 20px 90px;
  }

  .home-featured-head {
    display: grid;
    margin-bottom: 36px;
  }

  .home-featured-head h2 {
    font-size: 3.35rem;
  }

  .home-featured-head a {
    justify-self: start;
  }

  .home-featured-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .home-featured-card,
  .home-featured-card:nth-child(5n + 1),
  .home-featured-card:nth-child(5n + 2),
  .home-featured-card:nth-child(5n + 3),
  .home-featured-card:nth-child(5n + 4),
  .home-featured-card:nth-child(5n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 27rem;
  }

  .home-featured-card div {
    padding: 22px;
  }

  .home-featured-card h3 {
    font-size: 1.55rem;
  }

  .showreel-card figcaption {
    right: 20px;
    bottom: 28px;
    left: 20px;
    font-size: 1.5rem;
  }

  .showreel-close {
    top: 18px;
    right: 18px;
  }

  .showreel-controls {
    top: 18px;
    left: 18px;
  }

  .showreel-controls span {
    display: none;
  }

  .home-footer {
    padding: 58px 20px 24px;
  }

  .home-footer-cta,
  .home-footer-info,
  .home-footer-bottom {
    grid-template-columns: 1fr;
  }

  .home-footer-cta {
    gap: 36px;
    padding-bottom: 52px;
  }

  .home-footer-cta h2 {
    font-size: 2.65rem;
  }

  .home-footer-contact strong {
    font-size: 1.22rem;
  }

  .home-footer-info {
    gap: 38px;
    padding: 42px 0 48px;
  }

  .home-footer-bottom {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-body .hero-slide,
  .showreel-card,
  .home-featured-card img,
  .home-statement-line {
    transition: none;
  }

  .home-hero-inner h1,
  .showreel-open {
    animation: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Inter", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial,
    sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 clamp(20px, 4vw, 64px);
  color: var(--white);
  background: rgba(12, 17, 22, 0.34);
  border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  backdrop-filter: blur(16px);
  transition:
    background 0.25s ease,
    height 0.25s ease;
}

.site-header.is-scrolled {
  height: 62px;
  background: rgba(12, 17, 22, 0.88);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border-radius: 4px;
  font-weight: 800;
}

.nav-links {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  font-size: 14px;
  color: rgba(255, 250, 242, 0.82);
}

.mobile-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 4px;
  font: inherit;
  font-size: 20px;
  font-weight: 900;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  content: "";
  background: var(--white);
  transition: width 0.22s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-carousel,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-carousel {
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 1.1s ease,
    transform 6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 17, 22, 0.92) 0%, rgba(12, 17, 22, 0.62) 46%, rgba(12, 17, 22, 0.22) 100%),
    linear-gradient(0deg, rgba(12, 17, 22, 0.94) 0%, rgba(12, 17, 22, 0) 34%);
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: auto;
  max-width: 1120px;
  margin: 0 auto 0 clamp(20px, 4vw, 64px);
  padding: 130px 0 170px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(52px, 8.5vw, 132px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-message {
  display: none;
  max-width: 1120px;
}

.hero-message.is-active {
  display: block;
  animation: heroMessageIn 0.42s ease both;
}

@keyframes heroMessageIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-lede {
  max-width: 820px;
  margin: 34px 0 0;
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.06;
}

.hero-copy {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(16px, 2vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero-carousel-nav {
  display: none;
}

.hero-carousel-nav button {
  display: grid;
  gap: 7px;
  min-height: 72px;
  padding: 14px 12px 0;
  color: rgba(255, 250, 242, 0.58);
  text-align: left;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 250, 242, 0.14);
  cursor: pointer;
  font: inherit;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.hero-carousel-nav button:last-child {
  border-right: 0;
}

.hero-carousel-nav button::before {
  width: 0;
  height: 2px;
  content: "";
  background: var(--white);
  transition: width 0.35s ease;
}

.hero-carousel-nav button.is-active {
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
}

.hero-carousel-nav button.is-active::before {
  width: 100%;
}

.hero-carousel-nav span,
.hero-carousel-nav em {
  display: block;
}

.hero-carousel-nav span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.hero-carousel-nav em {
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

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

.button.primary {
  color: var(--ink);
  background: var(--white);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 250, 242, 0.52);
}

.hero-strip {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 4vw, 64px);
  bottom: 34px;
  left: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.hero-strip span {
  padding: 22px 18px;
  border-right: 1px solid var(--line);
  color: rgba(255, 250, 242, 0.78);
  font-weight: 700;
}

.hero-strip span:last-child {
  border-right: 0;
}

.band,
.solutions,
.empire-proof,
.empire-about,
.experience-statement,
.production-model,
.project-gateway,
.seo-service-cloud,
.seo-faq,
.point-of-view,
.work,
.case-stories,
.scenes,
.contact {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 80px);
}

.empire-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 6vw, 96px);
  align-items: end;
  color: var(--white);
  background: #080b0e;
  border-top: 1px solid rgba(255, 250, 242, 0.14);
}

.empire-proof h2 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(32px, 5.2vw, 78px);
  line-height: 1.02;
}

.empire-about {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(12, 17, 22, 0.12);
  border-bottom: 1px solid rgba(12, 17, 22, 0.12);
}

.about-heading {
  grid-column: 1 / span 7;
}

.empire-about h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(40px, 6.6vw, 104px);
  line-height: 1.04;
}

.about-intro {
  grid-column: 8 / -1;
  align-self: end;
}

.about-intro p {
  margin: 0 0 22px;
  color: rgba(12, 17, 22, 0.72);
  font-size: clamp(17px, 1.65vw, 21px);
}

.about-image {
  grid-column: 1 / -1;
  margin: clamp(12px, 2vw, 28px) 0 0;
  overflow: hidden;
  border-radius: 4px;
}

.about-image img {
  width: 100%;
  height: clamp(360px, 48vw, 680px);
  object-fit: cover;
}

.about-story-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(18px, 3vw, 38px);
  background: rgba(12, 17, 22, 0.14);
  border: 1px solid rgba(12, 17, 22, 0.14);
}

.about-story-grid article {
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
}

.about-story-grid span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-story-grid h3 {
  margin: 72px 0 16px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
}

.about-story-grid p {
  margin: 0;
  color: rgba(12, 17, 22, 0.82);
  font-size: 16px;
}

.about-link {
  grid-column: 1 / -1;
  justify-self: start;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(32px, 6vw, 90px);
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid var(--line);
}

.intro h2,
.experience-copy h2,
.production-model h2,
.project-gateway h2,
.seo-service-cloud h2,
.seo-faq h2,
.section-head h2,
.capability-content h2,
.contact h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 74px);
  line-height: 1.05;
  letter-spacing: 0;
}

.intro-copy {
  align-self: end;
  color: rgba(255, 250, 242, 0.74);
  font-size: 18px;
}

.experience-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(34px, 7vw, 110px);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 11, 14, 0.94), rgba(12, 17, 22, 0.98)),
    url("./assets/cases/gxty-history-hall/06.webp") center / cover;
  border-top: 1px solid var(--line);
}

.experience-copy {
  align-self: end;
}

.experience-copy p:not(.section-kicker) {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, 0.76);
  font-size: clamp(17px, 2vw, 22px);
}

.experience-notes {
  display: grid;
  gap: 1px;
  align-self: end;
  background: rgba(255, 250, 242, 0.16);
  border: 1px solid rgba(255, 250, 242, 0.16);
}

.experience-notes article {
  min-height: 190px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(8, 11, 14, 0.82);
}

.experience-notes span,
.production-steps span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.experience-notes h3 {
  margin: 32px 0 10px;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1;
}

.experience-notes p {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-head h2 {
  max-width: 820px;
}

.section-link {
  flex: 0 0 auto;
  padding-bottom: 6px;
  color: rgba(255, 250, 242, 0.78);
  border-bottom: 1px solid rgba(255, 250, 242, 0.32);
  font-size: 14px;
  font-weight: 900;
}

.section-link:hover {
  color: var(--white);
  border-color: var(--white);
}

.solutions {
  background: var(--paper);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(12, 17, 22, 0.18);
  border: 1px solid rgba(12, 17, 22, 0.18);
}

.solution-panel {
  min-height: 540px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--white);
}

.solution-panel h3 {
  margin: 64px 0 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
}

.solution-panel p {
  margin: 0;
  color: rgba(12, 17, 22, 0.72);
  font-size: 17px;
}

.solution-panel ul {
  display: grid;
  gap: 12px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.solution-panel li {
  padding-top: 12px;
  border-top: 1px solid rgba(12, 17, 22, 0.12);
  font-weight: 700;
}

.solution-more {
  display: inline-flex;
  margin-top: 34px;
  padding-bottom: 5px;
  color: var(--ink);
  border-bottom: 1px solid rgba(12, 17, 22, 0.32);
  font-size: 14px;
  font-weight: 900;
}

.solution-more:hover {
  border-color: var(--ink);
}

.compact-solutions .solution-panel {
  min-height: 340px;
}

.compact-solutions .solution-panel h3 {
  margin: 62px 0 22px;
}

.compact-solutions .solution-panel p {
  max-width: 440px;
  font-size: 17px;
}

.compact-solutions .solution-more {
  margin-top: 28px;
}

.production-model {
  color: var(--white);
  background: #080b0e;
}

.production-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 250, 242, 0.15);
  border: 1px solid rgba(255, 250, 242, 0.15);
}

.production-steps article {
  min-height: 360px;
  padding: clamp(28px, 4vw, 44px);
  background: #10161b;
}

.production-steps h3 {
  margin: 88px 0 16px;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
}

.production-steps p {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 17px;
}

.solution-number {
  font-size: 15px;
  font-weight: 900;
}

.accent-blue .solution-number {
  color: var(--blue);
}

.accent-gold .solution-number {
  color: var(--gold);
}

.accent-green .solution-number {
  color: var(--green);
}

.point-of-view {
  display: grid;
  gap: clamp(42px, 6vw, 86px);
  color: var(--white);
  background: #090d10;
}

.pov-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.pov-block.reverse .pov-image {
  order: 2;
}

.pov-image {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.pov-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.pov-block:hover .pov-image img {
  transform: scale(1.035);
}

.pov-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(32px, 4.6vw, 68px);
  line-height: 1.05;
}

.pov-copy > p:not(.section-kicker) {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: 18px;
}

.pov-points {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.pov-points li {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 250, 242, 0.16);
  color: rgba(255, 250, 242, 0.86);
  font-weight: 800;
}

.work {
  color: var(--white);
  background:
    linear-gradient(180deg, #10161b 0%, #080b0e 100%);
}

.empire-work-head {
  align-items: end;
}

.featured-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.featured-list {
  position: sticky;
  top: 94px;
  display: grid;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
}

.featured-list a {
  padding: 18px 0;
  color: rgba(255, 250, 242, 0.72);
  border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

.featured-list a:hover {
  padding-left: 10px;
  color: var(--white);
}

.case-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, 22vw);
  gap: 14px;
}

.case-showcase-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 260px;
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 30px);
  color: var(--white);
  background: #111;
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: 4px;
}

.case-showcase-card.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.case-showcase-card.is-wide {
  grid-column: span 2;
}

.case-showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}

.case-showcase-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.02) 0%, rgba(12, 17, 22, 0.9) 100%),
    linear-gradient(90deg, rgba(12, 17, 22, 0.38), rgba(12, 17, 22, 0) 62%);
}

.case-showcase-card:hover img {
  opacity: 0.96;
  transform: scale(1.045);
}

.case-showcase-card span,
.case-showcase-card h3,
.case-showcase-card p {
  position: relative;
  z-index: 1;
}

.case-showcase-card span {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.case-showcase-card h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(24px, 3vw, 48px);
  line-height: 1.05;
}

.case-showcase-card:not(.is-large) h3 {
  font-size: clamp(22px, 2.15vw, 34px);
}

.case-showcase-card p {
  margin: 9px 0 0;
  color: rgba(255, 250, 242, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(190px, auto);
  gap: 14px;
}

.showcase-grid {
  min-height: 880px;
}

.project-card {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #111;
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.project-card.large {
  grid-column: span 2;
}

.project-card.feature {
  grid-column: span 7;
  grid-row: span 3;
}

.project-card.tall {
  grid-column: span 5;
  grid-row: span 2;
}

.project-card.wide {
  grid-column: span 5;
  grid-row: span 1;
}

.project-card:not(.feature, .tall, .wide) {
  grid-column: span 3;
  grid-row: span 1;
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.project-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.02) 0%, rgba(12, 17, 22, 0.92) 100%),
    linear-gradient(90deg, rgba(12, 17, 22, 0.42), rgba(12, 17, 22, 0) 52%);
}

.project-card:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.project-caption {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  left: clamp(18px, 3vw, 34px);
}

.project-caption span {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 250, 242, 0.64);
  font-size: 13px;
  font-weight: 900;
}

.project-caption p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.project-caption h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(21px, 2.15vw, 34px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.project-card.feature .project-caption h3 {
  max-width: 780px;
  font-size: clamp(36px, 5vw, 76px);
  line-height: 1.02;
}

.project-card.tall .project-caption h3 {
  font-size: clamp(30px, 3.5vw, 52px);
}

.case-stories {
  color: var(--ink);
  background: var(--paper);
}

.story-grid {
  display: grid;
  gap: 24px;
}

.story-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 520px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(12, 17, 22, 0.1);
  border-radius: 6px;
}

.story-card:nth-child(even) .story-media {
  order: 2;
}

.story-media {
  min-height: 420px;
  background: var(--ink);
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 64px);
}

.story-type {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.story-copy h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
}

.story-copy > p:not(.story-type) {
  margin: 26px 0 0;
  color: rgba(12, 17, 22, 0.72);
  font-size: 18px;
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.story-tags span {
  padding: 10px 12px;
  color: rgba(12, 17, 22, 0.76);
  background: rgba(12, 17, 22, 0.06);
  border-radius: 4px;
  font-weight: 800;
}

.capabilities {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 80px);
  color: var(--white);
  background: #19100e;
}

.capability-image {
  position: sticky;
  top: 92px;
  align-self: start;
  overflow: hidden;
  border-radius: 6px;
}

.capability-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.capability-content {
  padding-top: 20px;
}

.capability-list {
  display: grid;
  gap: 22px;
  margin-top: 46px;
}

.capability-list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
}

.capability-list span {
  color: var(--gold);
  font-weight: 900;
}

.capability-list h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.capability-list p {
  grid-column: 2;
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
}

.scenes {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 11, 14, 0.96), rgba(22, 29, 34, 0.92)),
    url("./assets/cases/gxngy-party-ideology-hall/08.webp") center / cover;
}

.scene-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(36px, 6vw, 72px);
}

.scene-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 6vw, 86px);
  line-height: 1.02;
}

.scene-heading > p:not(.section-kicker) {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: 18px;
}

.scene-feature {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 6px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.scene-feature p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.scene-feature h3 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.scene-feature span {
  display: block;
  margin-top: 22px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 17px;
}

.scene-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 6px;
  background: rgba(255, 250, 242, 0.14);
}

.scene-item {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 14px;
  text-align: center;
  color: rgba(255, 250, 242, 0.8);
  background: rgba(8, 11, 14, 0.58);
  font-weight: 800;
}

.scene-item.is-emphasis {
  color: var(--ink);
  background: var(--white);
}

.seo-service-cloud {
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid rgba(12, 17, 22, 0.12);
}

.seo-service-cloud h2 {
  max-width: 1040px;
}

.seo-lede {
  max-width: 1080px;
  margin: 26px 0 0;
  color: rgba(12, 17, 22, 0.68);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.9;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(32px, 5vw, 58px);
  background: rgba(12, 17, 22, 0.14);
  border: 1px solid rgba(12, 17, 22, 0.14);
}

.topic-card {
  min-height: 280px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--paper);
}

.topic-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.topic-card h3 {
  margin: 52px 0 16px;
  font-size: clamp(24px, 2.7vw, 38px);
  line-height: 1.08;
}

.topic-card p {
  margin: 0;
  color: rgba(12, 17, 22, 0.68);
}

.seo-faq {
  color: var(--white);
  background: #0b1014;
  border-top: 1px solid rgba(255, 250, 242, 0.12);
}

.seo-faq-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 250, 242, 0.14);
  border: 1px solid rgba(255, 250, 242, 0.14);
}

.faq-grid article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 36px);
  background: #11181d;
}

.faq-grid h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.18;
}

.faq-grid p {
  margin: 24px 0 0;
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.8;
}

.service-body {
  background: var(--paper);
}

.service-index-hero,
.service-related,
.service-narrative,
.service-process-band,
.service-keywords,
.service-index-grid {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 80px);
}

.service-index-hero {
  min-height: 78svh;
  display: grid;
  align-content: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 17, 22, 0.94), rgba(12, 17, 22, 0.52)),
    url("./assets/cases/gxngy-farming-culture-base/10.webp") center / cover;
}

.service-index-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(58px, 12vw, 148px);
  line-height: 0.9;
}

.service-index-hero p:not(.section-kicker) {
  max-width: 860px;
  margin: 30px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(18px, 2.2vw, 24px);
}

.service-index-grid {
  display: grid;
  gap: 18px;
  background: var(--paper);
}

.service-index-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  min-height: 430px;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(12, 17, 22, 0.1);
  border-radius: 6px;
}

.service-index-card:nth-child(even) img {
  order: 2;
}

.service-index-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.service-index-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
}

.service-index-card span,
.service-block span,
.service-process-band li span,
.service-case-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-index-card h2 {
  margin: 26px 0 18px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.03;
}

.service-index-card p {
  margin: 0;
  color: rgba(12, 17, 22, 0.68);
  font-size: 18px;
}

.service-hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.service-hero > img,
.service-hero-shade {
  position: absolute;
  inset: 0;
}

.service-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 17, 22, 0.94), rgba(12, 17, 22, 0.62) 52%, rgba(12, 17, 22, 0.12)),
    linear-gradient(0deg, rgba(12, 17, 22, 0.92), rgba(12, 17, 22, 0) 42%);
}

.service-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 40px));
  min-height: 92svh;
  display: grid;
  align-content: end;
  margin: 0 auto;
  padding: 120px 0 110px;
}

.service-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(48px, 9vw, 128px);
  line-height: 0.96;
}

.service-hero-inner p:not(.section-kicker) {
  max-width: 800px;
  margin: 30px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(18px, 2.2vw, 24px);
}

.service-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 34px;
  padding-bottom: 34px;
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid var(--line);
}

.service-keywords span {
  padding: 10px 12px;
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 4px;
  font-weight: 800;
}

.service-narrative {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(12, 17, 22, 0.14);
  border-top: 1px solid rgba(12, 17, 22, 0.14);
  border-bottom: 1px solid rgba(12, 17, 22, 0.14);
}

.service-block {
  min-height: 410px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--white);
}

.service-block h2 {
  margin: 76px 0 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.06;
}

.service-block p {
  margin: 0;
  color: rgba(12, 17, 22, 0.68);
  font-size: 17px;
}

.service-process-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 88px);
  color: var(--white);
  background: #080b0e;
}

.service-process-band h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(36px, 5.2vw, 76px);
  line-height: 1.04;
}

.service-process-band ol {
  display: grid;
  gap: 0;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 250, 242, 0.16);
}

.service-process-band li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 250, 242, 0.16);
  color: rgba(255, 250, 242, 0.84);
  font-size: 18px;
  font-weight: 800;
}

.service-related {
  background: var(--paper);
}

.section-link.dark {
  color: rgba(12, 17, 22, 0.7);
  border-color: rgba(12, 17, 22, 0.28);
}

.section-link.dark:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.service-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-case-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
}

.service-case-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-case-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(12, 17, 22, 0.02), rgba(12, 17, 22, 0.88));
}

.service-case-card:hover img {
  transform: scale(1.04);
}

.service-case-card span,
.service-case-card h3 {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: clamp(22px, 4vw, 42px);
  margin-left: clamp(22px, 4vw, 42px);
}

.service-case-card span {
  margin-top: 300px;
}

.service-case-card h3 {
  max-width: 680px;
  margin-top: 16px;
  margin-bottom: 36px;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.06;
}

.project-gateway {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(12, 17, 22, 0.12);
}

.project-gateway h2 {
  max-width: 1000px;
}

.project-gateway .button.primary {
  color: var(--white);
  background: var(--ink);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(34px, 7vw, 110px);
  color: var(--white);
  background: var(--ink);
}

.contact-panel {
  display: grid;
  align-self: end;
  gap: 16px;
  padding: 32px;
  background: rgba(255, 250, 242, 0.06);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-panel p,
.contact-panel span {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
}

.contact-panel > a:not(.button) {
  color: var(--white);
  font-size: 28px;
  font-weight: 800;
}

.contact-panel .button {
  margin-top: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 80px);
  color: rgba(255, 250, 242, 0.68);
  background: #080b0e;
  font-size: 14px;
}

.case-body {
  color: var(--white);
  background: var(--ink);
}

.case-index-body {
  color: var(--white);
  background: var(--ink);
}

.case-index-hero {
  padding: clamp(130px, 16vw, 210px) clamp(20px, 5vw, 80px) clamp(58px, 8vw, 96px);
  background:
    linear-gradient(90deg, rgba(12, 17, 22, 0.96), rgba(12, 17, 22, 0.64)),
    url("./assets/cases/china-asean-beidou-center/03.webp") center / cover;
}

.case-index-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(58px, 11vw, 150px);
  line-height: 0.9;
  letter-spacing: 0;
}

.case-index-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255, 250, 242, 0.76);
  font-size: clamp(17px, 2vw, 22px);
}

.case-index-intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 1px;
  padding: 1px;
  color: var(--white);
  background: rgba(255, 250, 242, 0.14);
}

.case-index-intro div,
.case-index-intro .button {
  min-height: 170px;
  padding: clamp(22px, 4vw, 40px);
  background: #10161b;
}

.case-index-intro span {
  display: block;
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 900;
  line-height: 0.9;
}

.case-index-intro p {
  margin: 18px 0 0;
  color: rgba(255, 250, 242, 0.7);
  font-weight: 800;
}

.case-index-intro .button {
  min-width: 220px;
  color: var(--ink);
  background: var(--white);
}

.case-index-list {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: rgba(255, 250, 242, 0.14);
}

.case-list-item {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  min-height: 420px;
  color: var(--white);
  background: #0a0f13;
  transition:
    background 0.24s ease,
    color 0.24s ease;
}

.case-list-item:hover {
  color: var(--ink);
  background: var(--white);
}

.case-list-item img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.case-list-item div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 72px);
}

.case-list-item span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-list-item h2 {
  max-width: 820px;
  margin: 22px 0 0;
  font-size: clamp(30px, 4.8vw, 72px);
  line-height: 1.03;
}

.case-list-item p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 18px;
}

.case-list-item:hover p {
  color: rgba(12, 17, 22, 0.68);
}

.case-list-item.is-latest {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.case-hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  align-items: end;
  padding: 120px clamp(20px, 5vw, 80px) 72px;
}

.case-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.case-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 17, 22, 0.94), rgba(12, 17, 22, 0.46)),
    linear-gradient(0deg, rgba(12, 17, 22, 0.98), rgba(12, 17, 22, 0.08) 54%);
}

.case-hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
}

.case-hero-content h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(44px, 8vw, 116px);
  line-height: 0.96;
}

.case-hero-content > p:not(.section-kicker) {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(17px, 2vw, 22px);
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.case-meta span {
  padding: 10px 12px;
  color: rgba(255, 250, 242, 0.86);
  background: rgba(255, 250, 242, 0.1);
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 4px;
  font-weight: 800;
}

.case-section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 80px);
}

.case-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 92px);
  background: #090d10;
}

.case-overview h2,
.case-process h2,
.case-gallery h2,
.case-more h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 74px);
  line-height: 1.05;
}

.case-overview p {
  margin: 0 0 22px;
  color: rgba(255, 250, 242, 0.76);
  font-size: 18px;
}

.case-facts {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.case-facts div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 250, 242, 0.16);
}

.case-facts span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.case-facts strong {
  display: block;
  margin-top: 4px;
}

.case-process {
  background: var(--paper);
  color: var(--ink);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  background: rgba(12, 17, 22, 0.16);
  border: 1px solid rgba(12, 17, 22, 0.16);
}

.process-card {
  min-height: 330px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--white);
}

.process-card span {
  color: var(--gold);
  font-weight: 900;
}

.process-card h3 {
  margin: 58px 0 14px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
}

.process-card p {
  margin: 0;
  color: rgba(12, 17, 22, 0.72);
}

.case-gallery {
  background: var(--ink-2);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 46px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.case-more {
  background: #080b0e;
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.more-card {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 250, 242, 0.06);
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: 6px;
}

.more-card p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.more-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.18;
}

.case-sources {
  margin-top: 38px;
  color: rgba(255, 250, 242, 0.56);
  font-size: 13px;
}

.case-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.portfolio-case {
  background: var(--paper);
  color: var(--ink);
}

.portfolio-case .site-header {
  background: rgba(12, 17, 22, 0.52);
}

.portfolio-cover {
  padding: 112px clamp(16px, 4vw, 56px) 0;
  background: var(--ink);
}

.portfolio-cover img {
  width: 100%;
  height: clamp(420px, 56svh, 680px);
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.portfolio-title {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 6vw, 90px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 80px);
  background: var(--paper);
}

.portfolio-title h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(44px, 8vw, 116px);
  line-height: 0.96;
}

.portfolio-summary {
  align-self: end;
}

.portfolio-summary p {
  margin: 0;
  color: rgba(12, 17, 22, 0.72);
  font-size: clamp(17px, 2vw, 22px);
}

.portfolio-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 80px) clamp(64px, 8vw, 104px);
  background: var(--paper);
}

.portfolio-info div {
  min-height: 150px;
  padding: 22px;
  background: var(--white);
  border-top: 1px solid rgba(12, 17, 22, 0.14);
}

.portfolio-info span,
.portfolio-process span,
.portfolio-next span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.portfolio-info strong {
  display: block;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.35;
}

.portfolio-image-full {
  padding: 0 clamp(16px, 4vw, 56px);
  background: var(--paper);
}

.portfolio-image-full img {
  width: 100%;
  min-height: 70svh;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.portfolio-story {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 80px);
  color: var(--white);
  background: var(--ink);
}

.portfolio-story h2 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(36px, 6vw, 86px);
  line-height: 1.03;
}

.story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
  max-width: 1120px;
  margin-top: clamp(38px, 6vw, 76px);
}

.story-columns p {
  margin: 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: 18px;
}

.portfolio-gallery {
  display: grid;
  gap: clamp(20px, 4vw, 52px);
  padding: clamp(20px, 4vw, 56px);
  background: var(--paper);
}

.portfolio-gallery figure {
  margin: 0;
}

.portfolio-gallery img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.gallery-wide img {
  min-height: 70svh;
}

.gallery-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 52px);
}

.gallery-pair img {
  aspect-ratio: 4 / 3;
}

.portfolio-gallery figcaption {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(12, 17, 22, 0.62);
  font-size: 14px;
}

.portfolio-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 80px);
  color: var(--white);
  background: var(--ink-2);
}

.portfolio-process > .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 22px;
}

.portfolio-process div {
  min-height: 330px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 250, 242, 0.06);
  border: 1px solid rgba(255, 250, 242, 0.1);
}

.portfolio-process h3 {
  margin: 74px 0 14px;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
}

.portfolio-process p {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
}

.portfolio-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(12, 17, 22, 0.18);
}

.portfolio-next a {
  min-height: 260px;
  padding: clamp(28px, 5vw, 58px);
  background: var(--white);
}

.portfolio-next strong {
  display: block;
  max-width: 620px;
  margin-top: 52px;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.08;
}

.portfolio-sources {
  padding: 28px clamp(20px, 5vw, 80px);
  color: rgba(12, 17, 22, 0.58);
  background: var(--paper);
  font-size: 13px;
}

.portfolio-sources p {
  margin: 0;
}

.portfolio-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-body {
  color: var(--white);
  background: #080b0e;
}

.about-body .about-header {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.about-body .about-header.is-scrolled,
.about-body.search-open .about-header {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(12, 17, 22, 0.1);
  backdrop-filter: blur(16px);
}

.about-body .about-header.is-scrolled .brand-mark,
.about-body.search-open .about-header .brand-mark {
  color: var(--white);
  background: var(--ink);
}

.about-body .about-header.is-scrolled .nav-links,
.about-body.search-open .about-header .nav-links {
  color: rgba(12, 17, 22, 0.76);
}

.about-body .about-header.is-scrolled .nav-links a::after,
.about-body.search-open .about-header .nav-links a::after {
  background: var(--ink);
}

.about-body.search-open {
  overflow: hidden;
}

.about-body .nav-links a.is-current::after {
  width: 100%;
}

.about-search-toggle {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.about-search-toggle span,
.about-search-toggle span::after {
  position: absolute;
  display: block;
  content: "";
}

.about-search-toggle span {
  top: 10px;
  left: 9px;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.about-search-toggle span::after {
  top: 12px;
  left: 11px;
  width: 9px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.about-search-panel {
  position: fixed;
  z-index: 19;
  top: 0;
  right: 0;
  left: 0;
  padding: 104px clamp(20px, 5vw, 80px) 36px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(-105%);
  transition:
    opacity 0.3s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-body.search-open .about-search-panel {
  opacity: 1;
  transform: translateY(0);
}

.about-search-form {
  max-width: 1188px;
  margin: 0 auto;
}

.about-search-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 900;
}

.about-search-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-bottom: 1px solid var(--ink);
}

.about-search-form input,
.about-search-form button {
  min-height: 58px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
}

.about-search-form input {
  min-width: 0;
  padding: 0;
  outline: 0;
  font-size: clamp(20px, 3vw, 34px);
}

.about-search-form button {
  padding: 0 0 0 28px;
  cursor: pointer;
  font-weight: 900;
}

.about-banner {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 148px clamp(22px, 8vw, 124px) 58px;
  background: #050709;
  isolation: isolate;
}

.about-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 7, 9, 0.84), rgba(5, 7, 9, 0.24)),
    linear-gradient(0deg, rgba(5, 7, 9, 0.42), rgba(5, 7, 9, 0.08));
}

.about-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% + 60px);
  object-fit: cover;
  transform: translate3d(0, var(--about-hero-shift, 0px), 0) scale(1.03);
  transform-origin: center;
  transition: transform 0.08s linear;
}

.about-banner div {
  position: relative;
  z-index: 1;
}

.about-banner h1 {
  margin: 0;
  color: var(--white);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(46px, 6.4vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.about-body .about-banner h1 {
  animation: aboutTitleIn 0.82s ease both;
}

.about-title-line {
  display: block;
  width: 0;
  height: 1px;
  margin-top: 12px;
  background: rgba(255, 250, 242, 0.82);
  animation: aboutLineIn 0.9s 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-empire-intro {
  display: grid;
  grid-template-columns: minmax(0, 710px) minmax(320px, 405px);
  gap: clamp(58px, 9vw, 126px);
  justify-content: center;
  padding: 72px clamp(20px, 7vw, 124px) clamp(92px, 9vw, 140px);
  color: rgba(255, 250, 242, 0.74);
  background: #000;
}

.about-empire-copy {
  position: sticky;
  top: 104px;
  align-self: start;
  max-width: 720px;
}

.about-empire-copy p {
  margin: 0 0 34px;
  font-size: 15px;
  line-height: 1.72;
}

.about-empire-copy h2 {
  margin: 6px 0 8px;
  color: var(--white);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
}

.about-empire-media {
  display: grid;
  gap: 28px;
  align-content: start;
}

.about-empire-media figure {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  opacity: 0;
  transform: translateY(46px) scale(0.985);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-empire-media figure.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-empire-media img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  transform: translate3d(0, var(--about-image-offset, 0px), 0) scale(1.04);
  transition:
    filter 0.35s ease,
    transform 0.12s linear;
}

.about-empire-media figure:hover img {
  filter: saturate(1.08) contrast(1.04);
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 clamp(20px, 7vw, 124px) 78px;
  color: var(--white);
  background: #000;
}

.about-metrics div {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 26px 16px;
  text-align: center;
  background: #4258ff;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.about-metrics div:hover {
  background: #4c63ff;
  transform: translateY(-4px);
}

.about-metrics strong {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(45px, 5.6vw, 74px);
  font-weight: 400;
  line-height: 0.9;
}

.about-metrics span {
  color: rgba(255, 250, 242, 0.92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-clients {
  padding: 18px 0 86px;
  color: var(--white);
  background: #000;
}

.about-clients h2,
.about-services h2 {
  max-width: 1188px;
  margin: 0 auto 34px;
  padding: 0 clamp(20px, 7vw, 124px);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1;
}

.about-client-marquee {
  overflow: hidden;
  padding-bottom: 10px;
}

.about-client-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.about-client-group {
  display: flex;
  gap: 12px;
  padding-right: 12px;
}

.about-client-group span {
  display: grid;
  flex: 0 0 214px;
  min-height: 118px;
  place-items: center;
  padding: 24px;
  color: rgba(255, 250, 242, 0.9);
  background: #1a1a1a;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.about-client-group span:hover {
  color: var(--white);
  background: #242424;
  transform: translateY(-3px);
}

.about-services {
  padding: 0 clamp(20px, 7vw, 124px) clamp(88px, 10vw, 140px);
  color: var(--white);
  background: #000;
}

.about-services h2 {
  padding: 0;
}

.about-service-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 98px);
  max-width: 1188px;
  margin: 0 auto;
}

.about-service-column {
  display: grid;
  gap: 54px;
  align-content: start;
}

.about-service-column article {
  min-width: 0;
}

.about-service-columns h3 {
  margin: 0 0 12px;
  padding-bottom: 6px;
  color: var(--white);
  border-bottom: 1px solid rgba(66, 88, 255, 0.72);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.15;
}

.about-service-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-service-columns li {
  color: rgba(255, 250, 242, 0.64);
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 7px;
}

@keyframes aboutTitleIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutLineIn {
  from {
    width: 0;
  }

  to {
    width: min(100%, 640px);
  }
}

@keyframes aboutClientMarquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .about-client-track {
    animation: aboutClientMarquee 30s linear infinite;
  }

  .about-client-marquee:hover .about-client-track {
    animation-play-state: paused;
  }
}

.about-footer {
  display: block;
  padding: 56px clamp(20px, 7vw, 124px) 26px;
  color: var(--white);
  background: #000;
}

.about-footer-top,
.about-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  max-width: 1188px;
  margin: 0 auto;
}

.about-footer-top {
  padding-bottom: 42px;
}

.about-footer-brand {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.9;
}

.about-footer-top > div {
  display: flex;
  gap: 18px;
  align-items: center;
  color: rgba(255, 250, 242, 0.68);
  font-size: 13px;
}

.about-footer-top a:hover,
.about-footer-bottom a:hover {
  color: var(--white);
}

.about-footer-bottom {
  padding-top: 18px;
  color: rgba(255, 250, 242, 0.42);
  border-top: 1px solid rgba(255, 250, 242, 0.12);
  font-size: 12px;
}

.wechat-body {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.42), rgba(12, 17, 22, 0.96)),
    url("./assets/cases/gxngy-party-ideology-hall/09.webp") center / cover fixed;
}

.wechat-entry {
  min-height: 100svh;
  padding: 112px clamp(18px, 5vw, 80px) 70px;
}

.wechat-hero {
  width: min(860px, 100%);
  padding: clamp(34px, 7vw, 78px) 0 clamp(20px, 5vw, 48px);
}

.wechat-hero h1 {
  margin: 0;
  font-size: clamp(42px, 12vw, 104px);
  line-height: 0.96;
}

.wechat-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: 18px;
}

.wechat-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wechat-card {
  min-height: 260px;
  padding: 24px;
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 6px;
  backdrop-filter: blur(14px);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.wechat-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 250, 242, 0.13);
}

.wechat-card span {
  color: var(--gold);
  font-weight: 900;
}

.wechat-card h2 {
  margin: 58px 0 12px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1;
}

.wechat-card p {
  margin: 0;
  color: rgba(255, 250, 242, 0.7);
}

.primary-card {
  background: rgba(255, 250, 242, 0.16);
}

.wechat-menu-note {
  margin-top: 42px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(8, 11, 14, 0.72);
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: 6px;
}

.wechat-menu-note h2 {
  margin: 0 0 20px;
  font-size: 28px;
}

.wechat-menu-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wechat-menu-list div {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: rgba(255, 250, 242, 0.06);
  border-radius: 4px;
}

.wechat-menu-list span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.wechat-menu-list em {
  color: rgba(255, 250, 242, 0.58);
  font-style: normal;
  font-size: 13px;
}

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

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

@media (max-width: 980px) {
  .site-header {
    height: 64px;
  }

  .mobile-nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: 64px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    overflow: hidden;
    max-height: 0;
    color: var(--white);
    background: rgba(12, 17, 22, 0.96);
    border: 0 solid rgba(255, 250, 242, 0.14);
    border-radius: 6px;
    box-shadow: var(--shadow);
    transition:
      max-height 0.25s ease,
      border-width 0.25s ease;
  }

  body.nav-open .nav-links {
    max-height: 420px;
    border-width: 1px;
  }

  .nav-links a {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(255, 250, 242, 0.1);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .hero-strip,
  .empire-proof,
  .empire-about,
  .about-empire-intro,
  .featured-layout,
  .intro,
  .experience-statement,
  .production-steps,
  .project-gateway,
  .topic-grid,
  .seo-faq-head,
  .faq-grid,
  .service-index-card,
  .service-narrative,
  .service-process-band,
  .service-case-grid,
  .case-index-intro,
  .scene-layout,
  .pov-block,
  .story-card,
  .capabilities,
  .contact,
  .case-overview,
  .process-grid,
  .gallery-grid,
  .more-grid,
  .portfolio-title,
  .portfolio-info,
  .story-columns,
  .gallery-pair,
  .portfolio-process,
  .portfolio-next,
  .case-list-item,
  .case-list-item.is-latest {
    grid-template-columns: 1fr;
  }

  .about-empire-copy {
    position: static;
  }

  .wechat-card-grid,
  .wechat-menu-list,
  .scene-row {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: -126px 20px 28px;
  }

  .hero-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-strip span:last-child {
    border-bottom: 0;
  }

  .solution-grid,
  .work-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .case-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(260px, auto);
  }

  .case-showcase-card.is-large,
  .case-showcase-card.is-wide {
    grid-column: span 2;
    grid-row: auto;
  }

  .experience-notes article,
  .production-steps article {
    min-height: auto;
  }

  .production-steps h3 {
    margin-top: 48px;
  }

  .showcase-grid {
    min-height: auto;
  }

  .featured-list {
    position: relative;
    top: auto;
  }

  .about-heading,
  .about-intro,
  .about-image,
  .about-story-grid,
  .about-link {
    grid-column: 1 / -1;
  }

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

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

  .solution-panel {
    min-height: auto;
  }

  .project-card,
  .project-card.large,
  .project-card.feature,
  .project-card.tall,
  .project-card.wide {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 360px;
  }

  .work-grid > .project-card:not(.feature, .tall, .wide) {
    grid-column: 1 / -1;
  }

  .case-list-item div {
    min-height: 320px;
  }

  .case-index-intro .button {
    min-width: 0;
  }

  .pov-block.reverse .pov-image,
  .story-card:nth-child(even) .story-media,
  .service-index-card:nth-child(even) img {
    order: 0;
  }

  .capability-image {
    position: relative;
    top: auto;
  }

  .case-hero {
    min-height: 76svh;
    padding-top: 100px;
  }

  .portfolio-cover {
    padding-top: 82px;
  }

  .service-index-card,
  .service-block {
    min-height: auto;
  }

  .service-case-card span {
    margin-top: 260px;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: 62px;
  }

  .brand {
    font-size: 16px;
  }

  .hero-content {
    width: auto;
    max-width: none;
    margin: 0 20px;
    padding: 104px 0 56px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(46px, 16vw, 82px);
  }

  .about-banner {
    min-height: 280px;
    padding: 112px 20px 58px;
  }

  .about-body .about-header.is-scrolled .nav-links,
  .about-body.search-open .about-header .nav-links {
    color: var(--white);
  }

  .about-body .about-header.is-scrolled .nav-links a::after,
  .about-body.search-open .about-header .nav-links a::after {
    background: var(--white);
  }

  .about-search-toggle {
    margin-left: auto;
  }

  .about-search-panel {
    padding: 88px 20px 24px;
  }

  .about-banner h1 {
    font-size: clamp(40px, 13vw, 54px);
  }

  .about-empire-intro {
    gap: 46px;
    padding: 52px 20px 62px;
  }

  .about-empire-copy p {
    font-size: 14px;
  }

  .about-empire-media {
    gap: 18px;
  }

  .about-empire-media img {
    aspect-ratio: 1.25 / 1;
  }

  .about-metrics,
  .about-service-columns {
    grid-template-columns: 1fr;
  }

  .about-metrics {
    gap: 8px;
    padding: 0 20px 58px;
  }

  .about-metrics div {
    min-height: 122px;
  }

  .about-clients {
    padding-bottom: 62px;
  }

  .about-client-group span {
    flex-basis: 168px;
    min-height: 96px;
    font-size: 18px;
  }

  .about-services {
    padding: 0 20px 72px;
  }

  .about-service-columns {
    gap: 34px;
  }

  .about-service-column {
    gap: 34px;
  }

  .about-footer-top,
  .about-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-footer-top > div {
    flex-wrap: wrap;
  }

  .hero-lede {
    font-size: clamp(28px, 11vw, 48px);
  }

  .empire-proof h2,
  .empire-about h2 {
    font-size: clamp(30px, 10vw, 50px);
  }

  .about-image img {
    height: 56svh;
    min-height: 320px;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-grid article {
    min-height: auto;
  }

  .about-story-grid h3 {
    margin-top: 46px;
  }

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

  .hero-actions {
    display: grid;
  }

  .hero-carousel-nav {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 20px 28px;
  }

  .hero-carousel-nav button {
    min-height: 78px;
    padding: 12px 8px 0;
  }

  .hero-carousel-nav em {
    font-size: 12px;
  }

  .service-hero-inner {
    width: calc(100% - 32px);
    padding-bottom: 78px;
  }

  .service-index-hero h1,
  .service-hero h1 {
    font-size: clamp(44px, 16vw, 82px);
  }

  .service-index-card img {
    min-height: 300px;
  }

  .service-block h2,
  .topic-card h3 {
    margin-top: 42px;
  }

  .service-process-band li {
    grid-template-columns: 1fr;
  }

  .service-case-card {
    min-height: 390px;
  }

  .service-case-card span {
    margin-top: 230px;
  }

  .hero-strip {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 36px;
  }

  .section-head {
    display: block;
  }

  .section-link {
    display: inline-block;
    margin-top: 18px;
  }

  .capability-list div {
    grid-template-columns: 1fr;
  }

  .capability-list p {
    grid-column: auto;
  }

  .contact-panel {
    padding: 24px;
  }

  .project-card,
  .project-card.large,
  .project-card.feature,
  .project-card.tall,
  .project-card.wide {
    min-height: 300px;
  }

  .case-showcase-grid {
    grid-template-columns: 1fr;
  }

  .case-showcase-card,
  .case-showcase-card.is-large,
  .case-showcase-card.is-wide {
    grid-column: auto;
    min-height: 300px;
  }

  .story-card,
  .case-hero,
  .case-section {
    min-height: auto;
  }

  .case-section {
    padding: 64px 18px;
  }

  .case-hero-content h1 {
    font-size: clamp(38px, 15vw, 74px);
  }

  .process-card {
    min-height: auto;
  }

  .gallery-grid img {
    min-height: 280px;
  }

  .portfolio-cover {
    padding-right: 0;
    padding-left: 0;
  }

  .portfolio-cover img {
    height: 54svh;
    min-height: 340px;
    border-radius: 0;
  }

  .portfolio-title {
    padding: 48px 18px;
  }

  .portfolio-title h1 {
    font-size: clamp(38px, 15vw, 72px);
  }

  .portfolio-info {
    padding: 0 18px 56px;
  }

  .portfolio-info div,
  .portfolio-process div,
  .portfolio-next a {
    min-height: auto;
  }

  .portfolio-image-full {
    padding: 0;
  }

  .portfolio-image-full img,
  .gallery-wide img {
    min-height: 52svh;
    border-radius: 0;
  }

  .portfolio-story,
  .portfolio-process {
    padding: 64px 18px;
  }

  .portfolio-gallery {
    padding: 18px;
  }

  .wechat-entry {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wechat-card {
    min-height: 220px;
  }

  .site-footer {
    display: grid;
  }
}

}

/* Empire Entertainment inspired color and typography system - August 2026 */
:root {
  --empire-black: #000000;
  --empire-white: #f8f8f8;
  --empire-grey: #f7f7f7;
  --empire-grey-dark: #707070;
  --empire-primary: #4353ff;
  --empire-card: #1b1b1b;
  --empire-line-dark: rgba(255, 255, 255, 0.15);
  --empire-line-light: rgba(0, 0, 0, 0.14);
  --display-font: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  --body-font: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  --label-font: Montserrat, "Arial Narrow", "Helvetica Neue", "PingFang SC", sans-serif;
  --ink: #000000;
  --ink-2: #1f1f1f;
  --paper: #f7f7f7;
  --white: #f8f8f8;
  --muted: #707070;
  --line: rgba(255, 255, 255, 0.15);
  --blue: #4353ff;
  --gold: #4353ff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

html,
body,
button,
input,
textarea,
select {
  font-family: var(--body-font) !important;
  letter-spacing: 0 !important;
}

body * {
  font-family: var(--body-font) !important;
}

html {
  color: var(--empire-black);
  background: var(--empire-black);
}

body {
  color: var(--empire-black);
  background: var(--empire-white);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p,
li {
  line-height: 1.68;
}

.home-hero-title,
.home-hero-inner h1,
.home-statement h2,
.home-featured-head h2,
.about-banner h1,
.about-clients h2,
.about-services > h2,
.case-index-hero h1,
.portfolio-hero-identity h1,
.service-index-hero h1,
.service-hero h1,
.contact-page-hero h1,
.project-gateway h2 {
  font-family: var(--display-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.section-kicker,
.eyebrow,
.nav-links,
.archive-tools-title p,
.archive-filters,
.portfolio-overview-label,
.portfolio-hero-identity > span,
.contact-page-details strong {
  font-family: var(--label-font) !important;
  letter-spacing: 0 !important;
}

.section-kicker,
.eyebrow {
  color: currentColor;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.page-curtain {
  background: var(--empire-black);
}

.project-cursor {
  color: var(--empire-black);
  background: var(--empire-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--empire-primary);
  outline-offset: 4px;
}

.site-header,
.home-body .site-header,
.about-body .site-header,
.portfolio-case .site-header {
  color: var(--empire-white);
  background: transparent;
}

.site-header.is-scrolled,
.home-body .site-header.is-scrolled,
.about-body .site-header.is-scrolled,
.portfolio-case .site-header.is-scrolled {
  color: var(--empire-black);
  background: rgba(248, 248, 248, 0.97);
  border-bottom: 1px solid var(--empire-line-light);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.brand-mark {
  color: var(--empire-black);
  background: var(--empire-white);
}

.is-scrolled .brand-mark {
  color: var(--empire-white);
  background: var(--empire-black);
}

.nav-links {
  font-size: 13px;
  font-weight: 800;
}

.about-search-panel {
  color: var(--empire-white);
  background: var(--empire-black);
  border-bottom-color: var(--empire-line-dark);
}

.about-search-form input {
  color: var(--empire-white);
  border-bottom-color: rgba(248, 248, 248, 0.52);
}

.about-search-form input::placeholder {
  color: rgba(248, 248, 248, 0.56);
}

.about-search-form button,
.button.primary {
  color: #ffffff;
  background: var(--empire-primary);
  border-color: var(--empire-primary);
}

.about-search-form button:hover,
.button.primary:hover {
  opacity: 0.68;
}

/* Homepage */
.home-body {
  color: var(--empire-white);
  background: var(--empire-black);
}

.home-empire-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.48) 54%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 48%);
}

.home-hero-captions .eyebrow,
.home-hero-captions .hero-copy {
  color: rgba(248, 248, 248, 0.78);
}

.showreel-circle,
.home-slider-arrow,
.hero-carousel-nav button {
  border-color: rgba(248, 248, 248, 0.52);
}

.home-slider-arrow:hover {
  color: var(--empire-black);
  background: var(--empire-white);
}

.home-statement {
  color: var(--empire-white);
  background: var(--empire-black);
}

.home-statement p {
  color: rgba(248, 248, 248, 0.7);
}

.home-statement-line {
  background: var(--empire-line-dark);
}

.home-text-link {
  color: var(--empire-white);
  background: transparent;
  border-bottom: 1px solid rgba(248, 248, 248, 0.55);
}

.home-text-link:hover {
  color: var(--empire-white);
  background: transparent;
  border-bottom-color: var(--empire-white);
}

.home-featured {
  color: var(--empire-white);
  background: var(--empire-black);
}

.home-featured-head {
  border-top-color: var(--empire-line-dark);
}

.home-featured-card {
  background: var(--empire-card);
  border: 1px solid rgba(248, 248, 248, 0.1);
  border-radius: 16px;
}

.home-featured-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.8) 100%);
}

.showreel-modal,
.showreel-stage {
  color: var(--empire-white);
  background: var(--empire-black);
}

/* About */
.about-body {
  color: var(--empire-white);
  background: var(--empire-black);
}

.about-banner {
  background: var(--empire-black);
}

.about-banner::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.04));
}

.about-empire-intro,
.about-metrics,
.about-clients,
.about-services {
  color: rgba(248, 248, 248, 0.72);
  background: var(--empire-black);
}

.about-empire-copy h2,
.about-clients h2,
.about-services h2,
.about-service-columns h3 {
  color: var(--empire-white);
}

.about-empire-copy h2,
.about-service-columns h3 {
  font-family: var(--body-font) !important;
  font-weight: 500;
}

.about-empire-media figure {
  background: var(--empire-card);
  border-radius: 8px;
}

.about-metrics div,
.about-client-group span {
  color: var(--empire-white);
  background: var(--empire-card);
  border: 1px solid rgba(248, 248, 248, 0.1);
  border-radius: 8px;
}

.about-metrics div:hover,
.about-client-group span:hover {
  color: var(--empire-white);
  background: #252525;
}

.about-service-columns h3 {
  border-bottom-color: rgba(248, 248, 248, 0.32);
}

.about-service-columns li {
  color: rgba(248, 248, 248, 0.62);
}

/* Project archive */
.case-index-body {
  color: var(--empire-white);
  background: var(--empire-black);
}

.case-index-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.58) 50%, rgba(0, 0, 0, 0.12) 100%),
    url("./assets/cases/china-asean-beidou-center/03.webp") center / cover;
}

.archive-tools {
  color: var(--empire-white);
  background: var(--empire-black);
  border-bottom-color: var(--empire-line-dark);
}

.archive-search input {
  color: var(--empire-white);
  border-bottom-color: rgba(248, 248, 248, 0.48);
}

.archive-filters button {
  color: rgba(248, 248, 248, 0.7);
  background: transparent;
  border-color: rgba(248, 248, 248, 0.24);
}

.archive-filters button:hover,
.archive-filters button.is-active {
  color: var(--empire-black);
  background: var(--empire-white);
  border-color: var(--empire-white);
}

.case-index-list {
  color: var(--empire-black);
  background: var(--empire-grey);
}

.case-list-item {
  background: #ffffff;
  border-color: var(--empire-line-light);
}

.case-list-item:hover {
  color: var(--empire-black);
  background: #efefef;
}

/* Project detail */
.portfolio-cover {
  background: var(--empire-black);
}

.portfolio-cover::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), transparent 66%);
}

.portfolio-title,
.portfolio-info,
.portfolio-image-full,
.portfolio-sources {
  color: var(--empire-black);
  background: var(--empire-white);
}

.portfolio-title .section-kicker,
.portfolio-overview-label,
.portfolio-info dt,
.gallery-number {
  color: var(--empire-grey-dark);
}

.portfolio-story {
  color: var(--empire-white);
  background: var(--empire-black);
}

.portfolio-story p {
  color: rgba(248, 248, 248, 0.72);
}

.portfolio-gallery {
  background: var(--empire-grey);
}

.portfolio-gallery figure {
  background: #ffffff;
  border-radius: 8px;
}

.portfolio-next {
  color: var(--empire-black);
  background: var(--empire-line-light);
}

.portfolio-next a:hover {
  background: var(--empire-card);
}

/* Services */
.service-body {
  color: var(--empire-black);
  background: var(--empire-white);
}

.service-index-hero {
  color: var(--empire-white);
  background: var(--empire-black);
}

.service-index-grid {
  color: var(--empire-white);
  background: var(--empire-black);
}

.service-index-card,
.service-case-card {
  background: var(--empire-card);
  border: 1px solid rgba(248, 248, 248, 0.1);
  border-radius: 16px;
}

.service-index-card::after,
.service-case-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.84) 100%);
}

.project-gateway {
  color: var(--empire-black);
  background: var(--empire-white);
}

.service-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.52) 58%, rgba(0, 0, 0, 0.08)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 48%);
}

.service-keywords {
  color: var(--empire-black);
  background: var(--empire-white);
  border-color: var(--empire-line-light);
}

.service-narrative {
  color: var(--empire-black);
  background: var(--empire-white);
}

.service-block {
  border-color: var(--empire-line-light);
}

.service-block > span {
  color: var(--empire-grey-dark);
}

.service-process-band,
.contact {
  color: var(--empire-white);
  background: var(--empire-black);
}

.service-related {
  color: var(--empire-black);
  background: var(--empire-grey);
}

/* Contact: Empire uses its cobalt as a dedicated accent page. */
.contact-body {
  color: var(--empire-black);
  background: var(--empire-white);
}

.contact-page-hero {
  color: #ffffff;
  background: var(--empire-primary);
}

.contact-page-hero .section-kicker,
.contact-page-details span,
.contact-page-details strong {
  color: rgba(255, 255, 255, 0.78);
}

.contact-page-details > * {
  border-color: rgba(255, 255, 255, 0.36);
}

.contact-page-intro {
  color: var(--empire-black);
  background: var(--empire-white);
}

.contact-page-services {
  color: var(--empire-black);
  background: var(--empire-grey);
  border-color: var(--empire-line-light);
}

.contact-page-services a {
  border-color: var(--empire-line-light);
}

.contact-page-services a:hover {
  color: var(--empire-white);
  background: var(--empire-black);
}

.home-footer,
.empire-global-footer,
.about-footer,
.site-footer {
  color: var(--empire-white);
  background: var(--empire-black);
}

.home-footer-bottom,
.about-footer-bottom {
  color: rgba(248, 248, 248, 0.5);
  border-top-color: var(--empire-line-dark);
}

.wechat-body {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.94)),
    url("./assets/cases/gxngy-party-ideology-hall/09.webp") center / cover fixed;
}

.wechat-card,
.wechat-menu-note {
  background: rgba(248, 248, 248, 0.08);
  border-color: rgba(248, 248, 248, 0.16);
}

@media (min-width: 981px) {
  .site-header,
  .home-body .site-header,
  .about-body .site-header,
  .portfolio-case .site-header {
    height: 84px;
  }

  .nav-links {
    gap: 32px;
  }

  .home-hero-title,
  .home-hero-inner h1 {
    max-width: 880px;
    font-size: 122px;
    line-height: 0.92;
  }

  .home-statement h2 {
    max-width: 1040px;
    font-size: 48px;
    line-height: 1.1;
  }

  .home-featured-head h2 {
    font-size: 72px;
    line-height: 1;
  }

  .home-featured-card h3 {
    font-family: var(--body-font) !important;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.08;
  }

  .about-banner h1 {
    font-size: 82px;
    line-height: 1;
  }

  .about-clients h2,
  .about-services > h2 {
    font-size: 52px;
    line-height: 1.05;
  }

  .about-empire-copy p,
  .portfolio-title p,
  .service-block p,
  .contact-page-intro p {
    font-size: 17px;
    line-height: 1.78;
  }

  .case-index-hero h1 {
    font-size: 176px;
    line-height: 0.86;
  }

  .portfolio-hero-identity h1 {
    max-width: 1040px;
    font-size: 88px;
    line-height: 0.98;
  }

  .portfolio-summary > p:not(.portfolio-overview-label) {
    font-size: 28px;
    line-height: 1.52;
  }

  .service-index-hero h1 {
    font-size: 176px;
    line-height: 0.86;
  }

  .service-hero h1 {
    max-width: 980px;
    font-size: 104px;
    line-height: 0.96;
  }

  .contact-page-hero h1 {
    max-width: 980px;
    font-size: 122px;
    line-height: 0.96;
  }
}

@media (max-width: 980px) {
  .nav-links {
    color: var(--empire-white);
    background: var(--empire-black);
  }

  .site-header.is-scrolled .mobile-nav-toggle {
    color: var(--empire-black);
  }

  .home-hero-title,
  .home-hero-inner h1,
  .about-banner h1,
  .case-index-hero h1,
  .service-index-hero h1,
  .service-hero h1,
  .contact-page-hero h1,
  .portfolio-hero-identity h1 {
    font-size: 58px;
    line-height: 1;
  }

  .home-statement h2,
  .home-featured-head h2,
  .about-clients h2,
  .about-services > h2 {
    font-size: 38px;
    line-height: 1.12;
  }
}

/* Project method narrative and adjacent-project navigation */
#project-method,
#project-method-steps,
#project-navigation {
  scroll-margin-top: 92px;
}

.portfolio-process {
  display: block;
  padding: 104px 4.5vw 112px;
  color: #f8f8f8;
  background: #080b0e;
}

.portfolio-process .portfolio-process-intro {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: 8vw;
  min-height: 0;
  padding: 0 0 76px;
  align-items: end;
  background: transparent;
  border: 0;
}

.portfolio-process .portfolio-process-intro > div {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.portfolio-process-intro .section-kicker {
  margin: 0 0 22px;
  color: #c7923a;
}

.portfolio-process-intro h2 {
  max-width: 680px;
  margin: 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.05;
}

.portfolio-process-intro > p {
  max-width: 760px;
  margin: 0;
  color: rgba(248, 248, 248, 0.72);
  font-size: 18px;
  line-height: 1.85;
}

.portfolio-process .portfolio-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(248, 248, 248, 0.22);
  border-bottom: 1px solid rgba(248, 248, 248, 0.22);
}

.portfolio-process .portfolio-process-grid > div {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 28px 34px 36px;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(248, 248, 248, 0.18);
}

.portfolio-process .portfolio-process-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.portfolio-process .portfolio-process-grid > div:last-child {
  padding-right: 0;
}

.portfolio-process .portfolio-process-number {
  color: #c7923a;
  font-size: 12px;
  font-weight: 700;
}

.portfolio-process .portfolio-process-role {
  margin: 12px 0 0;
  color: rgba(248, 248, 248, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.portfolio-process .portfolio-process-grid h3 {
  max-width: 390px;
  margin: 74px 0 22px;
  color: #f8f8f8;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.08;
}

.portfolio-process .portfolio-process-grid > div > p:last-child {
  max-width: 420px;
  margin: auto 0 0;
  color: rgba(248, 248, 248, 0.7);
  font-size: 15px;
  line-height: 1.78;
}

.portfolio-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  color: #080b0e;
  background: rgba(8, 11, 14, 0.2);
}

.portfolio-next a,
.portfolio-next a:last-child {
  min-height: 300px;
  padding: 42px 4vw;
  color: #080b0e;
  background: #f8f8f8;
  border: 0;
  transition: color 0.28s ease, background 0.28s ease;
}

.portfolio-next a:last-child {
  background: #ededed;
}

.portfolio-next span {
  color: rgba(8, 11, 14, 0.52);
}

.portfolio-next strong {
  display: block;
  max-width: 580px;
  margin-top: 72px;
  color: #080b0e;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12;
}

.portfolio-next a:hover,
.portfolio-next a:focus-visible,
.portfolio-next a:last-child:hover,
.portfolio-next a:last-child:focus-visible {
  color: #f8f8f8;
  background: #080b0e;
}

.portfolio-next a:hover span,
.portfolio-next a:focus-visible span {
  color: rgba(248, 248, 248, 0.6);
}

.portfolio-next a:hover strong,
.portfolio-next a:focus-visible strong {
  color: #f8f8f8;
}

@media (max-width: 980px) {
  .portfolio-process {
    padding: 76px 22px 82px;
  }

  .portfolio-process .portfolio-process-intro {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 54px;
  }

  .portfolio-process-intro h2 {
    font-size: 40px;
  }

  .portfolio-process-intro > p {
    font-size: 16px;
  }

  .portfolio-process .portfolio-process-grid,
  .portfolio-next {
    grid-template-columns: 1fr;
  }

  .portfolio-process .portfolio-process-grid > div,
  .portfolio-process .portfolio-process-grid > div:first-child,
  .portfolio-process .portfolio-process-grid > div:last-child {
    min-height: 0;
    padding: 28px 0 38px;
    border-left: 0;
    border-top: 1px solid rgba(248, 248, 248, 0.18);
  }

  .portfolio-process .portfolio-process-grid > div:first-child {
    border-top: 0;
  }

  .portfolio-process .portfolio-process-grid h3 {
    margin-top: 42px;
    font-size: 32px;
  }

  .portfolio-process .portfolio-process-grid > div > p:last-child {
    margin-top: 34px;
  }

  .portfolio-next a,
  .portfolio-next a:last-child {
    min-height: 230px;
    padding: 34px 22px;
  }

  .portfolio-next strong {
    margin-top: 48px;
    font-size: 28px;
  }
}
