:root{font-family:Arial,"Microsoft YaHei",sans-serif;color:#1c1c1c;background:#fff;font-synthesis:none;--muted:#646464;--line:#d9d9d4}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;color:inherit}
button{border:0;background:none}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid currentColor;outline-offset:5px}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.skip-link{position:fixed;left:16px;top:16px;z-index:99;background:#fff;color:#000;padding:12px 18px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
header{min-height:92px;padding:20px 4%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:25px;letter-spacing:2px;flex-shrink:0}
.brand span{display:block;font-size:9px;letter-spacing:1.4px;margin-top:7px}
nav{display:flex;align-items:center;gap:30px;font-size:12px}
nav a{min-height:30px;display:flex;align-items:center;gap:5px}
nav a:hover{color:#777}
nav sup{font-size:9px}
.edition{font-size:10px;letter-spacing:1px}
.hero{height:calc(100svh - 92px);min-height:650px;max-height:950px;position:relative;overflow:hidden;background:#697086;color:#fff;isolation:isolate;display:flex;flex-direction:column;padding:32px 4% 24px}
#hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,20,35,.57),rgba(13,20,35,.13) 64%,rgba(13,20,35,.06)),linear-gradient(0deg,rgba(10,15,28,.44),transparent 30%,transparent 85%,rgba(10,15,28,.18));z-index:-2}
.hero-top,.hero-bottom,.section-label{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:10px;letter-spacing:1.2px}
.hero-top>span:first-child{display:flex;align-items:center;gap:10px}
.status-dot{width:5px;height:5px;border-radius:50%;background:white}
.hero-content{margin:auto 0;max-width:560px;padding:40px 0 44px}
.eyebrow{font-size:11px;letter-spacing:2px;margin:0 0 24px}
.hero h1{font-size:clamp(66px,6.8vw,110px);font-weight:300;line-height:1.16;letter-spacing:-4px;margin:0 0 26px}
.hero-description{font-size:13px;line-height:1.9;color:#fff;margin:0 0 32px}
.hero-actions{display:flex;align-items:center;gap:30px}
.pill{border:1px solid currentColor;border-radius:75px;padding:15px 25px;background:transparent;font-size:12px;display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:46px;transition:background .25s,color .25s}
.pill:hover{background:#1c1c1c;color:#fff}
.pill.light{color:#fff;border-color:#ffffff90;gap:14px}
.pill.light:hover{background:#fff;color:#1c1c1c}
.hero-link{display:flex;align-items:center;gap:18px;font-size:12px;min-height:40px}
.hero-bottom{border-top:1px solid #ffffff50;padding-top:16px;font-size:10px}
.scroll-hint{min-height:36px;display:flex;align-items:center;gap:25px}
.scroll-hint span{font-size:22px}
.reel-control{display:flex;align-items:center;gap:18px}
.reel-progress{width:88px;height:2px;background:#ffffff40}
#hero-progress{display:block;height:100%;width:0;background:#fff}
#hero-toggle{border:1px solid #ffffff80;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-size:12px}
.work-index{padding:32px 4%;display:grid;grid-template-columns:.7fr 1fr 1fr;border-bottom:1px solid var(--line);gap:0}
.work-index>p{font-size:13px;line-height:1.8;margin:0}
.work-index>p span{color:#777}
.work-index>a{display:flex;align-items:center;gap:20px;padding:0 24px;border-left:1px solid var(--line)}
.index-number{font-size:10px;align-self:flex-start;margin-top:3px;color:#777}
.work-index strong{font-size:21px;font-weight:400;display:block}
.work-index small{font-size:8px;letter-spacing:1.1px;display:block;margin-top:10px}
.index-count{font-size:10px;color:#666;margin-left:auto;white-space:nowrap}
.index-arrow{font-size:23px;transition:transform .25s}
.work-index>a:hover .index-arrow{transform:translate(3px,-3px)}
.section-pad{padding:88px 4%}
.section-label{color:#686868;font-size:9px}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:25px;margin:32px 0 45px}
.section-title h2{font-size:clamp(36px,4.2vw,66px);font-weight:300;letter-spacing:-2px;margin:0;line-height:1.25}
.section-title>p{font-size:11px;line-height:1.8;color:var(--muted);margin:0 0 5px;flex-shrink:0}
.toolbar{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:20px 0 12px;align-items:center}
.filters,.video-filters{display:flex;gap:6px;flex-wrap:wrap}
.filters button,.video-filters button{border:1px solid transparent;border-radius:75px;padding:10px 17px;font-size:12px;min-height:38px}
.filters button.active,.video-filters button.active{border-color:currentColor}
.filters button:hover,.video-filters button:hover{background:#eee}
.search{display:flex;align-items:center;gap:10px;border-bottom:1px solid #aaa;min-width:0}
.search>span:not(.sr-only){font-size:24px}
.search input{width:178px;min-width:0;border:0;background:transparent;padding:10px 0;font-size:12px;color:inherit}
.search input::placeholder{color:#737373}
.result-summary{font-size:10px;color:var(--muted);margin:8px 0 24px}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:42px 24px}
.card{padding:0;text-align:left;min-width:0;width:100%}
.photo{display:block;aspect-ratio:1.6;overflow:hidden;background:#f1f1ee}
.photo img{width:100%;height:100%;object-fit:contain;transition:transform 1s cubic-bezier(.19,1,.22,1)}
.card:hover .photo img{transform:scale(1.035)}
.card-caption{display:flex;justify-content:space-between;align-items:center;padding-top:18px;gap:15px}
.card-name{display:block;font-size:19px;font-weight:400;margin:0 0 8px}
.card small{font-size:10px;color:#666;display:block}
.card-side{display:flex;align-items:center;gap:14px}
.motion-badge{font-size:9px;border:1px solid #ccc;border-radius:75px;padding:5px 9px}
.arrow{font-size:25px}
.more{display:flex;margin:40px auto 0}
.empty{padding:45px 0;text-align:center;font-size:14px;color:var(--muted)}
.motion{background:#1a1b1b;color:#fff}
.motion .section-label{color:#b1b1ae}
.motion .section-title>p,.motion .result-summary{color:#b9b9b6}
.feature-label{font-size:9px;letter-spacing:1.2px;display:flex;justify-content:space-between;border-top:1px solid #444;padding:22px 0}
.stories{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:0 0 54px}
.story-card{text-align:left;padding:0;min-width:0}
.film-poster{display:block;position:relative;background:#272828;aspect-ratio:16/9;overflow:hidden}
.film-poster img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease,opacity .8s}
.story-card:hover img,.video-card:hover img{transform:scale(1.035);opacity:.8}
.play-disc{position:absolute;inset:0;margin:auto;width:58px;height:58px;border:1px solid #ffffffa0;border-radius:50%;background:#0003;display:grid;place-items:center;font-size:24px;color:#fff;backdrop-filter:blur(4px)}
.duration{position:absolute;right:12px;bottom:12px;padding:5px 8px;background:#0009;color:white;font-size:10px;font-variant-numeric:tabular-nums}
.story-caption{display:flex;align-items:center;justify-content:space-between;margin-top:18px;gap:20px}
.story-caption small{font-size:8px;letter-spacing:1px;display:block;color:#aaa;margin-bottom:9px}
.story-caption strong{font-size:25px;font-weight:400}
.story-type{font-size:10px;color:#b7b7b7}
.motion-toolbar{border-color:#444}
.video-filters button{font-size:11px}
.video-filters button:hover{background:#383939}
.video-filters sup{font-size:9px;margin-left:5px}
.motion .search{border-color:#666}
.motion .search input::placeholder{color:#aaa}
.motion .pill:hover{color:#181818;background:#fff}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 22px}
.video-card{padding:0;text-align:left;min-width:0}
.video-card .play-disc{width:40px;height:40px;font-size:19px}
.video-caption{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-top:14px}
.video-caption strong{display:block;font-size:15px;font-weight:400;line-height:1.5}
.video-caption small{display:block;font-size:10px;margin-top:6px;color:#aaa}
.video-caption>span:last-child{font-size:19px}
.video-card.portrait .film-poster img{object-fit:contain}
.about{background:#f4f4f1}
.manifesto{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;padding:56px 0}
.manifesto h2{font-size:clamp(40px,5vw,76px);line-height:1.3;letter-spacing:-3px;font-weight:300;margin:0}
.manifesto em{font-style:normal;color:#777772}
.asterisk{font-size:58px}
.about-copy p{font-size:13px;line-height:2;color:#60605b;max-width:390px}
.services{display:grid;gap:15px;font-size:11px;margin-top:30px}
.image-band{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.image-band img{width:100%;aspect-ratio:1.7;object-fit:cover}
.contact{background:#eaeae5}
.contact h2{font-size:clamp(37px,5vw,78px);font-weight:300;letter-spacing:-2px;line-height:1.3;margin:50px 0}
.contact-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px}
.contact-bottom p{font-size:12px;line-height:2;margin:0}
.contact-bottom span{font-size:11px;color:#666}
footer{padding:32px 4%;display:flex;align-items:center;justify-content:space-between;gap:20px}
footer>span{font-size:9px}
.legal{display:flex;gap:20px;font-size:10px}
.legal a{min-height:28px;display:inline-flex;align-items:center}
dialog{border:0;padding:26px;width:min(1080px,94vw);max-height:94dvh;background:#fafaf8;overflow:auto}
dialog::backdrop{background:#000c;backdrop-filter:blur(8px)}
body:has(dialog[open]){overflow:hidden}
.dialog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;gap:18px}
.dialog-top h2{font-weight:400;font-size:26px;margin:5px 0;line-height:1.3}
.dialog-top>div>span{font-size:9px;color:#666;letter-spacing:1px}
.dialog-top>button{padding:12px;font-size:12px;flex-shrink:0}
.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:11px;margin-bottom:10px}
.text-button{min-height:32px;font-size:11px;padding:8px 0;text-decoration:underline;text-underline-offset:4px}
.gallery{display:flex;align-items:center;justify-content:space-between;gap:12px}
.gallery>button{border:1px solid #aaa;border-radius:50%;width:40px;height:40px;flex-shrink:0}
.gallery img{width:calc(100% - 104px);height:52dvh;object-fit:contain}
.gallery-bottom{display:flex;justify-content:space-between;font-size:10px;padding:16px 0;color:#666}
#thumbs{display:flex;gap:8px;overflow:auto;padding:5px}
#thumbs button{padding:2px;border:1px solid transparent;flex-shrink:0}
#thumbs button.active{border-color:#181818}
#thumbs img{width:65px;height:50px;object-fit:cover}
#film-dialog{background:#181919;color:white;width:min(1100px,96vw)}
#film-dialog .dialog-top>div>span{color:#bbb}
#film-player{display:block;width:100%;height:min(62dvh,610px);background:#000;object-fit:contain}
.film-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;font-size:11px}
.film-footer>span{color:#aaa}
.film-footer>div{display:flex;align-items:center;gap:26px}
.film-footer a{min-height:32px;display:inline-flex;align-items:center}
#film-error{font-size:12px}
#brief-dialog{width:min(550px,92vw);padding:30px}
#brief-form>p{font-size:12px;line-height:1.8;color:#666}
#brief-form>label{display:grid;gap:8px;font-size:13px;margin:20px 0}
#brief-form input,#brief-form select,#brief-form textarea{border:1px solid #aaa;padding:12px;width:100%;background:#fff;border-radius:0}
.noscript{padding:18px;background:#fff;border-top:1px solid #aaa;font-size:12px}
@media(min-width:1600px){.section-pad{padding-left:max(4%,calc((100vw - 1450px)/2));padding-right:max(4%,calc((100vw - 1450px)/2))}}
@media(max-width:1050px){.edition{display:none}.section-title>p{max-width:240px;flex-shrink:1}.work-index{grid-template-columns:.65fr 1fr 1fr}.index-count{display:none}.work-index>a{gap:12px;padding:0 18px}.hero h1{font-size:80px}}
@media(max-width:700px){
  html{scroll-padding-top:15px}
  header{min-height:106px;padding:18px 5% 12px;flex-wrap:wrap;gap:14px}
  .brand{font-size:23px}.brand span{font-size:8px}
  header nav{width:100%;justify-content:space-between;gap:8px;font-size:11px}
  nav a{min-height:30px;gap:3px}
  .hero{height:calc(100svh - 120px);min-height:590px;max-height:850px;padding:24px 5% 16px}
  #hero-video{object-position:54% center}
  .hero-shade{background:linear-gradient(0deg,rgba(9,17,32,.82),rgba(9,17,32,.02) 72%,rgba(9,17,32,.22))}
  .hero-top{font-size:8px;gap:10px}.hero-top>span:last-child{font-size:8px}
  .hero-content{margin:auto 0 0;padding:120px 0 26px;max-width:none}
  .eyebrow{font-size:9px;margin-bottom:14px;letter-spacing:1px}
  .hero h1{font-size:58px;line-height:1.17;letter-spacing:-2px;margin-bottom:18px}
  .hero-description{font-size:11px;line-height:1.8;margin-bottom:22px}
  .hero-actions{gap:20px}.pill{padding:13px 20px;font-size:11px;gap:22px}
  .hero-link{font-size:10px;gap:10px}
  .hero-bottom{font-size:8px;gap:10px;padding-top:12px}
  .scroll-hint{gap:12px}.reel-control{gap:10px}.reel-progress{width:35px}
  #hero-toggle{width:30px;height:30px}
  .work-index{padding:26px 5%;grid-template-columns:1fr 1fr;row-gap:22px}
  .work-index>p{grid-column:1/-1;font-size:11px}
  .work-index>p br{display:none}.work-index>p span{margin-left:9px}
  .work-index>a{padding:0 12px;gap:8px}
  .work-index>a:first-of-type{padding-left:0;border-left:0}
  .work-index strong{font-size:17px}.work-index small{font-size:6px;letter-spacing:.4px;margin-top:7px}
  .index-number{font-size:8px}.index-arrow{font-size:18px;margin-left:auto}
  .section-pad{padding:50px 5%}
  .section-label{font-size:8px;gap:15px}.section-label>span:last-child{max-width:40%;text-align:right;line-height:1.6}
  .section-title{display:block;margin:25px 0 30px}
  .section-title h2{font-size:36px;letter-spacing:-1.5px}
  .section-title>p{font-size:10px;max-width:none;margin:15px 0 0}
  .toolbar{flex-direction:column;align-items:stretch;gap:17px;padding-top:16px}
  .filters,.video-filters{gap:3px;justify-content:space-between}
  .filters button,.video-filters button{font-size:10px;padding:9px 11px;min-height:36px}
  .search input{width:100%;font-size:12px}
  .grid{grid-template-columns:1fr;gap:30px}
  .card-caption{padding-top:14px}.card-name{font-size:18px}
  .card small{font-size:9px}.motion-badge{font-size:8px}
  .result-summary{font-size:9px;margin:8px 0 20px}
  .stories{grid-template-columns:1fr;gap:30px;margin-bottom:34px}
  .story-caption strong{font-size:23px}.story-type{font-size:10px}
  .feature-label{font-size:8px}
  .video-grid{grid-template-columns:1fr 1fr;gap:24px 14px}
  .video-caption strong{font-size:12px}.video-caption small{font-size:9px}
  .video-card .play-disc{width:32px;height:32px;font-size:16px}
  .video-caption>span:last-child{display:none}
  .duration{font-size:8px;padding:4px 6px;right:7px;bottom:7px}
  .manifesto{grid-template-columns:1fr;gap:20px;padding:30px 0}
  .manifesto h2{font-size:46px;letter-spacing:-2px}
  .asterisk{font-size:44px}.about-copy p{font-size:12px}
  .image-band{gap:10px}
  .contact h2{font-size:36px;letter-spacing:-1px;margin:32px 0}
  .contact-bottom{align-items:start;flex-direction:column;gap:24px}
  .contact-bottom p{font-size:11px}.contact-bottom span{font-size:10px}
  footer{align-items:flex-start;gap:20px;flex-wrap:wrap;padding:28px 5%}
  footer .brand{font-size:19px}footer>span{font-size:8px;margin-top:8px}
  .legal{width:100%;justify-content:space-between;font-size:10px}
  dialog{padding:16px}.dialog-top h2{font-size:22px}
  .gallery{gap:5px}.gallery>button{width:30px;height:30px}
  .gallery img{width:calc(100% - 70px);height:45dvh}
  .gallery-bottom{font-size:9px}.gallery-toolbar{font-size:10px}
  #film-dialog{width:96vw;padding:15px}
  #film-player{height:auto;max-height:62dvh;aspect-ratio:16/9}
  #film-player.portrait{aspect-ratio:9/16;max-height:60dvh}
  .film-footer{align-items:start;flex-direction:column;gap:10px;font-size:10px}
  .film-footer>div{gap:24px}
  #brief-dialog{padding:20px}
  #brief-form input,#brief-form select,#brief-form textarea{font-size:16px}
}
@media(max-width:360px){.hero h1{font-size:52px}.hero-top>span:last-child{display:none}.hero-actions{gap:14px}.filters button,.video-filters button{padding:8px}.section-title h2{font-size:32px}.work-index small{font-size:5.5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
