:root {
  color-scheme: light;
  --page: #f6f5f2;
  --paper: #fbfaf8;
  --ink: #1b1b1a;
  --muted: #6b6a67;
  --line: #d9d7d1;
  --accent: #1e2e7a;
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.page-shell { width: min(100% - 80px, 1440px); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 50%; z-index: 50; width: min(100% - 80px, 1440px); height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin: 0; border: 1px solid transparent; transform: translateX(-50%); transition: top .35s ease, width .35s ease, height .35s ease, padding .35s ease, border-color .35s ease, border-radius .35s ease, background-color .35s ease, box-shadow .35s ease; }
.brand { display: grid; gap: 2px; letter-spacing: .035em; line-height: 1; }
.brand strong { font-size: 17px; }
.brand span, .kicker, .industry { font-size: 10px; color: var(--muted); letter-spacing: .075em; }
nav { display: flex; gap: 32px; font-size: 13px; }
nav a { display: inline-flex; padding: 8px 0; transition: color .25s ease, transform .25s ease; }
nav a:hover { color: var(--accent); }
.creative-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; min-height: 36px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: #3e3d3a; font-size: 12px; transition: border-color .22s ease, background .22s ease, transform .22s ease, color .28s ease; }
.creative-cta:hover { border-color: var(--ink); background: #eeece7; transform: translateY(-1px); }

.hero { min-height: 100dvh; padding-top: 78px; overflow: hidden; background: radial-gradient(circle at 78% 22%, rgba(218, 224, 243, .65), transparent 30%), var(--paper); }
.hero-grid { min-height: calc(100dvh - 78px); display: grid; grid-template-columns: minmax(430px, .96fr) minmax(560px, 1.31fr); gap: 38px; align-items: center; padding: 36px 0 74px; }

html.nav-scrolled .site-header { top: 14px; width: min(100% - 32px, 1040px); height: 50px; padding: 0 12px; border-color: rgba(255, 255, 255, .68); border-radius: 999px; background: rgba(246, 245, 242, .66); box-shadow: 0 10px 28px rgba(42, 40, 35, .11), inset 0 1px 0 rgba(255, 255, 255, .7); -webkit-backdrop-filter: blur(18px) saturate(1.12); backdrop-filter: blur(18px) saturate(1.12); }
html.nav-scrolled .site-header nav a:hover { color: #252421; transform: translateY(-1px) scale(1.015); }
html.nav-scrolled .creative-cta { min-height: 28px; border-color: rgba(86, 83, 76, .18); background: rgba(255, 255, 255, .24); }
html.nav-scrolled .creative-cta:hover { border-color: rgba(58, 56, 51, .45); background: rgba(255, 255, 255, .5); transform: translateY(-1px) scale(1.015); }
html.nav-over-dark .site-header { border-color: rgba(255, 255, 255, .18); background: rgba(31, 31, 29, .64); box-shadow: 0 10px 28px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .14); color: #f0eee8; }
html.nav-over-dark .site-header .brand span { color: #b9b6ad; }
html.nav-over-dark .site-header nav a:hover { color: #fffdf7; }
html.nav-over-dark .creative-cta { border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .08); color: #efede7; }
html.nav-over-dark .creative-cta:hover { border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .15); }
@media (hover: hover) {
  .creative-cta.color-shift:hover,
  html.nav-scrolled .creative-cta.color-shift:hover,
  html.nav-over-dark .creative-cta.color-shift:hover { border-color: #baa9e7; background: #baa9e7; color: var(--ink); }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  html.nav-scrolled .site-header { background: rgba(246, 245, 242, .94); }
  html.nav-over-dark .site-header { background: rgba(31, 31, 29, .94); }
}
.hero-copy { position: relative; z-index: 2; max-width: 470px; }
.kicker { margin: 0 0 17px; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
.interactive-title { transition: color 0.28s ease; }
.color-shift { transition: color 0.28s ease; }
@media (hover: hover) {
  .interactive-title:hover, .color-shift:hover { color: #baa9e7; }
}
h1 { margin-bottom: 18px; font-size: clamp(39px, 3.8vw, 56px); line-height: 1.13; letter-spacing: 0; }
.identity { margin-bottom: 20px; font-size: 17px; font-weight: 600; }
.identity span { color: var(--muted); margin: 0 4px; }
.identity .identity-name { color: var(--ink); margin: 0; }
.intro { max-width: 365px; margin-bottom: 28px; color: #4b4a47; font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; gap: 18px; min-height: 42px; padding: 0 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 600; transition: transform .22s ease, background .22s ease, color .28s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--accent); border-color: var(--accent); }
.button-primary.color-shift:hover { background: #baa9e7; border-color: #baa9e7; color: #fff; }
.button-secondary { background: transparent; }
.button-secondary:hover { background: #ecebe7; }
.button-secondary.color-shift:hover { background: #baa9e7; border-color: #baa9e7; color: var(--ink); }
.stats { display: flex; gap: 0; margin: 43px 0 12px; }
.stats div { min-width: 80px; padding-right: 18px; margin-right: 18px; border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats dt { margin-bottom: 5px; font-size: 20px; font-weight: 650; }
.stats dd { margin: 0; color: var(--muted); font-size: 10px; }
.industry { line-height: 1.65; }

.hero-art { position: relative; min-height: 700px; align-self: stretch; isolation: isolate; }
.hero-image { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 28px 52px rgba(39, 38, 31, .13), 0 10px 22px rgba(39, 38, 31, .1); background: #e5e3de; transform-origin: center; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 85%, rgba(0, 0, 0, .78) 92%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 85%, rgba(0, 0, 0, .78) 92%, transparent 100%); }
.hero-image img { width: 100%; height: auto; object-fit: contain; object-position: top center; }
.image-main { width: 58%; height: 690px; right: auto; left: 22%; top: 5%; z-index: 5; transform: rotate(.5deg); }
.image-left { width: 35%; height: 520px; left: -3%; top: 22%; z-index: 2; transform: rotate(-4deg); opacity: .97; }
.image-right { width: 35%; height: 520px; right: -2%; top: 13%; z-index: 3; transform: rotate(4deg); }
.hero-image:hover { z-index: 4; transition: transform .32s cubic-bezier(.16,1,.3,1); }
.image-main:hover { transform: rotate(.5deg) translateY(-8px); }
.image-left:hover { transform: rotate(-4deg) translateY(-8px); }
.image-right:hover { transform: rotate(1deg) translateY(-8px); }

.section { padding: 104px 0; }
.services { padding: 104px 0 80px; background: var(--page); }
.section-heading { max-width: 620px; margin-bottom: 46px; }
.section-heading h2, .about h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 52px); line-height: 1.16; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 420px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.services .section-heading { max-width: 720px; margin-bottom: 58px; }
.services .section-heading > p:last-child { max-width: 580px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-grid article { min-height: 276px; padding: 30px 36px 0 0; border-right: 1px solid var(--line); transition: border-color .2s ease; }
.service-grid article + article { padding-left: 36px; }
.service-grid article:last-child { border-right: 0; }
.service-index { display: block; margin-bottom: 48px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .075em; }
.service-grid h3 { margin-bottom: 14px; font-size: clamp(25px, 2.2vw, 33px); line-height: 1.25; letter-spacing: 0; transition: color .28s ease; }
.service-tags { margin-bottom: 22px !important; color: #51504b !important; font-size: 12px !important; line-height: 1.7 !important; }
.service-description { max-width: 315px; margin: 0 !important; color: var(--muted) !important; font-size: 13px !important; line-height: 1.75 !important; }
.service-grid article:hover { border-color: #aaa8a1; }
.service-grid article:hover h3 { color: #baa9e7; }

.selected { border-top: 1px solid rgba(217, 215, 209, .72); background: transparent; padding-right: 0; padding-left: 0; }
.selected-inner { width: min(100% - 80px, 1840px); margin: 0 auto; }
.selected .section-heading { margin-left: max(0px, calc((min(100vw - 80px, 1840px) - min(100vw - 80px, 1440px)) / 2)); }
.work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 430px)); justify-content: space-between; gap: 24px; }
.work-card { display: block; min-width: 0; cursor: pointer; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.work-card:focus-visible { outline: 2px solid #66635d; outline-offset: 6px; }
.work-meta { min-height: 122px; }
.work-meta span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 12px; }
.work-meta h3 { margin-bottom: 8px; font-size: 20px; }
.work-meta p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.work-media { position: relative; max-width: 430px; overflow: hidden; border-radius: var(--radius); box-shadow: 0 13px 26px rgba(44, 41, 33, .07); }
.work-media img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.work-arrow { position: absolute; right: 12px; bottom: 12px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, .62); border-radius: 50%; background: rgba(246, 245, 242, .52); box-shadow: 0 5px 14px rgba(29, 28, 25, .11), inset 0 1px 0 rgba(255, 255, 255, .7); color: #292825; font-size: 20px; line-height: 1; -webkit-backdrop-filter: blur(14px) saturate(1.08); backdrop-filter: blur(14px) saturate(1.08); transition: transform .35s cubic-bezier(.16, 1, .3, 1), background-color .35s ease, box-shadow .35s ease; }
.work-card:hover { transform: translateY(-5px); }
.work-card:hover .work-media img { transform: scale(1.025); }
.work-card:hover .work-arrow { transform: translate(3px, -3px); background: rgba(250, 249, 246, .7); box-shadow: 0 7px 16px rgba(29, 28, 25, .14), inset 0 1px 0 rgba(255, 255, 255, .78); }

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .work-arrow { background: rgba(246, 245, 242, .9); }
}

.featured-case { padding: 88px 0 70px; background: #efeeea; }
.case-shell { width: min(100% - 80px, 1440px); margin: 0 auto; }
.case-heading { max-width: 760px; margin-bottom: 48px; }
.case-heading h2 { margin: 0 0 13px; font-size: clamp(36px, 4vw, 55px); line-height: 1.14; letter-spacing: 0; }
.case-subtitle { margin-bottom: 24px; color: #44433f; font-size: 17px; line-height: 1.6; }
.case-info { display: flex; flex-wrap: wrap; gap: 7px 24px; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.case-layout { display: grid; grid-template-columns: minmax(270px, .64fr) minmax(0, 1fr); gap: clamp(50px, 7vw, 112px); align-items: start; }
.case-copy { padding-top: 5px; }
.case-note { padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid rgba(117, 113, 104, .22); }
.case-note:last-child { margin-bottom: 0; }
.case-note p { margin-bottom: 13px; color: #4f4e49; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.case-note h3 { max-width: 420px; margin: 0; color: #625f58; font-size: 15px; font-weight: 450; line-height: 1.8; letter-spacing: 0; }
.case-focus { display: flex; flex-wrap: wrap; gap: 8px 16px; max-width: 390px; }
.case-focus span { color: #625f58; font-size: 13px; line-height: 1.7; }
.case-gallery { display: grid; gap: 18px; }
.case-gallery-bottom { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.case-visual { margin: 0; }
.case-media { display: grid; place-items: center; overflow: hidden; background: #dedcd6; }
.case-visual img { width: 100%; height: 100%; object-fit: contain; }
.case-homepage .case-media { aspect-ratio: 2 / 1; }
.case-detail .case-media, .case-photography .case-media { aspect-ratio: 208 / 125; }
.case-visual figcaption { display: flex; justify-content: space-between; gap: 12px; margin: 9px 0 0; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .075em; line-height: 1.4; }
.case-visual figcaption strong { color: #53514b; font-size: 11px; font-weight: 550; letter-spacing: 0; }
.case-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 19px; border-top: 1px solid rgba(117, 113, 104, .28); font-size: 11px; letter-spacing: .05em; transition: color .28s ease; }
.case-link span { color: var(--muted); transition: color .28s ease; }
.case-link strong span { color: inherit; }
.case-link.color-shift:hover span { color: #baa9e7; }
.case-link strong { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; letter-spacing: 0; }
.case-link i { font-size: 17px; font-style: normal; transition: transform .2s ease; }
.case-link:hover i { transform: translateX(4px); }

.before-after { padding: 86px 0 76px; background: var(--paper); }
.comparison-shell { width: min(100% - 80px, 1440px); margin: 0 auto; }
.comparison-heading { margin-bottom: 38px; }
.comparison-heading h2 { margin: 0 0 13px; font-size: clamp(36px, 4vw, 55px); line-height: 1.14; letter-spacing: 0; }
.comparison-subtitle { margin-bottom: 18px; color: #44433f; font-size: 17px; line-height: 1.6; }
.comparison-info { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.comparison-visuals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.comparison-image { min-width: 0; margin: 0; }
.comparison-image figcaption { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.comparison-image figcaption span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.comparison-image figcaption strong { color: #3c3b37; font-size: 16px; font-weight: 650; letter-spacing: 0; }
.comparison-media { display: grid; place-items: center; aspect-ratio: 705 / 569; overflow: hidden; background: #edebe6; }
.comparison-media img { width: 100%; height: 100%; object-fit: contain; }
.comparison-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid var(--line); }
.comparison-notes article { min-width: 0; padding: 25px 28px 16px 0; border-right: 1px solid var(--line); }
.comparison-notes article + article { padding-left: 28px; }
.comparison-notes article:last-child { border-right: 0; }
.comparison-notes > article > p { margin-bottom: 22px; color: var(--muted); font-size: 11.5px; font-weight: 700; letter-spacing: .075em; }
.comparison-notes div { display: grid; gap: 7px; margin-bottom: 18px; }
.comparison-notes div:last-child { margin-bottom: 0; }
.comparison-notes span { color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.comparison-notes strong { color: #56544e; font-size: 14.5px; font-weight: 450; line-height: 1.82; }

.ai-lab { padding: 86px 0 78px; background: #181817; color: #f2f0eb; }
.ai-shell { width: min(100% - 80px, 1440px); margin: 0 auto; }
.ai-heading { max-width: 720px; margin-bottom: 42px; }
.ai-heading .kicker { color: #aaa79f; }
.ai-heading h2 { margin: 0 0 15px; font-size: clamp(36px, 4vw, 55px); line-height: 1.14; letter-spacing: 0; }
.ai-heading > p:not(.kicker) { max-width: 650px; margin-bottom: 25px; color: #bcb9b1; font-size: 16px; line-height: 1.8; }
.ai-categories { display: flex; flex-wrap: wrap; gap: 7px 12px; color: #d0cdc5; font-size: 11px; font-weight: 650; letter-spacing: .08em; }
.ai-categories i { color: #727069; font-style: normal; }
.ai-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 116fr 59fr; aspect-ratio: 360 / 179; gap: 16px; }
.ai-tile { display: grid; place-items: center; min-width: 0; margin: 0; overflow: hidden; background: #292826; }
.ai-tile img { width: 100%; height: 100%; object-fit: contain; }
.ai-tile-01 { grid-column: span 7; }
.ai-tile-02 { grid-column: span 5; }
.ai-tile-03, .ai-tile-04, .ai-tile-05, .ai-tile-06 { grid-column: span 3; }
.ai-workflow { margin-top: 42px; padding-top: 19px; border-top: 1px solid #45433f; }
.ai-workflow > p { margin-bottom: 22px; color: #aaa79f; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; }
.workflow-steps { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.workflow-steps > span { display: grid; gap: 6px; }
.workflow-steps strong { color: #f1efe9; font-size: 16px; font-weight: 550; }
.workflow-steps em { color: #9b9891; font-size: 12.5px; font-style: normal; }
.workflow-steps > i { color: #77746d; font-size: 17px; font-style: normal; }

.career { padding: 94px 0 0; background: var(--paper); }
.career-shell { width: min(100% - 80px, 1440px); margin: 0 auto; }
.career-heading { max-width: 790px; }
.career-heading h2 { margin: 0 0 14px; font-size: clamp(35px, 4vw, 54px); line-height: 1.14; letter-spacing: 0; }
.career-title-cn { margin-bottom: 15px; color: #393834; font-size: 18px; font-weight: 550; line-height: 1.55; }
.career-intro { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.career-timeline { margin-top: 57px; }
.career-row { display: grid; gap: 0; border-top: 1.5px solid #b8b4ae; }
.career-row-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.career-row-three { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 75%; margin-top: 42px; }
.career-item { position: relative; min-width: 0; padding: 32px 27px 0 0; border-right: 1px solid #d4d0ca; }
.career-item + .career-item { padding-left: 27px; }
.career-item:last-child { border-right: 0; }
.career-item::before { position: absolute; top: -5px; left: 0; width: 10px; height: 10px; border: 1.5px solid #6f6c65; border-radius: 50%; background: #f5f3ee; content: ""; }
.career-item + .career-item::before { left: 27px; }
.career-item p { margin-bottom: 25px; color: #65625b; font-size: 12px; font-weight: 700; letter-spacing: .055em; }
.career-item h3 { margin-bottom: 10px; color: #282724; font-size: 19px; font-weight: 600; line-height: 1.35; letter-spacing: 0; }
.career-item strong { display: block; min-height: 40px; color: #55534e; font-size: 13px; font-weight: 450; line-height: 1.6; }
.career-item span { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .07em; line-height: 1.55; }
.career-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 124px; gap: 30px; margin-top: 112px; padding: 28px 0 33px; border-top: 1px solid var(--line); }
.career-footer > div:first-child { display: grid; gap: 6px; }
.career-footer strong { color: #302f2b; font-size: 17px; font-weight: 650; }
.career-footer span { color: var(--muted); font-size: 11px; }
.career-footer > p { max-width: 290px; justify-self: center; margin: 0; color: #45433e; font-size: 17px; line-height: 1.55; }
.career-links { display: flex; justify-content: flex-end; gap: 30px; }
.career-links a { padding-bottom: 4px; border-bottom: 1px solid #4d4b46; font-size: 15px; font-weight: 600; }
.career-links i { margin-left: 5px; font-size: 14px; font-style: normal; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@media (min-width: 768px) {
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; align-items: start; padding: 0 0 12px; transform: translateY(-24px); }
  .hero-copy { margin-top: 120px; }
}

@media (min-width: 1440px) {
  .career-shell { width: min(100% - 80px, 1840px); }
  .career-heading { max-width: none; margin-left: max(0px, calc((min(100vw - 80px, 1840px) - min(100vw - 80px, 1440px)) / 2)); }
  .career-heading h2 { white-space: nowrap; }
  .career-timeline { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1.5px solid #b8b4ae; }
  .career-row, .career-row-four, .career-row-three { display: contents; width: auto; margin: 0; border: 0; }
  .career-item { padding: 32px 16px 0 0; }
  .career-item + .career-item { padding-left: 16px; }
  .career-item + .career-item::before { left: 16px; }
  .career-row-four .career-item:last-child { border-right: 1px solid #d4d0ca; }
  .career-item h3 { font-size: 17px; }
  .career-item strong { min-height: 61px; }
  .career-footer { margin-top: 116px; }
}

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: minmax(300px, .9fr) minmax(440px, 1.1fr); gap: 30px; }
  .hero-art { min-height: 540px; }
  .image-main { width: 58%; height: auto; aspect-ratio: 500 / 628; right: auto; left: 21%; }
  .image-left { height: 385px; }
  .image-right { height: 390px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 430px)); justify-content: start; row-gap: 42px; }
}

@media (max-width: 767px) {
  .page-shell { width: min(100% - 40px, 640px); }
  .site-header { width: min(100% - 40px, 640px); height: 68px; display: flex; justify-content: space-between; }
  nav { gap: 16px; font-size: 12px; }
  nav a:nth-child(2), nav a:nth-child(3) { display: none; }
  .creative-cta { display: none; }
  .hero { padding-top: 68px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding: 44px 0 58px; }
  h1 { font-size: 45px; }
  .hero-copy { max-width: none; }
  .hero-art { order: -1; min-height: 425px; margin: 0 -20px; }
  .image-main { width: 58%; height: auto; aspect-ratio: 500 / 628; right: 20%; left: auto; top: 2%; }
  .image-left { width: 35%; height: 294px; left: 0; top: 23%; }
  .image-right { width: 35%; height: 300px; right: 0; top: 13%; }
  .stats { margin-top: 32px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 35px; }
  .services { padding: 72px 0; }
  .services .section-heading { margin-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .service-index { margin-bottom: 28px; }
  .selected-inner { width: min(100% - 40px, 640px); }
  .work-grid { grid-template-columns: 1fr; gap: 36px; }
  .work-meta { min-height: auto; margin-bottom: 16px; }
  .work-media { width: 100%; max-width: 430px; }
  .work-card:hover, .work-card:hover .work-media img, .work-card:hover .work-arrow { transform: none; }
  .featured-case { padding: 70px 0 56px; }
  .case-shell { display: flex; flex-direction: column; width: min(100% - 40px, 640px); }
  .case-heading { margin-bottom: 38px; }
  .case-heading h2 { font-size: 38px; }
  .case-subtitle { margin-bottom: 19px; font-size: 16px; }
  .case-info { display: grid; gap: 6px; line-height: 1.55; }
  .case-layout { display: contents; }
  .case-gallery { order: 2; }
  .case-copy { order: 4; padding-top: 0; margin-top: 36px; }
  .case-note { padding-bottom: 20px; margin-bottom: 20px; }
  .case-gallery { gap: 12px; }
  .case-gallery-bottom { gap: 12px; }
  .case-visual figcaption { gap: 8px; }
  .case-visual figcaption strong { font-size: 10px; }
  .case-link { order: 3; align-items: center; flex-direction: row; gap: 16px; margin-top: 30px; padding-top: 17px; }
  .case-link strong { flex: 0 0 auto; white-space: nowrap; }
  .before-after { padding: 70px 0 58px; }
  .comparison-shell { width: min(100% - 40px, 640px); }
  .comparison-heading { margin-bottom: 32px; }
  .comparison-heading h2 { font-size: 38px; }
  .comparison-subtitle { margin-bottom: 14px; font-size: 16px; }
  .comparison-visuals { grid-template-columns: 1fr; gap: 28px; }
  .comparison-notes { grid-template-columns: 1fr; margin-top: 38px; }
  .comparison-notes article, .comparison-notes article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .comparison-notes article:last-child { border-bottom: 0; }
  .ai-lab { padding: 70px 0 62px; }
  .ai-shell { width: min(100% - 40px, 640px); }
  .ai-heading { margin-bottom: 34px; }
  .ai-heading h2 { font-size: 38px; }
  .ai-heading > p:not(.kicker) { font-size: 15px; }
  .ai-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; aspect-ratio: auto; gap: 12px; }
  .ai-tile-01, .ai-tile-02 { grid-column: span 2; }
  .ai-tile-01 { aspect-ratio: 8 / 5; }
  .ai-tile-02 { aspect-ratio: 4 / 3; }
  .ai-tile-03, .ai-tile-04, .ai-tile-05, .ai-tile-06 { grid-column: span 1; }
  .ai-workflow { margin-top: 32px; }
  .workflow-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
  .workflow-steps > i { display: none; }
  .workflow-steps strong { font-size: 12px; }
  .workflow-steps em { font-size: 10px; }
  .career { padding-top: 76px; }
  .career-shell { width: min(100% - 40px, 640px); }
  .career-heading h2 { font-size: 36px; }
  .career-title-cn { font-size: 17px; }
  .career-timeline { margin-top: 43px; }
  .career-row, .career-row-four, .career-row-three { display: grid; grid-template-columns: 1fr; width: 100%; margin-top: 0; }
  .career-row-three { margin-top: 0; }
  .career-item, .career-item + .career-item { padding: 24px 0 24px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .career-item::before, .career-item + .career-item::before { top: 28px; left: -5px; }
  .career-item p { margin-bottom: 14px; }
  .career-item h3 { margin-bottom: 7px; font-size: 18px; }
  .career-item strong { min-height: 0; }
  .career-footer { grid-template-columns: 1fr; gap: 22px; margin-top: 50px; padding-bottom: 28px; }
  .career-links { justify-content: flex-start; }
}

@media (max-width: 390px) {
  .page-shell { width: min(100% - 32px, 640px); }
  nav { gap: 12px; }
  .button { width: 100%; justify-content: space-between; }
  .stats div { min-width: 0; padding-right: 12px; margin-right: 12px; }
}
