:root {
  --orange: #ff4b16;
  --orange-deep: #e83b08;
  --ink: #0b0b0b;
  --ink-soft: #171717;
  --ivory: #f4f1eb;
  --paper: #fbfaf7;
  --line: #d8d4cc;
  --muted: #6f6d68;
  --white: #fff;
  --display: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  --body: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  --content: min(1400px, calc(100vw - 96px));
  --section-space: clamp(96px, 12vw, 180px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; letter-spacing: 0; overflow-x: hidden; }
section[id] { scroll-margin-top: 72px; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
::selection { color: var(--white); background: var(--orange); }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 22px; font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 36px; padding: 0 22px; border: 1px solid transparent; font-size: 14px; font-weight: 700; cursor: pointer; transition: color .25s ease, background-color .25s ease, border-color .25s ease; }
.button span { font-size: 20px; }
.button-primary { color: var(--ink); background: var(--orange); }
.button-primary:hover { color: var(--orange); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--orange); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(6px); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 46px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: height .25s ease, color .25s ease, background-color .25s ease; }
.site-header.is-scrolled { height: 72px; color: var(--ink); background: rgba(251,250,247,.96); border-color: rgba(11,11,11,.12); }
.brand { position: relative; z-index: 2; width: 178px; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); transition: filter .25s ease; }
.site-header.is-scrolled .brand img { filter: none; }
.site-nav { height: 100%; display: flex; align-items: stretch; }
.site-nav a { min-width: 116px; display: flex; flex-direction: column; justify-content: center; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.18); transition: color .2s, background-color .2s; }
.site-header.is-scrolled .site-nav a { border-color: rgba(11,11,11,.12); }
.site-nav a:hover { color: var(--ink); background: var(--orange); }
.site-nav span { font-size: 13px; font-weight: 700; }
.site-nav small { margin-top: 3px; font-size: 8px; font-weight: 600; }
.site-nav .nav-contact { min-width: 154px; color: var(--ink); background: var(--orange); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 680px; height: max(680px, calc(100svh - 32px)); display: flex; align-items: flex-end; color: var(--white); background: var(--ink); isolation: isolate; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -3; left: 37%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.08); animation: hero-scale 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { z-index: -2; background: rgba(11,11,11,.38); }
.hero-shade::before { content: ""; position: absolute; inset: 0 48% 0 0; background: rgba(11,11,11,.62); box-shadow: 150px 0 180px 30px rgba(11,11,11,.42); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); }
.hero-mark { position: absolute; z-index: -1; top: 18%; right: -6%; width: clamp(340px, 38vw, 720px); opacity: .17; filter: brightness(0) invert(1); transform: rotate(8deg); animation: mark-enter 1.2s .15s cubic-bezier(.2,.8,.2,1) both; }
.hero-content { width: var(--content); margin: 0 auto; padding-bottom: clamp(110px, 12vh, 150px); }
.hero-eyebrow { padding-left: 46px; color: var(--orange); position: relative; animation: rise .8s .15s both; }
.hero-eyebrow::before { content: ""; position: absolute; top: 50%; left: 0; width: 30px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(56px, 7.2vw, 118px); font-weight: 700; line-height: 1.06; letter-spacing: 0; animation: rise .9s .24s both; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 570px; margin: 34px 0 36px; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.45vw, 21px); animation: rise .9s .34s both; }
.hero-actions { display: flex; align-items: center; gap: 34px; animation: rise .9s .44s both; }
.hero-index { position: absolute; right: 46px; bottom: 28px; left: 46px; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.3); font-size: 10px; font-weight: 700; }
.scroll-cue { position: absolute; right: 26px; bottom: 88px; display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 8px; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 54px; background: rgba(255,255,255,.5); overflow: hidden; }

.proof-strip { display: grid; grid-template-columns: .8fr 2fr; color: var(--white); background: var(--orange); }
.proof-intro { padding: 58px 5vw; border-right: 1px solid rgba(11,11,11,.25); }
.proof-intro p:last-child { max-width: 400px; margin: 0; color: rgba(11,11,11,.72); font-family: var(--display); font-size: 18px; font-weight: 700; }
.proof-grid { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 220px; display: flex; flex-direction: column; justify-content: center; padding: 36px; border-right: 1px solid rgba(11,11,11,.25); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid dt { color: var(--ink); font-family: var(--display); font-size: clamp(36px, 4vw, 62px); font-weight: 700; line-height: 1; }
.proof-grid sup { color: var(--white); font-family: var(--body); font-size: .35em; }
.proof-grid dd { margin: 15px 0 0; color: rgba(11,11,11,.68); font-size: 12px; font-weight: 700; }

.clients { padding: var(--section-space) 0; background: var(--paper); }
.clients-heading { width: var(--content); margin: 0 auto 62px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 7vw; }
.clients-heading .eyebrow { color: var(--orange-deep); }
.clients-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 74px); line-height: 1.12; }
.clients-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); }
.client-logo-grid { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-logo { aspect-ratio: 16 / 7; display: grid; place-items: center; overflow: hidden; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.client-logo img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.78); transition: filter .25s ease, transform .25s ease; }
.client-logo:hover img { filter: saturate(1); transform: scale(1.04); }

.section-light { background: var(--ivory); }
.services { padding: var(--section-space) 0; }
.section-heading { width: var(--content); margin: 0 auto 76px; display: grid; grid-template-columns: 1fr 1.3fr; align-items: end; column-gap: 6vw; }
.section-heading .eyebrow { grid-column: 1 / -1; color: var(--orange-deep); }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 76px); line-height: 1.12; }
.section-heading > p:last-child { max-width: 520px; margin: 0 0 8px; color: var(--muted); }
.service-list { width: var(--content); margin: 0 auto; border-top: 1px solid var(--line); }
.service-row { min-height: 138px; display: grid; grid-template-columns: 80px 1fr 1.1fr .5fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.service-row::before { content: ""; position: absolute; inset: 0; background: var(--orange); transform: translateX(-102%); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.service-row > * { position: relative; z-index: 1; }
.service-row:hover::before { transform: none; }
.service-no { color: var(--orange-deep); font-size: 12px; font-weight: 700; }
.service-row:hover .service-no { color: var(--white); }
.service-row h3 { margin: 0; font-family: var(--display); font-size: clamp(25px, 2.3vw, 38px); }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.service-row:hover p { color: rgba(11,11,11,.72); }
.service-en { justify-self: end; color: var(--muted); font-size: 9px; font-weight: 700; }

.projects { padding: var(--section-space) 0; color: var(--white); background: var(--ink); }
.section-heading-dark h2 { color: var(--white); }
.section-heading-dark > p:last-child { color: rgba(255,255,255,.56); }
.project-toolbar { width: var(--content); margin: -30px auto 44px; display: flex; justify-content: flex-end; gap: 4px; }
.filter { min-height: 42px; padding: 0 20px; color: rgba(255,255,255,.58); background: transparent; border: 1px solid rgba(255,255,255,.2); cursor: pointer; font-size: 12px; transition: .2s; }
.filter:hover, .filter.is-active { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.project-grid { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(255,255,255,.15); }
.project { min-width: 0; background: var(--ink); }
.project[hidden] { display: none; }
.project button { width: 100%; padding: 0; text-align: left; background: transparent; border: 0; cursor: pointer; }
.project-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-soft); }
.project-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.project button:hover .project-image img { transform: scale(1.04); filter: saturate(1); }
.project-meta { min-height: 138px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 6px 20px; padding: 28px 32px 32px; }
.project-meta small { grid-column: 1 / -1; color: var(--orange); font-size: 9px; font-weight: 700; }
.project-meta strong { min-width: 0; font-family: var(--display); font-size: clamp(23px, 2.3vw, 36px); line-height: 1.2; }
.project-meta > span { align-self: end; color: rgba(255,255,255,.5); font-size: 11px; white-space: nowrap; }
.project-featured { grid-column: 1 / -1; }
.project-featured .project-image { aspect-ratio: 16 / 7; }
.project-featured .project-meta strong { font-size: clamp(32px, 4vw, 62px); }
.project-note { width: var(--content); margin: 28px auto 0; color: rgba(255,255,255,.4); font-size: 11px; text-align: right; }

.resources { position: relative; min-height: 900px; padding: var(--section-space) max(48px, calc((100vw - 1400px)/2)); display: grid; grid-template-columns: 1fr 1fr; align-items: start; overflow: hidden; }
.resources-title { position: relative; z-index: 2; }
.resources-title .eyebrow { color: var(--orange-deep); }
.resources-title h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 6vw, 88px); line-height: 1.08; }
.resource-figure { position: absolute; left: 2%; bottom: -16%; width: min(62vw, 920px); aspect-ratio: 1; display: grid; place-items: center; }
.resource-figure img { width: 34%; position: relative; z-index: 1; }
.orbit { position: absolute; border: 1px solid rgba(11,11,11,.22); border-radius: 50%; }
.orbit-one { inset: 16%; }
.orbit-two { inset: 2%; }
.city { position: absolute; padding: 4px 8px; color: var(--white); background: var(--ink); font-size: 10px; font-weight: 700; }
.city-beijing { top: 18%; right: 14%; }
.city-shanghai { right: 2%; bottom: 34%; }
.city-guangzhou { left: 10%; bottom: 19%; }
.resource-list { position: relative; z-index: 2; grid-column: 2; border-top: 1px solid var(--line); }
.resource-list article { display: grid; grid-template-columns: 180px 1fr; padding: 34px 0; border-bottom: 1px solid var(--line); }
.resource-list strong { grid-row: 1 / 3; color: var(--orange-deep); font-family: var(--display); font-size: 46px; line-height: 1; }
.resource-list strong small { font-family: var(--body); font-size: 12px; }
.resource-list h3 { margin: 0 0 8px; font-family: var(--display); font-size: 22px; }
.resource-list p { margin: 0; color: var(--muted); font-size: 13px; }

.about { min-height: 820px; display: grid; grid-template-columns: .8fr 1.2fr; color: var(--white); background: var(--orange); overflow: hidden; }
.about-mark { position: relative; display: grid; place-items: center; border-right: 1px solid rgba(11,11,11,.25); }
.about-mark::before { content: "TIANOVA"; position: absolute; top: 50%; left: 50%; color: rgba(11,11,11,.08); font-family: var(--display); font-size: clamp(110px, 16vw, 260px); font-weight: 700; writing-mode: vertical-rl; transform: translate(-50%,-50%); }
.about-mark img { width: min(64%, 430px); position: relative; filter: brightness(0); }
.about-copy { align-self: center; max-width: 770px; padding: 100px 7vw; }
.about-copy .eyebrow { color: var(--ink); }
.about-copy h2 { margin: 0 0 44px; color: var(--ink); font-family: var(--display); font-size: clamp(46px, 5.3vw, 82px); line-height: 1.12; }
.about-copy p { color: rgba(11,11,11,.72); }
.about-copy .about-lead { color: var(--ink); font-family: var(--display); font-size: clamp(20px, 2vw, 30px); font-weight: 700; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: var(--section-space) max(48px, calc((100vw - 1400px)/2)); background: var(--paper); }
.contact-copy .eyebrow { color: var(--orange-deep); }
.contact-copy h2 { margin: 0 0 36px; font-family: var(--display); font-size: clamp(46px, 5.6vw, 84px); line-height: 1.1; }
.contact-copy > p { max-width: 520px; color: var(--muted); }
.contact-company { margin-top: 90px; color: var(--ink) !important; font-weight: 700; }
.contact-company span { color: var(--muted); font-family: var(--display); font-size: 13px; font-weight: 400; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; align-self: start; }
.inquiry-form label { display: flex; flex-direction: column; gap: 9px; }
.inquiry-form label span { font-size: 11px; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 14px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--orange); box-shadow: 0 2px 0 var(--orange); }
.field-wide, .form-status { grid-column: 1 / -1; }
.form-status { min-height: 24px; margin: -8px 0 0; color: var(--orange-deep); font-size: 12px; }
.inquiry-form .button { grid-column: 2; }

.site-footer { position: relative; padding: 0 max(48px, calc((100vw - 1400px)/2)); color: rgba(255,255,255,.58); background: var(--ink); font-size: 10px; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--orange); }
.footer-primary { min-height: 270px; display: grid; grid-template-columns: 1fr minmax(480px, .9fr); align-items: center; gap: 9vw; padding: 62px 0 48px; }
.footer-brand { display: flex; align-items: center; gap: clamp(32px, 4vw, 68px); }
.footer-brand img { width: clamp(190px, 17vw, 250px); height: auto; flex: 0 0 auto; filter: brightness(0) invert(1); }
.footer-brand p { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(22px, 2vw, 31px); font-weight: 700; line-height: 1.35; }
.footer-brand p span { color: rgba(255,255,255,.42); font-family: var(--body); font-size: 10px; font-weight: 600; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 38px; }
.footer-nav a { min-height: 58px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; color: rgba(255,255,255,.74); border-bottom: 1px solid rgba(255,255,255,.16); transition: color .2s ease, border-color .2s ease; }
.footer-nav a::after { content: "↗"; color: var(--orange); font-size: 14px; }
.footer-nav a:hover { color: var(--white); border-color: var(--orange); }
.footer-nav small { color: var(--orange); font-size: 8px; }
.footer-nav span { font-family: var(--display); font-size: 15px; font-weight: 700; }
.footer-bottom { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { color: rgba(255,255,255,.78); }
.footer-bottom p span { margin-left: 10px; color: rgba(255,255,255,.34); }
.footer-top { justify-self: end; display: inline-flex; align-items: center; gap: 14px; color: var(--white); font-weight: 700; }
.footer-top span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--orange); font-size: 15px; transition: transform .2s ease; }
.footer-top:hover span { transform: translateY(-4px); }

.project-dialog { width: min(1120px, calc(100vw - 48px)); max-height: calc(100svh - 48px); padding: 0; color: var(--ink); background: var(--paper); border: 0; overflow: auto; }
.project-dialog::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(6px); }
.project-dialog > img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.dialog-close { position: fixed; top: max(34px, calc((100vh - min(700px, 100vh - 48px))/2 + 16px)); right: max(34px, calc((100vw - min(1120px, 100vw - 48px))/2 + 16px)); z-index: 2; width: 46px; height: 46px; color: var(--white); background: var(--ink); border: 0; font-size: 30px; line-height: 1; cursor: pointer; }
.dialog-copy { padding: 48px; }
.dialog-copy .eyebrow { color: var(--orange-deep); }
.dialog-copy h2 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(34px, 4vw, 58px); line-height: 1.15; }
.dialog-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.dialog-copy dl { margin: 36px 0 0; display: flex; gap: 64px; }
.dialog-copy dl div { display: flex; gap: 18px; }
.dialog-copy dt { color: var(--muted); font-size: 11px; }
.dialog-copy dd { margin: 0; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes rise { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: none; } }
@keyframes hero-scale { from { opacity: .35; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes mark-enter { from { opacity: 0; transform: rotate(20deg) scale(.75); } to { opacity: .17; transform: rotate(8deg) scale(1); } }

@media (max-width: 1100px) {
  :root { --content: calc(100vw - 56px); }
  .site-header { height: 74px; padding: 0 28px; }
  .brand { width: 155px; }
  .menu-toggle { position: relative; z-index: 102; width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; padding: 0; color: inherit; background: transparent; border: 0; }
  .menu-toggle span { width: 27px; height: 2px; background: currentColor; transition: transform .25s ease; }
  .menu-open .menu-toggle { color: var(--ink); }
  .menu-open .menu-toggle span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 100px 28px 40px; color: var(--ink); background: var(--orange); transform: translateX(101%); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
  .menu-open .site-nav { transform: none; }
  .site-nav a, .site-nav .nav-contact { min-width: 0; min-height: 72px; padding: 0; border: 0; border-bottom: 1px solid rgba(11,11,11,.26); background: transparent; }
  .site-nav span { font-family: var(--display); font-size: 27px; }
  .site-nav small { font-size: 8px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-intro { border-right: 0; border-bottom: 1px solid rgba(11,11,11,.25); }
  .proof-grid div { min-height: 170px; padding: 24px; }
  .client-logo-grid { grid-template-columns: repeat(4, 1fr); }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 28px; }
  .service-row { grid-template-columns: 50px 1fr .8fr; }
  .service-en { display: none; }
  .resources { grid-template-columns: 1fr; padding-right: 28px; padding-left: 28px; }
  .resource-list { grid-column: 1; margin-top: 70px; margin-left: 40%; }
  .resource-figure { left: -17%; bottom: -4%; width: 74vw; }
  .about { grid-template-columns: .65fr 1.35fr; }
  .contact { padding-right: 28px; padding-left: 28px; gap: 5vw; }
  .site-footer { padding-right: 28px; padding-left: 28px; }
  .footer-primary { grid-template-columns: .85fr 1.15fr; gap: 6vw; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 28px; }
}

@media (max-width: 720px) {
  :root { --content: calc(100vw - 36px); --section-space: 86px; }
  .site-header, .site-header.is-scrolled { height: 68px; padding: 0 18px; }
  .brand { width: 140px; }
  .hero { min-height: 680px; height: max(680px, calc(100svh - 28px)); }
  .hero-media { left: 0; top: 35%; }
  .hero-media img { object-position: 60% center; }
  .hero-shade { background: rgba(11,11,11,.54); }
  .hero-shade::before { inset: 0; background: rgba(11,11,11,.12); box-shadow: none; }
  .hero-mark { top: 13%; right: -28%; width: 92vw; }
  .hero-content { padding-bottom: 112px; }
  .hero h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-lead { max-width: 92%; margin-top: 25px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-index { right: 18px; bottom: 20px; left: 18px; }
  .hero-index span:nth-child(2) { display: none; }
  .scroll-cue { display: none; }
  .proof-intro { padding: 44px 18px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 142px; padding: 20px 18px; border-bottom: 1px solid rgba(11,11,11,.25); }
  .proof-grid div:nth-child(even) { border-right: 0; }
  .clients-heading { grid-template-columns: 1fr; margin-bottom: 42px; }
  .clients-heading > p { margin-top: 24px; }
  .client-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2 { font-size: 40px; }
  .service-row { min-height: 0; grid-template-columns: 34px 1fr; gap: 8px 14px; padding: 26px 0; }
  .service-row p { grid-column: 2; }
  .project-toolbar { margin: 0 auto 24px; justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; }
  .filter { flex: 0 0 auto; }
  .project-grid { grid-template-columns: 1fr; gap: 1px; }
  .project-featured { grid-column: auto; }
  .project-featured .project-image, .project-image { aspect-ratio: 4 / 3; }
  .project-meta, .project-featured .project-meta { min-height: 124px; padding: 22px 18px 26px; }
  .project-meta strong, .project-featured .project-meta strong { font-size: 26px; }
  .project-meta > span { display: none; }
  .resources { min-height: 1000px; display: block; padding-right: 18px; padding-left: 18px; }
  .resources-title h2 { font-size: 45px; }
  .resource-list { margin: 54px 0 0; }
  .resource-list article { grid-template-columns: 126px 1fr; padding: 25px 0; }
  .resource-list strong { font-size: 34px; }
  .resource-figure { left: -23%; bottom: -8%; width: 116vw; opacity: .36; }
  .about { min-height: 0; display: block; }
  .about-mark { min-height: 400px; border-right: 0; border-bottom: 1px solid rgba(11,11,11,.25); }
  .about-mark img { width: 54%; }
  .about-copy { padding: 78px 18px 88px; }
  .about-copy h2 { font-size: 43px; }
  .contact { grid-template-columns: 1fr; padding-right: 18px; padding-left: 18px; }
  .contact-copy h2 { font-size: 43px; }
  .contact-company { margin-top: 45px; }
  .inquiry-form { margin-top: 38px; grid-template-columns: 1fr; }
  .field-wide, .form-status, .inquiry-form .button { grid-column: 1; }
  .site-footer { padding: 0 18px; }
  .footer-primary { min-height: 0; grid-template-columns: 1fr; gap: 52px; padding: 70px 0 48px; }
  .footer-brand { gap: 26px; }
  .footer-brand img { width: 190px; height: auto; }
  .footer-brand p { font-size: 25px; }
  .footer-nav { column-gap: 18px; }
  .footer-nav a { min-height: 62px; grid-template-columns: 26px 1fr auto; }
  .footer-nav span { font-size: 14px; }
  .footer-bottom { min-height: 0; grid-template-columns: 1fr; gap: 14px; padding: 30px 0 38px; }
  .footer-bottom p:nth-child(2) { order: -1; }
  .footer-top { justify-self: start; margin-top: 12px; }
  .project-dialog { width: calc(100vw - 24px); max-height: calc(100svh - 24px); }
  .project-dialog > img { aspect-ratio: 4 / 3; }
  .dialog-copy { padding: 32px 20px; }
  .dialog-copy dl { gap: 26px; }
  .dialog-close { top: 20px; right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
