:root {
  --ink: #090807;
  --ink-soft: #141211;
  --paper: #f3eadb;
  --paper-dim: #cfc2ad;
  --muted: #887f70;
  --gold: #d2ad5e;
  --red: #d70b2f;
  --line: rgba(243, 234, 219, 0.2);
  --line-dark: rgba(9, 8, 7, 0.2);
  --header: rgba(9, 8, 7, 0.78);
  --max: 1180px;
  --serif: Georgia, "Times New Roman", "Noto Serif SC", serif;
  --sans: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  --type-base: 16px;
  --type-label: 12.5px;
  --type-hero-title: 157px;
  --type-page-title: 93px;
  --type-section-title: 67px;
  --type-card-title: 53px;
  --type-body-text: 18px;
  --type-contact-action: 27px;
  --type-case-title: 134px;
  --type-pricing-price: 78px;
  --type-hero-title-tablet: 113px;
  --type-hero-title-mobile: 82px;
  --type-page-title-tablet: 67px;
  --type-page-title-mobile: 52px;
  --type-section-title-mobile: 42px;
  --type-card-title-mobile: 38px;
  --type-body-text-mobile: 16px;
  --type-contact-action-mobile: 23px;
  --type-case-title-tablet: 96px;
  --type-case-title-mobile: 70px;
  --type-pricing-price-mobile: 56px;
  --type-section-contact: 76px;
  --type-card-small: 32px;
  --type-action-text: 16px;
  --type-stat: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  letter-spacing: 0;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 3px),
    var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: var(--type-base);
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(90deg, transparent 0 49%, rgba(243, 234, 219, 0.08) 49% 50%, transparent 50%),
    linear-gradient(0deg, transparent 0 49%, rgba(243, 234, 219, 0.05) 49% 50%, transparent 50%);
  background-size: 36px 36px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 24px;
  left: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--header);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 6px;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong,
.brand em,
.site-nav a,
.eyebrow,
.row-count,
.section-index,
.row-tags,
.work-year,
.work-tags,
.contact-number,
.case-meta span,
.site-footer,
.copy-link {
  font-size: var(--type-label);
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand em {
  color: var(--paper-dim);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.site-nav a {
  color: var(--paper-dim);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--paper);
}

.nav-toggle span {
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle span + span {
  margin-top: 0;
}

.nav-toggle span:first-child {
  transform: translateY(-4px);
}

.nav-toggle span:last-child {
  transform: translateY(4px);
}

.menu-open .nav-toggle span:first-child {
  transform: rotate(45deg);
}

.menu-open .nav-toggle span:last-child {
  transform: rotate(-45deg);
}

main {
  min-height: 100vh;
}

.hero,
.page-hero,
.about-hero,
.case-hero {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  padding-top: 126px;
}

.home-hero {
  position: relative;
  min-height: 86vh;
  padding-bottom: 80px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-top: 64px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
}

.hero-title,
.page-title,
.case-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.25;
}

.hero-title {
  font-size: var(--type-hero-title);
}

.hero-title span {
  display: block;
}

.hero-title span:last-child {
  color: var(--red);
}

.hero-kicker {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--paper-dim);
  font-size: var(--type-body-text);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 38px;
}

.text-link,
.big-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--type-action-text);
  color: var(--paper);
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  transition: color 180ms ease;
}

.text-link:hover,
.text-link:focus-visible,
.big-link:hover,
.big-link:focus-visible {
  color: var(--gold);
}

.muted-link {
  color: var(--paper-dim);
}

.hero-portrait {
  position: absolute;
  right: 2%;
  bottom: 20px;
  width: 390px;
  height: 480px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.hero-notes {
  position: absolute;
  right: 440px;
  top: 310px;
  display: grid;
  gap: 12px;
  width: 210px;
  color: var(--paper-dim);
}

.hero-notes p {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.section {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  padding: 96px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 40px;
}

.section-index {
  color: var(--gold);
}

.section-heading h2 {
  margin: 0;
  max-width: 820px;
  font-family: var(--serif);
  font-size: var(--type-section-title);
  font-weight: 400;
  line-height: 1.25;
}

.project-list,
.work-list,
.timeline,
.contact-grid,
.case-story {
  border-top: 1px solid var(--line);
}

.project-row {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 240px 32px;
  gap: 24px;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, color 180ms ease;
}

.project-row:hover,
.project-row:focus-visible {
  background: rgba(243, 234, 219, 0.055);
  color: var(--gold);
}

.row-count,
.row-tags,
.work-year,
.work-tags {
  color: var(--muted);
}

.row-main {
  display: grid;
  gap: 8px;
}

.row-main strong,
.work-title-text {
  font-family: var(--serif);
  font-size: var(--type-card-title);
  font-weight: 400;
  line-height: 1;
}

.row-main em,
.work-desc,
.capability-item p,
.mini-panel p,
.timeline-row p,
.case-title-grid p,
.case-block p,
.manifesto-text,
.contact-card p {
  color: var(--paper-dim);
  font-size: var(--type-body-text);
  font-style: normal;
}

.row-arrow {
  color: var(--gold);
  font-size: var(--type-body-text);
  text-align: right;
}

.split-section {
  padding-top: 44px;
}

.capability-grid,
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.capability-item,
.mini-panel {
  min-height: 230px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.capability-item span,
.mini-panel span,
.timeline-row span {
  color: var(--gold);
  font-size: var(--type-label);
}

.capability-item h3,
.mini-panel h3,
.timeline-row h3,
.case-block h2 {
  margin: 18px 0 14px;
  font-family: var(--serif);
  font-size: var(--type-card-small);
  font-weight: 400;
  line-height: 1.08;
}

.contact-band {
  width: 100%;
  margin: 24px 0 0;
  padding: 88px max(32px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.contact-band .eyebrow {
  color: var(--red);
}

.contact-band h2 {
  max-width: 880px;
  margin: 0 0 34px;
  font-family: var(--serif);
  font-size: var(--type-section-contact);
  font-weight: 400;
  line-height: 0.96;
}

.contact-band .big-link {
  color: var(--ink);
}

.site-footer {
  display: block;
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  padding: 36px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.site-footer__brand {
  display: grid;
  gap: 8px;
  min-width: 220px;
}

.site-footer__brand strong {
  color: var(--paper);
  font-family: var(--sans);
  font-size: var(--type-label);
  line-height: 1.2;
}

.site-footer__brand span {
  color: var(--muted);
  font-size: var(--type-label);
  line-height: 1.6;
}

.site-footer__filings {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  max-width: 360px;
}

.site-footer__filings a {
  color: var(--muted);
  font-size: var(--type-label);
  line-height: 1.6;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer__filings a:hover,
.site-footer__filings a:focus-visible {
  color: var(--gold);
  outline: none;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  max-width: 900px;
}

.site-footer__links a,
.footer-copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(243, 234, 219, 0.035);
  color: var(--paper-dim);
  font: inherit;
  font-size: var(--type-label);
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.footer-copy:hover,
.footer-copy:focus-visible,
.footer-copy.is-copied {
  border-color: var(--gold);
  background: rgba(210, 173, 94, 0.14);
  color: var(--gold);
}

.footer-copy.is-copied::after {
  content: attr(data-copy-feedback);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  min-width: max-content;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--ink);
  color: var(--gold);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.footer-wechat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-qr-slot {
  display: grid;
  place-items: center;
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1;
  transform-origin: right bottom;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  will-change: transform;
}

.footer-qr-slot img {
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: contain;
}

.footer-qr-slot:hover,
.footer-qr-slot:focus-visible {
  z-index: 3;
  border-color: var(--gold);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  transform: scale(1.85);
  outline: none;
}

.page-hero {
  min-height: 52vh;
}

.page-title-wrap {
  max-width: 960px;
  padding-top: 64px;
}

.page-title {
  font-size: var(--type-page-title);
  line-height: 1.25;
}

.work-board {
  padding-top: 40px;
}

.work-item {
  display: grid;
  grid-template-columns: 90px minmax(180px, 0.8fr) minmax(240px, 1fr) 210px 34px;
  gap: 24px;
  align-items: center;
  min-height: 148px;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, color 180ms ease;
}

.work-item:hover,
.work-item:focus-visible {
  background: rgba(243, 234, 219, 0.055);
  color: var(--gold);
}

.work-title-text {
  display: block;
}

.archive-section {
  padding-top: 36px;
}

.about-hero {
  min-height: 70vh;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  align-items: end;
  padding-top: 56px;
}

.about-copy {
  align-self: center;
}

.about-portrait {
  width: 360px;
  height: 470px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.manifesto {
  padding-top: 48px;
}

.manifesto-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-left: 88px;
  font-size: var(--type-body-text);
}

.timeline-row {
  display: grid;
  grid-template-columns: 64px minmax(220px, 0.7fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-row h3 {
  margin: 0;
}

.timeline-row p {
  margin: 0;
}

.contact-hero {
  min-height: 46vh;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 44px;
}

.contact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  min-height: 148px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.contact-card[hidden] {
  display: none;
}

.contact-card a:not(.contact-arrow) {
  display: inline-block;
  font-family: var(--serif);
  font-size: var(--type-contact-action);
  line-height: 1.1;
}

.contact-card em {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: var(--type-label);
  font-style: normal;
  text-transform: uppercase;
}

.copy-link,
.contact-arrow {
  min-width: 48px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.copy-link:hover,
.copy-link:focus-visible,
.contact-arrow:hover,
.contact-arrow:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 80;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.case-page {
  padding-bottom: 60px;
}

.case-hero {
  min-height: 58vh;
}

.case-title-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 64px;
  align-items: end;
  padding-top: 64px;
}

.case-title-grid .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -28px;
}

.case-title {
  font-size: var(--type-case-title);
}

.case-title-grid p:last-child {
  margin: 0;
  font-size: var(--type-body-text);
}

.case-visual {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  border: 1px solid var(--line);
}

.case-visual img {
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: cover;
}

.case-info {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 64px;
}

.case-meta {
  display: grid;
  gap: 10px;
  align-content: start;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.case-meta strong {
  margin-bottom: 22px;
  font-weight: 400;
}

.case-block {
  display: grid;
  grid-template-columns: 58px minmax(160px, 0.55fr) minmax(240px, 1fr);
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.case-block h2,
.case-block p {
  margin-top: 0;
}

.case-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-nav a {
  color: var(--paper-dim);
}

.case-nav a:hover,
.case-nav a:focus-visible {
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .site-loader {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    left: 20px;
    right: 20px;
  }

  .page-hero,
  .about-hero {
    min-height: auto;
  }

  .hero,
  .page-hero,
  .about-hero,
  .case-hero,
  .section,
  .case-visual,
  .case-nav,
  .site-footer {
    width: min(100% - 40px, var(--max));
  }

  .hero-title {
    font-size: clamp(68px, 14vw, var(--type-hero-title-tablet));
  }

  .page-title {
    font-size: clamp(44px, 8vw, var(--type-page-title-tablet));
  }

  .case-title {
    font-size: clamp(56px, 11vw, var(--type-case-title-tablet));
  }

  .hero-portrait {
    width: 300px;
    height: 390px;
    opacity: 0.72;
  }

  .hero-notes {
    display: none;
  }

  .project-row,
  .work-item {
    grid-template-columns: 50px minmax(0, 1fr) 32px;
  }

  .row-tags,
  .work-tags,
  .work-desc {
    grid-column: 2 / -1;
  }

  .work-year {
    grid-row: span 2;
  }

  .capability-grid,
  .mini-grid,
  .contact-grid,
  .manifesto-text,
  .case-info,
  .case-title-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-text {
    margin-left: 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    width: 300px;
    height: 390px;
  }

  .case-title-grid .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .case-block {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .case-block p {
    grid-column: 2 / -1;
  }
}

@media (max-width: 700px) {
  body {
    font-size: clamp(14px, 3.8vw, var(--type-body-text-mobile));
  }

  .site-header {
    top: 12px;
    left: 12px;
    right: 12px;
    min-height: 62px;
    padding: 8px 10px 8px 12px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--ink);
  }

  .menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .section-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-index,
  .section-heading > div,
  .section-heading h2 {
    width: 100%;
    min-width: 0;
  }

  .hero,
  .page-hero,
  .about-hero,
  .case-hero {
    width: min(100% - 24px, var(--max));
    padding-top: 96px;
  }

  .section,
  .case-visual,
  .case-nav,
  .site-footer {
    width: min(100% - 24px, var(--max));
  }

  .home-hero {
    min-height: 88vh;
    padding-bottom: 42px;
  }

  .hero-copy {
    padding-top: 36px;
  }

  .hero-title {
    font-size: clamp(52px, 16vw, var(--type-hero-title-mobile));
  }

  .page-title {
    font-size: clamp(38px, 10.5vw, var(--type-page-title-mobile));
  }

  .case-title {
    font-size: clamp(42px, 12vw, var(--type-case-title-mobile));
  }

  .hero-kicker {
    font-size: clamp(15px, 4.4vw, var(--type-body-text-mobile));
  }

  .hero-portrait {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin-top: 38px;
    opacity: 1;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-heading h2,
  .contact-band h2 {
    font-size: clamp(34px, 10vw, var(--type-section-title-mobile));
  }

  .project-row,
  .work-item {
    grid-template-columns: 1fr 32px;
    gap: 14px;
    padding: 24px 0;
  }

  .row-count,
  .work-year {
    grid-column: 1 / -1;
  }

  .row-main,
  .work-title-text,
  .row-tags,
  .work-tags,
  .work-desc {
    grid-column: 1 / 2;
  }

  .row-main strong,
  .work-title-text {
    font-size: clamp(30px, 8.5vw, var(--type-card-title-mobile));
  }

  .row-arrow {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .capability-grid,
  .mini-grid {
    gap: 18px;
  }

  .contact-band {
    padding: 64px 20px;
  }

  .site-footer {
    padding-bottom: 36px;
  }

  .site-footer__inner {
    flex-direction: column;
    gap: 18px;
  }

  .site-footer__brand {
    min-width: 0;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .footer-wechat {
    width: 100%;
    justify-content: space-between;
  }

  .footer-qr-slot {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
    transform-origin: right bottom;
  }

  .footer-qr-slot:hover,
  .footer-qr-slot:focus-visible {
    transform: scale(1.45);
  }

  .about-layout {
    gap: 36px;
    padding-top: 46px;
  }

  .about-portrait {
    width: 100%;
    height: auto;
  }

  .timeline-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-card a:not(.contact-arrow) {
    font-size: clamp(18px, 6vw, var(--type-contact-action-mobile));
    overflow-wrap: anywhere;
  }

  .copy-link,
  .contact-arrow {
    justify-self: start;
  }

  .case-title-grid {
    gap: 22px;
    padding-top: 40px;
  }

  .case-info {
    gap: 36px;
  }

  .case-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .case-block p {
    grid-column: auto;
  }

  .case-nav {
    flex-direction: column;
  }
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(243, 234, 219, 0.045);
}

.lang-switch button {
  min-width: 34px;
  height: 26px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--paper-dim);
  cursor: pointer;
  font-size: var(--type-label);
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.lang-switch button:hover,
.lang-switch button:focus-visible {
  color: var(--gold);
}

.lang-switch button.is-active,
.lang-switch button[aria-pressed="true"] {
  background: var(--gold);
  color: var(--ink);
}

.home-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 126px max(32px, calc((100vw - var(--max)) / 2)) 96px;
}

.home-hero .hero-copy {
  width: min(100%, var(--max));
  padding-top: 0;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 8, 7, 0.04) 0%, rgba(9, 8, 7, 0.42) 48%, var(--ink) 100%),
    linear-gradient(135deg, rgba(210, 173, 94, 0.28) 0%, rgba(210, 173, 94, 0.08) 34%, transparent 68%),
    linear-gradient(235deg, rgba(215, 11, 47, 0.22) 0%, rgba(215, 11, 47, 0.05) 38%, transparent 72%),
    linear-gradient(180deg, rgba(243, 234, 219, 0.12), transparent 54%);
}

.gradient-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(9, 8, 7, 0.12) 55%, var(--ink) 100%);
}

.home-hero .hero-copy {
  z-index: 2;
}

.home-hero .reveal {
  opacity: 1;
  transform: none;
}

.page-hero .reveal,
.about-hero .reveal,
.case-hero .reveal {
  opacity: 1;
  transform: none;
}

.section-heading.reveal {
  opacity: 1;
  transform: none;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.manifesto-text.single {
  display: block;
  margin: 0;
  max-width: 560px;
  font-size: var(--type-body-text);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-grid article {
  min-height: 178px;
  padding: 26px 24px 28px;
  border-right: 1px solid var(--line);
}

.stat-grid article:last-child {
  border-right: 0;
}

.stat-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: var(--type-stat);
  font-weight: 400;
  line-height: 0.9;
}

.stat-grid span {
  color: var(--paper-dim);
}

.work-item.case-card {
  grid-template-columns: 90px minmax(190px, 0.72fr) minmax(260px, 1fr) 190px;
  cursor: default;
}

.work-item.case-card:hover {
  color: inherit;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.work-gallery figure,
.visual-link {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.visual-link {
  display: grid;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  outline-offset: 6px;
}

.work-gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--ink-soft);
  transition: border-color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.work-gallery figcaption {
  margin-top: 12px;
  color: var(--paper-dim);
  font-size: var(--type-label);
}

.visual-link span {
  color: var(--paper);
  line-height: 1.35;
}

.visual-link em {
  color: var(--paper-dim);
  font-size: var(--type-label);
  font-style: normal;
  text-transform: uppercase;
}

.visual-link:hover img,
.visual-link:focus-visible img {
  border-color: var(--gold);
  opacity: 0.92;
  transform: translateY(-2px);
}

.visual-link:hover em,
.visual-link:focus-visible em {
  color: var(--gold);
}

.client-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.client-cloud > span,
.client-cloud a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--paper-dim);
  background: rgba(243, 234, 219, 0.035);
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.client-cloud a span {
  min-width: 0;
}

.client-cloud a em {
  flex: 0 0 auto;
  color: var(--gold);
  font-style: normal;
}

.client-cloud a:hover,
.client-cloud a:focus-visible {
  border-color: var(--gold);
  color: var(--paper);
  background: rgba(204, 59, 44, 0.08);
}

.pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 48px;
  align-items: end;
}

.pricing-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--paper-dim);
  font-size: var(--type-body-text);
}

.pricing-tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  min-width: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pricing-tags article {
  min-width: 0;
  min-height: 132px;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
}

.pricing-tags article:nth-child(3) {
  border-right: 0;
}

.pricing-tags strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.pricing-tags span {
  display: block;
  margin-top: 14px;
  color: var(--paper-dim);
  font-size: var(--type-label);
  text-transform: uppercase;
}

.pricing-tags p {
  grid-column: 1 / -1;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.pricing-groups {
  display: grid;
  gap: 72px;
}

.pricing-board {
  padding-top: 76px;
}

.pricing-group {
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.pricing-group-heading {
  display: grid;
  align-content: start;
  gap: 18px;
  position: sticky;
  top: 126px;
  min-width: 0;
}

.pricing-group-heading span,
.pricing-card > div > p,
.pricing-card-meta span,
.pricing-scope-list > span,
.pricing-factor-list span {
  color: var(--gold);
  font-size: var(--type-label);
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-group-heading h3 {
  margin: 0;
  font-family: var(--serif);
  max-width: 9em;
  font-size: clamp(24px, 1.7vw, var(--type-card-small));
  font-weight: 400;
  line-height: 1.06;
  overflow-wrap: normal;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  gap: 18px;
  align-items: stretch;
}

.pricing-card {
  display: grid;
  grid-template-rows: minmax(88px, auto) minmax(74px, auto) minmax(80px, auto) auto 1fr auto;
  gap: 16px;
  min-height: 430px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(243, 234, 219, 0.05), rgba(243, 234, 219, 0.02)),
    rgba(243, 234, 219, 0.028);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pricing-card:hover {
  border-color: rgba(214, 173, 91, 0.68);
  background:
    linear-gradient(180deg, rgba(243, 234, 219, 0.065), rgba(243, 234, 219, 0.026)),
    rgba(243, 234, 219, 0.04);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.pricing-card-head {
  display: grid;
  align-content: start;
  gap: 12px;
}

.pricing-card h4 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.05vw, var(--type-card-small));
  font-weight: 400;
  line-height: 1.06;
}

.pricing-card-price {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(40px, 4.8vw, var(--type-pricing-price));
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

.pricing-card-desc {
  margin: 0;
  color: var(--paper-dim);
  font-size: var(--type-body-text);
  line-height: 1.62;
}

.pricing-card-meta,
.pricing-scope-list {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.pricing-card-meta em,
.pricing-scope-list em {
  color: var(--paper-dim);
  font-style: normal;
}

.pricing-card-link {
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(214, 173, 91, 0.52);
  border-radius: 999px;
  background: rgba(214, 173, 91, 0.08);
  color: var(--gold);
  font-size: var(--type-action-text);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pricing-card-link:hover,
.pricing-card-link:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}

.pricing-factor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pricing-guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pricing-guidance-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--surface);
}

.pricing-guidance-grid span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: var(--type-label);
}

.pricing-guidance-grid h3 {
  margin: 32px 0 18px;
  color: var(--paper);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
}

.pricing-guidance-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-guidance-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--paper-dim);
  line-height: 1.55;
}

.pricing-guidance-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.pricing-factor-list article {
  display: grid;
  gap: 18px;
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.pricing-factor-list article:last-child {
  border-right: 0;
}

.pricing-factor-list p,
.pricing-notes p {
  margin: 0;
  color: var(--paper-dim);
}

.pricing-notes {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.legacy-hero {
  min-height: 56vh;
}

.legacy-card {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.legacy-card h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--type-section-title);
  font-weight: 400;
  line-height: 0.98;
}

.legacy-card p {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--paper-dim);
}

@media (max-width: 980px) {
  .proof-layout,
  .work-gallery,
  .pricing-hero,
  .pricing-group,
  .pricing-guidance-grid,
  .pricing-factor-list {
    grid-template-columns: 1fr;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .stat-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat-grid article:last-child {
    border-bottom: 0;
  }

  .work-item.case-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .work-item.case-card .work-tags,
  .work-item.case-card .work-desc {
    grid-column: 2 / -1;
  }

  .pricing-tags,
  .pricing-card-grid {
    grid-template-columns: 1fr;
  }

  .pricing-tags article,
  .pricing-guidance-grid article,
  .pricing-factor-list article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pricing-tags article:nth-child(3),
  .pricing-guidance-grid article:last-child,
  .pricing-factor-list article:last-child {
    border-bottom: 0;
  }

  .pricing-group-heading {
    position: static;
  }

  .pricing-group-heading h3 {
    max-width: none;
  }

  .legacy-card h2 {
    font-size: clamp(40px, 7vw, var(--type-section-title));
  }
}

@media (max-width: 700px) {
  .site-nav .lang-switch {
    margin: 12px 8px 6px;
    align-self: flex-start;
  }

  .home-hero {
    width: 100%;
    min-height: 100vh;
    padding: 98px 20px 70px;
  }

  .home-hero .hero-copy {
    padding-top: 28px;
  }

  .hero-title {
    font-size: clamp(52px, 16vw, var(--type-hero-title-mobile));
  }

  .hero-actions {
    gap: 18px;
  }

  .proof-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .manifesto-text.single,
  .split-section .stat-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .stat-grid strong {
    font-size: clamp(42px, 13vw, var(--type-stat));
  }

  .work-item.case-card {
    grid-template-columns: 1fr;
  }

  .work-item.case-card .work-title-text,
  .work-item.case-card .work-tags,
  .work-item.case-card .work-desc {
    grid-column: 1;
  }

  .work-gallery {
    gap: 26px;
  }

  .client-cloud {
    gap: 8px;
  }

  .client-cloud > span,
  .client-cloud a {
    width: 100%;
  }

  .pricing-hero {
    gap: 30px;
    min-height: auto;
  }

  .pricing-lead {
    font-size: clamp(15px, 4.4vw, var(--type-body-text-mobile));
  }

  .pricing-groups {
    gap: 42px;
  }

  .pricing-group {
    gap: 24px;
  }

  .pricing-card {
    grid-template-rows: auto;
    min-height: auto;
    padding: 18px;
  }

  .pricing-card-price {
    font-size: clamp(36px, 15vw, var(--type-pricing-price-mobile));
  }

  .legacy-card h2 {
    font-size: clamp(34px, 10vw, var(--type-section-title-mobile));
  }
}

.work-item.case-card {
  position: relative;
  grid-template-columns: 90px minmax(190px, 0.72fr) minmax(260px, 1fr) 180px 126px;
  color: inherit;
  cursor: pointer;
}

.work-item.case-card:hover,
.work-item.case-card:focus-visible {
  color: var(--gold);
}

.work-item.case-card:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: -1px;
}

.case-card-cta {
  justify-self: end;
  color: var(--gold);
  font-size: var(--type-label);
  text-transform: uppercase;
  white-space: nowrap;
}

.work-filters {
  display: grid;
  gap: 16px;
  padding: 18px 0 28px;
  border-top: 1px solid var(--line);
}

.filter-set {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.filter-label {
  padding-top: 11px;
  color: var(--muted);
  font-size: var(--type-label);
  line-height: 1;
  text-transform: uppercase;
}

.filter-options {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-options::-webkit-scrollbar {
  display: none;
}

.filter-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(243, 234, 219, 0.035);
  color: var(--paper-dim);
  cursor: pointer;
  font-size: var(--type-action-text);
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.filter-pill:hover,
.filter-pill:focus-visible,
.filter-pill.is-active {
  border-color: var(--gold);
  background: rgba(218, 176, 92, 0.13);
  color: var(--gold);
}

.filter-pill.is-active {
  background: var(--gold);
  color: var(--ink);
}

.work-empty {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 46px 0;
  border-bottom: 1px solid var(--line);
}

.work-empty h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, var(--type-section-title));
  font-weight: 400;
  line-height: 1;
}

.work-empty p {
  max-width: 420px;
  margin: 0;
  color: var(--paper-dim);
}

.filter-clear {
  margin-top: 8px;
}

.work-load {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding-top: 28px;
}

.work-load[hidden] {
  display: none;
}

.work-load p {
  margin: 0;
  color: var(--muted);
  font-size: var(--type-label);
}

.work-load.is-complete {
  grid-template-columns: 1fr;
}

.work-load.is-pagination {
  grid-template-columns: 1fr auto;
}

.case-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.case-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(243, 234, 219, 0.04);
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-size: var(--type-action-text);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.case-page-text {
  min-width: 82px;
  border-radius: 8px;
}

.case-page-button:hover,
.case-page-button:focus-visible,
.case-page-button.is-active {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}

.case-page-button[disabled] {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.case-page-button[disabled]:hover,
.case-page-button[disabled]:focus-visible {
  border-color: var(--line);
  background: rgba(243, 234, 219, 0.04);
  color: var(--paper);
}

.load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(243, 234, 219, 0.04);
  color: var(--paper);
  cursor: pointer;
  font-size: var(--type-action-text);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.load-more:hover,
.load-more:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.load-more[hidden] {
  display: none;
}

.case-gallery-section {
  padding-top: 34px;
}

.case-gallery {
  display: flex;
  grid-template-columns: none;
  gap: 14px;
  align-items: start;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.case-gallery figure,
.case-thumb {
  min-width: 0;
}

.case-thumb {
  appearance: none;
  display: grid;
  gap: 10px;
  flex: 0 0 150px;
  width: 150px;
  margin: 0;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--paper-dim);
  text-align: left;
  cursor: pointer;
  outline-offset: 6px;
  scroll-snap-align: start;
}

.case-thumb img {
  width: 150px;
  height: 94px;
  aspect-ratio: auto;
  object-fit: cover;
  opacity: 0.54;
}

.case-thumb span {
  font-size: var(--type-label);
  letter-spacing: 0;
}

.case-thumb:hover img,
.case-thumb:focus-visible img,
.case-thumb.is-active img {
  border-color: var(--gold);
  opacity: 1;
}

.case-thumb:hover span,
.case-thumb:focus-visible span,
.case-thumb.is-active span {
  color: var(--gold);
}

body[data-page="case"] .case-title {
  font-size: clamp(64px, 8.8vw, var(--type-case-title));
}

body[data-page="case"] .case-title-grid p:last-child {
  max-width: 420px;
}

@media (max-width: 980px) {
  .work-item.case-card {
    grid-template-columns: 70px minmax(0, 1fr) 116px;
  }

  .work-item.case-card .work-desc {
    grid-column: 2 / -1;
  }

  .work-item.case-card .work-tags {
    grid-column: 2 / 3;
  }

  .case-card-cta {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
}

@media (max-width: 700px) {
  body[data-page="work"] .page-hero {
    min-height: 38vh;
  }

  body[data-page="work"] .work-board {
    padding-top: 34px;
  }

  body[data-page="work"] .page-title {
    font-size: clamp(38px, 10.5vw, var(--type-page-title-mobile));
    line-height: 1.25;
  }

  body[data-page="work"] .section-heading h2 {
    font-size: clamp(34px, 10vw, var(--type-section-title-mobile));
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .work-item.case-card {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .work-item.case-card .work-year,
  .work-item.case-card .work-title-text,
  .work-item.case-card .work-desc,
  .work-item.case-card .work-tags {
    grid-column: 1 / -1;
  }

  .work-item.case-card .work-title-text {
    font-size: clamp(30px, 8.5vw, var(--type-card-title-mobile));
    line-height: 1.05;
  }

  .case-card-cta {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
    padding-top: 4px;
  }

  .work-filters {
    gap: 18px;
    padding-bottom: 24px;
  }

  .filter-set {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .filter-label {
    padding-top: 0;
  }

  .filter-options {
    flex-wrap: nowrap;
    margin-right: -12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-options::-webkit-scrollbar {
    display: none;
  }

  .filter-pill {
    flex: 0 0 auto;
  }

  .work-load {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .work-load.is-pagination {
    grid-template-columns: 1fr;
  }

  .case-pagination {
    margin-right: -12px;
    padding-right: 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .case-pagination::-webkit-scrollbar {
    display: none;
  }

  .case-page-button {
    flex: 0 0 auto;
  }

  .load-more {
    width: 100%;
  }

  body[data-page="case"] .case-title {
    font-size: clamp(42px, 12vw, var(--type-case-title-mobile));
    line-height: 1.25;
  }

  body[data-page="case"] .case-title-grid p:last-child {
    max-width: 100%;
  }

  .case-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 12px;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .case-thumb {
    flex-basis: auto;
    width: 100%;
  }

  .case-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 118 / 74;
  }
}

/* Reference-style visual refresh: keep the static site/admin framework and the original warm brand palette. */
:root {
  --ink: #090807;
  --ink-soft: #141211;
  --paper: #f3eadb;
  --paper-dim: #cfc2ad;
  --muted: #887f70;
  --gold: #d2ad5e;
  --red: #d70b2f;
  --line: rgba(243, 234, 219, 0.2);
  --line-dark: rgba(9, 8, 7, 0.2);
  --header: rgba(9, 8, 7, 0.78);
  --max: 1380px;
  --serif: Inter, Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  --sans: Inter, Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  --mono: "Space Mono", "SFMono-Regular", Consolas, "Microsoft YaHei", monospace;
  --mx: 50vw;
  --my: 50vh;
  --stage-x: 0px;
  --stage-y: 0px;
  --stage-rx: 0deg;
  --stage-ry: 0deg;
  --float-a-x: 0px;
  --float-a-y: 0px;
  --float-b-x: 0px;
  --float-b-y: 0px;
  --float-ui-x: 0px;
  --float-ui-y: 0px;
  --edge: rgba(243, 234, 219, 0.2);
  --edge-strong: rgba(210, 173, 94, 0.68);
  --surface: rgba(243, 234, 219, 0.035);
  --surface-hover: rgba(243, 234, 219, 0.07);
  --surface-warm: rgba(210, 173, 94, 0.08);
  --radius: 8px;
  --radius-pill: 999px;
  --focus-ring: 0 0 0 3px rgba(210, 173, 94, 0.22);
  --section-space: clamp(74px, 7vw, 112px);
  --section-space-tight: clamp(48px, 5.2vw, 78px);
}

body {
  background:
    linear-gradient(180deg, rgba(210, 173, 94, 0.045), transparent 210px),
    repeating-linear-gradient(0deg, rgba(243, 234, 219, 0.018) 0 1px, transparent 1px 4px),
    var(--ink);
}

body.image-preview-open {
  overflow: hidden;
}

body::before {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(210, 173, 94, 0.12), transparent 260px),
    linear-gradient(120deg, rgba(210, 173, 94, 0.045), transparent 42%),
    linear-gradient(240deg, rgba(215, 11, 47, 0.055), transparent 46%);
}

:where(a, button, [tabindex]):focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
  box-shadow: var(--focus-ring);
}

.section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.split-section,
.featured-section,
.archive-section {
  padding-top: var(--section-space-tight);
}

.eyebrow,
.section-index,
.row-count,
.work-year,
.work-tags,
.pricing-index,
.featured-card-meta,
.contact-number {
  letter-spacing: 0;
}

.section-heading {
  margin-bottom: clamp(28px, 3.6vw, 48px);
}

.section-heading h2,
.page-title,
.hero-title,
.case-title {
  text-wrap: balance;
}

.site-header {
  top: 18px;
  left: clamp(20px, 4vw, 64px);
  right: clamp(20px, 4vw, 64px);
  min-height: 66px;
  padding: 9px 16px;
  border-radius: 999px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(9, 8, 7, 0.98), rgba(9, 8, 7, 0.92)),
    var(--ink);
  color: var(--paper);
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.site-loader__inner {
  width: min(360px, 72vw);
  display: grid;
  gap: 14px;
  text-align: center;
}

.site-loader__kicker {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.site-loader strong {
  color: var(--paper);
  font-size: clamp(34px, 5.6vw, 72px);
  font-weight: 800;
  line-height: 1;
}

.site-loader__bar {
  position: relative;
  height: 1px;
  margin-top: 8px;
  overflow: hidden;
  background: rgba(243, 234, 219, 0.16);
}

.site-loader__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: loader-scan 1080ms ease-in-out infinite;
}

@keyframes loader-scan {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(260%);
  }
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  gap: 18px;
  padding: clamp(22px, 4vw, 58px);
  background: rgba(9, 8, 7, 0.9);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.image-lightbox.open {
  opacity: 1;
  visibility: visible;
}

.image-lightbox__image {
  max-width: min(92vw, 1440px);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.62);
}

.image-lightbox__caption {
  max-width: min(92vw, 960px);
  margin: 0;
  color: var(--paper-dim);
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.5;
  text-align: center;
}

.image-lightbox__close {
  position: fixed;
  top: clamp(18px, 2.2vw, 32px);
  right: clamp(18px, 2.8vw, 42px);
  z-index: 1;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--paper-dim);
  cursor: pointer;
}

.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
  color: var(--gold);
}

.brand strong,
.brand em,
.site-nav a,
.eyebrow,
.row-count,
.section-index,
.row-tags,
.work-year,
.work-tags,
.case-meta span,
.site-footer,
.copy-link {
  font-family: var(--mono);
}

.brand-mark {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav a {
  position: relative;
  font-weight: 700;
}

.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: currentColor;
}

.hero,
.page-hero,
.about-hero,
.case-hero,
.section,
.site-footer {
  width: min(100% - 44px, var(--max));
}

.page-hero {
  min-height: clamp(430px, 52svh, 660px);
}

.home-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: clamp(98px, 11svh, 124px) max(24px, calc((100vw - var(--max)) / 2)) clamp(58px, 8svh, 92px);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(560px, 1fr);
  gap: clamp(54px, 6vw, 92px);
  align-items: center;
}

.brand-track {
  display: flex;
  width: max-content;
  animation: showcase-marquee 34s linear infinite;
}

.brand-set {
  display: flex;
  align-items: center;
  gap: 46px;
  padding-right: 46px;
  white-space: nowrap;
}

@keyframes showcase-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hero-copy {
  max-width: 620px;
  padding-top: 0;
}

.hero-title,
.page-title,
.case-title {
  font-weight: 800;
}

.hero-title {
  max-width: 680px;
  font-size: min(var(--type-hero-title), 128px);
  line-height: 1.25;
}

.hero-title span:last-child {
  color: var(--red);
}

.hero-kicker {
  max-width: 500px;
  color: var(--paper-dim);
  line-height: 1.68;
}

.text-link,
.big-link,
.load-more,
.filter-pill,
.pricing-card-link,
.brief-panel-copy a,
.copy-link,
.contact-arrow {
  border-radius: var(--radius-pill);
}

.text-link,
.big-link,
.load-more,
.filter-pill,
.brief-panel-copy a {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--edge);
  background: var(--surface);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.text-link:hover,
.text-link:focus-visible,
.big-link:hover,
.big-link:focus-visible,
.load-more:hover,
.load-more:focus-visible,
.filter-pill:hover,
.filter-pill:focus-visible,
.brief-panel-copy a:hover,
.brief-panel-copy a:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}

.hero-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 560px;
}

.showcase-board {
  position: absolute;
  inset: 50% 0 auto auto;
  width: min(100%, 820px);
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  contain: layout paint;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: #080808;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.54);
  transform:
    translate3d(var(--stage-x), calc(-50% + var(--stage-y)), 0)
    rotateX(var(--stage-rx))
    rotateY(var(--stage-ry));
  transition: transform 120ms ease-out;
}

.video-shell {
  isolation: isolate;
}

.showcase-board::before,
.showcase-board::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.showcase-board::before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72));
}

.showcase-board::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.48));
  mix-blend-mode: screen;
}

.showcase-board img,
.float-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  filter: grayscale(1) contrast(1.08) brightness(0.86);
  transition: filter 260ms ease, transform 260ms ease;
}

.showcase-board:hover img,
.float-card:hover img {
  filter: grayscale(0) contrast(1.02) brightness(1);
  transform: scale(1.018);
}

.video-sheen,
.video-play,
.video-progress {
  position: absolute;
  pointer-events: none;
}

.video-sheen {
  inset: -24%;
  z-index: 3;
  opacity: 0.24;
  background: linear-gradient(105deg, transparent 28%, rgba(243, 234, 219, 0.26) 45%, transparent 62%);
  mix-blend-mode: screen;
  transform: translateX(-56%) rotate(8deg);
  animation: video-sheen 5.6s ease-in-out infinite;
}

.video-play {
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 234, 219, 0.36);
  border-radius: 50%;
  background: rgba(9, 8, 7, 0.52);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
  transform: translate(-50%, -50%);
}

.video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--paper);
}

.video-progress {
  left: 30px;
  right: 30px;
  bottom: 16px;
  z-index: 4;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(243, 234, 219, 0.2);
}

.video-progress::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  border-radius: inherit;
  background: var(--gold);
  animation: video-progress 4.8s ease-in-out infinite;
}

.float-card .video-play {
  left: auto;
  right: 12px;
  top: auto;
  bottom: 12px;
  width: 38px;
  height: 38px;
  transform: none;
}

.float-card .video-play::before {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 10px;
}

.float-card .video-sheen {
  opacity: 0.18;
}

@keyframes video-sheen {
  0%,
  64% {
    transform: translateX(-58%) rotate(8deg);
  }

  100% {
    transform: translateX(58%) rotate(8deg);
  }
}

@keyframes video-progress {
  0% {
    width: 18%;
  }

  58% {
    width: 72%;
  }

  100% {
    width: 38%;
  }
}

.showcase-board figcaption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 12px;
  color: var(--paper);
}

.showcase-board figcaption span,
.board-top,
.chip-row span,
.progress-card span {
  font-family: var(--mono);
  font-size: 11px;
}

.showcase-board figcaption strong {
  max-width: 500px;
  font-size: 38px;
  line-height: 0.96;
}

.board-top {
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  color: var(--paper-dim);
}

.chip-row {
  position: absolute;
  top: 46%;
  left: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.chip-row span {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--paper);
  backdrop-filter: blur(14px);
}

.float-card {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.float-card-a {
  top: 64px;
  left: 0;
  width: 196px;
  aspect-ratio: 1;
  transform: translate3d(var(--float-a-x), var(--float-a-y), 0);
  transition: transform 140ms ease-out;
}

.float-card-b {
  right: 24px;
  bottom: 38px;
  width: 260px;
  aspect-ratio: 1.62;
  transform: translate3d(var(--float-b-x), var(--float-b-y), 0);
  transition: transform 140ms ease-out;
}

.progress-card {
  position: absolute;
  right: 15%;
  top: 124px;
  z-index: 5;
  width: 104px;
  height: 104px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  text-align: center;
  backdrop-filter: blur(18px);
  transform: translate3d(var(--float-ui-x), var(--float-ui-y), 0);
  transition: transform 140ms ease-out;
}

.progress-card strong {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.palette {
  position: absolute;
  right: 16%;
  bottom: 148px;
  z-index: 5;
  display: flex;
  gap: 14px;
  transform: translate3d(var(--float-ui-x), var(--float-ui-y), 0);
  transition: transform 140ms ease-out;
}

.swatch {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.swatch-ink {
  background: #342c29;
}

.swatch-sand {
  background: var(--gold);
}

.swatch-red {
  background: var(--red);
}

.brand-strip {
  position: relative;
  width: 100%;
  margin: 0 auto 42px;
  min-height: 94px;
  display: flex;
  align-items: center;
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-marquee {
  width: 100%;
  overflow: hidden;
  contain: layout paint;
}

.brand-marquee:hover .brand-track {
  animation-play-state: paused;
}

.brand-set span {
  min-width: 180px;
  color: var(--muted);
  font-size: 34px;
  font-weight: 850;
  line-height: 0.95;
  text-align: center;
}

.home-showcase-section .section-heading {
  align-items: end;
}

.home-showcase-section .section-heading h2 {
  max-width: 980px;
}

.section-lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--paper-dim);
  font-size: var(--type-body-text);
  line-height: 1.62;
}

.home-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(16px, 1.8vw, 26px);
}

.home-showcase-card {
  display: grid;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  transition: transform 220ms ease;
}

.home-showcase-card.is-major {
  grid-row: span 3;
}

.home-showcase-card:hover,
.home-showcase-card:focus-visible {
  transform: translateY(-6px);
}

.home-showcase-media {
  position: relative;
  min-height: clamp(320px, 34vw, 520px);
  overflow: hidden;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: #050505;
  isolation: isolate;
}

.home-showcase-card:not(.is-major) .home-showcase-media {
  min-height: clamp(190px, 16vw, 250px);
}

.home-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(9, 8, 7, 0.04), rgba(9, 8, 7, 0.68)),
    radial-gradient(circle at 76% 18%, rgba(210, 173, 94, 0.16), transparent 28%);
  pointer-events: none;
}

.home-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  cursor: zoom-in;
  filter: grayscale(1) contrast(1.08) brightness(0.82);
  transition: filter 260ms ease, transform 260ms ease;
}

.home-showcase-card:hover img,
.home-showcase-card:focus-visible img {
  filter: grayscale(0) contrast(1.02) brightness(1);
  transform: scale(1.018);
}

.home-showcase-card .video-play {
  width: 58px;
  height: 58px;
}

.home-showcase-card .video-progress {
  bottom: 18px;
}

.home-showcase-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: var(--type-label);
  text-transform: uppercase;
}

.home-showcase-card strong {
  color: var(--paper);
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.04;
}

.home-showcase-card:not(.is-major) strong {
  font-size: clamp(20px, 1.55vw, 27px);
}

.home-showcase-card em {
  color: var(--paper-dim);
  font-style: normal;
  line-height: 1.55;
}

.project-row,
.pricing-card,
.pricing-tags article,
.pricing-factor-list article {
  background: var(--surface);
}

.project-row {
  min-height: 148px;
  padding-inline: 18px;
}

.project-row:hover,
.project-row:focus-visible {
  background: var(--surface-hover);
}

.featured-section {
  padding-top: 64px;
}

.featured-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.featured-card {
  display: grid;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  transition: transform 220ms ease;
}

.featured-card:hover,
.featured-card:focus-visible {
  transform: translateY(-4px);
}

.featured-card-media {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--ink-soft);
}

.featured-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(9, 8, 7, 0.72)),
    radial-gradient(circle at 72% 26%, rgba(210, 173, 94, 0.16), transparent 30%);
  pointer-events: none;
}

.featured-card-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  cursor: zoom-in;
  filter: grayscale(1) contrast(1.08) brightness(0.82);
  transition: filter 300ms ease, transform 300ms ease;
}

.featured-card:hover img,
.featured-card:focus-visible img {
  filter: grayscale(0) contrast(1.02) brightness(1);
  transform: scale(1.018);
}

.featured-card-meta {
  color: var(--muted);
  font-family: var(--mono);
  font-size: var(--type-label);
  text-transform: uppercase;
}

.featured-card strong {
  margin: 0;
  color: var(--paper);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.06;
}

.service-rows {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-rows a {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.78fr) minmax(260px, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 96px;
  padding: 0 32px;
  border-bottom: 1px solid var(--edge);
  color: var(--paper);
  line-height: 1.1;
  transition: background 180ms ease, color 180ms ease;
}

.service-rows a:hover,
.service-rows a:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.service-rows span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: var(--type-label);
}

.service-rows strong {
  justify-self: start;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  text-align: left;
}

.service-rows small {
  max-width: 620px;
  color: var(--paper-dim);
  font-size: var(--type-body);
  line-height: 1.55;
}

.service-rows a:hover small,
.service-rows a:focus-visible small {
  color: rgba(15, 15, 16, 0.78);
}

.work-list {
  display: grid;
  gap: 18px;
  border-top: 0;
}

.work-item.case-card {
  grid-template-columns: 220px 76px minmax(0, 1fr) 150px;
  gap: 24px;
  align-items: center;
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.case-card-media {
  display: block;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink-soft);
}

.case-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  filter: grayscale(1) contrast(1.08) brightness(0.82);
  transition: filter 260ms ease, transform 260ms ease;
}

.work-item.case-card:hover,
.work-item.case-card:focus-visible {
  border-color: var(--edge-strong);
  background: var(--surface-hover);
  color: var(--paper);
  transform: translateY(-3px);
}

.work-item.case-card:hover .case-card-media img,
.work-item.case-card:focus-visible .case-card-media img {
  filter: grayscale(0) contrast(1.02) brightness(1);
  transform: scale(1.018);
}

.work-item.case-card .work-title-text {
  grid-column: 3;
  grid-row: 1;
  font-family: var(--sans);
  font-weight: 800;
}

.work-item.case-card .work-year {
  grid-column: 2;
  grid-row: 1;
}

.work-item.case-card .work-tags {
  grid-column: 2;
  grid-row: 2;
}

.work-item.case-card .work-desc {
  grid-column: 3 / 5;
  grid-row: 2;
}

.case-card-cta {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
}

.page-hero {
  min-height: clamp(400px, 48svh, 620px);
}

.page-title {
  font-weight: 850;
  line-height: 1.25;
}

.pricing-card {
  border-radius: var(--radius);
}

.pricing-row-list {
  display: grid;
  border-top: 1px solid var(--edge);
}

.pricing-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) minmax(220px, auto);
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
  min-height: clamp(124px, 10vw, 164px);
  padding: clamp(22px, 2.8vw, 38px) clamp(18px, 2.4vw, 40px);
  border-bottom: 1px solid var(--edge);
  color: inherit;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pricing-row:hover,
.pricing-row:focus-visible {
  border-color: var(--edge-strong);
  background: var(--surface-hover);
  transform: translateY(-1px);
}

.pricing-index {
  color: var(--muted);
  font-family: var(--mono);
  font-size: var(--type-label);
}

.pricing-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.pricing-copy em {
  color: var(--gold);
  font-family: var(--mono);
  font-size: var(--type-label);
  font-style: normal;
  text-transform: uppercase;
}

.pricing-copy strong {
  color: var(--paper);
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.04;
}

.pricing-copy small {
  max-width: 840px;
  color: var(--paper-dim);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.62;
}

.pricing-row-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pricing-row-scope b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--edge);
  border-radius: var(--radius-pill);
  color: var(--paper-dim);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
}

.pricing-meta {
  justify-self: end;
  display: grid;
  gap: 10px;
  text-align: right;
}

.pricing-meta strong {
  color: var(--gold);
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.04;
  white-space: nowrap;
}

.pricing-meta em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.about-layout {
  grid-template-columns: minmax(520px, 0.9fr) minmax(420px, 1fr);
  gap: clamp(34px, 4.6vw, 72px);
  align-items: center;
  min-height: calc(100svh - 160px);
}

.about-video-hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 126px max(32px, calc((100vw - var(--max)) / 2)) 72px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.about-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #090807;
}

.about-video-bg::before,
.about-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-video-bg::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 8, 7, 0.84), rgba(9, 8, 7, 0.42) 48%, rgba(9, 8, 7, 0.72)),
    linear-gradient(180deg, rgba(9, 8, 7, 0.08), rgba(9, 8, 7, 0.46) 62%, var(--ink) 100%),
    radial-gradient(circle at 70% 22%, rgba(210, 173, 94, 0.22), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(215, 11, 47, 0.22), transparent 34%);
}

.about-video-bg::after {
  z-index: 2;
  opacity: 0.34;
  background:
    repeating-linear-gradient(0deg, rgba(243, 234, 219, 0.08) 0 1px, transparent 1px 8px),
    linear-gradient(105deg, transparent 30%, rgba(243, 234, 219, 0.16) 46%, transparent 64%);
  mix-blend-mode: screen;
}

.about-video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1) brightness(0.64);
  transform: scale(1.04);
  animation: about-bg-drift 18s ease-in-out infinite alternate;
}

.about-video-bg .video-sheen {
  z-index: 3;
  opacity: 0.16;
}

.about-video-bg .video-progress {
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 32px;
  z-index: 3;
}

.about-video-hero .about-layout {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  min-height: auto;
  padding-top: 0;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: end;
}

.about-video-hero .about-copy {
  align-self: end;
}

.about-video-hero .page-title {
  max-width: 820px;
  color: var(--paper);
  text-shadow: 0 20px 58px rgba(0, 0, 0, 0.62);
}

@keyframes about-bg-drift {
  from {
    transform: scale(1.04) translate3d(-0.8%, -0.6%, 0);
  }

  to {
    transform: scale(1.08) translate3d(0.8%, 0.6%, 0);
  }
}

.about-copy .page-title {
  max-width: 760px;
  font-size: clamp(58px, 5vw, 84px);
  line-height: 1.25;
}

.page-title[data-title-break-zh] span {
  display: block;
}

.about-showcase {
  position: relative;
  display: block;
}

.about-proof-grid span,
.brief-panel-copy span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: var(--type-label);
  text-transform: uppercase;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-video-hero .about-proof-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.about-proof-grid article {
  min-height: 116px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--surface);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.about-video-hero .about-proof-grid article {
  min-height: 96px;
  background: rgba(9, 8, 7, 0.42);
  backdrop-filter: blur(18px);
}

.about-proof-grid article:hover {
  border-color: var(--edge-strong);
  background: var(--surface-hover);
  transform: translateY(-2px);
}

.about-proof-grid strong {
  color: var(--gold);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 0.92;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 0.64fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: end;
  min-height: 72vh;
}

.contact-hero .page-title {
  max-width: 660px;
  font-size: clamp(64px, 6.3vw, 108px);
  line-height: 1.25;
}

.brief-panel {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: end;
  overflow: hidden;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--ink-soft);
}

.brief-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 8, 7, 0.06), rgba(9, 8, 7, 0.88)),
    radial-gradient(circle at 16% 20%, rgba(215, 11, 47, 0.2), transparent 30%);
  pointer-events: none;
}

.brief-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.8);
  transition: filter 260ms ease, transform 260ms ease;
}

.brief-panel:hover img,
.brief-panel:focus-within img {
  filter: grayscale(0) contrast(1.02) brightness(0.94);
  transform: scale(1.012);
}

.brief-panel-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
}

.brief-panel-copy strong {
  color: var(--paper);
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 0.94;
}

.brief-panel-copy p {
  max-width: 420px;
  margin: 0;
  color: var(--paper-dim);
  line-height: 1.6;
}

.brief-checklist {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brief-checklist li {
  position: relative;
  padding-left: 16px;
  color: var(--paper-dim);
  font-size: var(--type-label);
  line-height: 1.45;
}

.brief-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.brief-panel-copy a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  color: var(--paper);
  font-family: var(--mono);
  font-size: 12px;
}

.contact-grid {
  gap: clamp(14px, 1.8vw, 24px);
  border-top: 0;
}

.contact-card {
  min-height: 168px;
  padding: 24px;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--surface);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.contact-card:hover,
.contact-card:focus-within {
  border-color: var(--edge-strong);
  background: var(--surface-hover);
  transform: translateY(-2px);
}

.copy-link,
.contact-arrow {
  border-color: var(--edge);
  background: rgba(243, 234, 219, 0.045);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.copy-link:hover,
.copy-link:focus-visible,
.contact-arrow:hover,
.contact-arrow:focus-visible {
  border-color: var(--gold);
  transform: translateY(-1px);
}

.contact-band {
  background: var(--paper);
}

@media (prefers-reduced-motion: reduce) {
  .brand-track,
  .video-sheen,
  .video-progress::before,
  .about-video-bg img {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .home-hero {
    padding-top: 112px;
    padding-bottom: 52px;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-stage {
    min-height: min(54vw, 500px);
  }

  .showcase-board {
    left: 50%;
    right: auto;
    width: min(100%, 920px);
    transform:
      translate3d(calc(-50% + var(--stage-x)), calc(-50% + var(--stage-y)), 0)
      rotateX(var(--stage-rx))
      rotateY(var(--stage-ry));
  }

  .work-item.case-card {
    grid-template-columns: 190px 64px minmax(0, 1fr) 126px;
  }
}

@media (max-width: 980px) {
  .site-header {
    left: 20px;
    right: 20px;
  }

  .hero-stage {
    min-height: 500px;
  }

  .showcase-board figcaption strong {
    font-size: 34px;
  }

  .float-card-a {
    width: 156px;
  }

  .float-card-b {
    width: 220px;
  }

  .brand-set span {
    min-width: 150px;
    font-size: 28px;
  }

  .featured-cases {
    grid-template-columns: 1fr;
  }

  .home-showcase-grid {
    grid-template-columns: 1fr;
  }

  .home-showcase-card.is-major {
    grid-row: auto;
  }

  .featured-card-media,
  .featured-card-media img {
    min-height: 360px;
  }

  .service-rows a {
    grid-template-columns: 46px 1fr;
    padding: 22px 0;
  }

  .service-rows strong {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .service-rows small {
    grid-column: 2;
  }

  .work-item.case-card {
    grid-template-columns: 180px minmax(0, 1fr) 116px;
  }

  .about-layout,
  .contact-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-video-hero .about-layout {
    grid-template-columns: 1fr;
  }

  .about-video-hero .about-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-card-media {
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  .work-item.case-card .work-year {
    grid-column: 2;
    grid-row: 1;
  }

  .work-item.case-card .work-title-text {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .work-item.case-card .work-desc {
    grid-column: 2 / -1;
    grid-row: 3;
  }

  .work-item.case-card .work-tags {
    grid-column: 2;
    grid-row: 4;
  }

  .case-card-cta {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
}

@media (max-width: 700px) {
  :root {
    --section-space: 58px;
    --section-space-tight: 36px;
  }

  .site-header {
    border-radius: 8px;
  }

  .site-nav {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(18px);
  }

  .home-hero {
    width: 100%;
    max-width: none;
    min-height: 100svh;
    padding: 108px 20px 34px;
  }

  .home-hero-content {
    gap: 30px;
    min-height: auto;
  }

  .page-hero {
    padding-top: 116px;
    padding-bottom: 32px;
  }

  .about-video-hero {
    width: 100%;
    min-height: 100svh;
    padding: 112px 20px 52px;
  }

  body[data-page="work"] .page-hero {
    min-height: auto;
    padding-bottom: 18px;
  }

  body[data-page="work"] .work-board {
    padding-top: 24px;
  }

  .hero-title {
    font-size: clamp(80px, 25vw, 104px);
    line-height: 1.25;
  }

  .hero-kicker {
    margin-top: 24px;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .text-link,
  .big-link,
  .load-more,
  .filter-pill,
  .brief-panel-copy a {
    min-height: 44px;
    padding-inline: 16px;
  }

  .hero-stage {
    min-height: auto;
    margin-top: 6px;
  }

  .showcase-board {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .showcase-board figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .showcase-board figcaption strong {
    font-size: 24px;
  }

  .video-play {
    width: 52px;
    height: 52px;
  }

  .board-top span:not(:first-child),
  .chip-row,
  .float-card,
  .progress-card,
  .palette {
    display: none;
  }

  .brand-strip {
    margin-bottom: 22px;
    min-height: 76px;
    padding: 16px 0;
  }

  .brand-set span {
    min-width: 128px;
    font-size: 24px;
  }

  .featured-section {
    padding-top: 30px;
  }

  .home-showcase-media {
    min-height: 240px;
  }

  .featured-card-media,
  .featured-card-media img {
    min-height: 240px;
  }

  .featured-card strong {
    font-size: clamp(22px, 7vw, 30px);
  }

  .pricing-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 18px;
  }

  .pricing-meta {
    justify-self: start;
    text-align: left;
  }

  .pricing-meta strong {
    white-space: normal;
  }

  .about-layout {
    gap: 24px;
  }

  .about-copy .page-title {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.25;
  }

  .about-proof-grid {
    grid-template-columns: 1fr;
  }

  .about-video-hero .about-proof-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-grid article {
    min-height: 92px;
  }

  .brief-panel {
    min-height: 318px;
  }

  .brief-panel-copy {
    gap: 12px;
    padding: 22px;
  }

  .brief-panel-copy strong {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.02;
  }

  .brief-panel-copy p {
    font-size: 14px;
  }

  .contact-hero {
    gap: 24px;
    padding-bottom: 42px;
  }

  .contact-hero .page-title {
    font-size: clamp(54px, 14.5vw, 62px);
    line-height: 1.25;
  }

  .contact-grid {
    gap: 14px;
  }

  .contact-card {
    min-height: auto;
    padding: 18px;
  }

  .project-row {
    padding-inline: 0;
  }

  .service-rows a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-rows strong {
    grid-column: auto;
  }

  .service-rows small {
    grid-column: auto;
  }

  .work-item.case-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .work-item.case-card .case-card-media,
  .work-item.case-card .work-year,
  .work-item.case-card .work-title-text,
  .work-item.case-card .work-tags,
  .work-item.case-card .work-desc,
  .case-card-cta {
    grid-column: auto;
  }

  .case-card-cta {
    justify-self: start;
  }
}
