:root {
  --paper: #f7f7f7;
  --ink: #090909;
  --muted: #777872;
  --line: #c7c8c2;
  --hover: rgba(0, 0, 0, 0.075);
  --nav-glass: rgba(80, 80, 78, 0.12);
  --menu: #c1c2bb;
  --accent: #d9ff38;
  --page-x: clamp(20px, 4.6875vw, 60px);
  --side-list-size: clamp(17px, 1.45vw, 23px);
  --side-list-line-height: 1.02;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-up: cubic-bezier(0, 0.01, 0.38, 0.95);
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: auto; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1; letter-spacing: 0; }
body.has-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.hover-arrow { display: inline-block; opacity: 0; transition: opacity 0.14s ease; }
a:hover .hover-arrow, a:focus-visible .hover-arrow { opacity: 1; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }
figure { margin: 0; }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; height: 80px; padding: 0 var(--page-x); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: transparent; }
.wordmark { width: fit-content; font-size: 32px; font-weight: 800; line-height: 1; }
.wordmark:hover { opacity: 0.5; transition: opacity 0.25s ease; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 0.5em 0.6em 0.4em; border-radius: 2px; font-size: 20px; font-weight: 700; transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.is-active { background: var(--nav-glass); box-shadow: inset 0 1px rgba(255, 255, 255, 0.24); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.main-nav a:active, .menu-toggle:active, .read-more:active, .filter-chip:active { transform: scale(0.985); }
.language-switcher { display: inline-flex; align-items: baseline; gap: 0.22em; color: var(--muted); font-size: 20px; font-weight: 700; line-height: 1; }
.language-switcher--header { justify-self: end; }
.language-switcher button { min-height: 0; padding: 0; border: 0; background: transparent; color: inherit; }
.language-switcher button.is-active { color: var(--ink); }
.language-switcher button:focus-visible { outline: 1px solid var(--ink); outline-offset: 2px; }
.contact-link { position: relative; justify-self: end; padding: 0.5em 0.6em 0.4em; border-radius: 2px; font-size: 20px; font-weight: 700; transition: color 0.25s ease, background 0.25s ease; }
.contact-link:hover { background: var(--hover); }
.menu-toggle { display: none; border: 0; border-radius: 999px; background: rgba(0, 0, 0, 0.06); }

.mobile-menu { display: none; }
.page { min-height: 100vh; }
.page.is-ready, .reveal, .reveal.is-visible { opacity: 1; transform: none; }

.home-gallery { padding: 130px var(--page-x) 0; }
.home-gallery__stage { position: relative; width: min(75vw, 954px); height: min(42vw, 537px); margin: 0 auto; overflow: hidden; background: transparent; }
.home-gallery__slide { position: absolute; inset: 0; z-index: 0; opacity: 0; pointer-events: none; }
.home-gallery__slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.home-gallery__slide img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.home-gallery__control { position: absolute; z-index: 2; top: 0; bottom: 0; width: 50%; padding: 0; border: 0; background: transparent; }
.home-gallery__control--previous { left: 0; cursor: w-resize; }
.home-gallery__control--next { right: 0; cursor: e-resize; }
.gallery-dots { width: min(75vw, 954px); height: 12px; margin: 16px auto 0; display: flex; justify-content: center; gap: 5px; }
.gallery-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #b8b9b3; transition: width 0.25s var(--ease), border-radius 0.25s var(--ease), background 0.25s ease; }
.gallery-dot.is-active { position: relative; width: 17px; overflow: hidden; border-radius: 3px; background: #b8b9b3; }
.gallery-dot.is-active::after { position: absolute; inset: 0; content: ""; transform: scaleX(0); transform-origin: left; background: var(--ink); animation: gallery-progress 5s linear forwards; }

.home-intro { max-width: 1190px; padding: 144px var(--page-x) 150px; }
.home-intro p { max-width: 1040px; margin: 0; font-size: clamp(33px, 4.7vw, 62px); font-weight: 700; line-height: 0.89; }
.home-intro a { color: #9b9c96; transition: color 0.25s ease; }
.home-intro a:hover { color: var(--ink); }
.home-section-header { margin: 0 var(--page-x); padding: 0 0 14px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--ink); }
.home-section-header h1, .ecosystem > h1, .get-in-touch h1, .studio-information > h1, .studio-approach > h1, .studio-ecosystem > h1, .studio-offices > h1 { margin: 0; font-size: clamp(38px, 4vw, 60px); font-weight: 700; line-height: 0.88; }
.inline-link { padding: 0.35em 0.45em 0.25em; border-radius: 2px; font-size: 16px; font-weight: 700; transition: background 0.25s ease; }
.inline-link:hover { background: var(--hover); }
.home-industry { margin: 0 var(--page-x); padding: 18px 0 130px; display: grid; grid-template-columns: 1fr 2fr; gap: 10px; }
.home-industry h2, .home-statement h2 { margin: 0; font-size: 18px; }
.tag-list { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px 12px; color: var(--muted); }
.tag-list li:not(:last-child)::after { content: "/"; margin-left: 12px; color: var(--line); }
.tag-list--large { max-width: 810px; color: var(--ink); font-size: clamp(26px, 3.2vw, 45px); font-weight: 700; line-height: 0.97; }
.tag-list--large li:not(:last-child)::after { margin-left: 13px; }
.tag-list--links li { cursor: pointer; transition: color 0.2s ease, text-shadow 0.2s ease; }
.tag-list--links li:hover { color: var(--ink); text-shadow: 0.28px 0 currentColor, -0.28px 0 currentColor; }

.selected-grid { padding: 0 var(--page-x) 160px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 10px; align-items: start; }
.home-work-archive { padding: 0 var(--page-x) 160px; }
.home-work-header { margin-bottom: 160px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.home-work-header > h1 { margin: 0; font-size: 34px; line-height: 0.9; }
.home-work-header__view { visibility: hidden; margin: 0; }
.home-work-filter { display: flex; flex-direction: column; align-items: start; }
.home-work-filter h2 { margin: 0 0 8px; font-size: 16px; font-weight: 400; }
.home-work-filter a, .home-work-filter__link { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: var(--side-list-size); line-height: var(--side-list-line-height); text-align: left; transition: color 0.2s ease, text-shadow 0.2s ease; }
.home-work-filter a:hover, .home-work-filter a.is-active, .home-work-filter__link:hover, .home-work-filter__link:focus-visible { color: var(--ink); font-weight: 700; text-shadow: 0.22px 0 currentColor, -0.22px 0 currentColor; }
.home-work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 10px; row-gap: 120px; }
.home-approach-archive { padding: 0 var(--page-x) 160px; }
.home-approach-header { margin-bottom: 0; }
.home-approach-capability { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: var(--side-list-size); line-height: var(--side-list-line-height); text-align: left; transition: color 0.2s ease, text-shadow 0.2s ease; }
.home-approach-capability:hover, .home-approach-capability:focus-visible { color: var(--ink); font-weight: 700; text-shadow: 0.22px 0 currentColor, -0.22px 0 currentColor; }
.project-card { min-width: 0; }
.project-card--span-0 { grid-column: span 5; }
.project-card--span-1 { grid-column: span 3; margin-top: 58%; }
.project-card--span-2 { grid-column: span 4; margin-top: 18%; }
.project-card--span-3 { grid-column: span 4; }
.project-card--span-4 { grid-column: span 5; margin-top: 45%; }
.project-card__media { position: relative; display: block; overflow: hidden; border-radius: 4px; background: #e6e6e1; aspect-ratio: 0.88 / 1; }
.project-card__media img { height: 100%; object-fit: cover; }
.project-card__hover-video { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.25s ease; }
.project-card__media:hover .project-card__hover-video { opacity: 1; }
.project-card__meta { padding-top: 16px; display: flex; justify-content: space-between; gap: 10px; }
.project-card__meta p { margin: 0; color: var(--muted); font-size: 16px; }
.project-card__title { color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1; }
.project-card__title span { color: currentColor; opacity: 0; transition: opacity 0.1s ease; }
.project-card:hover .project-card__title span, .project-card__title:hover span { opacity: 1; }
.project-card__tags { padding-top: 10px; font-size: 13px; }
.project-card__tags li { transition: color 0.25s ease; }
.project-card__tags li:hover { color: var(--ink); }

.home-statement { margin: 0 var(--page-x); padding: 0 0 150px; display: grid; grid-template-columns: 1fr 2fr; gap: 10px; }
.home-statement > h1 { margin: 0; font-size: clamp(38px, 4vw, 60px); line-height: 0.88; }
.home-statement > div { padding-top: 6px; }
.home-statement .tag-list { margin-top: 18px; }
.ecosystem { margin: 0 var(--page-x); padding: 0 0 160px; }
.ecosystem > h1 { padding-bottom: 16px; border-bottom: 1px solid var(--ink); }
.ecosystem-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ecosystem-grid article { min-height: 0; padding: 0 0 20px; display: flex; flex-direction: column; border-bottom: 1px solid var(--ink); }
.ecosystem-logo { margin: 0; overflow: hidden; }
.ecosystem-card__logo { width: min(100%, 280px); margin: 0 0 22px; background: #e7e9e8; aspect-ratio: 1; }
.ecosystem-card__logo img, .studio-ecosystem__logo img { width: 100%; height: 100%; object-fit: cover; }
.ecosystem-grid h2 { margin: 0 0 10px; font-size: clamp(22px, 2.5vw, 36px); line-height: 0.92; }
.ecosystem-grid p { max-width: 290px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.1; }
.get-in-touch { margin: 0 var(--page-x); padding: 0 0 150px; display: flex; flex-direction: column; align-items: start; gap: 25px; }
.get-in-touch a { position: relative; max-width: 100%; overflow-wrap: anywhere; font-size: clamp(34px, 5vw, 70px); font-weight: 700; line-height: 0.9; }
.get-in-touch a span { color: var(--muted); white-space: nowrap; }
.page--news .get-in-touch--news, .page--goods .get-in-touch--goods { margin: 160px 0 0; }
.page--studio .get-in-touch--studio { margin-right: 0; margin-left: 0; }

.page--work { padding-top: 200px; }
.work-top { padding: 0 var(--page-x) 115px; display: grid; grid-template-columns: 1fr 2fr; gap: 10px; }
.work-top > h1 { margin: 0; font-size: clamp(38px, 4vw, 52px); line-height: 0.9; }
.work-index { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.work-index h2 { margin: 0 0 10px; font-size: 16px; }
.work-filter-list { display: flex; flex-direction: column; align-items: start; }
.work-filter { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: var(--side-list-size); line-height: var(--side-list-line-height); text-align: left; transition: color 0.2s ease, text-shadow 0.2s ease; }
.work-filter:hover, .work-filter:focus-visible, .work-filter.is-active { color: var(--ink); font-weight: 700; text-shadow: 0.28px 0 currentColor, -0.28px 0 currentColor; }
.work-results { min-height: 40px; padding: 0 var(--page-x) 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.work-results > p { margin: 0; color: var(--muted); font-size: 13px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip, .filter-chips button { height: 36px; padding: 0 10px; border: 0; border-radius: 2px; background: #e5e5e0; font-size: 13px; transition: background 0.25s ease, color 0.25s ease, transform 0.12s ease; }
.filter-chips button:hover { background: var(--ink); color: var(--paper); }
.work-grid { padding: 0 var(--page-x) 160px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 10px; row-gap: 120px; }
.empty-state { margin: 0; font-size: 24px; }

.page--project { padding: 110px var(--page-x) 0; }
.project-intro { min-height: 0; display: flex; align-items: start; padding-bottom: 32px; }
.project-intro h1 { max-width: 18em; margin: 0; font-size: clamp(60px, 8.4vw, 122px); font-weight: 700; line-height: 0.8; }
.project-facts { padding: 18px 0 34px; display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 10px; border-top: 1px solid var(--ink); }
.project-facts div { display: flex; flex-direction: column; gap: 4px; font-size: 16px; }
.project-facts span { color: var(--muted); }
.project-facts strong { font-weight: 400; }
.tag-list--stacked { display: block; color: var(--ink); }
.tag-list--stacked li { margin-bottom: 2px; }
.tag-list--stacked li::after { display: none; }
.project-media-grid { padding: 0 0 150px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.media-module { overflow: visible; border-radius: 4px; background: transparent; }
.media-module img { height: auto; object-fit: contain; }
.media-module--wide { grid-column: span 6; }
.media-module--wide img { aspect-ratio: auto; }
.media-module--half { grid-column: span 3; }
.media-module--half img { aspect-ratio: auto; }
.project-copy-module { min-height: clamp(380px, 42vw, 620px); padding: 17px; grid-column: span 3; display: flex; flex-direction: column; justify-content: space-between; background: #e4e4df; }
.project-copy-module > p { max-width: 530px; margin: 0; font-size: clamp(25px, 3.1vw, 43px); font-weight: 700; line-height: 0.96; }
.project-copy-module--statement { align-items: center; justify-content: center; background: transparent; text-align: center; }
.project-copy-module--statement > p { margin-right: auto; margin-left: auto; }
.project-copy-module--statement .read-more { align-self: center; margin-right: auto; margin-left: auto; }
.project-copy-module--statement .expand-copy { width: min(100%, 530px); margin-right: auto; margin-left: auto; text-align: center; }
.project-copy-module--wide { grid-column: span 6; }
.project-copy-module--dark { background: var(--ink); color: var(--paper); }
.project-copy-module--dark > span { color: var(--accent); font-size: 13px; }
.project-copy-module--dark h2 { margin: auto 0 10px; font-size: 26px; }
.project-copy-module--dark > p { color: #c3c4bc; font-size: 16px; font-weight: 400; line-height: 1.1; }
.read-more { width: 38px; height: 38px; margin-top: 22px; padding: 0; display: flex; align-items: center; gap: 0; overflow: hidden; border: 0; border-radius: 999px; background: rgba(0, 0, 0, 0.1); color: var(--ink); transition: width 0.35s var(--ease), background 0.25s ease, transform 0.12s ease; }
.read-more:hover, .read-more.is-open { width: 126px; background: var(--ink); color: var(--paper); }
.project-copy-module--dark .read-more { background: rgba(255, 255, 255, 0.12); color: var(--paper); }
.project-copy-module--dark .read-more:hover, .project-copy-module--dark .read-more.is-open { background: var(--paper); color: var(--ink); }
.read-more__icon { min-width: 38px; font-size: 20px; }
.read-more__label { opacity: 0; transform: translateX(-6px); font-size: 12px; white-space: nowrap; transition: opacity 0.2s ease 0.1s, transform 0.35s var(--ease) 0.1s; }
.read-more:hover .read-more__label, .read-more.is-open .read-more__label { opacity: 1; transform: none; }
.expand-copy { max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.35s var(--ease), opacity 0.25s ease; }
.expand-copy.is-open { max-height: 240px; opacity: 1; }
.expand-copy p { margin: 16px 0 0; font-size: 16px; font-weight: 400; line-height: 1.18; }
.project-description { padding: 16px 0 150px; display: grid; grid-template-columns: 2fr 1fr; gap: 10px; border-top: 1px solid var(--ink); }
.project-description > div { display: grid; grid-template-columns: 1fr 2fr; gap: 10px; }
.project-description h2, .project-description p { margin: 0; font-size: 16px; font-weight: 400; line-height: 1.15; }
.project-pagination { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.project-pagination a { min-height: 180px; padding: 16px 0; display: flex; flex-direction: column; justify-content: space-between; transition: background 0.25s ease; }
.project-pagination a + a { padding-left: 10px; border-left: 1px solid var(--ink); }
.project-pagination a:hover { background: var(--hover); }
.project-pagination span { color: var(--muted); font-size: 13px; }
.project-pagination strong { font-size: clamp(28px, 3.2vw, 46px); line-height: 0.9; }

.page--news { padding: 200px var(--page-x) 0; }
.news-featured { margin-bottom: 160px; }
.news-card { color: var(--ink); }
.news-card--featured { display: grid; grid-template-columns: 1fr 2fr; gap: 0; }
.news-card--featured .news-card__media { grid-column: 2; grid-row: 1; aspect-ratio: 1.43 / 1; }
.news-card--featured .news-card__content { grid-column: 1; grid-row: 1; align-self: end; padding: 0 57px 0 0; }
.news-card__media { overflow: hidden; border-radius: 4px; background: #e0e0db; }
.news-card__media img { height: 100%; object-fit: cover; }
.news-card__content { padding-top: 16px; }
.news-card h2, .news-card p, .news-card time { margin: 0; font-weight: 400; }
.news-card h2 { font-size: 16px; line-height: 1; }
.news-card h2 span { opacity: 0; transition: opacity 0.1s ease; }
.news-card:hover h2 span { opacity: 1; }
.news-card p { margin-top: 12px; color: var(--muted); font-size: 16px; line-height: 1; }
.news-card time { display: block; margin-top: 12px; color: var(--muted); font-size: 16px; }
.news-card--featured h2 { font-size: clamp(42px, 4.85vw, 62px); font-weight: 700; line-height: 0.85; }
.news-card--featured p { font-size: 20px; line-height: 1.05; }
.news-header { margin-bottom: 160px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.news-header > h1 { margin: 0; font-size: 34px; line-height: 0.9; }
.news-header__view { visibility: hidden; margin: 0; }
.news-filter { display: flex; flex-direction: column; align-items: start; }
.news-filter h2 { margin: 0 0 8px; font-size: 16px; font-weight: 400; }
.news-filter a { color: var(--muted); font-size: var(--side-list-size); line-height: var(--side-list-line-height); transition: color 0.2s ease, text-shadow 0.2s ease; }
.news-filter a:hover, .news-filter a:focus-visible, .news-filter a.is-active { color: var(--ink); font-weight: 700; text-shadow: 0.22px 0 currentColor, -0.22px 0 currentColor; }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 10px; row-gap: 120px; }
.news-grid .news-card__media { aspect-ratio: 0.88 / 1; }

html.is-studio, body.is-studio { background: #050505; }
.route-shell--studio { --paper: #050505; --ink: #f3f2ed; --muted: #a2a29b; --line: rgba(243, 242, 237, 0.28); --hover: rgba(255, 255, 255, 0.12); --menu: #171715; --nav-glass: rgba(255, 255, 255, 0.14); min-height: 100dvh; background: var(--paper); color: var(--ink); }
.route-shell--studio .site-header { background: #050505; }
.route-shell--studio .main-nav a:hover, .route-shell--studio .main-nav a:focus-visible, .route-shell--studio .main-nav a.is-active { background: rgba(243, 242, 237, 0.14); color: var(--ink); box-shadow: inset 0 1px rgba(255, 255, 255, 0.26); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.route-shell--studio .mobile-menu { background: rgba(23, 23, 21, 0.96); }
.route-shell--studio .menu-toggle { background: rgba(255, 255, 255, 0.12); }
.route-shell--studio .site-footer a:hover { background: var(--hover); }

.page--studio { padding: 186px var(--page-x) 0; }
.studio-intro { padding-bottom: clamp(120px, 10vw, 180px); }
.studio-intro h1 { margin: 0; font-size: clamp(56px, 5vw, 80px); font-weight: 700; line-height: 0.84; }
.studio-intro p { margin: clamp(80px, 9vw, 145px) 0 0; font-size: clamp(38px, 4.4vw, 66px); font-weight: 700; line-height: 0.88; text-indent: 50%; }
.studio-section { padding: 30px 0 clamp(120px, 10vw, 180px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; border-top: 1px solid var(--line); }
.studio-section__lead, .studio-section__spacer { min-width: 0; grid-column: span 2; }
.studio-section__lead h2, .studio-prose h2 { margin: 0; font-size: clamp(56px, 5vw, 80px); font-weight: 700; line-height: 0.84; }
.studio-section__content { min-width: 0; grid-column: 3 / -1; }
.studio-card-grid, .studio-office-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px 10px; }
.studio-card, .studio-office { min-width: 0; min-height: 250px; padding: 19px 0 0; border-top: 1px solid var(--line); }
.studio-section:not(.studio-approach-details) .studio-card-grid > .studio-card:nth-child(-n + 2), .studio-section:not(.studio-approach-details) .studio-office-grid > .studio-office:nth-child(-n + 2), .studio-open-roles .studio-open-roles__card { border-top: 0; }
.studio-card h3, .studio-office h3 { margin: 0 0 34px; font-size: clamp(22px, 1.8vw, 30px); font-weight: 400; line-height: 0.92; }
.studio-card h4 { margin: 0 0 5px; color: var(--muted); font-size: 13px; font-weight: 400; line-height: 1; }
.studio-card h4:not(:first-child) { margin-top: 24px; }
.studio-email { margin: 0; font-size: clamp(17px, 1.4vw, 22px); line-height: 1; }
.studio-email a { position: relative; display: inline-block; border-bottom: 1px solid transparent; transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease; }
.studio-email a:hover, .studio-email a:focus-visible { border-color: currentColor; color: var(--ink); font-weight: 700; text-shadow: 0.2px 0 currentColor, -0.2px 0 currentColor; }
.studio-list { margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: var(--side-list-size); line-height: var(--side-list-line-height); }
.studio-list li { display: grid; grid-template-areas: "label"; min-width: 0; transition: color 0.2s ease; }
.studio-list li::before { grid-area: label; visibility: hidden; content: attr(data-label); font-weight: 700; }
.studio-list li > span, .studio-list li > a { grid-area: label; min-width: 0; transition: color 0.2s ease, text-shadow 0.2s ease; }
.studio-list li > a { display: inline-block; width: fit-content; }
.studio-list li:hover > span, .studio-list li:hover > a, .studio-list li > a:focus-visible { color: var(--ink); font-weight: 700; text-shadow: 0.2px 0 currentColor, -0.2px 0 currentColor; }
.studio-list--press a i { display: inline-block; font-style: normal; }
.studio-card--clients, .studio-card--press { min-height: 0; }
.studio-list--clients { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 10px; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.05; }
.studio-prose { padding: 30px 0 clamp(120px, 10vw, 180px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; border-top: 1px solid var(--line); }
.studio-prose h2 { grid-column: span 2; }
.studio-prose p { grid-column: 1 / -1; margin: clamp(80px, 9vw, 145px) 0 0; font-size: clamp(38px, 4.4vw, 66px); font-weight: 700; line-height: 0.88; text-indent: 50%; }
.studio-approach-details { padding-top: 0; border-top: 0; }
.studio-approach-details .studio-card { min-height: clamp(280px, 25vw, 390px); }
.studio-approach__grid p { max-width: 360px; margin: 0; color: var(--muted); font-size: clamp(21px, 1.8vw, 30px); font-weight: 700; line-height: 0.95; }
.studio-reel { padding: 0 0 clamp(120px, 10vw, 180px); }
.studio-reel__stage { position: relative; overflow: hidden; background: #171715; aspect-ratio: 1.4 / 1; }
.studio-reel__slide { position: absolute; inset: 0; z-index: 0; opacity: 0; pointer-events: none; }
.studio-reel__slide.is-active { z-index: 1; opacity: 1; }
.studio-reel__slide img { height: 100%; object-fit: cover; }
.studio-reel__control { position: absolute; top: 0; bottom: 0; z-index: 3; width: 50%; padding: 0; border: 0; background: transparent; }
.studio-reel__control--previous { left: 0; cursor: w-resize; }
.studio-reel__control--next { right: 0; cursor: e-resize; }
.studio-reel__dots { position: absolute; z-index: 4; bottom: 16px; left: 50%; padding: 6px 8px; display: flex; gap: 5px; transform: translateX(-50%); background: rgba(5, 5, 5, 0.42); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.studio-reel__dot { position: relative; width: 6px; height: 6px; padding: 0; overflow: hidden; border: 0; border-radius: 50%; background: rgba(243, 242, 237, 0.56); }
.studio-reel__dot.is-active { width: 17px; border-radius: 3px; }
.studio-reel__dot.is-active::after { position: absolute; inset: 0; content: ""; transform: scaleX(0); transform-origin: left; background: var(--ink); animation: gallery-progress 5s linear forwards; }
.studio-ecosystem__grid .studio-card { min-height: 0; }
.studio-ecosystem__logo { width: 100%; margin: 0 0 24px; background: #e7e9e8; aspect-ratio: 1; }
.studio-ecosystem__grid .studio-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.05; }
.studio-office { min-height: 0; display: flex; flex-direction: column; }
.studio-office__map { position: relative; display: block; overflow: hidden; isolation: isolate; aspect-ratio: 1.25 / 1; background: #e1e4e0; color: #090909; outline-offset: 4px; }
.studio-office__map::before { position: absolute; z-index: 0; inset: 0; content: ""; background: #e1e4e0; }
.studio-office__map:focus-visible { outline: 1px solid var(--ink); }
.office-map__roads, .office-map__blocks { position: absolute; z-index: 1; inset: 0; transition: transform 0.45s var(--ease); }
.office-map__roads span { position: absolute; display: block; background: rgba(9, 9, 9, 0.28); }
.office-map__roads span:nth-child(1) { top: 17%; left: -12%; width: 126%; height: 3px; transform: rotate(-9deg); }
.office-map__roads span:nth-child(2) { top: -20%; left: 31%; width: 2px; height: 140%; transform: rotate(16deg); }
.office-map__roads span:nth-child(3) { top: 58%; left: -16%; width: 132%; height: 1px; transform: rotate(10deg); }
.office-map__roads span:nth-child(4) { top: -16%; left: 68%; width: 1px; height: 132%; transform: rotate(-18deg); }
.office-map__roads span:nth-child(5) { top: 82%; left: -10%; width: 120%; height: 2px; transform: rotate(-14deg); }
.office-map__roads span:nth-child(6) { top: 37%; left: -8%; width: 116%; height: 1px; transform: rotate(-3deg); }
.office-map__blocks span { position: absolute; display: block; border: 1px solid rgba(9, 9, 9, 0.19); }
.office-map__blocks span:nth-child(1) { top: 25%; left: 8%; width: 25%; height: 21%; transform: rotate(-9deg); }
.office-map__blocks span:nth-child(2) { top: 38%; left: 52%; width: 29%; height: 23%; transform: rotate(13deg); }
.office-map__blocks span:nth-child(3) { top: 66%; left: 20%; width: 30%; height: 16%; transform: rotate(8deg); }
.office-map--hangzhou .office-map__roads { transform: rotate(-7deg) scale(1.04); }
.office-map--hangzhou .office-map__blocks { transform: translate(3%, -4%) rotate(-5deg); }
.office-map--guangzhou { --office-pin-x: 59%; --office-pin-y: 61%; }
.office-map--hangzhou { --office-pin-x: 46%; --office-pin-y: 48%; }
.office-map__pin { position: absolute; z-index: 3; left: var(--office-pin-x); top: var(--office-pin-y); width: 17px; height: 17px; border: 2px solid #090909; border-radius: 50% 50% 50% 0; background: #f3f2ed; box-shadow: 3px 3px 0 rgba(9, 9, 9, 0.15); transform: translate(-50%, -92%) rotate(-45deg); transition: transform 0.3s var(--ease), box-shadow 0.3s ease; }
.office-map__pin::after { position: absolute; top: 4px; left: 4px; width: 5px; height: 5px; border-radius: 50%; content: ""; background: #090909; }
.office-map__place { position: absolute; z-index: 2; top: 12px; right: 12px; font-size: 12px; font-weight: 700; line-height: 1; }
.studio-office__map-action { position: absolute; z-index: 4; bottom: 12px; left: 12px; font-size: 12px; font-weight: 700; line-height: 1; transition: opacity 0.25s ease, transform 0.25s var(--ease); }
.studio-office__map-action i { font-style: normal; }
.studio-office__map:hover .office-map__roads { transform: scale(1.035); }
.studio-office__map:hover .office-map__blocks { transform: scale(1.025); }
.studio-office__map:hover .office-map__pin { box-shadow: 4px 6px 0 rgba(9, 9, 9, 0.2); transform: translate(-50%, calc(-92% - 4px)) rotate(-45deg); }
.studio-office__map:hover .studio-office__map-action { transform: translateX(3px); }
.office-map--hangzhou:hover .office-map__roads { transform: rotate(-7deg) scale(1.075); }
.office-map--hangzhou:hover .office-map__blocks { transform: translate(3%, -4%) rotate(-5deg) scale(1.04); }
.studio-office h3 { margin: 18px 0 0; font-size: clamp(30px, 3vw, 43px); }
.studio-office address { max-width: 340px; margin: 10px 0 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 22px); font-style: normal; line-height: 1.05; overflow-wrap: anywhere; }
.studio-open-roles__card { min-height: 290px; }
.studio-open-roles__card > p:not(.studio-email) { max-width: 460px; margin: 0 0 30px; color: var(--muted); font-size: clamp(20px, 1.7vw, 27px); font-weight: 700; line-height: 0.96; }
.page--studio .get-in-touch--studio { margin: 0; padding-bottom: clamp(120px, 10vw, 180px); }

.page--admin { min-height: 100vh; padding: 135px var(--page-x) 160px; background: #ecece7; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
.eyebrow { margin: 0 0 10px; color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.admin-heading h1 { margin: 0; font-size: clamp(46px, 5.6vw, 72px); line-height: 0.86; }
.new-record-button { width: 42px; height: 42px; padding: 0; border: 1px solid var(--ink); border-radius: 0; background: var(--accent); font-size: 30px; line-height: 1; transition: background 0.25s ease; }
.new-record-button:hover { background: var(--ink); color: var(--paper); }
.admin-tabs { display: flex; gap: 6px; padding: 18px 0 28px; }
.admin-tabs button { padding: 8px 10px 7px; border: 0; border-radius: 2px; background: transparent; font-size: 16px; transition: background 0.25s ease; }
.admin-tabs button:hover, .admin-tabs button.is-active { background: var(--hover); }
.admin-layout { display: grid; grid-template-columns: minmax(210px, 1fr) minmax(0, 3fr); gap: 55px; }
.record-list > p { margin: 0 0 10px; color: var(--muted); font-size: 13px; }
.record-list__item { width: 100%; min-height: 42px; padding: 10px 0; display: flex; justify-content: space-between; gap: 10px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; font-size: 16px; text-align: left; transition: padding 0.25s var(--ease), background 0.25s ease, color 0.25s ease; }
.record-list__item small { font-size: 10px; text-transform: uppercase; }
.record-list__item:hover, .record-list__item.is-active { padding-right: 8px; padding-left: 8px; background: var(--ink); color: var(--paper); }
.content-form { display: flex; flex-direction: column; gap: 18px; }
.content-form label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 700; }
.content-form input, .content-form textarea, .content-form select { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline-offset: 4px; background: transparent; font-weight: 400; }
.content-form input:focus, .content-form textarea:focus, .content-form select:focus { border-bottom-width: 2px; }
.content-form textarea { resize: vertical; line-height: 1.3; }
.translation-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.translation-fieldset { min-width: 0; margin: 0; padding: 16px; border: 1px solid var(--line); }
.translation-fieldset legend { padding: 0 5px; color: var(--muted); font-size: 13px; font-weight: 700; }
.translation-fieldset > label + label { margin-top: 18px; }
.translation-fieldset--shared { display: flex; flex-direction: column; gap: 18px; }
.translation-fieldset--shared .form-row { width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-options, .form-actions { display: flex; align-items: center; gap: 18px; padding-top: 5px; }
.form-options { justify-content: space-between; }
.check-label { flex-direction: row !important; align-items: center; }
.check-label input { width: auto; }
.form-options select { width: 140px; }
.command-button, .quiet-button { padding: 11px 16px; border-radius: 0; font-weight: 700; transition: background 0.25s ease, color 0.25s ease, transform 0.12s ease; }
.command-button { border: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.command-button:hover { background: var(--accent); color: var(--ink); }
.quiet-button { margin-left: auto; border: 1px solid var(--ink); background: transparent; }
.quiet-button:hover { background: #ff5757; }
#form-status { margin: 0; color: var(--muted); font-size: 13px; }
.page--not-found { padding: 220px var(--page-x); }
.not-found h1 { margin: 0 0 28px; font-size: 52px; }

.site-footer { margin: 0 var(--page-x); padding: 17px 0 24px; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 10px; border-top: 1px solid var(--ink); font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 16px; }
.site-footer a { padding: 0.2em; border-radius: 2px; transition: opacity 0.25s ease, background 0.25s ease; }
.site-footer a:hover { background: var(--hover); }

@media (max-width: 1180px) {
  .selected-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .project-card--span-0, .project-card--span-1, .project-card--span-2, .project-card--span-3, .project-card--span-4 { grid-column: span 3; margin-top: 0; }
  .home-work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .studio-intro, .studio-section, .studio-prose { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-intro h1, .studio-intro p, .studio-section__lead, .studio-section__spacer, .studio-prose h2 { grid-column: span 1; }
  .studio-section__content { grid-column: 2; }
  .studio-prose p { grid-column: 1 / -1; }
  .studio-card-grid, .studio-office-grid { grid-template-columns: 1fr; }
  .studio-section:not(.studio-approach-details) .studio-card-grid > .studio-card:nth-child(2), .studio-section:not(.studio-approach-details) .studio-office-grid > .studio-office:nth-child(2) { border-top: 1px solid var(--line); }
}

@media (max-width: 767px) {
  :root { --side-list-size: 23px; }
  .site-header { height: 72px; padding: 0 20px; grid-template-columns: 1fr auto; background: transparent; }
  .wordmark { font-size: 26px; }
  .main-nav, .contact-link, .language-switcher--header { display: none; }
  .menu-toggle { position: relative; z-index: 1002; width: 52px; height: 32px; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
  .menu-toggle i { width: 17px; height: 1px; display: block; background: var(--ink); transition: transform 0.25s var(--ease), width 0.25s var(--ease); }
  .mobile-menu { position: fixed; z-index: 1000; inset: 0; padding: 20px; display: flex; flex-direction: column; visibility: hidden; opacity: 0; overflow-y: auto; background: rgba(193, 194, 187, 0.96); backdrop-filter: blur(36px); transition: opacity 0.25s ease, visibility 0s linear 0.25s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transition-delay: 0s; }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; }
  .mobile-menu__top .menu-toggle { display: flex; }
  .mobile-menu__top .menu-toggle i:first-child { transform: translateY(3px) rotate(45deg); }
  .mobile-menu__top .menu-toggle i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu__nav { padding-top: 80px; display: flex; flex-direction: column; align-items: start; }
  .mobile-menu__nav a { padding: 4px 0; font-size: clamp(42px, 13vw, 54px); font-weight: 700; line-height: 0.93; }
  .mobile-menu__language { margin-top: auto; padding-top: 40px; font-size: 19px; }
  .mobile-menu__language button { min-height: auto; padding: 0.2em 0.25em 0.15em; }
  .mobile-menu__contact { margin-top: auto; position: relative; padding: 0.2em 0; font-size: 19px; font-weight: 700; }
  .mobile-menu__contact span { color: var(--muted); }
  .page { min-height: 100vh; }
  .home-gallery { padding: 120px 20px 0; }
  .home-gallery__stage { width: 100%; height: auto; aspect-ratio: 1.43 / 1; }
  .gallery-dots { width: 100%; }
  .home-intro { padding: 94px 20px 100px; }
  .home-intro p { font-size: 34px; line-height: 0.91; }
  .home-section-header { margin: 0 20px; }
  .home-section-header h1, .ecosystem > h1, .get-in-touch h1, .studio-information > h1, .studio-approach > h1, .studio-ecosystem > h1, .studio-offices > h1 { font-size: 32px; }
  .home-industry { margin: 0 20px; padding-bottom: 100px; grid-template-columns: 1fr; }
  .home-industry .tag-list { margin-top: 8px; }
  .tag-list--large { font-size: 28px; }
  .selected-grid { padding: 0 20px 100px; grid-template-columns: 1fr; gap: 50px; }
  .project-card--span-0, .project-card--span-1, .project-card--span-2, .project-card--span-3, .project-card--span-4 { grid-column: span 1; }
  .home-work-archive { padding: 0 20px 100px; }
  .home-work-header { margin-bottom: 100px; grid-template-columns: 1fr 1fr; }
  .home-work-header > h1 { font-size: 22px; }
  .home-work-header__view { display: none; }
  .home-work-filter { grid-column: 2; grid-row: 1; }
  .home-work-filter h2 { display: none; }
  .home-work-grid { grid-template-columns: 1fr; row-gap: 50px; }
  .home-approach-archive { padding: 0 20px 100px; }
  .project-card__media { aspect-ratio: 0.88 / 1; }
  .home-statement { margin: 0 20px; padding-bottom: 100px; grid-template-columns: 1fr; }
  .home-statement > div { padding-top: 20px; }
  .ecosystem { margin: 0 20px; padding-bottom: 100px; }
  .ecosystem-grid { margin-top: 18px; grid-template-columns: 1fr; }
  .ecosystem-grid article { min-height: 0; }
  .ecosystem-card__logo { margin-bottom: 18px; }
  .get-in-touch { margin: 0 20px; padding-bottom: 100px; }
  .get-in-touch a { font-size: 34px; }
  .page--news .get-in-touch--news, .page--goods .get-in-touch--goods { margin: 100px 0 0; }

  .page--work { padding-top: 120px; }
  .work-top { padding: 0 20px 100px; grid-template-columns: 1fr 1fr; }
  .work-top > h1 { font-size: 32px; }
  .work-index { grid-column: span 2; padding-top: 46px; grid-template-columns: 1fr 1fr; }
  .work-results { padding: 0 20px 16px; }
  .work-grid { padding: 0 20px 100px; grid-template-columns: 1fr; row-gap: 50px; }

  .page--project { padding: 110px 20px 0; }
  .project-intro { min-height: 0; padding-bottom: 24px; }
  .project-intro h1 { font-size: 50px; line-height: 0.82; }
  .project-facts { grid-template-columns: 1fr 1fr; padding-bottom: 20px; }
  .project-facts div:last-child { grid-column: span 2; padding-top: 12px; }
  .project-media-grid { padding-bottom: 100px; grid-template-columns: 1fr; }
  .media-module--wide, .media-module--half, .project-copy-module { grid-column: span 1; }
  .media-module--wide img, .media-module--half img { aspect-ratio: auto; }
  .project-copy-module { min-height: 360px; }
  .project-copy-module > p { font-size: 30px; }
  .project-description { padding-bottom: 100px; grid-template-columns: 1fr; }
  .project-description > div { grid-template-columns: 1fr; gap: 14px; }
  .project-pagination { grid-template-columns: 1fr; }
  .project-pagination a { min-height: 135px; }
  .project-pagination a + a { padding-left: 0; border-top: 1px solid var(--ink); border-left: 0; }

  .page--news { padding: 120px 20px 0; }
  .news-featured { margin-bottom: 100px; }
  .news-card--featured { grid-template-columns: 1fr; }
  .news-card--featured .news-card__media { grid-column: 1; grid-row: 1; aspect-ratio: 1.43 / 1; }
  .news-card--featured .news-card__content { grid-column: 1; grid-row: 2; padding: 20px 0 0; }
  .news-card--featured h2 { font-size: 28px; }
  .news-card--featured p, .news-card--featured time { font-size: 16px; }
  .news-header { margin-bottom: 100px; grid-template-columns: 1fr 1fr; }
  .news-header > h1 { font-size: 22px; }
  .news-header__view { display: none; }
  .news-filter { grid-column: 2; grid-row: 1; }
  .news-filter h2 { display: none; }
  .news-grid { grid-template-columns: 1fr; row-gap: 50px; }
  .news-grid .news-card__media { aspect-ratio: 0.88 / 1; }

  .page--studio { padding: 120px 20px 0; }
  .studio-intro { padding-bottom: 100px; }
  .studio-intro h1 { font-size: 52px; }
  .studio-intro p { margin-top: 80px; font-size: 34px; line-height: 0.91; }
  .studio-section, .studio-prose { padding: 20px 0 100px; grid-template-columns: 1fr; gap: 0; }
  .studio-section__lead, .studio-section__spacer, .studio-section__content, .studio-prose h2, .studio-prose p { grid-column: 1; }
  .studio-section__lead h2, .studio-prose h2 { margin-bottom: 80px; font-size: 32px; }
  .studio-section__spacer { display: none; }
  .studio-card-grid, .studio-office-grid { grid-template-columns: 1fr; gap: 0; }
  .studio-card, .studio-office { min-height: 0; padding: 20px 0 34px; }
  .studio-card h3 { margin-bottom: 26px; font-size: 25px; }
  .studio-card h4 { font-size: 12px; }
  .studio-email { font-size: 20px; overflow-wrap: anywhere; }
  .studio-list { font-size: 23px; line-height: 1.02; }
  .studio-card--clients { grid-column: span 1; }
  .studio-list--clients { grid-template-columns: 1fr; font-size: 17px; line-height: 1.05; }
  .studio-prose p { margin: 0; font-size: 34px; line-height: 0.91; text-indent: 0; }
  .studio-approach-details { padding-top: 0; }
  .studio-approach-details .studio-card { min-height: 0; }
  .studio-approach__grid p { font-size: 23px; }
  .studio-reel { padding-bottom: 100px; }
  .studio-reel__stage { aspect-ratio: 1 / 1; }
  .studio-ecosystem__grid .studio-card { min-height: 0; }
  .studio-ecosystem__logo { margin-bottom: 20px; }
  .studio-ecosystem__grid .studio-card p { font-size: 20px; }
  .studio-office { min-height: 0; }
  .studio-office__map { aspect-ratio: 1.32 / 1; }
  .studio-office h3 { margin: 16px 0 0; font-size: 34px; }
  .studio-office address { max-width: 100%; margin-top: 10px; font-size: 20px; }
  .studio-open-roles__card > p:not(.studio-email) { font-size: 23px; }
  .page--studio .get-in-touch--studio { padding-bottom: 100px; }

  .page--admin { padding: 116px 20px 100px; }
  .admin-heading h1 { font-size: 46px; }
  .admin-layout { grid-template-columns: 1fr; gap: 34px; }
  .record-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }
  .record-list > p { grid-column: span 2; }
  .form-row { grid-template-columns: 1fr; gap: 18px; }
  .translation-columns { grid-template-columns: 1fr; gap: 18px; }
  .form-options, .form-actions { align-items: start; flex-direction: column; }
  .quiet-button { margin-left: 0; }
  .site-footer { margin: 0 20px; grid-template-columns: 1fr; gap: 12px; }
}

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

@keyframes gallery-progress {
  to { transform: scaleX(1); }
}
